simplegreen : Green « Templates « HTML / CSS






simplegreen

  

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

Name       : Simple Green
Description: A two-column, fixed-width design.
Version    : 1.0
Released   : 20080808

-->
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>Simple Green by Free CSS Templates</title>
<meta name="keywords" content="" />
<meta name="description" content="" />
<style type='text/css'>

body {
  margin: 0;
  padding: 0;
  background: #FFFFFF;
  font-size: 13px;
  text-align: justify;
}

body, th, td, input, textarea, select, option {
  font-family: "Trebuchet MS", "Times New Roman", Arial, Times, serif;
  color: #61492D;
}

h1, h2, h3 {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-weight: normal;
  color: #66A342;
}

h1 {
  letter-spacing: -2px;
  font-size: 3em;
}

h2 {
  letter-spacing: -1px;
  font-size: 3em;
}

h3 {
  font-size: 1em;
}

p, ul, ol {
  line-height: 200%;
}

blockquote {
  margin: 15px 0px;
   padding: 5px 7px 5px 40px;    
    font-weight: normal;
  font-size: 17px;
  line-height: 1.6em;
  font-style: italic;
  font-family: Georgia, 'Times New Roman', Times, serif;    
  color: #66A342;
}

blockquote p, blockquote ul, blockquote ol {
  line-height: normal;
  font-style: italic;
}

a {
  color: #66A342;
}

a:hover {
  color: #66A342;
}

hr {
  display: none;
}

/* Header */

#topbg {
  width: 800px;
  height: 50px;
  margin: 0 auto;
  padding: 0;
  background: url(simplegreen-images/img01.jpg) no-repeat left top;
}

#header {
  width: 800px;
  height: 300px;
  margin: 0 auto;
  background: url(simplegreen-images/img02.jpg) no-repeat left top;
}

#header h1, #header p {
  margin: 0;
  padding: 0;
}

#header h1 {
  font-size: 52px;
  padding: 190px 0 0 35px;
  color: #FFFFFF;
}

#header p {
  margin-top: -20px;
  padding: 0 0 0 30px;
  font-size: 24px;
  font-weight: normal;
  font-family: Georgia, "Times New Roman", Times, serif;
  color: #FFFFFF;
  text-transform: lowercase;
}

#header a {
  text-decoration: none;
  color: #F79F1A;
}

/* Page */

#page {
  width: 800px;
  margin: 0 auto;
  padding-top: 30px;
  background: url(simplegreen-images/img03.jpg) no-repeat left top;
}

/* Content */

#content {
  float: left;
  width: 530px;
  margin: 0;
  padding-left: 30px;
  color: #666666;
}

.post {
  padding: 0px 0 0 0;
}

.title {
  padding: 0 20px 5px 0px;
  font-size: 26px;
  background: url(simplegreen-images/img06.gif) no-repeat right 40%;
  border-bottom: 2px #66A342 dashed;
  margin-right: 20px;
}

.title a {
  text-decoration: none;
  color: #66A342;
}

.pagetitle {
}

.byline {
  margin: -25px 20px 0 0px;
  color: #66A342;
}

.meta {
  text-align: left;
  color: #66A342;
  padding: 5px 20px 5px 25px;
  background: url(simplegreen-images/img07.gif) no-repeat left 50%;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 12px;
  margin-right: 20px;
}

.meta .more {
}

.meta .comments {
  background: url(simplegreen-images/img07.gif) no-repeat left 50%;
  padding-left: 25px;
}

.meta a {
  color: #66A342;
}

.navigation {
}

.alignleft {
  float: left;
}

.alignright {
  float: right;
}

.posts {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: normal;
}

.posts li {
}

.posts h3 {
  margin: 0;
  font-weight: bold;
}

.posts p {
  margin: 0;
  line-height: normal;
}

.posts a {
}

.entry {
  margin: 0;
  padding: 17px 20px 5px 0px;
}

.last {
  border: none;
}

/* Sidebar */

