metamorph_oldheavens : Design 2 « Templates « HTML / CSS






metamorph_oldheavens

       

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

a:link {
  color: #bc0101;
}

a:hover{
  text-decoration: underline;
  color: #353535;
}

a:visited {
  color: #bc0101;
}

*
{
border: 0;
margin: 0;
}

#centerimg{
  margin: 0 auto;
  width:725px;
  height: 35px;
  background:url(metamorph_oldheavens-images/cont_bot.png)top center no-repeat;
}

body
{

  font: 12px Tahoma, Arial, Helvetica, sans-serif;
  color: #000000;
  background: #ffffff url(metamorph_oldheavens-images/bg.gif) repeat-x;
}

#main
{
margin: 0 auto;
width: 900px;
background: #ebe5ef url(metamorph_oldheavens-images/main.jpg) no-repeat top;
border-left: 10px solid #ffffff;
border-right: 10px solid #ffffff;
}

#header
{
width: 900px;
margin: 0 auto;
}

#logo
{
text-align: center;
padding-top: 25px;
padding-bottom: 25px;

}

#logo a {
  text-decoration: none;
  text-transform: lowercase;
  font-style: italic;
  font-size: 16px;
  color: #FFFFFF;
  font-weight: bold;
}


#logo H2 a
{
font-size: 10px;
}

#buttons
{
width: 828px;
height: 48px;
padding-left: 72px;
}

#buttons ul {
    padding-left: 10px;
    margin: 0px;      
}

#buttons li {
  display: inline;    
}

#buttons a {
  display: block;
  float: left;
  width: 143px;
  height: 28px;
  background: url(metamorph_oldheavens-images/menu.gif) no-repeat;
  text-align: center;
  text-decoration: none;
  color: #000000;
  font-weight: bold;
  font-size: 14px;
  padding-top: 20px;
  margin-right: 5px;
}

#buttons a:hover {
  width: 143px;
  height: 28px;
  background: url(metamorph_oldheavens-images/menu_hover.gif) no-repeat;
  color:#bc0101;
}

#content
{
width: 725px;
margin: 0 auto;
}
.content_top{
  width:735px;
  background:url(metamorph_oldheavens-images/cont_top.png) bottom center no-repeat;
  height:1px;
  margin: 0 auto;
}

#content_bg{
  background: url(metamorph_oldheavens-images/cont_bg.png) repeat-y top;
}

#left
{
width: 479px;
padding: 5px;
}

#text{
  width: 474px;
  padding: 5px;
}

#left H1
{
color: #000a8f;
margin: 0;
padding: 0;
font-size: 18px;
padding-top: 10px;
padding-left: 10px;
border-bottom: 1px solid #bc0101;
}

#left a
{
 color: #bc0101;
}

#left a:hover{
  text-decoration: none;
  color: #000a8f;
}

#left a:visited {
  color: #3a7854;
}


#left .date 
{
  height: 41px;
  margin-top: 10px;
  padding-top: 3px;
  font-size: 10px;    
}

#left .date ul
{
  list-style: none;  
}

#left .date li
{
  display: inline; 
}

#left .small_icon1
{
background: url(metamorph_oldheavens-images/icon1.png) no-repeat;
height: 24px;
float: left;
display: block;
text-align: left;
padding-top: 6px;
padding-left: 40px;
padding-right: 15px;
color: #000a8f;
font-size: 12px;
text-decoration: none;
}

#left .small_icon2
{
background: url(metamorph_oldheavens-images/icon2.png) no-repeat;
height: 24px;
float: left;
display: block;
text-align: left;
padding-top: 6px;
padding-left: 40px;
padding-right: 15px;
color: #000a8f;
font-size: 12px;
text-decoration: none;
}

#left .small_icon3
{
background: url(metamorph_oldheavens-images/icon3.png) no-repeat;
height: 24px;
float: left;
display: block;
text-align: left;
padding-top: 6px;
padding-left: 40px;
color: #000a8f;
font-size: 12px;
text-decoration: none;
}

#right
{
width: 225px;
padding: 5px;
float:right;
}

#right ul 
{
  list-style: none;
  padding: 5px;
  margin: 0px;
  display:block;
  
}

#right ul li{
  margin-bottom: 20px;
}

#archives ul li {
  margin-bottom: 5px;
  background:url(metamorph_oldheavens-images/list_style.gif) no-repeat left;
  padding-left: 15px;

}

