marcelle : Design 9 « Templates « HTML / CSS






marcelle

    

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Marcelle - About</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<style type='text/css'>
* {
  margin: 0; padding: 0;
}
body {
  text-align: center;
  font: 11px Verdana;
  color: #565656;
  background: none;
}
a {
  text-decoration: none;
  color: #63777F;
}
a:hover {
  text-decoration: underline;
}
img {
  border: 0;
}

.break {
  font-size: 0;
  width: 0; height: 0;
  clear: both;
}
.alignleft {
  float: left;
  margin: 4px 10px 5px 0;
}
.alignright {
  float: right;
  margin: 4px 0 5px 10px;
}
.aligncenter {
  text-align: center;
}
.hidden {
  display: none;
}

/** BEGIN wrapper **/
#wrapper {
  width: 950px;
  margin: auto auto;
  text-align: left;
}
/** END wrapper **/

/** BEGIN header **/
#header {
  height: 102px;
  background: url(marcelle-images/header.gif) repeat-x 0 bottom;
  padding-top: 25px;
}
  #header ul {
    list-style-type: none;
    height: 35px;
    margin-top: 6px;
    background: url(marcelle-images/rightround.jpg) no-repeat right 0;
  }
    #header ul li {
      float: left;
      text-transform: uppercase;
      font-weight: bold;
      font-family: Verdana;
      padding-left: 1px;
      background: url(marcelle-images/divider.gif) no-repeat 0 11px;
    }
    #header ul li.f {
      background: url(marcelle-images/leftround.gif) no-repeat 0 0;
      padding-left: 10px;
    }
    #header ul li a {
      color: #ffffff;
      display: block;
      padding: 11px 12px;
    }
  #header .logo {
    float: left;
    padding-left: 15px;
  }
    #header .logo h1 {
      font-size: 0;
    }
    #header .logo h1 a {
      display: block;
      outline: none;
      text-indent: -9999px;
      background: url(marcelle-images/logo.gif) no-repeat 0 0;
      width: 324px; height: 53px;
    }
    #header .logo p {
      display: none;
    }
  #header .ad468x60 {
    float: right;
    margin: -10px 0 10px;
  }
/** END header **/

/** BEGIN body **/
#body {
  border-width: 0 1px;
  border-style: solid;
  border-color: #D7D7D7;
  background: url(marcelle-images/body.gif) repeat-y 615px 0;
}
/** END body **/

/** BEGIN content **/
#content {
  width: 615px;
  float: left;
  padding-bottom: 20px;
}
  #content p {
    margin-bottom: 10px;
  }
  #content h3 {
    margin-bottom: 10px;
    font-size: 1.5em;
    font-weight: normal;
  }
  #content blockquote {
    margin-bottom: 10px;
    padding: 10px 10px 5px;
    background-color: #eeeeee;
    border-width: 1px 0;
    border-style: solid;
    border-color: #cccccc;
    font-style: italic;
    font-weight: bold;
  }
  #content ul {
    margin: 0 0 10px 18px;
  }
  #content ol {
    margin: 0 0 10px 16px;
    padding-left: 10px;
  }
  #content li {
    padding: 2px 0;
  }
  #content .title {
    background-color: #EFEFEF;
    border-bottom: 1px solid #E1E1E1;
    padding: 15px;
    color: #63777F;
    font-size: 1em;
    font-family: Verdana;
    text-transform: uppercase;
  }
  #content .post {
    padding: 15px;
    clear: both;
    border-top: 4px solid #E1E1E1;
  }
  #content .f {
    border-top: 0;
  }
    #content .post .thumb {
      float: left;
      margin: 0 10px 10px 0;
    }
    #content .post .thumb img {
      width: 250px;
    }
    #content .post h2 {
      font-size: 1.6em;
      line-height: 1.5em;
      margin-bottom: 10px;
    }
    #content .post p {
      margin-bottom: 10px;
      line-height: 1.4em;
    }
    #content .post .details {
      font-weight: bold;
      color: #63777F;
      padding-top: 10px;
    }
      #content .post .details a {
        margin: 0 5px;
      }
/** END content **/

