accomplishable : Design 2 « Templates « HTML / CSS






accomplishable

     

<!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       : Accomplishable
Description: A two-column, fixed-width design.
Version    : 1.0
Released   : 20090731

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

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

body, th, td, input, textarea, select, option {
  font-family: Arial, Helvetica, sans-serif;
  color: #83826A;
}

h1, h2, h3 {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  color: #666666;
}

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

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

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: #34BA01;
}

a:hover {
  color: #34BA01;
}

hr {
  display: none;
}

/* Header */

#header {
  width: 920px;
  height: 100px;
  margin: 0 auto;
}

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

#header h1 {
  font-size: 52px;
  color: #20A001;
}

#header p {
  margin-top: -15px;
  padding: 0px 0px 0px 4px;
  font-size: 20px;
  font-weight: normal;
  color: #86EA66;
  text-transform: lowercase;
}

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

/* Page */

#page {
  width: 980px;
  margin: 0 auto;
  padding: 0px;
  background: url(accomplishable-images/img02.jpg) repeat-y left top;
}

#page-bgtop {
  background: url(accomplishable-images/img01.jpg) no-repeat left top;
  margin: 0px;
  padding: 0px;
}

#page-bgbtm {
  background: url(accomplishable-images/img03.jpg) no-repeat left bottom;
  padding: 30px 40px 30px 30px;
}

/* Content */

#content {
  float: right;
  width: 660px;
  margin: 0;
  padding-top: 30px;
  color: #666666;
}

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

.title {
  margin: 0px;
  padding-bottom: 25px;
  background: url(accomplishable-images/img05.jpg) repeat-x left bottom;
}

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

.pagetitle {
}

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

.meta {
  margin-right: 20px;
}

.meta .more {
  display: block;
  width: 120px;
  height: 26px;
  padding: 2px 0px 0px 0px;
  background: url(accomplishable-images/img06.jpg) no-repeat left top;
  text-align: center;
}

.meta .comments {
  float: left;
  width: 120px;
  height: 26px;
  padding: 2px 0px 0px 0px;
  background: url(accomplishable-images/img06.jpg) no-repeat left top;
  text-align: center;
}

.meta a {
  text-decoration: none;
  color: #787872;
}

.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-bottom: 20px;
}

.last {
  border: none;
}

/* Sidebar */

#sidebar {
  float: left;
  width: 200px;
  margin-bottom: 10px;
  color: #FFFFFF;
}

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

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

#sidebar li ul {
  margin-bottom: 40px;
  padding: 0px 15px;
}

#sidebar li li {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  line-height: 35px;
  border-bottom: 1px #A3F389 dashed;
}

#sidebar h2 {
  width: 185px;
  height: 32px;
  padding: 6px 0px 0px 15px;
  background: url(accomplishable-images/img04.jpg) no-repeat left top;
  font-size: 18px;
  color: #FFFFFF;
}

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

#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;
}

#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: 11px;
  font-family: Arial, Helvetica, sans-serif;
  color: #86EA66;
  margin-bottom: 27px;
}

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

#footer p a {
  color: #86EA66;
}

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="header">
  <h1>accomplishable</h1>
  <p> design By Free CSS Templates</p>
</div>
<!-- end header -->
<!-- start page -->

  <div id="page">
    <div id="page-bgtop">
      <div id="page-bgbtm">
        <!-- start content -->
        <div id="content">
          <div class="post">
            <h2 class="title">About This Website</h2>
            <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>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>
              <p>Proin gravida orci porttitor enim accumsan lacinia. Pellentesque pede. Donec pulvinar ullamcorper metus. In eu odio at lectus pulvinar mollis. Vestibulum sem magna, elementum ut, vestibulum eu, facilisis quis, arcu. Mauris a dolor. Nulla facilisi. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. </p>
            </div>
            <p class="meta"><a href="#" class="more">Read More</a></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">
              <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. Pellentesque pede. Donec pulvinar ullamcorper metus. In eu odio at lectus pulvinar mollis. Vestibulum sem magna, elementum ut, vestibulum eu, facilisis quis, arcu. Mauris a dolor. Nulla facilisi. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. <br />
              </p>
            </div>
            <p class="meta"><a href="#" class="more">Read More</a></p>
          </div>
          <div class="post">
            <h2 class="title">Accumsan Porttitor</h2>
            <p class="byline"><small>Posted on August 25th, 2007 by <a href="#">admin</a> | <a href="#">Edit</a></small></p>
            <div class="entry">
              <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. Pellentesque pede. Donec pulvinar ullamcorper metus. In eu odio at lectus pulvinar mollis. Vestibulum sem magna, elementum ut, vestibulum eu, facilisis quis, arcu. Mauris a dolor. Nulla facilisi. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. <br />
              </p>
            </div>
            <p class="meta"><a href="#" class="more">Read More</a></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_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_oldheavens
18.metamorph_palmbeach
19.metamorph_strongrey_lt
20.metamorph_thames
21.metamorph_transitional
22.metamorph_tropic
23.metamorph_truncata
24.metamorph_tubes
25.metamorph_tunel
26.ablaze
27.aboutfruts
28.abrasive
29.abscond
30.abstraction
31.acallia-development
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