#sidebar {
  float: right;
  width: 210px;
  margin-bottom: 10px;
  padding-right: 30px;
  color: #66A342;
}

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

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

#sidebar li ul {
  margin-left: 20px;
  padding: 0;
}

#sidebar li li {
  margin: 0 0 0 0;
  margin: 0 0 0 0;
  line-height: 35px;
  border-bottom: 1px #66A342 dotted;
}

#sidebar h2 {
  margin: 0px 0 0 20px; 
  height: 35px;
  font-size: 18px;
  color: #66A342;
  background: url(simplegreen-images/img04.gif) no-repeat right 30%;
  border-bottom: 2px #66A342 dashed;
}

#sidebar a {
  text-decoration: none;
}

#sidebar a:hover {
  text-decoration: none;
}

/* Search */

#search input {
  display: none;
}

#search input#s {
  display: block;
  width: 230px;
  padding: 2px 5px;
  border: 1px solid #3DD1FF;
  background: #FFFFFF url(simplegreen-images/img05.gif) repeat-x;
}

#search br {
  display: none;
}

/* Calendar */

#calendar {
}

#calendar h2 {
  margin-bottom: 15px;
}

#calendar table {
  width: 80%;
  margin: 0 auto;
  text-align: center;
}

#calendar caption {
  width: 100%;
  text-align: center;
}

#next {
  text-align: right;
}

#prev {
  text-align: left;
}

/* Footer */

#footer {
  width: 800px;
  margin: 0 auto;
  height: 50px;
  text-align: center;
  font-size: 10px;
  font-family: Arial, Helvetica, sans-serif;
  color: #48AB07;
  background: url(simplegreen-images/img01.jpg) no-repeat left top;
  margin-bottom: 27px;
}

#footer p {
  padding-top: 15px;
}

#footer p a {
  color: #69B536;
}

img { border: none; }

img.left {
  float: left;
  margin: 3px 20px 30px 0px;
}

img.right {
  float: right;
  margin: 3px 0px 10px 30px;
}

</style>


</head>
<body>

<!-- start header -->
<div id="topbg">&nbsp;</div>
<div id="header">
  <h1>simplegreen</h1>
  <p> design By Free CSS Templates</p>
