halcyon : Design 9 « Templates « HTML / CSS






halcyon

   

<!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>halcyon - a free web template</title>
<style type='text/css'>
/** global **/
body {
  background:#fff url('halcyon-images/body_bg.jpg') repeat-x;
  font-family:Arial, Helvetica, sans-serif;
  font-size:11px;
  color:#555555;
  margin:0 auto;
  padding:0;
}
* {
  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 #F66605;
  background-color:#FE8100;
}
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:#666;
}
a:hover {
  color:#F66605;
}
a:focus {
  color:#000;
  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;
}
form input.formbutton {
  margin-left:150px;
  background:#FE8100;
  border:none;
  font-family:Arial, Helvetica, sans-serif;
  border-bottom:3px solid #F66605;
  color:#ffffff;
  font-weight:bold;
  padding:5px 10px;
  font-size:12px;
}
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:#666666;
  font-size:20px;
  padding-bottom:10px;
}
h4 {
  padding-bottom:10px;
  font-size:15px;
  color:#F66605;
}
h5 {
  padding-bottom:10px;
  font-size:13px;
  color:#666666;
}
ul, ol {
  margin:0 0 35px 35px;
}
li {
  padding-bottom:5px;
}

/** wrapper **/
div#wrapper {
  width:960px;
  margin:0 auto;
  padding:0;
}

/** sitename+nav **/
div#top {
  padding-top:35px;
  height:100px;
}
div#top h1 {
  float:left;
  font-size:51px;
  padding-bottom:15px;
}
div#top h1 a {
  color:#666;
  font-weight:normal;
  letter-spacing:-4px;
  float:left;
  text-decoration:none;
}
div#top ul {
  float:right;
  list-style:none;
  margin:0 25px 0;
  padding:67px 0 0;
}
div#top ul li {
  float:left;
  display:block;
  padding:0;
}
div#top ul li a {
  padding:10px 15px;
  float:left;
  color:#fff;
  text-decoration:none;
  display:block;
  font-size:12px;
  font-weight:bold;
  text-transform:uppercase;
}
div#top ul li.selected a,
div#top ul li.selected a:hover {
  border:none;
  background-color:#F66605;
  text-decoration:none;
}
div#top ul li a:hover {
  text-decoration:underline;
}


/** body **/
div#body {
  background-color:#ffffff;
  padding:10px;
  margin-top:25px;
}

/** content+sidebar styles **/
div#content {
  width:675px;
}
div#content {
  font-size:12px;
}
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 {
  text-decoration:none;
  font-family:"Trebuchet MS", Verdana, Arial;
  font-weight:bold;
}
div#sidebar li ul li a:hover {
  text-decoration:underline;
}
div#sidebar h4 { 
  font-family: Arial, Helvetica, sans-serif;
  font-size:12px;
  text-transform:uppercase;
  font-weight:bold;
  margin:0;
  padding:7px 10px;
}


/** footer **/
div#footer {
  background-color:#222;
  padding:10px;
  color:#999;
}
div#footer a {
  color:#999;
  font-weight:bold;
  text-decoration:underline;
}
div#footer h4 {
  color:#999;
  font-size:18px;
}
div#footer form {
  margin:0;
  padding:0;
}
div#footer form input#searchbutton {
  background-color:#111;
  border-bottom:none;
  margin:0;
}
div#footer form input#searchquery {
  background-color:#333;
  color:#fff;
  font-family:Arial, Helvetica, sans-serif;
  border:none;
  padding:5px 5px 6px;
}
div#footer ul {
  margin:0;
  padding:0;
  list-style:none;
  border-top:1px solid #333;
}
div#footer ul li {
  padding:0;
}
div#footer ul li a {
  text-decoration:none;
  display:block;
  padding:7px 10px;
  border-bottom:1px solid #333;
}
div#footer ul li a:hover {
  background-color:#1f1f1f;
}
div.footer-box {
  width:220px;
  margin-right:20px;
  float:left;
}
div.end-footer-box {
  margin-right:0;
}
div#footer-links {
  background-color:#111;
  color:#ffffff;
  padding:5px;
}
div#footer-links p {
  text-align:right;
  padding:0;
  margin:0;
  font-size:10px;
}
div#footer-links a {
  color:#fff;
  font-weight:bold;
  text-decoration:underline;
}

