metamorph_forestpath : Forest « Templates « HTML / CSS






metamorph_forestpath

     

<!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>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>Metamorphosis Design Free Css Templates</title>
<meta name="keywords" content="" />
<meta name="description" content="" />
<style type='text/css'>
/*
Design by Metamorphosis Design
http://www.metamorphozis.com
Released for free under a Creative Commons Attribution 2.5 License
*/

* {
  margin: 0;
  padding: 0;
}

body {
  margin: 0;
  background: #4BC02F url(metamorph_forestpath-images/back_all.jpg) repeat-x top;
}

body, th, td, input, textarea {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #666666;
}

#left1
{
width: 911px;
margin: 0 auto;
background: url(metamorph_forestpath-images/1.jpg) no-repeat left top;
}

#right1
{
width: 911px;
background: url(metamorph_forestpath-images/2.jpg) no-repeat right top;
}

#contmain
{
width: 100%;
}

h1, h2, h3 {
  color: #44763E;
}

h1 {
  font-size: 3em;
}

h2 {
  text-transform: uppercase;
  font-size: 1.1em;
  font-weight: bold;
  color: #4BC02F;
}


h3 {
  font-size: 1em;
}

p, ul, ol {
  margin-top: 7px;
  font-size: 1.1em;
}

ul, ol {
  margin-left: 3em;
}

a {
  text-decoration: underline;
  color: #4BC02F;
}

a:hover {
  border: none;
  text-decoration: none;
}

h1 a, h2 a, h3 a {
  border: none;
  text-decoration: none;
  color: #4BC02F;
}

h1 a:hover, h2 a:hover, h3 a:hover {
  background: none;
  color: #4BC02F;
}


/* Header */

#header {
  width: 806px;
  margin: 0 auto;
  height: 399px;
  background: #ffffff;
  border-left: 12px solid #ffffff;
  border-right: 12px solid #ffffff;
  
}

#menu {
  height: 57px;
  width: 806px;
  background: #ffffff url(metamorph_forestpath-images/menu.gif) repeat-x;
  border-top: 12px solid #ffffff;
  border-bottom: 12px solid #ffffff;
}

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

#menu li {
  float: left;
}

#menu a {
  display: block;
  float: left;
  height: 31px;
  width: 125px;
  margin-right: 1px;
  text-decoration: none;
  font-size: 1.1em;
  padding-top: 20px;
  font-weight: bold;
  color: #ffffff;
    text-align: center;

}

#menu a:hover {
  color: #4BC02F;
}



/* Logo */

#logo {
  width: 806px;
  height: 317px;
  background: url(metamorph_forestpath-images/header.jpg) no-repeat;
  text-align: right;
}


#logo h1 {
  padding-top: 130px;
  padding-right: 20px;
  color: #ffffff;
  font-size: 18px;
}

#logo h2 {
  font-style: italic;
  font-size: 10px;
  padding-right: 20px;
}

#logo p {
  clear: left;
  margin: 0;
  padding: 0 0 0 20px;
  line-height: normal;
  font-size: 1.2em;
  font-weight: bold;
  color: #ffffff;
}

#logo a {
  color: #FFFFFF;
}

/* Page */

#page {
  width: 806px;
  margin: 0 auto;
  background: #ffffff url(metamorph_forestpath-images/table_back.gif) repeat-x;
  border-top: none;
  padding-top: 20px;
  border-left: 12px solid #ffffff;
  border-right: 12px solid #ffffff;
}

/* Content */

#content {
  float: left;
  width: 480px;
  padding-left: 10px;
  padding-top: 20px;
}

.post {
}

.post .title {
  margin: 0;
  font-weight: normal;
}

.post h1.title {
  height: 30px;
  font-size: 2.4em;
}

.post .entry {
  padding: 0 10px 30px 15px;
}

.post .meta {
  margin: 0;
  padding: 5px 0px 0px 15px;
  text-transform: uppercase;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #4BC02F;
}

.post .meta a {
  color: #4BC02F;
}

.post .links {
  margin: 0;
}

.post .tags {
  margin: 0;
  text-transform: uppercase;
  font-size: .8em;
  font-weight: bold;
}

.post .links a, .post .tags a {
  border: none;
}


/* Sidebars */

.sidebar {
  float: left;
}

.sidebar ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.sidebar li {
  margin-bottom: 2em;
}

.sidebar li ul {
}

