blended : Design 3 « Templates « HTML / CSS






blended

     

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en-nz">
<head>
<title>Blended Purple 1024px</title>
<meta http-equiv="content-type" content="application/xhtml+xml; charset=UTF-8" />
<style type='text/css'>
/*********************************************************************
  AUTHOR: Luke Symes (luke.wpDesign.org)
  PURPOSE: Applies a page shadow & rounded corners to "blended".
*********************************************************************/

/*ROUNDED CORNERS & SHADOWS*/

#wrap1 {
background:#fff url(blended-img/shadow/shadow-left.png) left repeat-y;
position:relative;
}

#wrap2 {
background:url(blended-img/shadow/shadow-right.png) right repeat-y;
}

/* Place these on top of the page shadow */
#header, #content, #footer {
position:relative;
z-index:5;
}

.cnr, .shdw, .ShdwHoriz {
position:absolute;
}

.cnr {
background-image:url(blended-img/rounded/rounded-corners.png);
height:10px;
width:10px;
}

.shdw {
background-image:url(blended-img/shadow/shdw-corners.png);
height:52px;
width:52px;
z-index:3;
}

.ShdwHoriz {
background:url(blended-img/shadow/horizontal-shadow.png) repeat-x;
height:11px;
width:100%;
z-index:2;
}

.TL, .TR {top:0;}
.BL, .BR {bottom:0;}
.TL, .BL {left:0;}
.TR, .BR {right:0;}

.TL {background-position:top left;}
.TR {background-position:top right;}
.BL {background-position:bottom left;}
.BR {background-position:bottom right;}


</style>


<link rel="stylesheet" type="text/css" href="css/layout.css" media="screen, tv, projection" />
<link rel="stylesheet" type="text/css" href="css/purple.css" media="screen, tv, projection" />
<link rel="stylesheet" type="text/css" href="css/rounded-corners-shadows.css" media="screen, tv, projection" />
<link rel="stylesheet" type="text/css" href="css/print.css" media="print" />
<!--[if IE]><link rel="stylesheet" type="text/css" href="css/ie.css" media="screen, tv, projection" /><![endif]-->
</head>
<body>
<div id="wrap1" class="width1024">
  <div id="wrap2">
    <div id="header">
      <h1>blended</h1>
      <h2>simple &amp; splendid</h2>
      <b class="cnr TL"></b> <b class="cnr TR"></b> </div>
    <div id="navbar">
      <ul class="floatLeft">
        <li><a href="http://www.free-css.com/">Home</a></li>
        <li><a href="800px.html">800px, 2 col</a></li>
        <li class="current"><a href="1024px.html">1024px, 3 col</a></li>
        <li><a href="fluid.html">Fluid, 3 col</a></li>
        <li><a href="image-less.html">No Images</a></li>
      </ul>
      <div class="clear"></div>
    </div>
    <div id="contentWrap">
      <div class="sideContent floatLeft">
        <h3>More Colours</h3>
        <ul>
          <li><a href="orange-colour-scheme/">orange</a></li>
          <li><a href="green-colour-scheme/">green</a></li>
        </ul>
        <h3>Categories</h3>
        <ul>
          <li><a href="http://www.free-css.com/">Internet</a></li>
          <li><a href="http://www.free-css.com/">Design</a>
            <ul>
              <li><a href="http://www.free-css.com/">Web pages</a></li>
              <li><a href="http://www.free-css.com/">Imagery</a></li>
            </ul>
          </li>
          <li><a href="http://www.free-css.com/">Ubuntu Linux</a></li>
        </ul>
      </div>
      <div class="sideContent floatRight">
        <h3>More Colours</h3>
        <ul>
          <li><a href="orange-colour-scheme/">orange</a></li>
          <li><a href="green-colour-scheme/">green</a></li>
        </ul>
        <h3>Categories</h3>
        <ul>
          <li><a href="http://www.free-css.com/">Internet</a></li>
          <li><a href="http://www.free-css.com/">Design</a>
            <ul>
              <li><a href="http://www.free-css.com/">Web pages</a></li>
              <li><a href="http://www.free-css.com/">Imagery</a></li>
            </ul>
          </li>
          <li><a href="http://www.free-css.com/">Ubuntu Linux</a></li>
        </ul>
      </div>
      <div id="mainContent" class="gotOneLeft gotOneRight">
        <h3>Introduction</h3>
        <p><a href="http://www.free-css.com/" class="thumbnail floatRight"><img src="blended-img/example.jpg" alt="" /></a> This fun web template was created with easy customisation in mind, using valid <abbr title="eXtensible HyperText Markup Language">XHTML</abbr> and <abbr title="Cascading Style Sheets">CSS</abbr>.,
          fixed width (<a href="800px.html">800px</a>, or <a href="1024px.html">1024px</a>) and <a href="fluid.html">fluid width</a>.</p>
        <h4>Layouts</h4>
        <p>You are currently looking at the 1024px fixed width layout, with two sidebars.</p>
        <h4>Colours</h4>
        <p>You are currently looking at the <a href="http://www.free-css.com/">purple color scheme</a>.
          Two more colour schemes are also included: <a href="orange-colour-scheme/">orange</a>, &amp; <a href="green-colour-scheme/">green</a>.</p>
        <h3>License</h3>
        <p>This template is licensed under the <a href="http://creativecommons.org/licenses/by/2.5/">CC Attribution 2.5 license</a>, so please
          keep the footer link to my site.</p>
      </div>
    </div>
    <div id="footer">
      <p class="floatLeft">&copy; 2007 YourName </p>
      <p class="floatRight smallText"><a href="http://luke.wpDesign.org">Design by Luke Symes</a></p>
      <div class="clear"></div>
      <b class="cnr BL"></b> <b class="cnr BR"></b> </div>
  </div>
  <b class="shdw TL"></b><b class="shdw TR"></b> <b class="shdw BL"></b><b class="shdw BR"></b> <b class="ShdwHoriz TL"></b><b class="ShdwHoriz BL"></b> </div>
