popular : Effect 2 « Templates « HTML / CSS






popular

  

<!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      : Popular
Version    : 1.0
Released   : 20080519
Description: A two-column, fixed-width and lightweight template ideal for 1024x768 resolutions. Suitable for blogs and small websites.

-->
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>Popular 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
*/

body {
  margin: 0;
  padding: 0;
  background: url(popular-images/img01.gif) repeat-x left top;
  font-size: 13px;
  font-family: "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
  text-align: justify;
  color: #FFFFFF;
}

h1, h2, h3 {
  margin: 0;
  text-transform: lowercase;
  font-weight: normal;
  color: #FFFFFF;
}

h1 {
  letter-spacing: -1px;
  font-size: 32px;
}

h2 {
  font-size: 23px;
}

p, ul, ol {
  margin: 0 0 2em 0;
  text-align: justify;
  line-height: 26px;
}

a:link {
  color: #8BD80E;
}

a:hover, a:active {
  text-decoration: none;
  color: #8BD80E;
}

a:visited {
  color: #8BD80E;
}

img {
  border: none;
}

img.left {
  float: left;
  margin-right: 15px;
}

img.right {
  float: right;
  margin-left: 15px;
}

/* Form */

form {
  margin: 0;
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  border: none;
}

legend {
  display: none;
}

input, textarea, select {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 13px;
  color: #333333;
}

#wrapper {
  margin: 0;
  padding: 0;
  background: #000000;
}

/* Header */

#header {
  width: 713px;
  margin: 0 auto;
  height: 42px;
}

/* Menu */

#menu {
  float: left;
  width: 713px;
  height: 50px;
  background: url(popular-images/img02.gif) no-repeat left top;
}

#menu ul {
  margin: 0;
  padding: 0px 0 0 10px;
  list-style: none;
  line-height: normal;
}

#menu li {
  display: block;
  float: left;
}

#menu a {
  display: block;
  float: left;
  background: url(popular-images/img04.gif) no-repeat right 55%;
  margin-top: 5px;
  margin-right: 3px;
  padding: 8px 17px;
  text-decoration: none;
  font-size: 13px;
  color: #000000;
}

#menu a:hover { 
  color: #000000;
}

#menu .current_page_item a {
  color: #000000;
}

/** LOGO */

#logo {
  width: 713px;
  height: 80px;
  margin: 0 auto;
}

#logo h1, #logo h2 {
  float: left;
  margin: 0;
  padding: 30px 0 0 0px;
  line-height: normal;
}

#logo h1 { 
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size:40px;
}

#logo h1 a {
  text-decoration: none;
  color: #4C4C4C; 
}

#logo h1 a:hover { text-decoration: underline; }

#logo h2 {
  float: left;
  padding: 45px 0 0 18px;
  font: 18px Georgia, "Times New Roman", Times, serif;
  color: #8BD80E; 
}

#logo p a {
  text-decoration: none;
  color: #8BD80E;
}

#logo p a:hover { text-decoration: underline; }



/* Page */

#page {
  width: 663px;
  margin: 0 auto;
  background: #4C4C4C url(popular-images/img03.gif) no-repeat left bottom;
  padding: 0 25px;
}

/* Content */

#content {
  float: left;
  width: 410px;
  
}

/* Post */

.post {
  padding: 15px 0px;
  margin-bottom: 20px;
}

.post .title {
  margin-bottom: 20px;
  padding-bottom: 5px;
}

.post h1 {
  padding: 0px 0 0 0px;
  background: url(popular-images/img08.jpg) no-repeat left top;
  font-size: 24px;
  color: #FFFFFF;
}

.post h2 {
  padding: 0px 0 0 0px;
  font-size: 22px;
  color: #FFFFFF;
}

.post .entry {
}

.post .meta {
  padding: 15px 15px 30px 0px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
}

.post .meta p {
  margin: 0;
  padding-top: 15px;
  line-height: normal;
  color: #FFFFFF;
}

.post .meta .byline {
  float: left;
}

.post .meta .links {
  float: right;
}

.post .meta .more {
  padding: 0 10px 0 18px;
}

.post .meta .comments {
}

.post .meta b {
  display: none;
}


/* Sidebar */

#sidebar {
  width: 210px;
  float: right;
  margin: 0;
  padding: 0;
}

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

#sidebar li {
  margin-bottom: 40px;
}

#sidebar li ul {
}

#sidebar li li {
  margin: 0;
}

#sidebar h2 {
  width: 250px;
  padding: 8px 0 0 0px;
  margin-bottom: 10px;
  background: url(popular-images/img07.jpg) no-repeat left top;
  font-size: 20px;
  color: #FFFFFF;
}

/* Search */

#search {

}

#search h2 {
  margin-bottom: 20px;
}

#s {
  width: 140px;
  margin-right: 5px;
  padding: 3px;
  border: 1px solid #BED99C;
}

#x {
  padding: 3px;
  border: none;
  background: #8BD80E;
  text-transform: lowercase;
  font-size: 11px;
  color: #FFFFFF;
}

/* Boxes */

.box1 {
  padding: 20px;
}

.box2 {
  color: #BABABA;
}

.box2 h2 {
  margin-bottom: 15px;
  font-size: 16px;
  color: #FFFFFF;
}

.box2 ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.box2 a:link, .box2 a:hover, .box2 a:active, .box2 a:visited  {
  color: #EDEDED;
}

/* Footer */
#footer-wrap {
}