.sidebar li li {
  margin: 0;
}

.sidebar li h2 {
  margin: 0 0 1em 0;
}

#sidebar1 {
  width: 224px;
  padding: 0px 0px 0px 20px;
}

#sidebar2 {
    width: 236px;
  padding: 20px 20px 0px 20px;
}

#sidebar2 li h2 {
  margin: 0 0 1em 0;
  background: url(metamorph_forestpath-images/title.gif) no-repeat left top;
  height: 35px;
  color: #FFFFFF;
  padding-left: 20px;
  padding-top: 14px;
}

#sidebar2 li ul {
  line-height: normal;
  margin-left: 20px;
}

#sidebar2 li li {
  padding: 5px;
  background: url(metamorph_forestpath-images/small.gif) no-repeat left;
  font-size: .8em;
}

#sidebar2 li a {
  border: none;
  padding-left: 10px;
}

#sidebar2 li a:hover {
  border: none;
  padding-left: 10px;
}

#bottom
{
height: 30px;
background: url(metamorph_forestpath-images/footer.gif) bottom no-repeat;
}

/* Footer */
#footer
{
padding: 20px;
height: 50px
}

#footer p {
  text-align: center;
  font-size: 9px;
  color: #ffffff;
  margin: 0px;
  padding: 0px;
}
#footer a
{
color: #FFFFFF
}

</style>


</head>
<body>
<!-- start header -->
<div id="contmain">
<div id="left1">
  <div id="right1">
<div id="header">
 <div id="menu">
    <ul>
      <li><a href="http://www.free-css-layouts.com/bz99wxw.php?go=wxw">Home</a></li>
      <li><a href="http://www.free-css-layouts.com/bz99wxw.php?go=wxw">Blogs</a></li>
      <li><a href="http://www.free-css-layouts.com/bz99wxw.php?go=wxw">Photos</a></li>
      <li><a href="http://www.free-css-layouts.com/bz99wxw.php?go=wxw">About</a></li>
      <li><a href="http://www.free-css-layouts.com/bz99wxw.php?go=wxw">Contact</a></li>
    </ul>
  </div>
 <div id="logo">
  <h1><a href="http://www.free-css-layouts.com/bz99wxw.php?go=wxw">metamorph_forestpath</a></h1>
  <h2><a href="http://www.free-css-layouts.com/bz99wxw.php?go=wxw" id="metamorph">Design by Metamorphosis Design</a></h2>
