greencogs : Green « Templates « HTML / CSS






greencogs

    

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>GREEN COGS</title>
<meta http-equiv="content-type" content="text/html; charset=iso-8859-1" />
<style type='text/css'>
  /* The CSS that's required to position the footer */

html {
height: 100%;
}
body {
height: 100%;
}
#nonFooter {
position: relative;
min-height: 100%;
}
* html #nonFooter {
height: 100%;
}
#footer {
position: relative;
margin: 0 auto;
}

/* A CSS hack that only applies to IE -- specifies a different offset for the footer */

* html #footer {
margin-top: -5.4em;
}

body {
margin : 0;
padding : 0;
font : 73% arial, "Trebuchet MS", verdana, helvetica, sans-serif;
color : #000;
background : #bbc893 url(greencogs-images/bgd.jpg) center repeat-y;
}
      /*WRAPPER*/
#container {
height: 100%;
margin: 0 auto;
padding : 0;
width : 780px;
}
      /*TOP BANNER*/
#banner {
margin : 10px auto;
padding : 0;
width : 750px;
height : 130px;
color : #000;
background : #bbc893 url(greencogs-images/banner.jpg) no-repeat center;
}
#banner h1 {
padding : 60px 0 20px 130px;
font-size : 175%;
letter-spacing : 5px;
color : #57642f;
background : transparent;
}
      /*TOP MENU*/
#menu {
margin : 0 auto;
padding : 5px;
width : 740px;
height : 20px;
font-weight : bold;
letter-spacing: 3px;
background : #57642f;
color : #b3b3ad;
}
#menu_list {
margin : 0;
padding : 0;
text-align : left;
}
#menu_list li {
margin : 0;
padding : 0 5px 0 0;
display : inline;
}
#menu_list a {
font-size : 1.2em;
text-decoration : none;
background : inherit;
color : #fff;
}
#menu_list a:hover {
font-size : 14px;
background : inherit;
color : #000;
}
      /*MAIN CONTENT*/
#content {
float : left;
margin : 0;
padding : 5px;
width : 510px;
line-height : 1.7em;
background : inherit;
color : #333;
}
html> body div#content {
margin-left : 14px;
}
#left_content {
float : left;
width : 243px;
}
#main_content {
clear : both;
padding-top : 0;
}
#right_content {
float : right;
width : 243px;
}
      /*SIDEBAR*/
#sidebar {
float : right;
width : 220px;
margin : 0 14px 10px 0;
padding : 5px;
line-height : 1.7em;
color : #333;
background : #f9f9f9;
}
.side ul {
list-style-type : none;
padding : 0;
margin : 0;
}
.side li {
list-style-image : url(greencogs-images/db_red.gif);
padding-left : 0.5em;
margin: 10px;
}
#sidebar a:link, #sidebar a:visited {
background : inherit;
color : #57642F;
text-decoration : none;
}
#sidebar a:hover {
background : inherit;
color : #333;
text-decoration : underline;
}
      /*FOOTER*/
#footer {
clear : both;
width : 750px;
padding : 5px;
font-size : 0.9em;
background : #57642f;
color : #BCE0A8;
}
      /*SCROLLBAR*/
div.scroll {
overflow : auto;
height : 10em;
width : 180px;
border : 1px solid #a0ad78;
padding : 1em;
background : #f9f9f9;
color : #666;
margin : 0 0 0 10px;
}
      /*LINKS*/
a:link, a:visited {
background : inherit;
color : #E05222;
text-decoration : none;
}
a:hover {
background : inherit;
color : #333;
text-decoration : underline;
}
a img {
border : none;
}
      /*TYPOGRAPHY*/
h1 {
padding : 5px 0 5px 10px;
font-size : 140%;
}
h2 {
padding : 10px;
font-size : 110%;
text-transform : uppercase;
}
h3 {
padding : 5px;
font-size : 120%;
text-transform : uppercase;
}
h4 {
font-size : 90%;
text-transform : uppercase;
}
h1,h2,h3,h4 {
letter-spacing: 3px;
font-weight : bold;
color : #57642f;
background : inherit;
}

.img {
float : left;
padding : 5px;
margin : 10px;
border : 1px solid #44443f;
}
.img2 {
float : right;
padding : 5px;
margin : 10px;
border : 1px solid #44443f;
}
.news {
font-size : 90%;
}
.clear {
clear: both;
overflow: hidden;
width: 0;
height: 0;
}
blockquote {
font-weight : bold;
font-style : italic;
color : #b29b35;
}

</style>


