modulation : Design 4 « Templates « HTML / CSS






modulation

   

<!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">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>modulation - a free css template</title>
<style type='text/css'>
/** global **/
body {
  margin:40px auto;
  padding:0;
  font-family:Arial, Helvetica, sans-serif;
  font-size:12px;
  color:#333;
  background:#efefef url('modulation-images/body-bg.jpg');
}
* {
  margin:0;
  padding:0;
}


/** element defaults **/
table {
  width:100%;
  font-family:Arial, Helvetica, sans-serif;
  font-size:11px;
  text-align:left;
}
th, td {
  padding:5px 10px;
}
th {
  color:#fff;
  border-top:3px solid #1A668E;
  background-color:#2284B8;
}
td {
  border-bottom:1px solid #f4f4f4;
}
code, blockquote {
  display:block;
  border-left:5px solid #ddd;
  padding:10px;
  margin-bottom:20px;
}
blockquote p {
  font-style:italic;
  font-family:Georgia, "Times New Roman", Times, serif;
  margin:0;
  height: 1%;
}
p {
  line-height:1.9em;
  margin-bottom:20px;
}
a {
  color:#2284B8;
}
a:hover {
  color:#80B7D5;
}
a:focus {
  outline:none;
}
fieldset {
  display:block;
  border:none;
  border-top:1px solid #e0e0e0;
}
fieldset legend {
  font-weight:bold;
  font-size:13px;
  padding-right:10px;
  color:#222;
}
fieldset form {
  padding-top:15px;
}
fieldset p label {
  float:left;
  width:150px;
  font-family:Arial, Helvetica, sans-serif;
}
fieldset form input, fieldset form select, fieldset form textarea {
  padding:5px;
  color:#333333;
  font-size:13px;
  font-family:Arial, Helvetica, sans-serif;
  border:1px solid #ddd;
}
fieldset form input.formbutton {
  margin-left:150px;
  background:#2284B8;
  border:none;
  border-bottom:3px solid #1A668E;
  color:#ffffff;
  font-weight:bold;
  padding:5px 10px;
  font-size:13px;
}
h1 {
  font-size:45px;
}
h2 {
  color:#2f2f2f;
  font-family:Arial,Helvetica,sans-serif;
  font-size:30px;
  font-weight:bold;
  letter-spacing:-2px;
  padding:0 0 5px;
  margin:0;
}
h3 {
  color:#333333;
  font-size:20px;
  padding-bottom:10px;
}
h4 {
  padding-bottom:10px;
  font-size:15px;
  color:#2284B8;
}
h5 {
  padding-bottom:10px;
  font-size:13px;
  color:#666666;
}
ul, ol {
  margin:0 0 35px 35px;
}
li {
  padding-bottom:5px;
}


/** wrapper **/
div#wrapper {
  width:920px;
  margin:0px auto;
  padding:0;
  border-bottom:10px solid #1A668E;
}


/** sitename **/
div#sitename h1 {
  color:#549FC7;
  font-size:48px;
  font-weight:bold;
  letter-spacing:-5px;
  margin:0;
  padding:0 0 15px;
}
div#sitename h1 a,
div#sitename h1 a:hover {
  color:#549FC7;
  text-decoration:none;
}


/** nav **/
div#nav {
  background:#0D3448 url('modulation-images/nav-bg.jpg') repeat-x scroll top left;
  height:40px;
}
div#nav ul {
  margin:0;
  padding:0;
  list-style:none;
  float:left;
  border-right:1px solid #09232F;
}
div#nav ul li {
  float:left;
  padding-bottom:0;
  display:block;
}
div#nav ul li a,
div#nav ul li a:visited,
div#nav ul li a:active,
div#nav ul li a:link {
  color:#fff;
  display:block;
  float:left;
  text-decoration:none;
  font-size:13px;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-weight:bold;
  cursor:pointer;
}
div#nav ul li.current a {
  background:transparent url('modulation-images/item-right.jpg') no-repeat scroll top right;
}
div#nav ul li.current a span,
div#nav ul li.current a:visited span,
div#nav ul li.current a:hover span,
div#nav ul li.current a:active span,
div#nav ul li.current a:link span {
  background:transparent url('modulation-images/item-left.jpg') no-repeat scroll top left;
  border:none;
  padding:18px 15px 12px;
}
div#nav ul li.current a {
  margin-top:-6px;
}
div#nav ul li a span {
  padding:12px 15px 12px;
  border-right:1px solid #1F4A61;
  border-left:1px solid #09232F;
  display:block;
  float:left;
  background:transparent none;
}
div#nav ul li a:hover span {
  background:transparent url('modulation-images/nav-bg-hover.jpg') repeat-x scroll top left;
} 


