excursus : Design 5 « Templates « HTML / CSS






excursus

    

<!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>excursus - a free web template</title>
<style type='text/css'>
/** global **/
body {
  background:#E15D05 url('excursus-images/bodybg.png') repeat-x scroll top left;
  font-family:Arial, Helvetica, sans-serif;
  font-size:10px;
  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 {
  padding:7px 10px;
  color:#fff;
  border-top:3px solid #D05A0B;
  background-color:#EC670F;
}
td {
  border-bottom:1px solid #f4f4f4;
  padding:10px;
}
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:#E35F07;
}
a:hover {
  color:#034571;
}
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;
}
form input.formbutton {
  margin-left:150px;
  background:#EC670F;
  border:none;
  font-family:Arial, Helvetica, sans-serif;
  border-bottom:3px solid #D05A0B;
  color:#ffffff;
  font-weight:bold;
  padding:5px 10px;
  font-size:12px;
}
h1 {
  font-size:45px;
}
h2 {
  color:#E7620A;
  font-family:Arial,Helvetica,sans-serif;
  font-size:25px;
  font-weight:bold;
  letter-spacing:0;
  margin:0;
  padding:0 0 5px;
}
h3 {
  color:#F99553;
  font-size:18px;
  padding-bottom:10px;
}
h4 {
  padding-bottom:10px;
  font-size:15px;
  color:#222;
}
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:50px;
  height:150px;
  background:#E15D05 url('excursus-images/header.png') no-repeat scroll bottom center;
}
div#top h1, div#top h2 {
  font-family:Georgia, "Times New Roman", Times, serif;
  margin:0;
  padding:0;
  text-align:center;
}
div#top h1 a {
  color:#fff;
  font-size:75px;
  font-weight:normal;
  letter-spacing:-2px;
  text-decoration:none;
}
div#top h2 {
  font-weight:normal;
  color:#efefef;
  margin-top:-10px;
}
div#nav {
  background:#034C7B url('excursus-images/navbg.png') repeat-x scroll bottom left;
}
div#nav ul {
  list-style:none;
  margin:0 15px 0 25px;
  padding:0;
  position:relative;
  left:-50%;
}
div#nav ul li {
  display:block;
  float:left;
  position:relative;
  padding:0;
}
div#nav ul li a {
  color:#fff;
  font-size:11px;
  text-decoration:none;
  padding:15px 20px;
  display:block;
  font-weight:bold;
  text-transform:uppercase;
}
div#nav ul li.selected a,
div#nav ul li.selected a:hover {
  background-color:#FFFFFF;
  color:#023557;
}
div#nav ul li a:hover {
  background-color:#022F4D;
}

/** body **/
div#body {
  background-color:#ffffff;
  padding:18px;
}

/** content+sidebar styles **/
div#content {
  width:650px;
}
div#content {
  font-size:12px;
}
div.column-left {
  float:left;
  margin-right:20px;
}
div.column-right {
  float:right;
}
div#sidebar {
  width:245px;
}
div#sidebar ul {
  margin:0;
  padding:0;
  list-style:none;
}
div#sidebar li ul {
  margin-bottom:20px;
}
div#sidebar li ul li {
  display:block;
  padding:10px 15px;
  color:#777;
  border-bottom:1px dotted #e0e0e0;
}
div#sidebar li ul li a {
  font-size:12px;
  font-weight:normal;
  color:#555;
  text-decoration:underline;
}
div#sidebar li ul li a:hover {
  color:#222;
}
div#sidebar ul ul {
  background-color:#f4f4f4;
  border-bottom:4px solid #f0f0f0;
}
div#sidebar h4 {
  background:#034C7B url('excursus-images/navbg.png') repeat-x scroll bottom left;
  font-size:13px;
  color:#fff;
  letter-spacing:0px;
  margin:0;
  padding:0;
  text-transform:uppercase;
  padding:10px 15px;
  display:block;
}


