astounded : Design 4 « Templates « HTML / CSS






astounded

     

<!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>astounded - a free css template</title>
<style type='text/css'>
/** global **/
body {
  margin:0px auto;
  padding:0;
  font-family:Verdana, Geneva, sans-serif;
  font-size:12px;
  color:#333;
  background:#fff url('astounded-images/body-bg.jpg') repeat-x;
}
* {
  margin:0;
  padding:0;
}


/** element defaults **/
table {
  width:100%;
  font-family:Arial, Helvetica, sans-serif;
  text-align:left;
}
th, td {
  padding:5px 10px;
}
th {
  color:#fff;
  border-top:3px solid #082659;
  background-color:#0C3A87;
}
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:#0D3C84;
}
a:hover {
  color:#0C3A85;
}
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:#0C3A87;
  border:none;
  border-bottom:3px solid #082659;
  color:#ffffff;
  font-weight:bold;
  padding:5px 10px;
  font-size:13px;
}
h1 {
  font-size:45px;
  font-family:Arial, Helvetica, sans-serif;
}
h2 {
  color:#061C41;
  font-family:Arial,Helvetica,sans-serif;
  font-size:30px;
  font-weight:bold;
  letter-spacing:-2px;
  padding:0 0 5px;
  margin:0;
}
h3 {
  font-family:Arial,Helvetica,sans-serif;
  color:#0D357B;
  font-size:20px;
  padding-bottom:10px;
}
h4 {
  font-family:Arial,Helvetica,sans-serif;
  padding-bottom:10px;
  font-size:15px;
  color:#0C3A85;
}
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;
}


/** sitename **/
div#sitename h1 {
  font-size:48px;
  letter-spacing:-5px;
  margin:0;
  height:82px;
  padding:18px 0 0;
}
div#sitename h1 a,
div#sitename h1 a:hover {
  color:#fff;
  font-weight:normal;
  text-decoration:none;
}

/** header **/
div#header {
  padding:50px 0 40px;
  margin:0 auto;
  height:111px;
  background:transparent url('astounded-images/header-bg.jpg') no-repeat;
}
div#header h2 {
  color:#ffffff;
  padding-bottom:0;
  font-weight:normal;
  font-family:'Lucida Grande','Lucida Sans Unicode',Geneva,Verdana,Sans-Serif;
  font-size:32px;
  letter-spacing:0;
}
div#header div.tagline {
  color:#C2D7F9;
  font-size:14px;
  padding-bottom:10px;
  font-family:Arial,Helvetica,sans-serif;
}
div#header div.tagline a {
  color:#ffffff;
}


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


/** content+sidebar styles **/
div#content {
  width:600px;
}
div.column-left {
  float:left;
  margin-right:20px;
}
div.column-right {
  float:right;
}
div#sidebar {
  width:268px;
}
div#sidebar ul {
  margin:0;
  padding:0;
  list-style:none;
}
div#sidebar li ul {
  margin-bottom:20px;
  width:250px;
}
div#sidebar li ul li {
  display:block;
  padding:12px 10px;
  border-bottom:1px solid #ddd;
  color:#777;
}
div#sidebar li ul li a {
  color:#333;
  text-decoration:none;
  font-family:Verdana, Geneva, sans-serif;
  font-weight:normal;
}
div#sidebar li ul li a:hover {
  color:#09285E;
  text-decoration:underline;
}


div#sidebar li ul.blocklist li {
  padding:0;
}
div#sidebar li ul.blocklist li.selected-item  {
  border-bottom:none;
}
div#sidebar li ul.blocklist li.selected-item a {
  color:#fff;
  font-weight:bold;
  background:transparent url('astounded-images/item-selected.jpg') no-repeat;
}
div#sidebar li ul.blocklist li.selected-item a:hover {
  text-decoration:none;
}
div#sidebar li ul.blocklist li a {
  color:#666;
  width:260px;
  display:block;
  padding:13px 10px;
}

div#sidebar h4 { 
  color:#0C367E;
  font-family:arial;
  font-size:16px;
  text-transform:uppercase;
  font-weight:bold;
  margin:0;
  padding:7px 10px;
}


/** footer **/
div#footer {
  padding:20px 20px;
  color:#fff;
  border-top:1px solid #ccc;
}
div#footer p {
  color:#666;
  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:#666;
  font-weight:bold;
  text-decoration:none;
  border-bottom:1px solid #999;
}



/** 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="#">astounded</a></h1>
    </div>
    <div id="header">
      <h2>Welcome to my website!</h2>
      <div class="tagline"><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vestibulum tristique neque at tellus interdum euismod. Quisque suscipit quam luctus quam elementum a molestie diam sollicitudin. Nam vehicula placerat mi, in mollis elit imperdiet in. Sed volutpat tincidunt sem at auctor</p></div>
    </div>
    <div id="body" class="clear">
      <div id="sidebar" class="column-left">
        <ul>
                  <li>
            <h4>Navigate</h4>
                        <ul class="blocklist">
                            <li><a href="index.html">Home</a></li>
                            <li class="selected-item"><a href="examples.html">Examples</a></li>
                            <li><a href="#">Products</a></li>
                            <li><a href="#">Solutions</a></li>
                            <li><a href="#">Contact</a></li>
                        </ul>

          </li>  
          <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>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-right">
        <!-- 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; 2010 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.astroturfd
8.atomohost
9.atrandafir582
10.AttainDigital
11.audi-template
12.aurelius
13.authenticity
14.autoportal
15.axian
16.azulmedia2-1
17.azure
18.bagatelle
19.balanced
20.bananaleaf
21.barricade
22.begrimed
23.belowthehorizon
24.bennevis
25.bermuda01
26.besmart
27.bestwebdesign
28.beta
29.beyond
30.bigdeal
31.BigSpaceLove
32.bioessence
33.Biru_Manteb
34.bittersweet
35.Black
36.chamberlandsrestaurant
37.chara
38.characterized
39.charcoal
40.charitable-organization
41.chary
42.chasmogamous
43.chesspiece
44.chic
45.chicanery
46.chromz
47.churchsitev.2
48.citrus-island1-1
49.clementine
50.clicker
51.modernclassic
52.modernmagic
53.modernworld
54.A_Simple_Theme
55.minimalistica
56.miniseries
57.mint-idea
58.minty
59.mirax
60.miscellaneous
61.mistybud
62.mlpdesign02
63.mlpdesign03
64.mlpdesign04
65.mlpdesign08
66.model-4-me
67.model-portfolio
68.modelagency
69.modelportfolio
70.model_2
71.moderna
72.Modified
73.modulation
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