/** header **/
div#header {
  padding:40px 20px;
  margin:0 auto;
  background:#2284B8 url('modulation-images/header-bg.jpg') repeat-x scroll bottom left;
}
div#header h2 {
  color:#ffffff;
  padding-bottom:0;
  font-weight:normal;
  letter-spacing:0;
}
div#header div.tagline {
  color:#fff;
  font-size:14px;
  padding-bottom:10px;
}
div#header div.tagline a {
  color:#ffffff;
}


/** body **/
div#body {
  padding:10px 10px;
  background:#fff url('modulation-images/content-bg.jpg') repeat-x scroll top left;
}


/** content+sidebar styles **/
div#content {
  width:635px;
}
div.column-left {
  float:left;
  margin-right:20px;
}
div.column-right {
  float:right;
}
div#sidebar {
  width:230px;
}
div#sidebar ul {
  margin:0;
  padding:0;
  list-style:none;
}
div#sidebar li ul {
  border-top:1px solid #ddd;
  margin-bottom:20px;
}
div#sidebar li ul li {
  display:block;
  padding:7px 15px;
  border-bottom:1px solid #ddd;
  color:#777;
}
div#sidebar li ul li a {
  color:#2284B8;
  text-decoration:none;
  font-family:"Trebuchet MS", Verdana, Arial;
  font-weight:bold;
}
div#sidebar li ul li a:hover {
  color:#1F75A3;
  text-decoration:underline;
}
div#sidebar h4 { 
  color:#0B2735;
  font-family:arial;
  font-size:12px;
  text-transform:uppercase;
  font-weight:bold;
  margin:0;
  padding:7px 10px;
}


/** footer **/
div#footer {
  background:#2284B8;
  padding:20px 20px;
  color:#fff;
  border-bottom:1px solid #2694CF;
}
div#footer p {
  color:#fff;
  margin:0;
  font-size:11px;
  width:50%;
}
div#footer p.left { float:left; }
div#footer p.right { float:right; text-align:right; }
div#footer p a {
  color:#fff;
  font-weight:bold;
  text-decoration:none;
  border-bottom:1px solid #fff;
}
div#footer p a:hover {
  background-color:#1A668E;
}


/** clear fix **/
.clear:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
 
.clear {
  display: inline-block;
}
.clear {
  display: block;
}

</style>


</head>

<body>
  <div id="wrapper">
    <div id="sitename">
      <h1><a href="#">modulation</a></h1>
    </div>
    <div id="nav">
      <ul class="clear">
      
        <!-- MENU -->
        <li><a href="index.html"><span>Home</span></a></li>
        <li class="current"><a href="examples.html"><span>Examples</span></a></li>
        <li><a href="#"><span>Widgets</span></a></li>
        <li><a href="#"><span>Portfolio</span></a></li>
        <li><a href="#"><span>Solutions</span></a></li>
        <li><a href="#"><span>Contact</span></a></li>
        <!-- END MENU -->
        
      </ul>
    </div>
    <div id="header">
      <h2>Brilliant: Sidebars on either side!</h2>
      <div class="tagline">And a little bit of text for your tagline</div>
    </div>
    <div id="body" class="clear">
      <div id="sidebar" class="column-right">
        <ul>  
          <li>
            <h4>Links</h4>
            <ul>
              <li><a href="http://www.spyka.net" title="spyka Webmaster resources">spyka webmaster</a></li>

              <li><a href="http://www.justfreetemplates.com" title="free web templates">Free web templates</a></li>
              <li><a href="http://www.spyka.net/forums" title="webmaster forums">Webmaster forums</a></li>
              <li><a href="http://www.awesomestyles.com/mybb-themes" title="mybb themes">MyBB themes</a></li>
              <li><a href="http://www.awesomestyles.com" title="free phpbb3 themes">phpBB3 styles</a></li>
    
            </ul>
          </li>
          
          <li>

            <h4>Categories</h4>
            <ul>
              <li><a href="#">Lorem ipsum dolor sit amet.</a></li>
              <li><a href="#">Quisque consequat nunc a felis.</a></li>
              <li><a href="#">Suspendisse consequat magna at.</a></li>
              <li><a href="#">Etiam eget diam id ligula rhoncus.</a></li>

              <li><a href="#">Sed in mauris non nibh.</a></li>
            </ul>
          </li>
          <li>
            <h4>Sponsors</h4>
            <ul>
    
              <li><a href="http://www.themeforest.net/?ref=spykawg" title="premium templates">ThemeForest</a> - premium HTML templates, WordPress themes and PHP scripts</li>

              <li><a href="http://www.dreamhost.com/r.cgi?259541" title="web hosting">Web hosting</a> - 50 dollars off when you use promocode <strong>awesome50</strong></li>
              <li><a href="http://www.4templates.com/?aff=spykawg" title="4templates">4templates</a> - brilliant premium templates</li>
            </ul>
          </li>
  
        </ul>
      </div>
      <div id="content" class="column-left">
        <!-- CONTENT -->
        <h2>Examples</h2>

        <h1>Heading H1</h1>
        <h2>Heading H2</h2>
        <h3>Heading H3</h3>
        <h4>Heading H4</h4>
        <h5>Heading H5</h5>
        <p>&nbsp;</p>

        
        <h3>Lists</h3>
        <ul>
          <li>List item</li>
          <li>List item</li>
  
          <li>List item</li>
        </ul>
            
        <ol>

          <li>List item</li>
          <li>List item</li>
          <li>List item</li>
        </ol>
        <p>&nbsp;</p>
        
          
        <h3>Code and blockquote</h3>
        <code>&lt;? echo('Hello world'); ?&gt;</code>

        <blockquote><p>Mauris sit amet tortor in urna tincidunt aliquam. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas</p></blockquote>
        <p>&nbsp;</p>
        
        
        
        <h3>Table</h3>
        <table>
          <tr>
            <th>ID</th>
  
            <th>Name</th>

  
            <th>Age</th>
          </tr>
          <tr>
  
            <td>1</td>
            <td>John Smith</td>
  
            <td>28</td>
  
          </tr>

          <tr>
            <td>2</td>
            <td>Fred James</td>
  
            <td>49</td>
  
          </tr>
          <tr>
  
            <td>3</td>

            <td>Rachel Johnson</td>
            <td>19</td>
          </tr>
  
        </table>
        <p>&nbsp;</p>
        
        <h3>Form</h3>
        <fieldset>

          <legend>Form legend</legend>
          <form action="#" method="get">
            <p><label for="name">Name:</label>
  
            <input type="text" name="name" id="name" value="" /><br /></p>
  
    
            <p><label for="email">Email:</label>
    
            <input type="text" name="email" id="email" value="" /><br /></p>
            <p><label for="message">Message:</label>

    
            <textarea cols="60" rows="11" name="message" id="message"></textarea><br /></p>
            <p><input type="submit" name="send" class="formbutton" value="Send" /></p>
          </form>
  
        </fieldset>
  
        <p>&nbsp;</p>        
      </div>
    </div>
    <div id="footer" class="clear">
      <p class="left">&copy; 2009 sitename.</p>
      <p class="right">Design by <a href="http://www.spyka.net">Free CSS Templates</a> and <a href="http://www.justfreetemplates.com">Free Web Templates</a></p>
    </div>
  </div>