/** BEGIN sidebar **/
#sidebar {
  width: 332px;
  float: right;
  padding-bottom: 20px;
}
  #sidebar h2 {
    font-size: 1em;
    text-transform: uppercase;
    padding: 15px 15px 10px;
  }
  #sidebar ul {
    list-style-type: none;
    padding: 0 15px 15px;
    border-bottom: 1px solid #ECECEC;
  }
    #sidebar ul li {
      line-height: 1.4em;
      padding: 5px 0;
    }
    #sidebar ul li a {
      color: #565656;
    }
    #sidebar ul li a:hover {
      color: #63777F;
      text-decoration: none;
    }
  #sidebar .l {
    float: left;
    width: 165px;
  }
  #sidebar .r {
    float: right;
    width: 165px;
  }
    #sidebar .l ul, #sidebar .r ul {
      border-bottom: 0;
    }
  #sidebar form {
    border-bottom: 1px solid #E1E1E1;
    background: #EFEFEF url(marcelle-images/search.gif) no-repeat 10px 8px;
    width: 310px; height: 27px;
    padding: 8px 11px;
  }
    #sidebar form input {
      border: 1px solid #ffffff;
      width: 222px;
      font-size: 1.2em;
      font-family: Verdana;
      margin: 4px 7px 0 3px;
      float: left;
    }
    #sidebar form button {
      text-indent: -9999px;
      border: 0;
      width: 75px; height: 27px;
      background-color: transparent;
    }
  #sidebar .photos {
    padding: 0 15px 15px;
    border-bottom: 1px solid #ECECEC;
    text-align: center;
  }
    #sidebar .photos img {
      margin: 5px;
      width: 75px; height: 75px;
    }
  #sidebar .video {
    padding: 0 15px 15px 20px;
    border-bottom: 1px solid #ECECEC;
  }
  #sidebar .tags {
    padding: 0 15px 15px;
    border-bottom: 1px solid #ECECEC;
  }
/** END sidebar **/

/** BEGIN footer **/
#footer {
  clear: both;
  background-color: #63777F;
  color: #ffffff;
  padding: 10px 20px;
}
  #footer a {
    color: #ffffff;
  }
/** END footer **/

/** BEGIN miscellaneous **/
.postnav {
  clear: both;
  padding: 0 15px;
  font-size: 0.9em;
}
  .postnav a {
    border: 1px solid #cccccc;
    padding: 3px 8px;
    color: #999999;
  }
  .postnav a:hover {
    border: 1px solid #000000;
    color: #000000;
    text-decoration: none;
  }
#comments {
  padding: 10px 15px;
  border-top: 1px solid #ECECEC;
}
  #comments h2 {
    margin: 20px 0 5px;
    font-size: 1.5em;
    font-weight: normal;
  }
  #comments p {
    margin-bottom: 10px;
    line-height: 1.5em;
  }
  #comments form {
    padding-top: 20px;
  }
  #comments form p {
    margin-bottom: 5px;
  }
    #comments form input, textarea {
      border: 1px solid #cccccc;
      font-size: 0.9em;
      font-family: Verdana;
      padding: 4px;
      background-position: 4px 4px;
      background-repeat: no-repeat;
    }
    #comments form input {
      width: 260px;
      border: 1px solid #cccccc;
    }
    #comments form textarea {
      width: 350px;
      padding: 4px 4px !important;
      border: 1px solid #cccccc;
    }
    #comments form button {
      border: 1px solid #909090;
      background-color: #cccccc;
      font-size: 0.9em;
      font-family: Verdana;
      width: 120px; height: 23px;
    }
  .commentdetails {
    margin-top: 25px;
  }
  .commentauthor {
    margin-bottom: 5px !important;
    font-weight: bold;
  }
  .commentdate {
    font-size: 0.8em;
    margin-bottom: 5px;
    color: #909090;
  }
  .required {
    color: #ff0000;
  }
.notfound {
  padding: 40px;
}
  .notfound h2 {
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 10px;
  }
/** END miscellaneous **/