#right h2 {
color: #000a8f;
margin: 0;
padding: 0;
font-size: 18px;
padding-top: 10px;
padding-left: 10px;
border-bottom: 1px solid #bc0101;
}

#right a:link {
  text-decoration: none;
}

#right a:hover {
  text-decoration: underline;
}
#right a:visited {
    text-decoration: none;
}

#right li a {
  padding-left: 10px;
  background: url(metamorph_oldheavens-images/img09.gif) no-repeat 1px 5px;
}

#footer
{
  border-top: 1px solid #649ac8;
  margin-top: 10px;
  font-size: 10px;
  color: #000000;
  padding-top: 4px;
  text-align: center;
  clear:both;
}

#footer a
{
color: #bc0101;
font-size: 10px;
text-decoration: none;
}
.padding
{
padding: 10px;
color:#FF0000;
font-weight: bold;
}

</style>


</head>
<body>
<div id="main">
<!-- header begins -->
<div id="header">
  <div id="logo"><a href="#">Metamorph_oldheavens</a>
    <h2><a href="http://www.metamorphozis.com/" id="metamorph">Design by Metamorphosis Design</a></h2>
     </div>
  <div id="buttons">
    <ul>
      <li class="first"><a href="#"  title="">Home</a></li>
      <li><a href="#" title="">Blog</a></li>
      <li><a href="#" title="">Gallery</a></li>
      <li><a href="#" title="">About</a></li>
      <li><a href="#" title="">Contact</a></li>
    </ul></div>
</div>
<!-- header ends -->
<!-- content begins -->
<div id="content_top"></div>
<div id="content_bg">
  <div id="content">
  <div id="right">
      <div id="archives">
        <h2>Archives</h2>
        <ul>
          <li><a href="#">June 2008</a> <i>(1)</i></li>
          <li><a href="#">May 2008</a> <i>(31)</i></li>
          <li><a href="#">April 2008</a> <i>(50)</i></li>
          <li><a href="#">March 2008</a> <i>(4)</i></li>
          <li><a href="#">February 2008</a> <i>(24)</i></li>
          <li><a href="#">January 2008</a> <i>(21)</i></li>
        </ul>
         </div>
        <h2>Company News </h2>
        <ul>
          <li id="nostyle">
            <h3>June 23, 2008</h3>
            <p><a href="#">Tempus in, lacus. Duis tempor posuere diam. Suspendisse vel tellus quis nunc malesuada porta. &#8230;</a></p>
          </li>
          <li>
            <h3>March 4, 2008</h3>
            <p><a href="#">Nulla id magna sed dolor sollicitudin laoreet. tempus in, lacus. Duis tempor posuere diam&#8230;</a></p>
          </li>
          <li>
            <h3>February 18, 2008</h3>
            <p><a href="#">Lorem ipsum dolor sit amet, consectetuer adipiscing elit. &#8230;</a></p>
          </li>
          <li>
            <h3>February 12, 2008</h3>
            <p><a href="#"> Sed dolor sollicitudin laoreet. tempus in, lacus. Duis tempor posuere diam. Suspendisse </a></p>
          </li>
          <li>
            <h3>February 1, 2008</h3>
            <p><a href="#">Ipsum dolor sit amet, consectetuer adipiscing elit. In nec &#8230;</a></p>
          </li>
        </ul>
        </div>
            <div id="left">
      <h1>Welcome to Our Website!</h1>      
        <div id="text">
                <p>This website template is repeased 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<br />
            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<br />
            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>
    
      <div class="date">
            <ul>
              <li><a href="#"  class="small_icon1">Favourite</a></li>
            <li><a href="#" class="small_icon2">Comments</a></li>
            <li><a href="#"  class="small_icon3">RSS</a></li>
          </ul>
        </div><br />
    
        <h1>Lorem ipsum dolor sit amet</h1>
        <p>Ipsum dolor sit amet, consectetuer adipiscing elit. In nec risus non turpis interm rutrum. Vestibulum et metus. Nulla id magna sed dolor sollicitudin laoreet. tempus in, lacus. Duis tempor posuere diam. Suspendisse vel tellus quis nunc malesuada porta.  