</body>
</html>

   
    
    
  








Related examples in the same category

1.arrangement
2.arthemia
3.artica
4.aspherical
5.assiduous
6.asterisk
7.astounded
8.astroturfd
9.atomohost
10.atrandafir582
11.AttainDigital
12.audi-template
13.aurelius
14.authenticity
15.autoportal
16.axian
17.azulmedia2-1
18.azure
19.bagatelle
20.balanced
21.bananaleaf
22.barricade
23.begrimed
24.belowthehorizon
25.bennevis
26.bermuda01
27.besmart
28.bestwebdesign
29.beta
30.beyond
31.bigdeal
32.BigSpaceLove
33.bioessence
34.Biru_Manteb
35.bittersweet
36.Black
37.chamberlandsrestaurant
38.chara
39.characterized
40.charcoal
41.charitable-organization
42.chary
43.chasmogamous
44.chesspiece
45.chic
46.chicanery
47.chromz
48.churchsitev.2
49.citrus-island1-1
50.clementine
51.clicker
52.modernclassic
53.modernmagic
54.modernworld
55.A_Simple_Theme
56.minimalistica
57.miniseries
58.mint-idea
59.minty
60.mirax
61.miscellaneous
62.mistybud
63.mlpdesign02
64.mlpdesign03
65.mlpdesign04
66.mlpdesign08
67.model-4-me
68.model-portfolio
69.modelagency
70.modelportfolio
71.model_2
72.moderna
73.Modified
74.module-mag
75.mokofactory
76.monster
77.mork-horisont
78.mountainbreeze
79.mouse
80.mrtechie
81.multiflex2
82.multiple
83.multiplex
84.music
85.muzzle
86.MyCode
87.mydiary
88.myfamily
89.myhedspacefree08
90.mykindathing
91.myportfolio
92.mystic-garden
93.Mythology
94.myvalentine
95.naeve
96.natheless
97.nationalpark
98.neapolitan
99.neatness
100.nebuladog
101.nedweb
102.NelVoize
103.neoneon
104.neonix
105.neoplanet-01
106.neotech
107.netindustries
108.neuphoric
109.neutral
110.neutraldesk
111.neutralgreen
112.new kitchen design
113.new-fast-host
114.new-home
115.new-rise
116.new-year