#footer {
  margin: 0 auto;
  padding: 20px 0 10px 0;
  background: #000000;
}

html>body #footer {
  height: auto;
}

#footer p {
  font-size: 11px;
}

#legal {
  clear: both;
  padding-top: 17px;
  text-align: center;
  color: #FFFFFF;
}

#legal a {
  font-weight: normal;
  color: #FFFFFF;
}

</style>


</head>
<body>
<!-- start header -->
<div id="logo">
  <h1><a href="#">Popular </a></h1>
  <h2> &raquo;&nbsp;&nbsp;&nbsp;Design by Free Css Templates</h2>
</div>
<div id="header">
  <div id="menu">
    <ul>
      <li class="current_page_item"><a href="#">Homepage</a></li>
      <li><a href="#">Blogs</a></li>
      <li><a href="#">Photos</a></li>
      <li><a href="#">About</a></li>
      <li class="last"><a href="#">Contact</a></li>
    </ul>
  </div>
</div>
<!-- end header -->
<div id="wrapper">
<!-- start page -->
<div id="page">
  <!-- start content -->
  <div id="content">
    <div class="post">
      <h1 class="title">Welcome to our website </h1>
      <div class="entry">
        <p>This is Popular, 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>
      <div class="meta">
        <p class="byline">Posted by FreeCssTemplates</p>
        <p class="links"><a href="#" class="more">Read full article</a> &raquo;&nbsp;&nbsp;&nbsp;<a href="#" class="comments">Comments (32)</a></p>
      </div>
    </div>
    <div class="post">
      <h2 class="title">Lorem Ipsum Dolor Volutpat</h2>
      <div class="entry">
        <p>Curabitur tellus. Phasellus tellus turpis, iaculis in, faucibus lobortis, posuere in, lorem. Donec a ante. Donec neque purus, adipiscing id, eleifend a, cursus vel, odio. Vivamus varius justo sit amet leo. Morbi sed libero. Vestibulum blandit augue at mi. Praesent fermentum lectus eget diam. Nam cursus, orci sit amet porttitor iaculis, ipsum massa aliquet nulla, non elementum mi elit a mauris. </p>
      </div>
      <div class="meta">
        <p class="byline">Posted by FreeCssTemplates</p>
        <p class="links"><a href="#" class="more">Read full article</a> &raquo;&nbsp;&nbsp;&nbsp;<a href="#" class="comments">Comments (32)</a></p>
      </div>
    </div>
  </div>
  <!-- end content -->
  <!-- start sidebar -->
  <div id="sidebar">
    <ul>
      <li id="search">
        <h2>Search</h2>
        <form method="get" action="">
          <fieldset>
          <input type="text" id="s" name="s" value="" />
          <input type="submit" id="x" value="Search" />
          </fieldset>
        </form>
      </li>
      <li>
        <h2>Lorem Ipsum</h2>
        <ul>
          <li><a href="#">Fusce dui neque fringilla</a></li>
          <li><a href="#">Eget tempor eget nonummy</a></li>
          <li><a href="#">Magna lacus bibendum mauris</a></li>
          <li><a href="#">Nec metus sed donec</a></li>
          <li><a href="#">Magna lacus bibendum mauris</a></li>
          <li><a href="#">Velit semper nisi molestie</a></li>
          <li><a href="#">Eget tempor eget nonummy</a></li>
        </ul>
      </li>
      <li>
        <h2>Volutpat Dolore</h2>
        <ul>
          <li><a href="#">Nec metus sed donec</a></li>
          <li><a href="#">Magna lacus bibendum mauris</a></li>
          <li><a href="#">Velit semper nisi molestie</a></li>
          <li><a href="#">Eget tempor eget nonummy</a></li>
          <li><a href="#">Nec metus sed donec</a></li>
          <li><a href="#">Magna lacus bibendum mauris</a></li>
          <li><a href="#">Velit semper nisi molestie</a></li>
        </ul>
      </li>
    </ul>
  </div>
  <!-- end sidebar -->
  <div style="clear: both;">&nbsp;</div>
</div>
</div>
<!-- end page -->
<!-- start footer -->
<div id="footer">
  <p id="legal">( c ) 2008. All Rights Reserved. <a href="http://www.freecsstemplates.org/">Bestfriends</a> designed by <a href="http://www.freecsstemplates.org/">Free CSS Templates</a>.</p>
</div>
<!-- end footer -->
</body>
</html>

   
    
  








Related examples in the same category

1.bigpixels
2.binary-news
3.mosaic
4.perfection
5.plain1
6.plain2
7.plastic-surgery
8.plastics
9.overdose
10.outlined
11.optimism
12.optimistic
13.Modern_Theme
14.MultiStrangeColor
15.modern
16.minimalistic
17.primitive
18.sparkle
19.sparkling
20.spotlight
21.simplyfluid
22.slider
23.pragmatic
24.primitif
25.pure-web-2.0
26.pure
27.reflection
28.reflections
29.royal-cyan
30.royal_policy
31.smalltown
32.smallwindow
33.smartdesign
34.smarttouch
35.splendid
36.workfire
37.webtile
38.Wide_Side
39.zionnarrow
40.zionnarrows
41.xtreme
42.ZEN
43.zenlike
44.wondrous
45.stonewalled
46.tattoopatt
47.tattoopattern
48.tastelessly
49.tasty
50.thebarn
51.tinfoil_helmet
52.tomato
53.metal-feel
54.metal
55.historical
56.historicpaper
57.historyofwar
58.lonelyness