midnightrainforest : Design 9 « Templates « HTML / CSS






midnightrainforest

    

<!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" xml:lang="en" lang="en">
<head>
<title>Midnight Rainforest</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<style type='text/css'>
/* **** NOTES **** */
/* I have tried to comment this style sheet as much as possible to show you where things take place. 
There is a large utilization of descendant selectors, so if you are not familiar with those, hopefully the 
comments will help. 
*/

/* Global Styles */
html,body{margin:0;padding:0}
body{font: 76% Arial, Verdana, serif, sans-serif; background-color:#000;}

/* TEXT STYLES */
p{padding:0 5px 0px; font-size: 1em; line-height: 1.3em; letter-spacing: 1px;}
h1 { font-size: 2.5em; margin-top: 0;  text-transform:uppercase; letter-spacing: 1px;}
h2 { font-size: 2em; color: #79B30B; line-height: 1.3em; letter-spacing: -1px;}
h3 { font-size: 1.5em; color: #b71;}
h4 { font-size: 1.25em; color: #452;}
h5 {font-size: 1em; font-weight:bold;}
h1,h2,h3,h4,h5 {padding:0 5px 0px;}
#navigation p, #extra p {color:#fff;}
a:link { color: #452; text-decoration:none; border-bottom: 1px solid #b71; padding:1px;}
a:visited {color: #452; text-decoration:none; border-bottom: 1px solid #b71; }
a:hover {background-color: #79B30B; color:#fff; }
acronym {border-bottom: 1px dotted #b71; cursor:help; } 
label.header {font-size:larger; color: #b71; font-weight:bold; text-transform:uppercase; margin-bottom: 0; padding-bottom:0; } 
   /* label.header is the label for the search box but can be used for other forms by using class="header" in a label */
form,submit { padding:0; margin:0; } /* removes extraneous padding around the form */
code { border: 1px dotted #b71; border-left: 3px solid #b71; background-color: #dda; padding: 1em; margin-left: 3ex; color:#742;}
blockquote { border: 1px solid #b71; background-color: #dda; margin: 3ex; font-style:italic; width: 90%;}

/* HEADER SECTION */
div#header {margin:0; padding:0; background: transparent url(midnightrainforest-images/grass_sm.jpg) no-repeat right center; height:8em;}
div#header h1 a { height: 3em; min-height:8em; line-height:80px;margin:0; color: #fff; border-bottom: none; padding:0;}
div#header h1 a:hover {background-color: transparent; border-bottom: none; color: #79B30B}
div#header p#skip{position: absolute; top: 3px; right: 3px; margin:0; padding: 0;}
#skip a,#skip a:visited {color:#fff; border-bottom: 1px solid #b71;}

/* CONTENT SECTION */
div#wrapper{float:left;width:100%;}
div#content{margin: 0 0 0 200px; padding-bottom: 2em; background-color: #fff; color: #000;}
div#content p{line-height:1.4;}
div#content h2#topper {background:#dda; color:#742; margin-top:0; padding-top:0;}
div#content a:visited {color: #452; text-decoration:none; border-bottom: 1px solid #b71; }

/* VERTICAL NAVIGATION */
div#navigation{float:left; width:200px;margin-left:-100%; color:#fff;}
.navcontainer { width: 198px; border-right: 1px solid #000; padding:0; margin-bottom: 1em; 
background-color: transparent;}
.navcontainer ul { list-style: none; margin: 0; padding: 0; border: none; width: 198px; min-width:198px; }
.navcontainer li { margin: 0; }
html>body .navcontainer li a { width: auto;}
.navcontainer li a,.navcontainer li a:visited { 
          display: block; padding: 5px 5px 5px 0.5em; border-left: 10px solid #452;
          border-right: 10px solid #452; background-color: #472; 
          text-decoration: none; font-weight:bold; width: 167px; min-width:165px; 
          color: #fff; border-bottom: 1px solid #79B30B; 
}
.navcontainer li a:hover,.navcontainer li#active a { 
          border-left: 10px solid #fff; border-right: 10px solid #fff; 
          background-color: #79B30B; color: #fff; font-weight:bold;
}
.navcontainer li.menutitle {border-left: 10px solid #79B30B ; border-right:10px solid #79B30B;  font-size:larger;
text-align:center; color: #b71; font-weight:bold; padding-bottom:1ex; border-bottom:none; text-transform:uppercase;}
.navcontainer li#last a { border-bottom:none;}  /* the last one in the list should get the id of 'last' in the list to remove the bottom border */

/* --- These are the subnavigation for sublinks. --- */
.navcontainer li ul li { display:none;} /* this hides all sublinks if it is not the currently active link */
.navcontainer li#active ul li { display: block;} /* this expands all sublinks if it is the currently active link */
.navcontainer li#active ul li a:link, .navcontainer li#active ul li a:visited { border-left-color:#452; border-right-color: #452; background-color: #000; padding: 5px 0 5px 11px;}
.navcontainer li#active ul li a:hover { background-color:#fff; color:#b71;}

/* FOOTER SECTION */
div#footer{clear:left;width:100%; background-color: #452;color: #FFF}
div#footer a:link, div#footer a:visited { color:#fff; }
div#footer ul {list-style-type:none; margin:0; padding:.8em 0; text-align:center;}
div#footer ul li {display:inline; padding: 0 4px;}

/* General Image Stuff */
img.sm { width: 160px; }

/* TABLES */ 
table {border: 2px solid #452; border-collapse:collapse; width:90%; margin-left: 3ex; }
td {background-color: #fff; padding:3px; border: 1px solid #fff}
th {text-align:left;border: 1px solid #fff}
thead th {color:#fff; font-size:1.5em; background-color: #472 ; padding: 10px 6px}
tbody th {color:#fff; font-size:1.15em; background-color: #79B30B ; padding: 6px}
tbody th.sub {font-size: .90em; color:#000; background-color: #dda; padding: 6px}

</style>


</head>
<body>
<div id="container">
  <div id="header">
    <h1><a href="http://www.free-css.com/">Midnight Rainforest</a></h1>
    <p id="skip"><a href="#content">Skip To Content</a></p>
  </div>
  <div id="wrapper">
    <!-- Main content section -->
    <div id="content">
      <h2 id="topper">Item One</h2>
      <h3>About This Design</h3>
      <p>Well, this design was made because I wanted to make something that didn't involve hacks for the primary layout.</p>
      <p>The left and right columns are set at 200px, and the center area is fully flexible to whatever size is needed. All fonts will increase appropriately because all are set relative using the base at the 76% universal sizing.</p>
      <p>One image is used through this layout, and is simply repeated in different spots to show possible placement of graphics.</p>
      <p>You can have multiple subsections in your left navigation, but the only ones that will show expanded are the subsections for the &lt;ul&gt; currently marked #active. The subsections for other sections of the menu will remain hidden.</p>
      <p>This website is XHTML 1.0 Strict and has been tested in Firefox, IE 6 and IE 7 Beta 2, Opera, Konqueror, and Safari.</p>
      <h4>Alternate Layout</h4>
      <p>There is an alternate 2 column layout of this design available. This layout is ideal for subpages.</p>
      <p><a href="index_2col.html">Alternate 2 column Layout</a></p>
      <h2>Useage</h2>
      <p>I am freeing this template according to the <a href="http://creativecommons.org/licenses/by/2.5/">Creative Commons Attribution 2.5 License</a>. That license gives you the right to use this template in any way (commercial or non-commercial), make changes to it, create things based on it, etc... so long as an attribution is made to the author. Per this, please leave the link at the bottom of the footer to my site, though you are free to change the text of that link (such as, 'Based on a design by', etc..) to suit your needs. You can also, alternatively, put a link in your 'About' page or other page as appropriate.</p>
      <h1>H1 Heading</h1>
      <h2>H2 Heading</h2>
      <h3>H3 Heading</h3>
      <h4>H4 Heading</h4>
      <h5>H5 Heading</h5>
      <p>This is normal paragraph text. This is normal paragraph text. This is normal paragraph text. This is normal paragraph text. This is normal paragraph text. This is normal paragraph text. This is normal paragraph text.</p>
      <p><a href="http://www.free-css.com/">This is a normal link.</a></p>
      <p><acronym>An acronym</acronym></p>
      <p><code>Some text here that is code.</code></p>
      <blockquote>
        <p>A blockquote.</p>
      </blockquote>
      <table>
        <thead>
          <tr>
            <th colspan="3">Table Heading</th>
          </tr>
        </thead>
        <tbody>
          <tr>
            <th>Col 1</th>
            <th>Col 2</th>
            <th>Col 3</th>
          </tr>
          <tr>
            <th class="sub">Sub head 1</th>
            <td>Result 1</td>
            <td>Result 2</td>
          </tr>
          <tr>
            <th class="sub">Sub head 2</th>
            <td>Result 1</td>
            <td>Result 2</td>
          </tr>
          <tr>
            <th class="sub">Sub head 3</th>
            <td>Result 1</td>
            <td>Result 2</td>
          </tr>
        </tbody>
      </table>
      <h3>Color palette:</h3>
      <p>For easy search and replace.</p>
      <ul>
        <li style="color:#000">Regular Black #000</li>
        <li style="color: #452">Dark Green #452</li>
        <li style="color:#472">Rich Green #472</li>
        <li style="color: #79B30B">Lime Green #79B30B</li>
        <li style="color:#b71">Orange Brown #b71</li>
      </ul>
      <h4>Special:</h4>
      <p>Main content background, title, and regular text color of pure #fff white.</p>
      <p style="background-color:#dda; color: #742">The topper of the main content and the code area have a background-color of #dda and text color #742, like so.</p>
    </div>
  </div>
  <div id="navigation">
    <!-- Menu section -->
    <div class="navcontainer">
      <ul class="navlist">
        <li class="menutitle">navigation</li>
        <li id="active"><a href="http://www.free-css.com/" id="current">Home</a>
          <ul>
            <li><a href="http://www.free-css.com/">A sublink</a></li>
            <li><a href="http://www.free-css.com/">A sublink</a></li>
            <li><a href="http://www.free-css.com/">A sublink</a></li>
          </ul>
        </li>
        <li><a href="http://www.free-css.com/">Item two</a>
          <ul>
            <li><a href="http://www.free-css.com/">A sublink</a></li>
            <li><a href="http://www.free-css.com/">A sublink</a></li>
            <li><a href="http://www.free-css.com/">A sublink</a></li>
          </ul>
        </li>
        <li><a href="http://www.free-css.com/">Item three</a></li>
        <li><a href="http://www.free-css.com/">Item four</a></li>
        <li id="last"><a href="http://www.free-css.com/">Item five</a></li>
      </ul>
    </div>
    <h2>A Pitch</h2>
    <p>Something relatively important that you want to put here right below the links. Maybe this is a ad area, or perhaps its a spot to sign up for a free newsletter.</p>
    <p><img src="midnightrainforest-images/grass_sm.jpg" class="sm" alt="" /></p>
  </div>
  <div id="extra">
    <label class="header" for="searchbox">Search</label>
    <form id="contactForm" action="some.php">
      <p style="padding:0; margin:0;">
        <input type="text" style="width: 140px;" id="searchbox" />
        <input type="submit" value="GO" style="margin-left: 3px; width:40px" />
      </p>
    </form>
    <p><img src="midnightrainforest-images/grass_sm.jpg" class="sm" alt="" /></p>
    <h2>Recent News</h2>
    <p><strong>News Title:</strong> This is a little piece of news you could display on your site.</p>
    <p><strong>News Title:</strong> This is a little piece of news you could display on your site.</p>
    <p><strong>News Title:</strong> This is a little piece of news you could display on your site.</p>
    <h2>Affiliates</h2>
    <ul id="affiliate">
      <li><a href="http://www.free-css.com/">Offsite link / image</a></li>
      <li><a href="http://www.free-css.com/">Offsite link / image</a></li>
      <li><a href="http://www.free-css.com/">Offsite link / image</a></li>
      <li><a href="http://www.free-css.com/">Offsite link / image</a></li>
    </ul>
  </div>
  <div id="footer">
    <ul>
      <li><a href="http://www.free-css.com/">About</a></li>
      <li><a href="http://www.free-css.com/">Accessibility Statement</a></li>
      <li><a href="http://www.free-css.com/">Sitemap</a></li>
      <li><a href="http://www.free-css.com/">Privacy Policy</a></li>
      <li>Design by <a href="http://www.websitestyle.com">Website Style</a></li>
    </ul>
  </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.halcyon
11.hanging
12.hapal
13.happy_template
14.hardwarestore
15.hawaiblomst
16.heatwave
17.HelloLand
18.hexahedron
19.hibiscus
20.hifinews
21.HigherGround11
22.highmountains
23.highway
24.highwaycss
25.hilaryduff
26.HomeOfProjects
27.honeythemes
28.hyper
29.i-feel-lucky
30.ibex
31.html
32.html5-alin1
33.html5-passion
34.hurt-hobain-1.0
35.idyllic
36.ifeellucky
37.ignition
38.ikonik
39.illogix
40.illuminated
41.illusion
42.ilounge
43.imagination
44.impeccable
45.implied
46.imprimis
47.improved
48.in-fantasy
49.inapickle
50.inception
51.indication
52.indicator
53.indigo
54.individual
55.inf04-css
56.inf05
57.inf07
58.inf08
59.infinitehorizon
60.inflight
61.informatif
62.innodemag
63.inscriptions
64.inspired by google forum
65.instant
66.integral
67.intelligent-studios
68.intensesimplicity
69.interactive-media
70.interactive-works
71.interchange
72.intercosmic
73.intercraft
74.interior-art
75.interlude
76.intermediate
77.internationalway
78.internet-encyclopedia
79.internet-phenomenon
80.internetbroadcast
81.internetcenter
82.internetmusic
83.internetsharing
84.Internet_Studio
85.invention
86.Inverted_Headline
87.invision
88.ionika
89.iqbiz
90.isometric
91.it-advance
92.it-technologies
93.itdesk
94.ithilien
95.iViolet2b
96.I_Like
97.JA
98.Jan002
99.Jazz Hut Template
100.jdf-boxing
101.jenniferlovehewitt
102.jetbiz
103.jet_30
104.Jewerly-Store
105.joker
106.judgement
107.junkbox
108.just-lucid
109.justgrey
110.Just_Lucid
111.kaleidos
112.kappebeans
113.katz-maus
114.keep_it_simple
115.keero
116.khaki
117.kim-fashion
118.kitchen
119.konnekt-media
120.KrazieKen
121.language-ofa-lover
122.lasvegas
123.lasvegastoo
124.layoftheland
125.lazybreeze
126.leafbiz
127.leafbrush
128.leanmagazine
129.leavesdew
130.leavesv1
131.lemonlimev2
132.leonardo
133.lepidoptera
134.lessantique
135.level2
136.librarypro
137.Light
138.lightspeed
139.limegreen
140.limelight
141.Limey
142.linear
143.lingerie-store
144.link-line
145.liquidity_graph
146.lithium
147.loadfoov2
148.loadhost
149.localize
150.locomotive
151.logistix
152.longbeach
153.loseout
154.lotusflower
155.lucent
156.lunaria-1
157.lusciouscandy
158.luvbold
159.mactall
160.mag
161.magazine
162.majestic
163.majesty
164.makemyday
165.marcelle
166.marked
167.Matrix
168.maxos
169.maxosdarker
170.mcube
171.meadows
172.media
173.Medieval
174.megacorporate
175.meganews
176.megazzine
177.memoranda
178.meretricious
179.Midddot
180.middle-blue
181.mighty
182.milestone
183.mimbo-magazine
184.minigallery
185.minimal