cloverleaf : Design « Templates « HTML / CSS






cloverleaf

    

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<!--
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License

Title      : Clover Leaf
Version    : 1.0
Released   : 20070503
Description: A two-column fixed width design suitable for blogs or small websites.

-->
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>Clover Leaf by Free Css Templates</title>
<meta name="keywords" content="" />
<meta name="description" content="" />
<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: 20px 0;
  background: #FFFFFF url(cloverleaf-images/img1.jpg) repeat-x;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 13px;
  color: #666666;
}

h1, h2, h3 {
  color: #000000;
}

p, blockquote, ul, ol {
  margin-bottom: 1.8em;
  line-height: 160%;
}

a {
  color: #000000;
}

a:hover {
  text-decoration: none;
}

img {
  border: none;
}

img.left {
  float: left;
  margin: 0 15px 0 0;
}

img.right {
  float: right;
  margin: 0 0 0 15px;
}

.boxed {
}

.heading {
  height: 30px;
  padding: 14px 0 0 20px;
  background: #004BD7;
  text-transform: uppercase;
  font-size: 12px;
  color: #FFFFFF;
}

.content {
  padding: 20px;
}

/* Header */

#header {
  width: 765px;
  height: 260px;
  margin: 0 auto;
  background: url(cloverleaf-images/img2.gif) no-repeat right top;
}

#logo {
  float: left;
  width: 260px;
  height: 250px;
  background: url(cloverleaf-images/img1.gif) no-repeat;
  text-transform: uppercase;
}

#logo h1 {
  margin-right: 30px;
  padding: 110px 0 0 40px;
  background: url(cloverleaf-images/img3.gif) no-repeat 100% 95px;
  font: normal 30px Impact, Arial, Helvetica, sans-serif;
}

#logo h2 {
  padding: 0 0 0 42px;
  letter-spacing: 2px;
  font: bold 8px Tahoma, Arial, Helvetica, sans-serif;
}

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

#ad468x60 {
  float: right;
  padding: 28px 32px 0 0;
}

/* Menu */

#menu {
  float: right;
}

#menu ul {
  margin: 0;
  padding: 30px 20px 20px 0;
  list-style: none;
}

#menu li {
  display: inline;
}

#menu a {
  padding: 0 10px 0 16px;
  background: url(cloverleaf-images/img4.gif) no-repeat left center;
  text-transform: uppercase;
  text-decoration: none;
  font: bold 8px Tahoma, Arial, Helvetica, sans-serif;
  color: #004BD7;
}

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

#menu .first a {
  background: none;
}

/* Page */

#page {
  width: 760px;
  margin: 0 auto;
}

/* Content */

#content {
  float: right;
  width: 503px;
}

#content .heading {
  background: #004BD7 url(cloverleaf-images/img6.gif) no-repeat;
}

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

/* Sidebar */

#sidebar {
  float: left;
  width: 223px;
  padding-left: 20px;
}

#sidebar .heading {
  background: #004BD7 url(cloverleaf-images/img5.gif) no-repeat;
}

#sidebar li {
  margin-bottom: 1.5em;
}

/* Footer */

#footer {
  width: 765px;
  height: 59px;
  margin: 0 auto;
  background: #E50606 url(cloverleaf-images/img7.gif) no-repeat;
  text-align: center;
  font-size: 77%;
  color: #000000;
}

#legal {
  margin: 0;
  padding: 20px 0 0 0;
  line-height: normal;
  color: #FFFFFF;
}

#legal a {
  color: #FFFFFF;
}

#links {
  margin: 0;
  padding: 30px 0;
  line-height: normal;
}

</style>


</head>
<body>
<div id="header">
  <div id="logo">
    <h1><a href="#">Clover Leaf</a></h1>
    <h2><a href="http://www.freecsstemplates.org/">By Free CSS Templates</a></h2>
  </div>
  <div id="menu">
    <ul>
      <li class="first"><a href="#" title="">About Us</a></li>
      <li><a href="#" title="">Products</a></li>
      <li><a href="#" title="">Services</a></li>
      <li><a href="#" title="">Clients</a></li>
      <li><a href="#" title="">Support</a></li>
    </ul>
  </div>
  <div id="ad468x60"><a href="#"><img src="cloverleaf-images/ad468x60.jpg" alt="" width="468" height="60" /></a></div>
</div>
<div id="page">
  <div id="content">
    <div class="boxed">
      <h1 class="heading">Welcome to Clover Leaf!</h1>
      <div class="content">
        <img src="cloverleaf-images/img8.jpg" alt="" width="122" height="123" class="left" />
        <p><strong>Clover Leaf</strong> is a free template from <a href="http://www.freecsstemplates.org/">Free CSS Templates</a> released under a <a href="http://creativecommons.org/licenses/by/2.5/">Creative Commons Attribution 2.5 License</a>. The photo is from <a href="http://www.pdphoto.org/">PDPhoto.org</a>. 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>
        <p>An unordered list example:</p>
        <ul>
          <li>List item number one</li>
          <li>List item number two</li>
          <li>List item number three </li>
        </ul>
      </div>
    </div>
  </div>
  <!-- end #content -->
  <div id="sidebar">
    <div class="boxed">
      <h2 class="heading">Lorem Ipsum Dolor </h2>
      <div class="content">
        <ul>
          <li>In posuere eleifend odio quisque semper augue mattis wisi. <a href="#">Maecenas ligula&#8230;</a></li>
          <li>Donec leo, vivamus fermentum nibh in augue praesent a lacus at. <a href="#">Urna congue rutrum&#8230;</a></li>
          <li>Quisque dictum integer nisl risus, sagittis convallis, rutrum id. <a href="#">Congue and nibh&#8230;</a></li>
        </ul>
      </div>
    </div>
  </div>
  <!-- end #sidebar -->
</div>
<!-- end #page -->
<div style="clear: both;">&nbsp;</div>
<div id="footer">
  <p id="legal">Copyright &copy; 2007 Clover Leaf. All Rights Reserved. Designed by <a href="http://www.freecsstemplates.org/">Free CSS Templates</a>.</p>
  <p id="links"><a href="#">Privacy Policy</a> | <a href="#">Terms of Use</a></p>
</div>
</body>
</html>

   
    
    
    
  








Related examples in the same category

1.wcsst-10
2.wcsst-11
3.wcsst-12
4.wcsst-15
5.wcsst-16
6.wcsst-17
7.wcsst-18
8.wcsst-19
9.wcsst-2
10.wcsst-20
11.wcsst-21
12.wcsst-22
13.wcsst-23
14.wcsst-24
15.wcsst-25
16.wcsst-26
17.wcsst-3
18.wcsst-4
19.wcsst-5
20.wcsst-6
21.beez-design
22.metamorph_camomile
23.metamorph_champagne
24.metamorph_clover
25.metamorph_dao
26.metamorph_dna
27.metamorph_lilac
28.metamorph_lilium
29.metamorph_lime
30.metamorph_limemint_lt
31.metamorph_lionpride
32.metamorph_swallowtail-indexl
33.metamorph_synchronized_lt
34.metamorph_temple
35.metamorph_vectorart
36.metamorph_wow
37.wcsst-7
38.wcsst-9
39.bouquet
40.baseline
41.beautifulday
42.bedazzled
43.Beehives
44.beez
45.begeodan
46.cleo-studio
47.CMS Style
48.dragonfly
49.nautica
50.Nautica022
51.Nautica02Liquid
52.Nautica03
53.Nautica04
54.nautica05
55.nautica05dark
56.nautica08
57.nauticax
58.soothing