#comments ol {
  list-style-type: none;
  clear: both;
  padding: 0;
  margin: 0;
}
  #comments ol li {
    padding: 10px;
    border: 1px solid #cccccc;
    margin-bottom: 10px;
  }
  #comments ol li .avatar {
    float: right;
  }
  #comments ol li .comment-author {
    
  }
    #comments ol li .comment-author .fn {
      font-weight: bold;
      font-size: 1.2em;
    }
  #comments ol li .comment-meta {
    font-size: 0.9em;
    color: #999999;
    margin: 5px 0 10px;
  }
  #comments ol li .reply {
    font-size: 0.9em;
    font-weight: bold;
    padding-bottom: 10px;
  }
  #comments .children {
    list-style-type: none;
  }
#comments .navigation {
  padding: 10px 0 20px;
  font-size: 0.9em;
}
  #comments .navigation a {
    color: #999999;
    padding: 3px 8px;
    border: 1px solid #cccccc;
  }
  #comments .navigation a:hover {
    color: #000000;
    border-color: #000000;
    text-decoration: none;
  }

</style>


<!--[if lte IE 6]><link rel="stylesheet" type="text/css" href="ie.css" /><![endif]-->
</head>
<body>
<!-- BEGIN wrapper -->
<div id="wrapper">
  <!-- BEGIN header -->
  <div id="header">
    <div class="logo">
      <h1><a href="http://www.free-css.com/">Marcelle</a></h1>
      <p>Free CSS Template</p>
    </div>
    <div class="ad468x60"><a href="http://www.free-css.com/"><img src="marcelle-images/ad468x60.gif" alt="" /></a></div>
    <div class="break"></div>
    <ul>
      <li class="f"><a href="index.html">Home</a></li>
      <li><a href="about.html">About us</a></li>
      <li><a href="page.html">Demo Page</a></li>
      <li><a href="contact.html">Contact Page</a></li>
    </ul>
  </div>
  <!-- END header -->
  <!-- BEGIN body -->
  <div id="body">
    <!-- BEGIN content -->
    <div id="content">
      <h2 class="title">Published Articles</h2>
      <!-- begin post -->
      <div class="post f">
        <h2>About</h2>
        <p>Justopellenteget masse aucibulus pretium semper anterdum sus elit risus sempor pretra. Etet molesuada orci lobortortis pellentum consequat neque ulla nunc eu natis. Tinciduntlobortis tempus wisi nulla laoreet fauctortortis nam nulla volutpat maurisus tor. Velitcurabitae ut elit tur rhoncus sus sagittitor enim integer fring in. Velitdolor duis felit augue justo donec in fames loreet convallis elit.</p>
        <p>Idvestibulum eget eget id id aliquam quisque ipsum gravida adipiscipis justo. Habitursed urnar sus pellus nam condimentum eu aucibulum phare tincidunt id. Utpellus quat nullam adipit maecenatis aucibulum tellentes tellus conseque eger eget. Justocongue ero nec dignisl trices non ligula laorem a magnissim ris. Sedalique nulla pede nequam wisis ac tincidunt feugiat vestiquam condimentum at.</p>
        <p>Proinlaorem turis integet pellus ametus nisl consequat antesque metus condiment tincidunt. Magnapellus a vel cursus vitae semper conseque diam ac integet nibh. Intesquetellus id vel tur lorem sed tempus phasellenterdum ris tincidunt ridiculisi. Gravidapellent quam consectetus intesque ac eu anterdum aenec congue elit pellus. Tempercurabitae tellus nunc vitae sed auctorta laculum temportortis risus quis curabitur.</p>
        <p>Phaselluscongue eget turpiscipis ut sed id temper loborta vitae loborttis cursus. Nibhfaucibulum urnar proin orci vitae commod dignisl pretra id laoreet id. Pretiumfaucibus quis vitae congue curabitur sagittis tortor felit estasse eu natoque. Intepellus curabiturpiscing eu nulla eros mauris ut dui in malesuada et. Conguetortor dui metuer lacus sus ac et a nec sed eget.</p>
        <p>Orcinunc pellentum aliquam nam in consectus congue proin id et phasellus. Velitac convallisi turis pellenterdum conseque curabitur adipiscing ut quis masse pellentumsan. Fametuscondimentum fring semportis antesquet vitae non felit dui nulla libero volutpat. Ullamcorpermonterdum estas neque leo et ipsum famet elis lobortor sem id. Ameta vestibulum nulla condimentum quisque vitant ristibulum justo nam id et.</p>
      </div>
      <!-- end post -->
    </div>
    <!-- END content -->
    <!-- BEGIN sidebar -->
    <div id="sidebar">
      <!-- begin search -->
      <form action="http://www.free-css.com/">
        <input type="text" name="s" id="s" value="" />
        <button type="submit">Search</button>
      </form>
      <!-- end search -->
      <!-- begin popular posts -->
      <h2>Popular Posts</h2>
      <ul>
        <li><a href="http://www.free-css.com/">At vero eos et accusamus et dolorum fuga</a></li>
        <li><a href="http://www.free-css.com/">Iusto odio dignissimos</a></li>
        <li><a href="http://www.free-css.com/">Praesentium voluptatum deleniti harum quidem reru</a></li>
        <li><a href="http://www.free-css.com/">Atque corrupti quos dolores et quas </a></li>
        <li><a href="http://www.free-css.com/">Molestias excepturi sint </a></li>
      </ul>
      <!-- end popular posts -->
      <!-- begin flickr photos -->
      <h2>Flickr Photos</h2>
      <div class="photos"> <a href="http://www.free-css.com/"><img src="marcelle-images/_thumb6.jpg" alt="" /></a> <a href="http://www.free-css.com/"><img src="marcelle-images/_thumb7.jpg" alt="" /></a> <a href="http://www.free-css.com/"><img src="marcelle-images/_thumb8.jpg" alt="" /></a> <a href="http://www.free-css.com/"><img src="marcelle-images/_thumb9.jpg" alt="" /></a> <a href="http://www.free-css.com/"><img src="marcelle-images/_thumba.jpg" alt="" /></a> <a href="http://www.free-css.com/"><img src="marcelle-images/_thumbb.jpg" alt="" /></a> </div>
      <!-- end flickr photos -->
      <!-- begin featured video -->
      <h2>Featured Video</h2>
      <div class="video"> <img src="marcelle-images/_video.jpg" alt="" /> </div>
      <!-- end featured video -->
      <!-- BEGIN left -->
      <div class="l">
        <!-- begin categories -->
        <h2>Categories</h2>
        <ul>
          <li><a href="http://www.free-css.com/">Advertising</a></li>
          <li><a href="http://www.free-css.com/">Entertainment</a></li>
          <li><a href="http://www.free-css.com/">Fashion</a></li>
          <li><a href="http://www.free-css.com/">Google</a></li>
          <li><a href="http://www.free-css.com/">Lifestyle</a></li>
          <li><a href="http://www.free-css.com/">Photos</a></li>
          <li><a href="http://www.free-css.com/">Wordpress Themes</a></li>
        </ul>
        <!-- end categories -->
        <!-- begin pages -->
        <h2>Pages</h2>
        <ul>
          <li><a href="http://www.free-css.com/">About</a></li>
          <li><a href="http://www.free-css.com/">Links</a></li>
          <li><a href="http://www.free-css.com/">Archives</a></li>
          <li><a href="http://www.free-css.com/">Contact</a></li>
        </ul>
        <!-- end pages -->
      </div>
      <!-- END left -->
      <!-- BEGIN right -->
      <div class="r">
        <!-- begin archive -->
        <h2>Archives</h2>
        <ul>
          <li><a href="http://www.free-css.com/">December 2008</a></li>
          <li><a href="http://www.free-css.com/">November 2008</a></li>
          <li><a href="http://www.free-css.com/">October 2008</a></li>
          <li><a href="http://www.free-css.com/">September 2008</a></li>
          <li><a href="http://www.free-css.com/">August 2008</a></li>
        </ul>
        <!-- end archives -->
        <!-- begin blogroll -->
        <h2>Blogroll</h2>
        <ul class='xoxo blogroll'>
          <li><a href="http://www.free-css.com/">Dart's Photography</a></li>
          <li><a href="http://www.free-css.com/">Entertainment Portal</a></li>
          <li><a href="http://www.free-css.com/">Google</a></li>
        </ul>
        <!-- end blogroll -->
        <!-- begin meta -->
        <h2>Meta</h2>
        <ul>
          <li><a href="http://www.free-css.com/">Login</a></li>
        </ul>
        <!-- end meta -->
      </div>
      <!-- END right -->
    </div>
    <!-- END sidebar -->
    <div class="break"></div>
  </div>
  <!-- END body -->
  <!-- BEGIN footer -->
  <div id="footer">Copyright &copy; 2009 - <a href="http://www.free-css.com/">Website Name</a> &middot; All Rights Reserved | Template by: <a href="http://www.wpthemedesigner.com/">WordPress Designer</a> | Get More <a href="http://www.free-css.com/">Free CSS Templates</a></div>
  <!-- END footer -->
