thewild : Natural « Templates « HTML / CSS






thewild

   

<!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>
<title>The Wild</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<style type='text/css'>
/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

* {
  margin: 0;
  padding: 0;
}

body {
  background: #355379 url(thewild-images/img01.jpg) no-repeat center top;
  font: normal small Arial, Helvetica, sans-serif;
  color: #FFFFFF;
}

h1, h2, h3 {
}

h2 {
}

h3 {
}

p, blockquote, ul, ol {
}

p {
}

blockquote {
  margin-left: 3em;
}

ul {
  margin-left: 3em;
}

ul li {
}

ol {
  margin-left: 3em;
}

ol li {
}

a {
  color: #FFFFFF;
}

a:hover {
  text-decoration: none;
}

img {
}

/* Boxed Style */

.boxed {
  margin-bottom: 20px;
  background: #788CA5;
  border: 3px solid #FFFFFF;
}

.boxed .title {
  height: 26px;
  padding: 10px 0 0 10px;
  background: url(thewild-images/img02.gif) repeat-x;
  border-bottom: 3px solid #FFFFFF;
  text-transform: lowercase;
  font-size: 1em;
  color: #355379;
}

.boxed .content {
  padding: 20px 20px 40px 20px;
}

/* Post */

.post {
  margin-bottom: 20px;
  padding: 20px 20px 20px 20px;
  background: #788CA5;
  border: 3px solid #FFFFFF;
}

.post .title {
  clear: both;
  padding: 20px 0;
  color: #355379;
}

.post .date {
  float: left;
  width: 80px;
  height: 21px;
  padding: 9px 0 0 0;
  background: #FFFFFF;
  text-align: center;
  font-size: x-small;
  color: #355379;
}

.post .date .month {
}

.post .date .day {
}

.post .date .year {
  display: none;
}

.post .meta {
  float: left;
  width: 332px;
  height: 28px;
  border: 1px solid #FFFFFF;
  text-align: center;
  font-size: x-small;
}

.post .meta p {
}

.post .story {
}

.post h3 {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: .8em;
}

.post .story p, .post .story blockquote, .post .story ul, .post .story ol {
  margin-bottom: 1.5em;
  line-height: 180%;
}

/* Logo */

#logo {
  width: 700px;
  height: 220px;
  margin: 0 auto;
  background: url(thewild-images/img01.jpg) no-repeat;
}

#logo h1 {
  padding: 90px 0 0 95px;
  text-transform: lowercase;
  letter-spacing: -2px;
  font-size: 4em;
}

#logo h1 span {
  font-size: .7em;
  font-weight: normal;
}

#logo h2 {
  margin-top: -1em;
  padding: 0 0 0 40px;
  text-transform: uppercase;
  letter-spacing: .2em;
  font-size: .8em;
  font-weight: bold;
}

#logo a {
  text-decoration: none;
  font-weight: bold;
  color: #FFFFFF;
}

/* Menu */

#menu {
  width: 700px;
  height: 50px;
  margin: -50px auto 0 auto;
  background: url(thewild-images/img02.jpg) no-repeat;
}

#menu ul {
  float: right;
  margin: 0;
  list-style: none;
}

#menu li {
  display: inline;
}

#menu a {
  display: block;
  float: left;
  padding: 17px 20px 0 20px;
  text-decoration: none;
  text-transform: lowercase;
  font-size: .8em;
  font-weight: bold;
}

#menu a:hover {
  text-decoration: underline;
}

#menu .active a {
  text-transform: uppercase;
}

/* Content */

#content {
  width: 700px;
  margin: 0 auto;
  padding: 20px 0 0 0;
}

#extra {
}

/* Content > Main */

#main {
  float: right;
  width: 460px;
}

#main a {
}

/* Content > Main > Welcome */

#welcome {
}

/* Content > Main > Example */

#example {
}

/* Content > Sidebar */

#sidebar {
  float: left;
  width: 220px;
}

#sidebar a {
}

/* Content > Sidebar > Login */

#login {
}

#login form {
}

#login fieldset {
  border: none;
}

#login legend {
  display: none;
}

#login label {
  font-size: x-small;
  font-weight: bold;
}

#login input {
  margin-bottom: 5px;
  padding: 2px 5px;
  border: 1px solid #385B88;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

#inputtext1, #inputtext2 {
  color: #385B88;
}