/** footer **/
div#footer {
  background:#222 url('excursus-images/footerbg.png') repeat-x scroll bottom left;
  padding:10px;
  color:#fff;
}
div#footer a {
  color:#fff;
}
div.ul {
  position:relative;
  left:50%;
  float:left;
}
div#footer ul {
  background:transparent url('excursus-images/footerbg2.png') repeat-x scroll top left;
  margin:0;
  padding:0 0 0;
  list-style:none;
  position:relative;
  left:-50%;
  float:left;
}
div#footer ul li {
  display:block;
  float:left;
  position:relative;
  padding:0;
}
div#footer ul li a {
  text-decoration:none;
  display:block;
  float:left;
  text-transform:uppercase;
  padding:7px 20px;
}
div#footer ul li a:hover {
  color:#ddd;
  background-color:#111;
}
p.footer-links {
  color:#ffffff;
  padding:5px;
  text-align:center;
  padding:0;
  margin:15px 0 0;
  font-size:9px;
  text-transform:uppercase;
}
p.footer-links a {
  color:#fff;
  font-weight:bold;
  border-bottom:1px solid #fff;
  text-decoration:none;
}

/** 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="#">excursus</a></h1>
    <h2>Lorem ipsum dolor sit amet</h2>
  </div>
  
  <div id="nav" class="clear">
    <div class="ul">
      <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>
  
  <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"><strong>ThemeForest</strong></a> - premium HTML templates, WordPress themes and PHP scripts</li>
            <li><a href="http://www.dreamhost.com/r.cgi?259541" title="web hosting"><strong>Web hosting</strong></a> - 50 dollars off when you use promocode <strong>awesome50</strong></li>
            <li><a href="http://www.4templates.com/?aff=spykawg" title="4templates"><strong>4templates</strong></a> - brilliant premium templates</li>
  
          </ul>
        </li>
  
      </ul>
    </div>
    <div id="content" class="column-left">
      <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 cellspacing="0">
        <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>
      
      <br /><br />
    </div>
  </div>
  
  <div id="footer">
    <div class="clear">
      <div class="ul">
        <ul>
          <li><a href="#">Home</a></li>
          <li><a href="#">Products</a></li>
          <li><a href="#">Support</a></li>
          <li><a href="#">Legal</a></li>
          <li><a href="#">Jobs</a></li>
          <li><a href="#">Contact</a></li>
        </ul>
      </div>
    </div>
    <p class="footer-links">
      &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.d-tv
2.dogstemplate
3.domesticated
4.dottis
5.duet-plasma
6.dusky
7.dusplic
8.dynamic
9.dzine
10.eastern-tales
11.easybreeze
12.easymoto
13.eatlon
14.ebullient
15.echo
16.ecolution-warrior
17.ecom-1
18.edgy
19.edy-builders
20.efflorescence
21.elements
22.elitecircle1-0
23.emblazoned
24.embouteillage
25.emerald
26.emergence
27.emperor
28.empireserver
29.emporium
30.enclosed
31.endless
32.energybox
33.enlight
34.enlighten1-0
35.enormous
36.enter
37.enthusiastica
38.entomology
39.envision1-0
40.epod
41.equivalency
42.ergophobia
43.established
44.etags
45.euphonics
46.europe
47.everydayseries
48.evolution
49.exalted
50.excess
51.Executive Template
52.executive
53.Exotic_Blue
54.Exotic_Red
55.fotografix
56.fotolandia
57.foundation
58.foxy
59.fractalbroccoli
60.fragrance
61.frankincense
62.freches-fruechtchen
63.free-css-lunch
64.freecsstemplate 55
65.freecsstemplateno57
66.freecsswebsitetemplate39
67.freecss_greentextile
68.freecss_modern
69.freecss_monolit
70.freecss_redleaves
71.freecss_set
72.freeport
73.freeradicals
74.freestyle
75.frozenage
76.ftd-redblack
77.ftdbusiness
78.ftdcinema
79.ftddrops
80.ftdExplosionBlue
81.ftditight
82.ftdkiwi
83.ftdlagoon
84.ftdLight
85.ftdLightBlue
86.ftdluminescent
87.ftdMoonLight
88.ftdprime
89.ftdspace
90.ftdvivid
91.ftdworld
92.funkytimes
93.funride
94.futuremag-aio
95.fword_three
96.galaxy
97.gallerize
98.gamberetto
99.gameportal
100.Ganesh01
101.gastropoda
102.gathering14
103.gazebo
104.gconsultant
105.general
106.genesis
107.genghiskahn
108.genius_web
109.gentle_wiki
110.geoforce
111.gestured
112.gift-gallery
113.giftig-gruen
114.gila
115.glazed
116.godetia
117.godofgates
118.GoFlexible
119.goinggrey
120.gradientis
121.grandenally
122.grandhost
123.GraniteGlass
124.greefies