butterfly-garden : Animal « Templates « HTML / CSS






butterfly-garden

    

<!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>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<style type='text/css'>
body { 
font-family: Arial, sans-serif; 
line-height: 1.5;
font-size: 14px;
background: #efffdf;
margin: 0;
padding: 0;
}

a { color: #546F00; text-decoration: none;}
a:hover { text-decoration: underline; }

h1 {
margin: 0;
padding-left: 30px;
}
h1 a { text-decoration: none; color: #F9F7ED; }
h1 a:hover { text-decoration: none; border-bottom: 1px solid #F9F7ED; color: #F9F7ED; }

#wrap { 
width: 800px;
margin: 20px auto;
}

#header {
background: #efffdf url(butterfly-garden-images/header.jpg) no-repeat;
height: 160px;
line-height: 160px;
}

#menu {
background: #efffdf url(butterfly-garden-images/menu.jpg) no-repeat;
height: 60px;
line-height: 60px;
}

#menu ul {
list-style-type: none;
margin: 0;
padding-left: 20px;
}
#menu ul li {
display: block;
float: left;
}
#menu ul li a {
display: block;
padding: 0 10px 0 10px;
text-decoration: none;
color: #F9F7ED;
font-size: 14px;
font-weight: 600;
}
#menu ul li a:hover {
color: #7FFF00;
}


#contentwrap {
padding: 0 0 0 20px;
}

#content {
float: left;
width: 510px;
margin-top: 30px;
text-align: justify;
}
#content h2 {
margin: 0;
color: #333;
font-size: 22px;
line-height: 30px;
font-weight: 100;
}
#content h2 a { }
#content h2 a:hover { text-decoration: none; border-bottom: 1px solid #546F00; }

#content p { padding: 0 0 10px 0; color: #232323;}
#content ul { padding: 0 20px 10px 30px; }

#sidebar {
float: right;

width: 260px;
}

#sidebar h3 {
background: url(butterfly-garden-images/sidebarh3.jpg) no-repeat;
height: 50px;
line-height: 60px;
font-weight: 600;
font-size: 14px;
margin: 0; padding: 0 0 0 20px; 
color: #F9F7ED;
}

#sidebar p { padding: 0 10px 10px 10px; color: #232323; }

#sidebar ul {
background: url(butterfly-garden-images/sidebarbg.jpg) repeat-y;
padding: 15px 0 15px 40px;
margin: 0;
color: #546F00;
}

#sidebar ul li {
padding: 0;
margin: 0;
}

#sidebar ul ul { padding: 2px 0 2px 20px; }

.sidebarbottom {
background: url(butterfly-garden-images/sidebarbottom.jpg) no-repeat;
padding: 10px 0;
}

#footer { 
background: #efffdf url(butterfly-garden-images/footer.jpg) no-repeat;
text-align: center;
color: #F9F7ED;
height: 60px;
line-height: 60px;
}
#footer p { padding: 0; margin: 0; }
#footer a { color: #F9F7ED; }
#footer a:hover { text-decoration: underline; }

</style>


<title>Butterfly Garden Template</title>
</head>
<body>

<div id="wrap">

<div id="header">
<h1><a href="#">Butterfly Garden Template</a></h1>
</div>

<div id="menu">
<ul>
<li><a href="#">Home</a></li>
<li><a href="#">About</a></li>
<li><a href="#">Garden</a></li>
<li><a href="#">Links</a></li>
<li><a href="#">Contact</a></li>
</ul>
</div>

<div id="contentwrap"> 

<div id="content">

<h2><a href="#">Example Article #1 - This is H2 Heading</a></h2>

<p>
Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Maecenas dignissim consectetur porttitor. Integer sed condimentum orci. Aenean id quam a ipsum convallis tincidunt vitae quis lectus. Donec eros sapien, ultrices quis interdum eget, pulvinar et sem. Praesent vel felis nisl, eget volutpat dui. Vestibulum ac lorem massa, vitae blandit mauris.
</p>

<ul>
<li>Aliquam hendrerit elit in leo tempor eu molestie orci molestie. Morbi in dolor dolor</li>
<li>Class aptent taciti sociosqu ad litora torquent per conubia nostra</li>
<li>Integer sed condimentum orci. Aenean id quam a ipsum convallis tincidunt vitae quis</li>
</ul>

<p>
Proin at sapien arcu. Integer ut fermentum erat. Suspendisse potenti. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Nullam odio quam, bibendum vitae lacinia ut, sodales ut turpis. Nullam dignissim urna vel risus condimentum in posuere nunc fermentum. 
</p>

</div>

<div id="sidebar">
<h3>Menu Navigation</h3>
<ul>
<li><a href="#">Proin at</a></li>
<li><a href="#">Class aptent taciti</a></li>
<li><a href="#">Morbi in dolor</a></li>
<li><a href="#">Praesent ultricies</a></li>
<li><a href="#">Aenean euismod</a></li>
<li><a href="#">Donec sempe</a></li>
<li><a href="#">Suspendisse potenti</a></li>
</ul>
<div class="sidebarbottom"> </div>

<h3>Useful Resources</h3>
<ul>
<li><a href="http://www.w3colors.info">w3colors</a></li>
<li><a href="http://www.blogliber">Blog Liber</a></li>
<li><a href="http://www.florencesightseeing.info">Florence Sightseeing</a></li>
<li><a href="http://www.ithappened.info">It Happened</a></li>
<li><a href="http://www.anciv.info">Ancient Civilizations</a></li>
<li><a href="http://www.medievaltimes.info">Medieval History</a></li>
</ul>
<div class="sidebarbottom"> </div>

</div>

<div style="clear: both;"> </div>

</div>

<div id="footer">
<p>&copy; Copyright 2010 You | Design by <a href="http://www.w3colors.info">w3colors</a></p>
</div>

</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
9.birdwatch
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