#inputsubmit1 {
  background: #385B88;
  color: #FFFFFF;
}

/* Content > Sidebar > Updates*/

#updates {
}

#updates ul {
  margin: 0;
  list-style: none;
}

#updates h3 {
  margin: 0;
  font: bold x-small Verdana, Arial, Helvetica, sans-serif;
}

#updates p {
  margin-bottom: 1.4em;
  font-size: smaller;
  line-height: normal;
}

/* Content > Sidebar > Partners*/

#partners {
}

#partners .content {
  padding: 10px 0;
}

#partners ul {
  margin: 0;
  border-bottom: 1px solid #D1BC5C;
  list-style: none;
  line-height: normal;
}

#partners li {
  padding: 10px;
  border-top: 1px solid #D1BC5C;
}

/* Footer */

#footer {
  clear: both;
  width: 700px;
  margin: 0 auto;
  padding: 10px 0;
  border-top: 1px dotted #FFFFFF;
}

#footer p {
  margin: 0;
  font-size: x-small;
}

/* Footer > Legal */

#legal {
}

/* Footer > Links */

#links {
}

</style>


</head>
<body>
<div id="logo">
  <h1><a href="http://www.free-css.com/"><span>The</span>Wild</a></h1>
  <h2><a href="http://www.free-css.com/">Free CSS Templates</a></h2>
</div>
<div id="menu">
  <ul>
    <li class="active"><a href="http://www.free-css.com/">Homepage</a></li>
    <li><a href="http://www.free-css.com/">About Us</a></li>
    <li><a href="http://www.free-css.com/">Products</a></li>
    <li><a href="http://www.free-css.com/">Services</a></li>
    <li><a href="http://www.free-css.com/">Clients</a></li>
    <li><a href="http://www.free-css.com/">Support</a></li>
  </ul>
</div>
<div id="content">
  <div id="sidebar">
    <div id="login" class="boxed">
      <h2 class="title">Client Account</h2>
      <div class="content">
        <form id="form1" method="post" action="http://www.free-css.com/">
          <fieldset>
          <legend>Sign-In</legend>
          <label for="inputtext1">Client ID:</label>
          <input id="inputtext1" type="text" name="inputtext1" value="" />
          <label for="inputtext2">Password:</label>
          <input id="inputtext2" type="password" name="inputtext2" value="" />
          <input id="inputsubmit1" type="submit" name="inputsubmit1" value="Sign In" />
          <p><a href="http://www.free-css.com/">Forgot your password?</a></p>
          </fieldset>
        </form>
      </div>
    </div>
    <div id="updates" class="boxed">
      <h2 class="title">Recent Updates</h2>
      <div class="content">
        <ul>
          <li>
            <h3>March 5, 2007</h3>
            <p><a href="http://www.free-css.com/">In posuere eleifend odio quisque semper augue mattis wisi maecenas ligula&#8230;</a></p>
          </li>
          <li>
            <h3>March 3, 2007</h3>
            <p><a href="http://www.free-css.com/">Quisque dictum integer nisl risus, sagittis convallis, rutrum id, congue, and nibh&#8230;</a></p>
          </li>
          <li>
            <h3>February 28, 2007</h3>
            <p><a href="http://www.free-css.com/">Donec leo, vivamus fermentum nibh in augue praesent a lacus at urna congue rutrum&#8230;</a></p>
          </li>
          <li>
            <h3>February 25, 2007</h3>
            <p><a href="http://www.free-css.com/">Nam pede erat, porta eu, lobortis eget, tempus et, tellus. Etiam nequea&#8230;</a></p>
          </li>
          <li>
            <h3>February 20, 2007</h3>
            <p><a href="http://www.free-css.com/">Vivamus fermentum nibh in augue. Praesent a lacus at urna congue rutrum. Nulla enim eros&#8230;</a></p>
          </li>
        </ul>
      </div>
    </div>
  </div>
  <div id="main">
    <div id="welcome" class="post">
      <h3 class="date"><span class="month">Mar.</span> <span class="day">8</span><span class="year">, 2007</span></h3>
      <div class="meta">
        <p>Posted by Jane Anderson under <a href="http://www.free-css.com/">Uncategorized</a>, <a href="http://www.free-css.com/">Daily Journal</a><br />
          <a href="http://www.free-css.com/">Trackback URI</a> | <a href="http://www.free-css.com/">No Comments</a> | <a href="http://www.free-css.com/">Permalink</a></p>
      </div>
      <h2 class="title">Welcome to The Wild!</h2>
      <div class="story">
        <p><strong>The Wild</strong> is a free template from Free CSS Templates  released under a <a href="http://creativecommons.org/licenses/by/2.5/">Creative Commons Attribution 2.5 License</a>. The photo is from PDPhoto.org. You're free to use it for both commercial or personal use. I only ask that you link back to my site in some way. <em>Enjoy :)</em></p>
      </div>
    </div>
    <div id="example" class="post">
      <h3 class="date"><span class="month">Feb.</span> <span class="day">24</span><span class="year">, 2007</span></h3>
      <div class="meta">
        <p>Posted by Jane Anderson under <a href="http://www.free-css.com/">Samples</a><br />
          <a href="http://www.free-css.com/">Trackback URI</a> | <a href="http://www.free-css.com/">No Comments</a> | <a href="http://www.free-css.com/">Permalink</a></p>
      </div>
      <h2 class="title">Examples of Common Tags</h2>
      <div class="story">
        <p>This is an example of a paragraph followed by a blockquote. In posuere  eleifend odio. Quisque semper augue mattis wisi. Maecenas ligula.  Pellentesque viverra vulputate enim. Aliquam erat volutpat lorem ipsum  dolorem.</p>
        <blockquote>
          <p>&ldquo;Pellentesque tristique ante ut  risus. Quisque dictum. Integer nisl risus, sagittis convallis, rutrum  id, elementum congue, nibh. Suspendisse dictum porta lectus. Donec  placerat odio.&rdquo;</p>
        </blockquote>
        <h3>Heading Level Three</h3>
        <p>This is another example of a paragraph followed by an unordered list. In posuere  eleifend odio. Quisque semper augue mattis wisi. Maecenas ligula.  Pellentesque viverra vulputate enim. Aliquam erat volutpat lorem ipsum  dolorem.</p>
        <p>An ordered list example:</p>
        <ol>
          <li>List item number one</li>
          <li>List item number two</li>
          <li>List item number thre</li>
        </ol>
      </div>
    </div>
  </div>
  <div id="extra" style="clear: both;">&nbsp;</div>