<br /><br />
Dolor sit amet, consectetuer adipiscing elit. In nec risus non turpis interdum rutrum. Vestibulum et metus.<br />
Nulla id magna sed dolor sollicitudin laoreet. tempus in, lacus. Duis tempor posuere diam. Suspendisse vel tellus quis nunc malesuada porta.<br />
Nulla id magna sed dolor sollicitudin laoreet. tempus in, lacus. Duis tempor posuere diam. Suspendisse vel tellus quis nunc malesuada porta.</p>
    
      <div class="date">
            <ul>
              <li><a href="#"  class="small_icon1">Favourite</a></li>
            <li><a href="#" class="small_icon2">Comments</a></li>
            <li><a href="#"  class="small_icon3">RSS</a></li>
          </ul>
        </div><br />
      
        <h1>Lorem ipsum dolor sit amet</h1>
        <p>In nec risus non turpis interm rutrum. Vestibulum et metus. Nulla id magna sed dolor sollicitudin laoreet. tempus in, lacus. Duis tempor posuere diam. Suspendisse vel tellus quis nunc malesuada porta.  
<br /><br />
Ipsum dolor sit amet, consectetuer adipiscing elit. In nec risus non turpis interdum rutrum. Vestibulum et metus.<br />
Nulla id magna sed dolor sollicitudin laoreet. tempus in, lacus. Duis tempor posuere diam. Suspendisse vel tellus quis nunc malesuada porta.<br />
Nulla id magna sed dolor sollicitudin laoreet. tempus in, lacus. Duis tempor posuere diam. Suspendisse vel tellus quis nunc malesuada porta.</p>
      
      <div class="date">
            <ul>
              <li><a href="#"  class="small_icon1">Favourite</a></li>
            <li><a href="#" class="small_icon2">Comments</a></li>
            <li><a href="#"  class="small_icon3">RSS</a></li>
          </ul>
        </div>       
           </div> 
           
            
  </div>
    <div id="centerimg"></div>
    </div>
    <div class="content_top"></div>     
</div>
<!-- content ends -->
<!-- footer begins -->
<div id="footer">
  <p>Copyright  2009. Designed by <a href="http://www.metamorphozis.com/" title="Flash Website Templates">Flash Website Templates</a></p>
    <p><a href="#">Privacy Policy</a> | <a href="#">Terms of Use</a> | <a href="http://validator.w3.org/check/referer" title="This page validates as XHTML 1.0 Transitional"><abbr title="eXtensible HyperText Markup Language">XHTML</abbr></a> | <a href="http://jigsaw.w3.org/css-validator/check/referer" title="This page validates as CSS"><abbr title="Cascading Style Sheets">CSS</abbr></a></p></div>
<!-- footer ends -->
</div>

</body>
</html>

   
    
    
    
    
    
    
  








Related examples in the same category

1.metamorph_drop
2.metamorph_energybolt
3.metamorph_exit
4.metamorph_global
5.metamorph_glowing
6.metamorph_host
7.metamorph_icybreeze
8.metamorph_interiordesign
9.metamorph_interstate60
10.metamorph_lotr
11.metamorph_lyrics_lt
12.metamorph_melancholy_lt
13.metamorph_mercuryworld
14.metamorph_metaform
15.metamorph_models
16.metamorph_nuke
17.metamorph_palmbeach
18.metamorph_strongrey_lt
19.metamorph_thames
20.metamorph_transitional
21.metamorph_tropic
22.metamorph_truncata
23.metamorph_tubes
24.metamorph_tunel
25.ablaze
26.aboutfruts
27.abrasive
28.abscond
29.abstraction
30.acallia-development
31.accomplishable
32.actualbiz
33.adhesive
34.adios
35.advantage
36.aero-solutions
37.aerolyk
38.affection
39.agency
40.ahoy
41.al-infolabs
42.alexx-c
43.alieninvasion
44.alpha
45.altered
46.altruism
47.ambiance
48.amoreira
49.angryhornet
50.anibanner01
51.AnotherSquare
52.anther
53.anthropod
54.Antikoerperchen
55.antiquity
56.aphotic
57.applique
58.aprilshowers
59.Arbenting-MinimalistResumeTemplate
60.expanding-portfolio
61.experience
62.expertvision
63.exploitable
64.ezine02
65.familiar
66.favorite-cakes
67.featherlight
68.featuring
69.femflex1
70.fernando1
71.fertilization
72.Fibre
73.fibreglass
74.filaments
75.findingpeace
76.firerescuesquad
77.fivestar
78.Flair Template
79.flair
80.flan2
81.flange
82.flattering
83.flavour
84.fleur
85.flightandfight
86.fluidity
87.fluidsolution
88.flyover-builders
89.WP-Bliss
90.website-design
91.website-traffic