echo : Design 5 « Templates « HTML / CSS






echo

    

<!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>echo - free web template</title>
<style type='text/css'>
/*
  global
*/
* {
  padding:0;
  margin:0;
}
body {
  font-family:Geneva, Arial, Helvetica, sans-serif;
  font-size:1.0em;
  background-color:#232323;
  margin:0 auto;
  padding:0;
  background-image:url('echo-images/topbg.jpg');
  background-repeat:repeat-x;
  height:100%;
  background-position:top left;
}

/*
  structure 
*/
div#wrap {
  min-height: 100%;
  background-image:url('echo-images/bottombg.jpg');
  background-repeat:repeat-x;
  background-position:bottom left;
}
div#container {
  width:85%;
  margin:0 auto;
  padding:0;
}
div#content {
  min-height:400px;
  background-color:#ffffff;
}
div#header {
  padding-left:10px;
  padding-top:55px;
}
div.sidebar {
  width:30%;
  float:right;
  padding-top:5px;
}
div.page {
  width:65%;
  float:left;
  padding:5px 0 0 5px;
}
div.page-wrap {
  background-image:url('echo-images/ddd-gradient.jpg');
  background-position:left top;
  background-repeat:repeat-x;
  padding:5px; 
} 
div.top-panel {
  background-image:url('echo-images/panelbg.jpg');
  background-repeat:repeat-x;
  background-position:bottom left;
  background-color:#43CE00;
  padding:30px 15px;
}



/* 
  nav 
*/
div#nav {
  background-color:#333333;
}
div#nav ul {
  list-style:none;
  margin:0;
  padding:0;
  font-size:1.0em
}
div#nav ul li {
  display:inline;
  float:left;
  margin:5px;
}
div#nav ul li a {
  color:#ffffff;
  font-size:0.9em;
  font-weight:bold;
  text-decoration:none;
  float:left;
  padding:5px 10px;
}
div#nav ul li a.selected, div#nav ul li a.selected:hover {
  background-color:#666666;
}
div#nav ul li a:hover {
  background-color:#151515;
}



/*
  paragraphs
*/
form p {
  padding:5px 0;
}
p {
  margin:0;
  font-size:0.9em;
  line-height:1.5em;
  padding:0;
}
div.top-panel p {
  font-family:"Trebuchet MS",Verdana,Arial;
  line-height:1.6em;
  margin:0;
  color:#ffffff;
  padding:0;
  text-align:left;
  font-size:0.8em;
}
div.page p {
  padding-bottom:15px;
  line-height:1.7em;
}
div#footer p {  
  padding:15px 0;
  margin:0;
  font-size:0.7em;
  color:#ffffff;
}



/*
  headers
*/
div#header h1 {
  font-size:2.9em;
}
h2 {
  font-family:Geneva,Arial,Helvetica,sans-serif;
  font-weight:normal;
  margin:-10px 0 10px 0;
  padding:0;
  font-size:1.1em;
  color:#666666;
  text-align:left;
}
div.top-panel h2 {
  color:#ffffff;
  letter-spacing:0px;
  margin:0;
  padding:0;
  font-family:"Trebuchet MS", Verdana, Arial;
}
h3 {
  color:#ffffff;
  font-family:Geneva,Arial,Helvetica,sans-serif;
  font-size:1.6em;
  font-weight:normal;
  letter-spacing:-1px;
  margin:0;
  padding:0;
}
h4 {
  color:#232323;
  padding:0;
  font-size:1.2em;
  margin:0;
}
div.sidebar h4 {
  font-weight:normal;
}




/*
  forms, labels, inputs
*/
input.button {
  font-weight:bold;
  padding:5px 15px;
}
input, textarea {
  padding:3px;
  background-color:#ffffff;
  border:1px solid #dddddd;
}
input:focus, textarea:focus {
  background-color:#CCFFB3;
  border:1px solid #AAFF80;
}
label {
  font-weight:bold;
}




/*
  links
*/
a {
  color:#349E00;
}
div#header h1 a {
  color:#42CB00;
  text-decoration:none;
  font-weight:normal;
}
div.sidebar ul li a {
  display:block;
  text-decoration:none;
  padding:5px 0;
  border-bottom:1px solid #dddddd;
}
div.sidebar a {
  color:#329900;
  font-size:0.9em;
  font-family:Arial, Helvetica, sans-serif;
  line-height:1.4em;
}
a:hover, div.sidebar a:hover  {
  color:#226600;
}
div.top-panel a {
  border-bottom:1px solid #fff;
  color:#fff;
  font-family:Geneva,Arial,Helvetica,sans-serif;
  font-size:1.3em;
  font-weight:bold;
  margin:10px;
  text-decoration:none;
}
div.top-panel a.linkleft {
  margin-left:0; 
}
div#footer p a {
  color:#ffffff;
  text-decoration:none;
  font-size:1.0em;
}



