paperslips : Paper « Templates « HTML / CSS






paperslips

   

<!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>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title></title>
<meta name="keywords" content="" />
<meta name="description" content="" />
<style type='text/css'>

html, body {
  height: 100%;
}

body {
  margin: 0;
  padding: 0;
  background: url(paperslips-images/bg01.jpg);
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #333;
}

h1, h2, h3 {
  margin: 0;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-weight: normal;
  color: #2D2D2D;
}

h1 {
  font-size: 36px;
}

h2 {
  font-size: 24px;
}

h3 {
  font-size: 16px;
}

p, ol, ul {
  margin-top: 0;
  line-height: 200%;
  text-align: justify;
}

strong {
}

a {
  color: #B40000;
}

a:hover {
  text-decoration: none;
}

a img {
  border: none;
}

img.border {
}

img.alignleft {
  float: left;
}

img.alignright {
  float: right;
}

img.aligncenter {
  margin: 0 auto;
}

hr {
  display: none;
}

/* Wrapper */

#wrapper {
  background: url(paperslips-images/bg02.jpg) repeat-x;
}

.container {
  width: 965px;
  margin: 0 auto;
}

.clearfix {
  clear: both;
}

/* Header */

#header {
  height: 162px;
}

/* Logo */

#logo {
  float: left;
  width: 375px;
  height: 162px;
  padding-left: 40px;
}

#logo h1 {
  padding-top: 88px;
}

#logo p {
  padding-left: 2px;
  font: 14px Georgia, "Times New Roman", Times, serif;
  color: #919191;
}

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

/* Menu */

#menu {
  height: 99px;
  float: right;
  width: 550px;
  height: 162px;
  background: url(paperslips-images/bg04.jpg) no-repeat;
}

#menu ul {
  margin: 0;
  padding: 99px 0 0 54px;
  list-style: none;
  line-height: normal;
  font: 14px Georgia, "Times New Roman", Times, serif;
}

#menu li {
  float: left;
  width: 121px;
  height: 20px;
  margin: 0 10px 0 0;
  padding: 4px 0 0 10px;
}

#menu a {
  text-decoration: none;
  color: #2D2D2D;
}

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

#menu li.active {
  background: #8E0000 url(paperslips-images/homepage01.jpg) repeat-x;
}

#menu li.active a {
  color: #FFFFFF;
}

/** PAGE */

#page {
  background: url(paperslips-images/bg05.jpg) repeat-y;
}

/** CONTENT */

#content {
  float: left;
  width: 442px;
  padding: 47px 26px 30px 82px;
  background: url(paperslips-images/bg06.jpg) no-repeat;
}

.photo {
}

.photo .caption {
  height: 22px;
  margin: 0;
  padding: 6px 0 0 0;
  line-height: normal;
  background: #500;
  color: #fff;
  text-align: center;
}

.photo .caption a {
  color: #fff;
}

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

.post .title {
}

.post .title h2 {
  padding: 0 0 5px 10px;
}

.post .title p {
  margin: 0;
  padding: 5px 10px;
  background: url(paperslips-images/homepage03.jpg) no-repeat;
  line-height: normal;
}

.post .entry {
  padding: 10px;
}

.post .meta {
  padding: 0 10px;
  line-height: normal;
}

.post .meta .more {
  padding: 0 30px 0 20px;
  background: url(paperslips-images/homepage04.gif) no-repeat 0 50%;
}

.post .meta .comments {
  padding-left: 20px;
  background: url(paperslips-images/homepage05.gif) no-repeat 0 50%;
}

/** SIDEBAR */

#sidebar {
  float: right;
  width: 330px;
  padding: 45px 58px 0 27px;
  background: url(paperslips-images/bg07.jpg) no-repeat;
}

#sidebar h2 {
  padding-bottom: 25px;
  font-size: 16px;
}

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

#sidebar .section1 {
}

#sidebar .section1 h2 {
  background: url(paperslips-images/homepage06.jpg) no-repeat 0 100%;
}

#sidebar .section2, #sidebar .section3 {
  float: left;
  width: 148px;
}

#sidebar .section2 h2, #sidebar .section3 h2 {
  padding-top: 42px;
  background: url(paperslips-images/homepage07.jpg) no-repeat 0 100%;
}

#sidebar .section2 {
}

#sidebar .section3 {
  margin-left: 30px;
}

/** FOOTER */

#footer {
  height: 125px;
  background: url(paperslips-images/bg08.jpg) no-repeat;
}

#footer p {
  margin: 0;
  padding: 50px 0 0 0;
  text-align: center;
  color: #919191;
}

#footer .legal {
}

#footer .links {
}

#footer a {
  color: #919191;
}

</style>


