thecoffeeshop : Coffee « Templates « HTML / CSS






thecoffeeshop

   

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>The Coffee Shop</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<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: #FFFFFF url(thecoffeeshop-images/img01.jpg);
  font: normal small Georgia, "Times New Roman", Times, serif;
  line-height: 1.8em;
  color: #797C7A;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  color: #715558;
}

h2 {
  padding-left: 20px;
  background: url(thecoffeeshop-images/img07.gif) no-repeat left center;
  font-size: 22px;
}

h3 {
  margin-bottom: 1em;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: .9em;
  font-weight: bold;
}

p, blockquote, ul, ol {
  margin-top: 0;
}

blockquote {
  padding: 0 0 0 40px;
  background: url(thecoffeeshop-images/img09.gif) no-repeat;
  line-height: 1.6em;
}

a {
  background: url(thecoffeeshop-images/img06.gif) repeat-x left bottom;
  text-decoration: none;
  color: #5A5C53;
}

a:hover {
  background: none;
  text-decoration: underline;
}

/* Wrapper */

#wrapper {
  background: #FFFFFF url(thecoffeeshop-images/img02.jpg) repeat-x left top;
}

/* Menu */

#menu {
  width: 750px;
  height: 60px;
  margin: 0 auto;
  background: url(thecoffeeshop-images/img03.jpg) no-repeat right top;
}

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

#menu li {
  display: block;
  float: left;
  width: 148px;
  height: 60px;
  padding: 0 0 0 2px;
  background: url(thecoffeeshop-images/img02.gif) no-repeat;
}

#menu a {
  display: block;
  width: 108px;
  height: 36px;
  padding: 20px 20px 0 20px;
  background: url(thecoffeeshop-images/img03.jpg) no-repeat;
  letter-spacing: -1px;
  text-align: center;
  font-size: 1.6em;
  color: #FFFFFF;
}

#menu a:hover {
}

#menu .active a {
}

/* Header */

#header {
  width: 754px;
  height: 247px;
  margin: 0 auto;
  padding: 13px 0 0 0;
}

#header h1 {
  float: left;
  width: 104px;
  height: 110px;
  padding: 104px 100px 0 20px;
  background: url(thecoffeeshop-images/img04.jpg) no-repeat;
  line-height: 32px;
  font-size: 30px;
  font-style: italic;
  color: #715558;
}

#header h2 {
  float: right;
  width: 494px;
  height: 34px;
  padding: 180px 20px 0 0;
  background: url(thecoffeeshop-images/img05.jpg) no-repeat;
  text-transform: lowercase;
  text-align: right;
  letter-spacing: -1px;
  font-size: 22px;
  font-weight: normal;
  font-style: italic;
  color: #FFFFFF;
}

/* Content */

#content {
  width: 750px;
  margin: 0 auto;
}

/* Posts */

#posts {
  float: right;
  width: 510px;
}

#posts .post {
  padding-bottom: 30px;
}

#posts .story {
  padding: 15px 20px 0 20px;
  background: url(thecoffeeshop-images/img08.jpg) repeat-x;
}

#posts .meta {
  padding: 5px 0 0 20px;
  background: url(thecoffeeshop-images/img06.gif) repeat-x;
}

#posts .meta p {
  margin: 0;
  line-height: normal;
  font-size: smaller;
}

#posts ul {
}

#posts ul li {
}

/* Links */

#links {
  float: left;
  width: 220px;
}

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

#links li ul {
  padding: 15px 20px 30px 20px;
  background: url(thecoffeeshop-images/img08.jpg) repeat-x;
}

#links li li {
  padding: 3px 0;
  background: url(thecoffeeshop-images/img06.gif) repeat-x left bottom;
}

#links li a {
  background: none;
}

#links li i {
  font-size: smaller;
}

#links h2 {
  font-size: 1.3em;
}

/* Footer */

#footer {
  padding: 40px 0 60px 0;
  background: url(thecoffeeshop-images/img07.jpg) repeat-x;
}

#footer p {
  width: 750px;
  color: #FFFFFF;
}

#footer a {
  background: none;
  font-weight: bold;
  color: #FFFFFF;
}

#legal {
  margin: 0 auto;
  text-align: right;
  font-size: 12px;
}

#brand {
  margin: -35px auto 0 auto;
  padding: 10px 0 0 0;
  letter-spacing: -1px;
  font-size: 24px;
}

</style>