</div>
<div id="footer">
  <p id="legal">Copyright &copy; 2007 The Wild. All Rights Reserved. Designed by <a href="http://www.freecsstemplates.org/">Free CSS Templates</a>.</p>
  <p id="links"><a href="http://www.free-css.com/">Privacy Policy</a> | <a href="http://www.free-css.com/">Terms of Use</a></p>
</div>
<div style="font-size: 0.8em; text-align: center; margin-top: 1.0em; margin-bottom: 1.0em;"> Design downloaded from Free Templates - your source for <a href="http://www.free-css.com/">free web templates</a> </div>
</body>
</html>

   
    
    
  








Related examples in the same category

1.metamorph_fullmoon
2.metamorph_leaf
3.metamorph_island
4.metamorph_lake
5.metamorph_landscape
6.metamorph_orchid
7.metamorph_orchids
8.metamorph_naturalistic
9.metamorph_naturefield
10.metamorph_grass
11.metamorph_farm
12.metamorph_earth
13.metamorph_planet
14.metamorph_aftertherain
15.metamorph_bythelake
16.metamorph_bamboo
17.alaskan-lake
18.metamorph_valley
19.metamorph_vanillasky_lt
20.metamorph_mountain
21.metamorph_hills
22.metamorph_garden
23.bamboo
24.metamorph_dropsongrass
25.metamorph_shiningearth
26.metamorph_spring
27.metamorph_smallake
28.metamorph_japanesegarden
29.barnyard
30.dawntodark
31.design-garden
32.grass
33.grasse
34.grassy
35.freecss_natural
36.ftdgalaxy
37.ftdgreenature
38.natural-blues
39.naturalbeauties
40.natural_blues
41.nature-theme
42.nature
43.naturescharm
44.Nature_Green
45.countryside
46.environment-brand
47.EcoMania
48.eco-design
49.ecologyportal
50.a_leaf
51.plantation
52.ocean
53.Oceanic
54.oceanlife
55.organic-beauty
56.organic-moss
57.OrganicFruits2
58.organicrhythm
59.snowcrystals
60.thewildwest
61.landscape
62.leaf
63.leafaroma