/*
  tabbles
*/
table {
  width:100%;
  font-size:0.85em;
}
table tr th {
  color:#ffffff;
  background-color:#171717;
}
table tr th, table tr td {
  padding:5px 10px;
  text-align:left;
}
table tr td {
  border-bottom:1px solid #dddddd;
}



/*
  lists
*/
div.sidebar ul {
  list-style:none;
  padding:0;
  border-top:4px solid #dddddd;
  margin:0 0 20px 0
}
ul {
  margin:0 0 20px 20px;
  font-size:0.9em;
  padding:0;
  list-style:square;
}
ul li {
  padding:3px 0;
}



/*
  miscs
*/
code {
  border:1px solid #cccccc;
  background-color:#dddddd;
  color:#333333;
  display:block;
  padding:10px 5px;
  margin:10px 0;
}
.clear {
  clear:both; 
}
.right { 
  float:right; 
}
.left  {
  float:left;  
}
*:focus {
  outline:none;
}

</style>


</head>
<body>
<div id="wrap">
<div id="container">

  <div id="header">
    <h1><a href="/">echo</a></h1>
    <h2>example h2 header</h2>
  </div>
  <div id="nav">
    <ul>
      <li><a href="index.html" title="home page">home</a></li>
      <li><a href="examples.html" title="code examples" class="selected">examples</a></li>
      <li><a href="http://www.spyka.net/web-templates" title="CSS and XHTML web templates">web templates</a></li>
      <li><a href="http://www.spyka.net/licensing" title="licence">license</a></li>
      <li><a href="http://www.spyka.net/contact" title="contact">contact</a></li>

    </ul>
    <br class="clear" />
  </div>
  <div id="content">
    <div class="top-panel">
    <div>
      <h3>Example H3 header.</h3>
      <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi dolor augue, blandit a, semper nec, ultricies vitae, tellus. Donec diam. Donec ut turpis. Maecenas eu nisi nec justo pellentesque gravida. Donec pharetra. Vivamus non felis et nunc semper egestas. Praesent sit amet ligula auctor leo aliquet laoreet.<br /><br />
      
          <a href="#" class="linkleft">A left link</a> &bull;
          <a href="#">A right link</a>
      </p>
    </div></div>
    <div class="page-wrap">
      <div class="page">
        
      <!-- begin main content -->
      
        <h4>List</h4>
        <ul>
          <li>List item</li>
          <li>List item</li>
          <li>List item</li>
        </ul>
        <p>&nbsp;</p>
        
        <h4>Code</h4>
        <code>&lt;? echo('Hello world'); ?&gt;</code>
        <p>&nbsp;</p>
        
        <h4>Form</h4>
        <form action="#" method="get">
          <p><label for="name">Name:</label><br />
          <input type="text" name="name" id="name" value="" /><br /></p>

          <p><label for="email">Email:</label><br />
          <input type="text" name="email" id="email" value="" /><br /></p>
          <p><label for="message">Message:</label><br />
  
          <textarea cols="60" rows="11" name="message" id="message"></textarea><br /></p>
          <p class="lastformitem"><input type="submit" name="send" class="button" value="Send" /></p>
        </form>
        <p>&nbsp;</p>
        
        <h4>Table</h4>
        <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>        
          
        <!-- end main content -->
        
      </div>
      
      
      <div class="sidebar">
        <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">JustFreeTemplates</a></li>
          <li><a href="http://www.spyka.net/forums" title="webmaster forums">Webmaster forums</a></li>
          <li><a href="http://www.profileartist.net" title="premium templates">Premium templates</a></li>
          <li><a href="http://www.awesomestyles.com" title="free forum skins and templates">Forum resources</a></li>
        </ul>
  
        <h4>Sponsors</h4>
        <ul>
          <li><a href="http://community.spyka.co.uk/index.php" title="spyka web group community">sWG community</a></li>
          <li><a href="http://community.spyka.co.uk/forumdisplay.php?f=58" title="webhosting offers">Webhosting offers</a></li>
          <li><a href="http://www.spyka.co.uk" title="spyka web group">spyka Web Group</a></li>          
        </ul>
      </div>
      <div class="clear"></div>
    </div>
  </div>
  <div id="footer">
    <p>&copy; 2009 mySite. Design: <a href="http://www.spyka.net">spyka webmaster</a> | <a href="http://www.justfreetemplates.com">Free Web Templates</a></p>
  </div>

</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.ecolution-warrior
16.ecom-1
17.edgy
18.edy-builders
19.efflorescence
20.elements
21.elitecircle1-0
22.emblazoned
23.embouteillage
24.emerald
25.emergence
26.emperor
27.empireserver
28.emporium
29.enclosed
30.endless
31.energybox
32.enlight
33.enlighten1-0
34.enormous
35.enter
36.enthusiastica
37.entomology
38.envision1-0
39.epod
40.equivalency
41.ergophobia
42.established
43.etags
44.euphonics
45.europe
46.everydayseries
47.evolution
48.exalted
49.excess
50.excursus
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