/** clear **/
.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="top" class="clear">
    <h1><a href="#">halcyon</a></h1>
    
    <ul>
      <li><a href="index.html">home</a></li>
      <li class="selected"><a href="examples.html">examples</a></li>
      <li><a href="#">products</a></li>
      <li><a href="#">support</a></li>
      <li><a href="#">contact</a></li>
    </ul>
  </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">
    <div class="footer-box">
      <h4>About our site</h4>
      <p>
        Morbi fermentum, nunc id pellentesque blandit, lectus velit pellentesque nisl, a condimentum est velit sed nisi. Sed libero velit, eleifend nec porttitor a, porta quis leo. In hac habitasse platea dictumst. 
      </p>
    </div>
    
    <div class="footer-box">
      <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>
    </div>
    
    <div class="footer-box">
      <h4>Network sites</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>  
    </div>
    
    <div class="footer-box end-footer-box">
      <h4>Search our site</h4>
      <form action="#" method="get">
        <p>
          <input type="text" id="searchquery" size="18" name="searchterm" />
          <input type="submit" id="searchbutton" value="Search" class="formbutton" />
        </p>
      </form>
    </div>
  </div>
  
  <div id="footer-links">
    <p>
      &copy; 2009 sitename. 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.grid-system
2.grotesqueart
3.grunge-superstar-website-template
4.guarantee
5.guideline
6.gumamela
7.gunmetal
8.h-free-software
9.h2o-bubbles
10.hanging
11.hapal
12.happy_template
13.hardwarestore
14.hawaiblomst
15.heatwave
16.HelloLand
17.hexahedron
18.hibiscus
19.hifinews
20.HigherGround11
21.highmountains
22.highway
23.highwaycss
24.hilaryduff
25.HomeOfProjects
26.honeythemes
27.hyper
28.i-feel-lucky
29.ibex
30.html
31.html5-alin1
32.html5-passion
33.hurt-hobain-1.0
34.idyllic
35.ifeellucky
36.ignition
37.ikonik
38.illogix
39.illuminated
40.illusion
41.ilounge
42.imagination
43.impeccable
44.implied
45.imprimis
46.improved
47.in-fantasy
48.inapickle
49.inception
50.indication
51.indicator
52.indigo
53.individual
54.inf04-css
55.inf05
56.inf07
57.inf08
58.infinitehorizon
59.inflight
60.informatif
61.innodemag
62.inscriptions
63.inspired by google forum
64.instant
65.integral
66.intelligent-studios
67.intensesimplicity
68.interactive-media
69.interactive-works
70.interchange
71.intercosmic
72.intercraft
73.interior-art
74.interlude
75.intermediate
76.internationalway
77.internet-encyclopedia
78.internet-phenomenon
79.internetbroadcast
80.internetcenter
81.internetmusic
82.internetsharing
83.Internet_Studio
84.invention
85.Inverted_Headline
86.invision
87.ionika
88.iqbiz
89.isometric
90.it-advance
91.it-technologies
92.itdesk
93.ithilien
94.iViolet2b
95.I_Like
96.JA
97.Jan002
98.Jazz Hut Template
99.jdf-boxing
100.jenniferlovehewitt
101.jetbiz
102.jet_30
103.Jewerly-Store
104.joker
105.judgement
106.junkbox
107.just-lucid
108.justgrey
109.Just_Lucid
110.kaleidos
111.kappebeans
112.katz-maus
113.keep_it_simple
114.keero
115.khaki
116.kim-fashion
117.kitchen
118.konnekt-media
119.KrazieKen
120.language-ofa-lover
121.lasvegas
122.lasvegastoo
123.layoftheland
124.lazybreeze
125.leafbiz
126.leafbrush
127.leanmagazine
128.leavesdew
129.leavesv1
130.lemonlimev2
131.leonardo
132.lepidoptera
133.lessantique
134.level2
135.librarypro
136.Light
137.lightspeed
138.limegreen
139.limelight
140.Limey
141.linear
142.lingerie-store
143.link-line
144.liquidity_graph
145.lithium
146.loadfoov2
147.loadhost
148.localize
149.locomotive
150.logistix
151.longbeach
152.loseout
153.lotusflower
154.lucent
155.lunaria-1
156.lusciouscandy
157.luvbold
158.mactall
159.mag
160.magazine
161.majestic
162.majesty
163.makemyday
164.marcelle
165.marked
166.Matrix
167.maxos
168.maxosdarker
169.mcube
170.meadows
171.media
172.Medieval
173.megacorporate
174.meganews
175.megazzine
176.memoranda
177.meretricious
178.Midddot
179.middle-blue
180.midnightrainforest
181.mighty
182.milestone
183.mimbo-magazine
184.minigallery
185.minimal