</body>
</html>

   
    
    
    
    
  








Related examples in the same category

1.blankspace
2.Blasphemy
3.blewwave
4.blootoon
5.blush
6.boardroom
7.BOOM
8.boorish
9.boosting
10.bordered
11.boswell
12.bounderies
13.boxedtype
14.boxes_template
15.boxybox
16.branches
17.breaking_ontop
18.brewedcoffee
19.brightfolio
20.brightsideoflife1.0
21.Broadcaster
22.broadsheet
23.brycesunrise
24.bucolic
25.burgeon
26.buzz
27.BW
28.bwdec2007
29.calliope
30.callofduty2
31.candiiclouds
32.cantya-studio
33.canuckington-post
34.canvass
35.capricious
36.capsicum
37.carbonated
38.carbonizer
39.carlmelon
40.caronline
41.carrera
42.castellated
43.catch_info
44.cattleya
45.center-stage
46.COIL
47.col1
48.col2
49.col3
50.collaboration
51.collectiveblue
52.collegemusic
53.colorus
54.colosseum
55.columna
56.combination
57.ComingSoon
58.commission
59.communication-1.0
60.communication-co
61.communication
62.community-live
63.compiled
64.complete-collection
65.complimentary
66.component
67.compressed
68.compromise
69.compus
70.conceptnova
71.concrete
72.concurrence
73.condition
74.conglomerate
75.conjunction
76.connection
77.connections
78.consulting-co
79.contemplate
80.convergence
81.cookiefusion
82.Copy of modify
83.corporattica
84.Cosmopolitan
85.counterstrike
86.cover
87.coverage
88.coxswain
89.creamburn
90.crisp2
91.criterion
92.crystalblack
93.css-heaven-1
94.cssgallery
95.cssheaven-2
96.cssmajesty
97.cubismo
98.cultivated
99.cultureshock
100.cupofcoffee
101.customary
102.customize
103.cyano
104.cyanspark
105.cyberarray
106.daleri-mega
107.daleri-structure
108.dalmatians
109.danmyaz1
110.dapple
111.david-kruger
112.deardiary
113.decorative
114.deepimpact
115.deerpark
116.dekada
117.delta
118.delzep_enterprise
119.description
120.deserted
121.desertsand
122.design-gallery
123.design-studio
124.design10
125.Design9
126.designersstudio
127.designersworld
128.designgalo
129.designhq
130.designstudio
131.Design_Agency
132.deskspace
133.detachable
134.deviation
135.devision
136.dewdrops
137.dezinstudio
138.didactic
139.Did_My_Time
140.differential
141.digitalweb
142.dimension
143.diminishing
144.dirtylicious
145.disambiguation
146.discovery
147.distillate
148.distinctive
149.diversity
150.DJ