</head>
<body>
<div id="container">
  <div id="nonFooter">
    <div id="banner">
      <h1>Your Company Name</h1>
    </div>
    <div id="menu">
      <ul id="menu_list">
        <li><a href="http://www.free-css.com/">Home</a> |</li>
        <li><a href="http://www.free-css.com/">About</a> |</li>
        <li><a href="http://www.free-css.com/">Product</a> |</li>
        <li><a href="http://www.free-css.com/">Services</a> |</li>
        <li><a href="http://www.free-css.com/">Contact</a> |</li>
      </ul>
    </div>
    <div id="content">
      <div id="left_content">
        <h3>Welcome to <span style="color:#E05222;">Green Cogs</span> Template</h3>
        <blockquote>This page has been tested in Mozilla and IE7 and validates as XHTML 1.0 Transitional using valid CSS. <br />
          For more FREE templates visit my website.</blockquote>
      </div>
      <div id="right_content">
        <h3>Heading</h3>
        <p><strong>This is a <a href="http://www.free-css.com/">link</a> to nowhere. Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Curabitur sed mi vitae est viverra aliquam. Proin faucibus eleifend ligula. Vestibulum facilisis facilisis augue.</strong> </p>
      </div>
      <div id="main_content">
        <h1>Sub Heading</h1>
        <p><img class="img" src="greencogs-images/img.jpg" alt="" />Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Curabitur sed mi vitae est viverra aliquam. Proin faucibus eleifend ligula. Vestibulum facilisis facilisis augue. Nullam est justo, ullamcorper eget, mattis a, pharetra id, urna. Sed condimentum eros tristique nulla. Donec lacus. Vestibulum sed magna. </p>
        <h1>Sub Heading</h1>
        <p><img class="img2" src="greencogs-images/img.jpg" alt="" />Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Curabitur sed mi vitae est viverra aliquam. Proin faucibus eleifend ligula. Vestibulum facilisis facilisis augue. Nullam est justo, ullamcorper eget, mattis a, pharetra id, urna. Sed condimentum eros tristique nulla. Donec lacus. Vestibulum sed magna. Proin ultricies. Morbi tristique rhoncus dolor. </p>
      </div>
    </div>
    <div id="sidebar">
      <h2>Links</h2>
      <ul class="side">
        <li><a href="http://www.free-css.com/">Snapp Happy</a></li>
        <li><a href="http://www.free-css.com/">TODC</a></li>
        <li><a href="http://www.free-css.com/">Andreas Viklund</a></li>
        <li><a href="http://www.free-css.com/">James Koster</a></li>
        <li><a href="http://www.free-css.com/">CSS play</a></li>
        <li><a href="http://www.free-css.com/">Listamatic</a></li>
      </ul>
      <h2>News</h2>
      <div class="scroll">
        <h4>Sept 24th 2005</h4>
        <p class="news">Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Curabitur sed mi vitae est viverra aliquam. Proin faucibus eleifend ligula. Vestibulum facilisis facilisis augue. Nullam est justo, ullamcorper eget, mattis a, pharetra id, urna.</p>
        <h4>Sept 13th 2005</h4>
        <p class="news">Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Curabitur sed mi vitae est viverra aliquam. Proin faucibus eleifend ligula. Vestibulum facilisis facilisis augue. Nullam est justo, ullamcorper eget, mattis a, pharetra id, urna.</p>
      </div>
      <h2>More Links</h2>
      <ul>
        <li><a href="http://www.free-css.com/">Home</a></li>
        <li><a href="http://www.free-css.com/">About</a></li>
        <li><a href="http://www.free-css.com/">Product</a></li>
        <li><a href="http://www.free-css.com/">Services</a></li>
        <li><a href="http://www.free-css.com/">Contact</a></li>
      </ul>
    </div>
  </div>
  <div id="footer"> <a href="http://www.free-css.com/">Homepage</a> | <a href="http://www.free-css.com/">contact</a> | <a href="http://validator.w3.org/check?uri=referer">html</a> | <a href="http://jigsaw.w3.org/css-validator">css</a> | &copy; 2007 Anyone | Design by <a href="http://www.mitchinson.net"> www.mitchinson.net</a><br/>
    This work is licensed under a <a rel="license" target="_blank" href="http://creativecommons.org/licenses/by/3.0/">Creative Commons Attribution 3.0 License</a> </div>
</div>
</body>
</html>

   
    
    
    
  








Related examples in the same category

1.metamorph_abstractgreen
2.metamorph_blueandgreen
3.metamorph_bluegreen
4.metamorph_green
5.metamorph_greenfield
6.metamorph_greenfish
7.metamorph_greenice
8.metamorph_greenisland
9.metamorph_greenland
10.metamorph_greenlight_lt
11.metamorph_greenmint
12.metamorph_greenplanet
13.metamorph_greenpound
14.metamorph_greenwood
15.metamorph_greeny
16.cleanandgreen
17.green-day
18.green-mile
19.green-solutions
20.green-stripes
21.green-web
22.greenbusiness
23.greencastle
24.greencommunity
25.greener
26.greenery
27.greenfeeling
28.greenfest
29.greenforest
30.GreenHome
31.greenlight
32.greenorange
33.greenparks
34.greenpeace
35.greenpeople
36.greenpiece
37.greenred
38.GreenSpan
39.greenspark
40.GreenSquareShadow
41.greensteps
42.greenstripes
43.greenthumb
44.greenway
45.greenworld
46.GreenWOW
47.greeny
48.greenybox
49.greenygrass
50.greenylife
51.greenypat
52.greenzap
53.curiouslygreen
54.gogreen
55.green piece
56.green-blog
57.Green 3
58.green80
59.GreeNadReD
60.greenandplain
61.Green_Corporate_NMK
62.Green_dream
63.Green_Feeling
64.Green_Glass
65.green_light
66.green_mile
67.Green_Template
68.green_web
69.evergreen
70.simplygreen
71.wide-green
72.WonderfulGreen
73.soft_green
74.simplegreen
75.thingreenline
76.ibex_green
77.liquidgreen
78.leafy_green
79.Green link template
80.Green background template