</head>
<body>
<div id="wrapper">
  <div id="menu">
    <ul>
      <li><a href="http://www.free-css.com/" accesskey="1">Home</a></li>
      <li class="active"><a href="http://www.free-css.com/" accesskey="2">Photos</a></li>
      <li><a href="http://www.free-css.com/" accesskey="3">Links</a></li>
      <li><a href="http://www.free-css.com/" accesskey="4">About</a></li>
      <li><a href="http://www.free-css.com/" accesskey="5">Contact</a></li>
    </ul>
  </div>
  <!-- end #menu -->
  <div id="header">
    <h1>The Coffee Shop</h1>
    <h2><a href="http://www.free-css.com/">Free CSS Templates</a></h2>
  </div>
  <!-- end #header -->
  <div id="content">
    <div id="posts">
      <div class="post">
        <h2 class="title">Welcome to The Coffee Shop!</h2>
        <div class="story">
          <p><strong>The Coffee Shop</strong> is a free template from Free CSS Templates released under a <a href="http://creativecommons.org/licenses/by/2.5/">Creative Commons Attribution 2.5 License</a>. The  photo is from PDPhoto.org. You're free to use it for both commercial or personal use. I only ask that you link back to my site in some way. <em><strong>Enjoy :)</strong></em></p>
        </div>
        <div class="meta">
          <p class="date">Posted on February 22, 2007 by Admin</p>
          <p class="file">Filed under <a href="http://www.free-css.com/">Uncategorized</a> | <a href="http://www.free-css.com/">Edit</a> | <a href="http://www.free-css.com/">28 Comments</a></p>
        </div>
      </div>
      <div class="post">
        <h2 class="title">A Few Examples of Common Tags</h2>
        <div class="story">
          <p><strong></strong>This is an example of a paragraph followed by a blockquote. In posuere eleifend odio. Quisque semper augue mattis wisi. Maecenas ligula. Pellentesque viverra vulputate enim. Aliquam erat volutpat lorem ipsum dolorem.</p>
          <blockquote>
            <p>Pellentesque tristique ante ut risus. Quisque dictum. Integer nisl risus, sagittis convallis, rutrum id, elementum congue, nibh. Suspendisse dictum porta lectus. Donec placerat odio</p>
          </blockquote>
          <h3>Heading Level Three</h3>
          <p>An unordered list example:</p>
          <ul>
            <li>List item number one</li>
            <li>List item number two</li>
            <li>List item number three</li>
          </ul>
          <p>An ordered list example:</p>
          <ol>
            <li>List item number one</li>
            <li>List item number two</li>
            <li>List item number three</li>
          </ol>
        </div>
        <div class="meta">
          <p class="date">Posted on February 22, 2007 by Admin</p>
          <p class="file">Filed under <a href="http://www.free-css.com/">Uncategorized</a> | <a href="http://www.free-css.com/">Edit</a> | <a href="http://www.free-css.com/">28 Comments</a></p>
        </div>
      </div>
    </div>
    <!-- end #posts -->
    <div id="links">
      <ul>
        <li>
          <h2>Archives</h2>
          <ul>
            <li><a href="http://www.free-css.com/">February 2007</a> <i>(22)</i></li>
            <li><a href="http://www.free-css.com/">January 2007</a> <i>(31)</i></li>
            <li><a href="http://www.free-css.com/">December 2006</a> <i>(31)</i></li>
            <li><a href="http://www.free-css.com/">November 2006</a> <i>(30)</i></li>
            <li><a href="http://www.free-css.com/">October 2006</a> <i>(31)</i></li>
          </ul>
        </li>
        <li>
          <h2>Categories</h2>
          <ul>
            <li><a href="http://www.free-css.com/">Donec Dictum Metus</a></li>
            <li><a href="http://www.free-css.com/">Etiam Rhoncus Volutpat</a></li>
            <li><a href="http://www.free-css.com/">Integer Gravida Nibh</a></li>
            <li><a href="http://www.free-css.com/">Maecenas Luctus Lectus</a></li>
            <li><a href="http://www.free-css.com/">Mauris Vulputate Dolor Nibh</a></li>
            <li><a href="http://www.free-css.com/">Nulla Luctus Eleifend</a></li>
            <li><a href="http://www.free-css.com/">Posuere Augue Sit Nisl</a></li>
          </ul>
        </li>
        <li>
          <h2>Blog Roll</h2>
          <ul>
            <li><a href="http://www.free-css.com/">Donec Dictum Metus</a></li>
            <li><a href="http://www.free-css.com/">Etiam Rhoncus Volutpat</a></li>
            <li><a href="http://www.free-css.com/">Integer Gravida Nibh</a></li>
            <li><a href="http://www.free-css.com/">Maecenas Luctus Lectus</a></li>
            <li><a href="http://www.free-css.com/">Mauris Vulputate Dolor Nibh</a></li>
            <li><a href="http://www.free-css.com/">Nulla Luctus Eleifend</a></li>
            <li><a href="http://www.free-css.com/">Posuere Augue Sit Nisl</a></li>
          </ul>
        </li>
      </ul>
    </div>
    <!-- end #links -->
    <div style="clear: both;">&nbsp;</div>
  </div>
</div>
<!-- end #content -->
<div id="footer">
  <p id="legal">Copyright &copy; 2007 The Coffee Shop. Designed by <a href="http://www.freecsstemplates.org/">Free CSS Templates</a></p>
  <p id="brand">The Coffee Shop</p>
</div>
<!-- end #footer -->
</body>
</html>

   
    
    
  








Related examples in the same category

1.coffe
2.coffee-maker
3.COFFEE 2
4.coffeeblossom
5.coffeecup
6.coffeencream
7.coffee_stain
8.metamorph_coffee
9.metamorph_coconut
10.ftdcoffeehouse
11.ftd_coffeecup
12.hot-coffee