</div>    
<!-- end header -->
</div>
<!-- start page -->
<div id="page">
  <!-- start content -->
  <div id="content">
    <div class="post">
      <h1 class="title"><a href="http://www.free-css-layouts.com/bz99wxw.php?go=wxw">Welcome to Our Website</a></h1>
      <p class="meta"><small>Posted on January 24th, 2008 by <a href="http://www.free-css-layouts.com/bz99wxw.php?go=wxw">Metamorphosis Design</a></small></p>
      <div class="entry">
        <p>This website template is released under  a Creative Commons Attribution 2.5 License</p>
          <p>We request you retain the full copyright notice below including the link to www.metamorphozis.com.<br />
            This not only gives respect to the large amount of time given freely by the developers 
            but also helps build interest, traffic and use of our free and paid designs. If you cannot (for good 
            reason) retain the full copyright we request you at least leave in place the 
            Website Templates line, with Website Templates  linked to www.metamorphozis.com. If you refuse 
            to include even this then support may be affected.<br />
                <br />
            You are allowed to use this design only if you agree to the following conditions:<br />
            - You cannot remove copyright notice from this design without our permission.<br />
            - If you modify this design it still should contain copyright because it is based on our work.<br />
            - You may copy, distribute, modify, etc. this template as long as link to our website remains untouched.<br />
            For support visit <a href="http://www.metamorphozis.com/contact/contact.php">http://www.metamorphozis.com/contact/contact.php</a><br />
  <br />
            The Metamorphosis Design : 2008 </p><br />
          
        <h2><a href="http://www.free-css-layouts.com/bz99wxw.php?go=wxw">Web Design Starter's Guide</a></h2>
      <ol>
        <li><a href="http://www.free-css-layouts.com/bz99wxw.php?go=wxw">More Free Website Templates</a></li>
        <li><a href="http://www.free-css-layouts.com/bz99wxw.php?go=wxw">Flash Templates</a></li>
                <li><a href="http://www.free-css-layouts.com/bz99wxw.php?go=wxw">Top Hosting Providers</a></li>
                <li><a href="http://www.free-css-layouts.com/bz99wxw.php?go=wxw">Support For Free Website Templates</a></li>
             
      </ol><br />
      
        <h2>A Heading Level 2</h2>
        <p>Dolor sit amet, consectetuer adipiscing elit. In nec risus non turpis interdum rutrum:</p>
        <ul>
          <li><a href="http://www.free-css-layouts.com/bz99wxw.php?go=wxw">Consectetuer adipiscing elit</a></li>
          <li><a href="http://www.free-css-layouts.com/bz99wxw.php?go=wxw">In nec risus non turpis</a></li>
          <li><a href="http://www.free-css-layouts.com/bz99wxw.php?go=wxw">Urnanet non molestie semper</a></li>
          <li><a href="http://www.free-css-layouts.com/bz99wxw.php?go=wxw">Proin gravida orci porttitor</a></li>
        </ul>       
      </div>
    </div>
  </div>
  <!-- end content -->
  <!-- start sidebar two -->
  <div id="sidebar2" class="sidebar">
    <ul>
      <li>
        <h2>Categories</h2>
        <ul>
          <li><a href="http://www.free-css-layouts.com/bz99wxw.php?go=wxw">Aliquam libero</a></li>
          <li><a href="http://www.free-css-layouts.com/bz99wxw.php?go=wxw">Consectetuer elit</a></li>
          <li><a href="http://www.free-css-layouts.com/bz99wxw.php?go=wxw">Metus pellentesque</a></li>
          <li><a href="http://www.free-css-layouts.com/bz99wxw.php?go=wxw">Suspendisse mauris</a></li>        
        </ul>
      </li>
      <li>
        <h2>Archives</h2>
        <ul>
          <li><a href="http://www.free-css-layouts.com/bz99wxw.php?go=wxw">September</a> (23)</li>
          <li><a href="http://www.free-css-layouts.com/bz99wxw.php?go=wxw">August</a> (31)</li>
          <li><a href="http://www.free-css-layouts.com/bz99wxw.php?go=wxw">July</a> (31)</li>
          <li><a href="http://www.free-css-layouts.com/bz99wxw.php?go=wxw">June</a> (30)</li>
          <li><a href="http://www.free-css-layouts.com/bz99wxw.php?go=wxw">May</a> (31)</li>
        </ul>
      </li>
      <li>
        <h2>Lorem ipsum dolor </h2>
        <ul>
          <li><a href="http://www.free-css-layouts.com/bz99wxw.php?go=wxw">Aliquam libero</a></li>
          <li><a href="http://www.free-css-layouts.com/bz99wxw.php?go=wxw">Consectetuer elit</a></li>
          <li><a href="http://www.free-css-layouts.com/bz99wxw.php?go=wxw">Metus pellentesque</a></li>
          <li><a href="http://www.free-css-layouts.com/bz99wxw.php?go=wxw">Suspendisse mauris</a></li>
        </ul>
      </li>
    </ul>
  </div><!-- end sidebar two -->
  <div id="bottom" style="clear: both;"></div>
</div><!-- end page -->
<!-- start footer -->
<div id="footer">
   <p>Copyright &copy; 2008. <a href="http://www.metamorphozis.com/" title="Flash Templates">Flash Templates</a>, coded by <a href="http://www.flashtemplatesdesign.com" title="Free Templates">Free Templates</a> | <a href="http://www.free-css-layouts.com/bz99wxw.php?go=wxw">Privacy Policy</a> | <a href="http://www.free-css-layouts.com/bz99wxw.php?go=wxw">Terms of Use</a> | <a href="http://www.free-css-layouts.com/bz99wxw.php?go=wxw" title="This page validates as XHTML 1.0 Transitional"><abbr title="eXtensible HyperText Markup Language">XHTML</abbr></a> | <a href="http://www.free-css-layouts.com/bz99wxw.php?go=wxw" title="This page validates as CSS"><abbr title="Cascading Style Sheets">CSS</abbr></a></p> 
  <p>Design downloaded from <a href="http://www.webhostingservices.us/">Web Hosting Services</a>

    </p>
</div>
</div>
</div>
</div>
<!-- end footer -->
</body>
</html>

   
    
    
    
    
  








Related examples in the same category

1.metamorph_forest
2.deepforest
3.theoldforest
4.lostinforest