birdwatch : Animal « Templates « HTML / CSS






birdwatch

    

<!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>Bird Watch</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 {
  margin: 0;
  background: #FFFFFF url(birdwatch-images/img01.gif) repeat-x 0 130px;
  font: normal small Verdana, Arial, Helvetica, sans-serif;
  color: #959595;
}

h1, h2, h3 {
  font-family: Georgia, "Times New Roman", Times, serif;
  color: #385B88;
}

h2 {
  margin-bottom: .8em;
  font-size: 2em;
  font-weight: normal;
}

h3 {
  margin-bottom: 1em;
  text-transform: uppercase;
  letter-spacing: 2px;
  font: bold x-small Verdana, Arial, Helvetica, sans-serif;
}

p, blockquote, ul, ol {
  margin-bottom: 1.4em;
  line-height: 1.8em;
  text-align: justify;
}

p {
}

blockquote {
  margin-left: 2em;
  margin-right: 2em;
  font-style: italic;
}

ul {
  margin-left: 3em;
}

ul li {
}

ol {
  margin-left: 3em;
}

ol li {
}

a {
  text-decoration: none;
  color: #E08934;
}

a:hover {
  text-decoration: underline;
}

img {
}

/* Boxed Style */

.boxed {
}

.boxed .title {
  padding: 0px 0 0 10px;
  background: url(birdwatch-images/img03.gif) no-repeat left center;
  border-bottom: 1px solid #D6D5D5;
  font-size: 1.4em;
}

.boxed .content {
  padding: 10px;
}

/* Post */

.post {
}

.post .title {
  margin: 0;
  padding: 0 0 0 10px;
  border-bottom: 1px solid #D6D5D5;
}

.post .date {
  margin-top: -26px;
  font-family: Georgia, "Times New Roman", Times, serif;
}

.post .date .month {
  display: block;
  float: right;
  width: 60px;
  margin-bottom: 3px;
  padding: 5px 0;
  background: #D6D5D5;
  text-align: center;
  font-size: 11px;
}

.post .date .day {
  display: block;
  float: right;
  clear: right;
  width: 60px;
  margin-bottom: 1px;
  padding: 10px 0;
  background: #EAEAEA;
  text-align: center;
  font-size: 24px;
}

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

.post .meta {
  padding: 30px 0 5px 10px;
  border-bottom: 1px solid #EAEAEA;
  font-size: 9px;
}

.post .meta p {
  margin: 0;
}

.post .story {
  padding: 20px 40px;
}

/* Logo */

#logo {
  width: 770px;
  height: 200px;
  margin: 0 auto;
  background: url(birdwatch-images/img02.gif) no-repeat 0 65px;
}

#logo h1 {
  padding: 106px 0 0 40px;
}

#logo h1 a {
  text-transform: uppercase;
  font-size: 30px;
  color: #FFFFFF;
}

#logo h1 i {
  text-transform: lowercase;
  letter-spacing: -3px;
  font: italic normal 48px Georgia, "Times New Roman", Times, serif;
  color: #385B88;
}

#logo h2 {
  padding: 0 0 0 42px;
  text-transform: lowercase;
  font-size: 1em;
}

#logo a {
}

/* Content */

#content {
  width: 770px;
  margin: 0 auto;
}

/* Content > Main */

#main {
  float: right;
  width: 500px;
  margin-top: -170px;
}

/* Content > Main > Welcome */

#welcome {
}

/* Content > Main > Example */

#example {
}

/* Content > Sidebar */

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

/* 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 > Menu */

#menu {
  margin-bottom: 30px;
  border-bottom: 4px solid #EBEBEB;
}

#menu ul {
  margin: 0;
  list-style: none;
  line-height: normal;
}

#menu li {
  display: inline;
}

#menu a {
  display: block;
  padding: 10px 0 10px 24px;
  background: url(birdwatch-images/img05.gif) no-repeat 10px 17px;
  border-top: 1px solid #EBEBEB;
  color: #E08934;
}

#menu a:hover, #menu .active a {
  background: #EBEEF3;
  text-decoration: none;
  font-weight: bold;
  color: #385B88;
}

/* 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;
  padding: 20px 50px;
  border-top: 4px solid #D6D5D5;
  background: #EAEAEA;
}

#footer p {
  width: 770px;
  margin: 0 auto;
  font-size: x-small;
}

/* Footer > Legal */

#legal {
}

/* Footer > Links */

#links {
}

</style>


</head>
<body>
<div id="logo">
  <h1><a href="http://www.free-css.com/">Bird <i>Watch</i></a></h1>
  <h2><a href="http://www.free-css.com/">Free CSS Templates</a></h2>
</div>
<div id="content">
  <div id="sidebar">
    <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="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">
      <p><img src="birdwatch-images/img03.jpg" alt="" width="500" height="300" /></p>
      <h2 class="title">Welcome to Bird Watch!</h2>
      <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>
      <div class="story">
        <p><strong>Bird Watch</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">
      <h2 class="title">Examples of Common Tags</h2>
      <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>
      <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>
<div id="footer">
  <p id="legal">Copyright &copy; 2007 Bird Watch. 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/">Home</a> | <a href="http://www.free-css.com/">Terms of Use</a></p>
</div>
</body>
</html>

   
    
    
    
  








Related examples in the same category

1.metamorph_swan
2.metamorph_tiger
3.metamorph_cats
4.metamorph_catsworld
5.metamorph_dolphins
6.metamorph_eagle
7.metamorph_feather
8.butterfly-garden
9.butterfly
10.celestial
11.cellulose
12.metamorph_cell
13.animal-planet
14.animals-and-pets
15.exotic-birds
16.metamorph_bugs
17.bugslife
18.dogcare
19.dogspalace
20.metamorph_snail
21.metamorph_killerwhale
22.bestfriends
23.petswebsite
24.petcharms
25.petpaws
26.pets