</head>
<body>
<div id="wrapper">
  <div id="header" class="container">
    <div id="logo">
      <h1><a href="#">Paperslips</a></h1>
      <p>By nodethirtythree and Free CSS Templates</p>
    </div>
    <div id="menu">
      <ul>
        <li class="active"><a href="#">Home</a></li>
        <li><a href="#">My Work</a></li>
        <li><a href="#">Photo Gallery</a></li>
        <li><a href="#">About Me</a></li>
        <li><a href="#">Cool Links</a></li>
        <li><a href="#">Contact</a></li>
      </ul>
    </div>
  </div>
  <div id="page" class="container">
    <div id="content">
      <div class="photo"> <a href="#"><img src="paperslips-images/homepage02.jpg" width="442" height="84" alt="" /></a>
        <p class="caption"><strong>Random Macro Photo</strong> provided by <a href="http://pdphoto.org/">PDPhoto.org</a></p>
      </div>
      <div class="post">
        <div class="title">
          <h2>Welcome to Paperslips</h2>
          <p>Posted by <a href="#">enks</a> 4 hours 8 minutes ago</p>
        </div>
        <div class="entry">
          <p>Hi there. This is <strong>Paperslips</strong>, a free template by <a href="http://www.nodethirtythree.com/">nodethirtythree</a> and <a href="http://www.freecsstemplates.org/">Free CSS Templates</a>. Its released under the <a href="http://creativecommons.org/licenses/by/2.5/">Creative Commons Attribution</a> license, so use it however you like, just keep the link back to our sites. Check out my other work at <a href="http://www.nodethirtythree.com/">my site</a> or follow me on <a href="http://twitter.com/nodethirtythree">Twitter</a>. Have fun.</p>
        </div>
        <div class="meta">
          <p><a href="#" class="more">Read More</a> <a href="#" class="comments">Comments (15)</a></p>
        </div>
      </div>
      <div class="post">
        <div class="title">
          <h2>Lorem ipsum dolor sit amet</h2>
          <p>Posted by <a href="#">enks</a> 16 hours 23 minutes ago</p>
        </div>
        <div class="entry">
          <p>Volutpat at varius sed sollicitudin et, arcu. Vivamus viverra. Nullam turpis. Aenean felis. Quisque eros. Cras lobortis <a href="#">commodo metus</a>. Vestibulum vel purus. Vestibulum sed etiam. Lorem ipsum sit amet dolore. Nulla facilisi.</p>
        </div>
        <div class="meta">
          <p><a href="#" class="more">Read More</a> <a href="#" class="comments">Comments (42)</a></p>
        </div>
      </div>
    </div>
    <div id="sidebar">
      <div class="section1">
        <h2>About</h2>
        <p>Volutpat at varius sed sollicitudin et, arcu. Vivamus viverra. Nullam turpis. Vestibulum sed etiam. Lorem ipsum sit amet dolore. Nulla facilisi. Sed tortor. Aenean felis.</p>
      </div>
      <div class="section2">
        <ul>
          <li>
            <h2>Aliquam</h2>
            <ul>
              <li><a href="#">Volutpat at varius sed</a></li>
              <li><a href="#">Sollicitudin et arcu</a></li>
              <li><a href="#">Vivamus viverra</a></li>
              <li><a href="#">Nullam sed turpis</a></li>
              <li><a href="#">Lorem ipsum sit amet</a></li>
              <li><a href="#">Sed tortor aenean</a></li>
            </ul>
          </li>
          <li>
            <h2>Veroeros</h2>
            <ul>
              <li><a href="#">Vestibulum sed etiam</a></li>
              <li><a href="#">Volutpat at varius sed</a></li>
              <li><a href="#">Sollicitudin et arcu</a></li>
              <li><a href="#">Vivamus viverra</a></li>
              <li><a href="#">Nullam sed turpis</a></li>
              <li><a href="#">Dolore nulla facilisi</a></li>
              <li><a href="#">Sed tortor aenean</a></li>
            </ul>
          </li>
        </ul>
      </div>
      <div class="section3">
        <ul>
          <li>
            <h2>Facilisi</h2>
            <ul>
              <li><a href="#">Vestibulum sed etiam</a></li>
              <li><a href="#">Vivamus viverra</a></li>
              <li><a href="#">Nullam sed turpis</a></li>
              <li><a href="#">Volutpat at varius sed</a></li>
              <li><a href="#">Dolore nulla facilisi</a></li>
              <li><a href="#">Sed tortor aenean</a></li>
            </ul>
          </li>
          <li>
            <h2>Nullam</h2>
            <ul>
              <li><a href="#">Volutpat at varius</a></li>
              <li><a href="#">Sollicitudin et arcu</a></li>
              <li><a href="#">Vestibulum sed etiam</a></li>
              <li><a href="#">Vivamus viverra</a></li>
              <li><a href="#">Nullam sed turpis</a></li>
              <li><a href="#">Lorem ipsum sit ameti</a></li>
              <li><a href="#">Dolore nulla facilisi</a></li>
            </ul>
          </li>
        </ul>
      </div>
    </div>
    <div class="clearfix">&nbsp;</div>
  </div>
  <div id="footer" class="container">
    <p>(c) 2009 Sitename.com. Design by <a href="http://www.nodethirtythree.com/">nodethirtythree</a> and <a href="http://www.freecsstemplates.org/">Free CSS Templates</a></p>
  </div>
</div>
</body>
</html>

   
    
    
  








Related examples in the same category

1.papercurl
2.paperova
3.paperpad