</div>
<!-- end header -->
<!-- start page -->

  <div id="page">
    <div class="bgtop">
      <div class="bgbtm">
        <!-- start content -->
        <div id="content">
          <div class="post">
            <h1 class="title">About This Website</h1>
            <p class="byline"><small>Posted on August 25th, 2007 by <a href="#">admin</a> | <a href="#">Edit</a></small></p>
            <div class="entry">
              <p><strong><img src="simplegreen-images/img05.jpg" alt="" width="131" height="131" class="left" />Modern</strong> is a free template from <a href="http://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 flower photo is fromt <a href="http://www.pdphoto.org/">PDPhoto.org</a>. You're free to use this template for both commercial or personal use. I only ask that you link back to <a href="http://freecsstemplates.org/">my site</a> in some way. Enjoy :)</p>
              </div>
            <p class="meta"><a href="#" class="more">Read More</a> &nbsp;&nbsp; &nbsp;&raquo;&nbsp;&nbsp; <a href="#" class="comments">Comments</a> (33)</p>
          </div>
          <div class="post">
            <h2 class="title">Risus Pellentesque</h2>
            <p class="byline"><small>Posted on August 25th, 2007 by <a href="#">admin</a> | <a href="#">Edit</a></small></p>
            <div class="entry">
              <blockquote>
                <p>&#8220; Pellentesque pede. Donec pulvinar ullamcorper metus. In eu odio at  lectus pulvinar mollis. &#8221;</p>
                <p class="align-right"> - Smith, John </p>
              </blockquote>
              <p>Maecenas pede nisl, elementum eu, ornare ac, malesuada at, erat. Proin gravida orci porttitor enim accumsan lacinia. Donec condimentum, urna non molestie semper, ligula enim ornare nibh, quis laoreet eros quam eget ante. Maecenas pede nisl, elementum eu, ornare ac, malesuada at, erat. Proin gravida orci porttitor enim accumsan lacinia. </p>
            </div>
            <p class="meta"><a href="#" class="more">Read More</a> &nbsp;&nbsp; &nbsp;&raquo;&nbsp;&nbsp; <a href="#" class="comments">Comments</a> (33)</p>
          </div>
        </div>
        <!-- end content -->
        <!-- start sidebar -->
        <div id="sidebar">
          <ul>
            <li>
              <h2>Categories</h2>
              <ul>
                <li><a href="#">Aliquam liberonare</a></li>
                <li><a href="#">Consectetuer adipiscing</a></li>
                <li><a href="#">Metusin  pellentesque</a></li>
                <li><a href="#">Suspendisse  maurisres</a></li>
                <li><a href="#">Urnanet  molestie semper</a></li>
                <li><a href="#">Proin gravida  porttitor</a></li>
              </ul>
            </li>
            <li>
              <h2>Blogroll</h2>
              <ul>
                <li><a href="#">Aliquam liberonare</a></li>
                <li><a href="#">Consectetuer adipiscing</a></li>
                <li><a href="#">Metusin  pellentesque</a></li>
                <li><a href="#">Suspendisse  maurisres</a></li>
                <li><a href="#">Urnanet  molestie semper</a></li>
                <li><a href="#">Proin gravida  porttitor</a></li>
              </ul>
            </li>
            <li>
              <h2>Archives</h2>
              <ul>
                <li><a href="#">September</a> (23)</li>
                <li><a href="#">August</a> (31)</li>
                <li><a href="#">July</a> (31)</li>
                <li><a href="#">June</a> (30)</li>
                <li><a href="#">May</a> (31)</li>
                <li><a href="#">April</a> (30)</li>
              </ul>
            </li>
          </ul>
        </div>
        <!-- end sidebar -->
        <div style="clear:both">&nbsp;</div>
      </div>
    </div>
  </div>
<div id="footer">
  <p>&copy;2007 All Rights Reserved &nbsp;&bull;&nbsp; Design by <a href="http://www.freecsstemplates.org/">Free CSS Templates</a> &nbsp;&bull;&nbsp; Icons by <a href="http://www.famfamfam.com/">FAMFAMFAM</a>.</p>
</div>
</body>
</html>

   
    
  








Related examples in the same category

1.metamorph_abstractgreen
2.metamorph_blueandgreen
3.metamorph_bluegreen
4.metamorph_green
5.metamorph_greenfield
6.metamorph_greenfish
7.metamorph_greenice
8.metamorph_greenisland
9.metamorph_greenland
10.metamorph_greenlight_lt
11.metamorph_greenmint
12.metamorph_greenplanet
13.metamorph_greenpound
14.metamorph_greenwood
15.metamorph_greeny
16.cleanandgreen
17.green-day
18.green-mile
19.green-solutions
20.green-stripes
21.green-web
22.greenbusiness
23.greencastle
24.greencogs
25.greencommunity
26.greener
27.greenery
28.greenfeeling
29.greenfest
30.greenforest
31.GreenHome
32.greenlight
33.greenorange
34.greenparks
35.greenpeace
36.greenpeople
37.greenpiece
38.greenred
39.GreenSpan
40.greenspark
41.GreenSquareShadow
42.greensteps
43.greenstripes
44.greenthumb
45.greenway
46.greenworld
47.GreenWOW
48.greeny
49.greenybox
50.greenygrass
51.greenylife
52.greenypat
53.greenzap
54.curiouslygreen
55.gogreen
56.green piece
57.green-blog
58.Green 3
59.green80
60.GreeNadReD
61.greenandplain
62.Green_Corporate_NMK
63.Green_dream
64.Green_Feeling
65.Green_Glass
66.green_light
67.green_mile
68.Green_Template
69.green_web
70.evergreen
71.simplygreen
72.wide-green
73.WonderfulGreen
74.soft_green
75.thingreenline
76.ibex_green
77.liquidgreen
78.leafy_green
79.Green link template
80.Green background template