</div>
<!-- END wrapper -->
</body>
</html>

   
    
    
    
  








Related examples in the same category

1.grid-system
2.grotesqueart
3.grunge-superstar-website-template
4.guarantee
5.guideline
6.gumamela
7.gunmetal
8.h-free-software
9.h2o-bubbles
10.halcyon
11.hanging
12.hapal
13.happy_template
14.hardwarestore
15.hawaiblomst
16.heatwave
17.HelloLand
18.hexahedron
19.hibiscus
20.hifinews
21.HigherGround11
22.highmountains
23.highway
24.highwaycss
25.hilaryduff
26.HomeOfProjects
27.honeythemes
28.hyper
29.i-feel-lucky
30.ibex
31.html
32.html5-alin1
33.html5-passion
34.hurt-hobain-1.0
35.idyllic
36.ifeellucky
37.ignition
38.ikonik
39.illogix
40.illuminated
41.illusion
42.ilounge
43.imagination
44.impeccable
45.implied
46.imprimis
47.improved
48.in-fantasy
49.inapickle
50.inception
51.indication
52.indicator
53.indigo
54.individual
55.inf04-css
56.inf05
57.inf07
58.inf08
59.infinitehorizon
60.inflight
61.informatif
62.innodemag
63.inscriptions
64.inspired by google forum
65.instant
66.integral
67.intelligent-studios
68.intensesimplicity
69.interactive-media
70.interactive-works
71.interchange
72.intercosmic
73.intercraft
74.interior-art
75.interlude
76.intermediate
77.internationalway
78.internet-encyclopedia
79.internet-phenomenon
80.internetbroadcast
81.internetcenter
82.internetmusic
83.internetsharing
84.Internet_Studio
85.invention
86.Inverted_Headline
87.invision
88.ionika
89.iqbiz
90.isometric
91.it-advance
92.it-technologies
93.itdesk
94.ithilien
95.iViolet2b
96.I_Like
97.JA
98.Jan002
99.Jazz Hut Template
100.jdf-boxing
101.jenniferlovehewitt
102.jetbiz
103.jet_30
104.Jewerly-Store
105.joker
106.judgement
107.junkbox
108.just-lucid
109.justgrey
110.Just_Lucid
111.kaleidos
112.kappebeans
113.katz-maus
114.keep_it_simple
115.keero
116.khaki
117.kim-fashion
118.kitchen
119.konnekt-media
120.KrazieKen
121.language-ofa-lover
122.lasvegas
123.lasvegastoo
124.layoftheland
125.lazybreeze
126.leafbiz
127.leafbrush
128.leanmagazine
129.leavesdew
130.leavesv1
131.lemonlimev2
132.leonardo
133.lepidoptera
134.lessantique
135.level2
136.librarypro
137.Light
138.lightspeed
139.limegreen
140.limelight
141.Limey
142.linear
143.lingerie-store
144.link-line
145.liquidity_graph
146.lithium
147.loadfoov2
148.loadhost
149.localize
150.locomotive
151.logistix
152.longbeach
153.loseout
154.lotusflower
155.lucent
156.lunaria-1
157.lusciouscandy
158.luvbold
159.mactall
160.mag
161.magazine
162.majestic
163.majesty
164.makemyday
165.marked
166.Matrix
167.maxos
168.maxosdarker
169.mcube
170.meadows
171.media
172.Medieval
173.megacorporate
174.meganews
175.megazzine
176.memoranda
177.meretricious
178.Midddot
179.middle-blue
180.midnightrainforest
181.mighty
182.milestone
183.mimbo-magazine
184.minigallery
185.minimal