adhesive : Design 2 « Templates « HTML / CSS






adhesive

     

<!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       : Adhesive
Description: A three-column, fixed-width blog design.
Version    : 1.0
Released   : 20100406

-->
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>Adhesive by Free CSS Templates</title>
<meta name="keywords" content="" />
<meta name="Adhesive" 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: 0px;
  padding: 0;
  background: #7F765E;
  text-align: justify;
  font-family:  Tahoma, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #3D3726;
}

h1, h2, h3 {
  margin-top: 0;
  font-family: Arial, Helvetica, sans-serif;
}

h1 {
  font-size: 1.6em;
  font-weight: normal;
}

h2 {
  font-size: 1.6em;
}

h3 {
  font-size: 1em;
}

ul {
}

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

a:hover {
  border-bottom: none;
}

a img {
  border: none;
}

img.left {
  float: left;
  margin: 0 20px 0 0;
}

img.right {
  float: right;
  margin: 0 0 0 20px;
}

#header {
  width: 1000px;
  margin: 0 auto;
  height: 115px;
  background: url(adhesive-images/img01.jpg) no-repeat left top;
}

/* Header */

#logo {
  float: left;
  width: 450px;
  padding: 50px 0px 0px 30px;
}

#logo h1, #logo p {
  float: left;
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  color: #FFFFFF;
}

#logo span {
  color: #FFFFFF;
}

#logo h1 {
  margin: 0px;
  padding: 0px;
  letter-spacing: -2px;
  text-transform: lowercase;
  font-size: 48px;
}

#logo p {
  letter-spacing: -1px;
  text-transform: lowercase;
  margin: 0px;
  padding: 18px 0px 0px 3px;
  font-size: 18px;
  color: #FFFFFF;
}

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

/* Menu */

#menu {
  float: right;
  width: 500px;
  height: 40px;
}

#menu ul {
  float: right;
  margin: 0px 30px 0px 0px;
  padding: 74px 0px 0px 0px;
  list-style: none;
}

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

#menu a {
  display: block;
  height: 30px;
  margin: 0px 1px 0px 0px;
  padding: 10px 20px 0px 20px;
  background: url(adhesive-images/img06.jpg) repeat-x left top;
  text-decoration: none;
  text-transform: lowercase;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: bold;
  color: #BFB28D;
}

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

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

/* Wrapper */

#wrapper {
  width: 100%;
  margin: 0px;
  padding: 0px;
}

/* Page */

#page {
  width: 940px;
  margin: 0px auto;
  padding: 10px 30px;
  background: #BFB28D url(adhesive-images/img02.jpg) repeat-y left top;
}

/* Latest Post */

#latest-post {
  padding: 20px;
  border: 1px solid #E7E7E7;
}

/* Content */

#content {
  float: left;
  width: 480px;
  margin: 0px;
  padding: 20px 10px;
}

.post {
  padding-bottom: 15px;
  line-height: 200%;
  background: url(adhesive-images/img05.jpg) repeat-x left 22px;
}

.post h1 {
  font-weight: normal;
}

.title {
  margin: 0px;
  padding: 0px;
  letter-spacing: -2px;
  text-transform: lowercase;
  font-size: 30px;
  font-weight: normal;
}

.title a {
  border-bottom: none;
  color: #2F2A1D;
}

.byline {
  margin: -4px 0px 20px 0px;
  padding: 20px 20px 0px 20px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
}

.byline a {
  color: #666666;
}

.tag {`
  padding: 0 15px;
}

.entry {
  padding: 0px 20px;
}

.links {
}

.links a {
  width: 100px;
  display: block;
  margin: 0px;
  padding: 0px;
  background: #590202;
  text-align: center;
  color: #FFF;
}

.links a:hover {
}

/* Sidebars */

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

#sidebar2 {
  float: right;
  width: 220px;
}

.sidebar {
  float: left;
  color: #3D3726;
}

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

.sidebar li {
  background: url(adhesive-images/img05.jpg) repeat-x left top;
}

.sidebar li ul {
  background: none;
  margin-bottom: 40px;
}

.sidebar li li {
  line-height: 220%;
  padding: 0px 16px 0px 16px;
  background: none;
}


.sidebar li h2 {
  height: 32px;
  padding: 8px 0px 0px 15px;
  background: url(adhesive-images/img04.jpg) no-repeat left top;
  letter-spacing: -1px;
  text-transform: lowercase;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: normal;
  color: #FFFFFF;
}

.sidebar h2 a {
}

.sidebar a {
  color: #2F2A1D;
}

/* Search */

#searchform {
  margin: 0;
  padding: 0 0 20px 0;
}

#searchform br {
  display: none;
}

#searchform h2 {
}

#s {
  margin: 10px 0px 0 15px;
  padding: 2px 2px;
  width: 165px;
  height: 18px;
  border: 1px solid #CCCCCC;
  background: #FFFFFF;
  font-size: 10px;
  color: #000000;
}

#x {
  margin: 0;
  padding: 2px 5px;
  height: 25px;
  background: #CA8186;
  text-decoration: none;
  text-transform: uppercase;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #CCCCCC;
}
/* Calendar */

#calendar_wrap {
  padding: 10px 15px;
  text-align: center;
}

#calendar_wrap table {
  width: 100%;
}

#calendar_wrap th {
}

#calendar_wrap td {
}

#calendar_wrap tfoot td {
  border: none;
}

#calendar_wrap tfoot td#prev {
  text-align: left;
  font-weight: bold;
  border: none;
}

#calendar_wrap tfoot td#prev a {
  border: none;
}

#calendar_wrap tfoot td#next {
  text-align: right;
  font-weight: bold;
  border: none;
}

#calendar_wrap tfoot td#next a {
  border: none;
}

/* Footer */

#footer-wrapper {
  width: 100%;
  height: 100px;
}

#footer {
  width: 1000px;
  height: 100px;
  margin: 0 auto;
  padding: 0px;
  background: url(adhesive-images/img03.jpg) no-repeat left top;
}

#footer p {
  margin: 0;
  padding: 30px 0 0 0;
  text-align: center;
  text-transform: uppercase;
  font-size: 10px;
  font-family: Arial, Helvetica, sans-serif;
  color: #B8AB86;
}

#footer a {
  color: #B8AB86;
}

#footer .link {
}

#footer .copyright {
}

</style>


</head>
<body>
<div id="wrapper">
  <!-- start header -->
  <div id="header">
    <div id="logo">
      <h1><a href="#"><span>Adhesive</span></a>/</h1>
      <p>Designed By Free CSS Templates</p>
    </div>
    <div id="menu">
      <ul id="main">
        <li class="current_page_item"><a href="#">Homepage</a></li>
        <li><a href="#">Services</a></li>
        <li><a href="#">About Us</a></li>
        <li><a href="#">Contact Us</a></li>
      </ul>
    </div>
  </div>
  <!-- end header -->
  <!-- start page -->
  <div id="page">
    <div id="page-bgtop">
      <div id="page-bgbtm">
        <div id="sidebar1" class="sidebar">
          <ul>
            <li>
              <h2>Recent Posts</h2>
              <ul>
                <li><a href="#">Aliquam libero</a></li>
                <li><a href="#">Consectetuer adipiscing elit</a></li>
                <li><a href="#">Metus aliquam pellentesque</a></li>
                <li><a href="#">Suspendisse iaculis mauris</a></li>
                <li><a href="#">Proin gravida orci porttitor</a></li>
                <li><a href="#">Aliquam libero</a></li>
                <li><a href="#">Consectetuer adipiscing elit</a></li>
                <li><a href="#">Metus aliquam pellentesque</a></li>
                <li><a href="#">Suspendisse iaculis mauris</a></li>
                <li><a href="#">Proin gravida orci 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>
              </ul>
            </li>
          </ul>
        </div>
        <!-- start content -->
        <div id="content">
          <div class="post">
            <h1 class="title"><a href="#">Welcome to Our Website!</a></h1>
            <p class="byline"><em>Posted on October 1st, 2009 by <a href="#">Free CSS Templates</a></em></p>
            <div class="entry">
              <p><strong>Adhesive</strong> is a free, fully standards-compliant CSS template designed by <a href="http://www.freecsstemplates.org/">Free CSS Templates</a>. This free template is released under a <a href="http://creativecommons.org/licenses/by/2.5/">Creative Commons Attributions 2.5</a> license, so you're pretty much free to do whatever you want with it  (even use it commercially) provided you keep the links in the footer intact. Have fun with it :)</p>
              <p>Consectetuer adipiscing elit. Nam pede erat, porta eu, lobortis eget, tempus et, tellus. Etiam neque. Vivamus consequat lorem at nisl. Nullam non wisi a sem semper eleifend. Donec mattis libero eget urna. Duis pretium velit ac mauris. </p>
              <p class="links"><a href="#" class="more">Read More</a></p>
            </div>
          </div>
          <div class="post">
            <h2 class="title"><a href="#">Lorem Ipsum Dolor </a></h2>
            <p class="byline"><em>Posted on October 1st, 2009 by <a href="#">Free CSS Templates</a></em></p>
            <div class="entry">
              <p>Consectetuer adipiscing elit. Nam pede erat, porta eu, lobortis eget, tempus et, tellus. Etiam neque. Vivamus consequat lorem at nisl. Nullam non wisi a sem semper eleifend. Donec mattis libero eget urna. Duis pretium velit ac mauris. Proin eu wisi suscipit nulla suscipit interdum. Aenean lectus lorem, imperdiet at, ultrices eget, ornare et, wisi. </p>
              <p class="links"><a href="#" class="more">Read More</a></p>
            </div>
          </div>
        </div>
        <!-- end content -->
        <!-- start sidebars -->
        <div id="sidebar2" class="sidebar">
          <ul>
            <li>
              <form id="searchform" method="get" action="#">
                <div>
                  <h2>Site Search</h2>
                  <input type="text" name="s" id="s" size="15" value="" />
                </div>
              </form>
            </li>
            <li>
              <h2>Categories</h2>
              <ul>
                <li><a href="#">Aliquam libero</a></li>
                <li><a href="#">Consectetuer adipiscing elit</a></li>
                <li><a href="#">Metus aliquam pellentesque</a></li>
                <li><a href="#">Suspendisse iaculis mauris</a></li>
                <li><a href="#">Urnanet non molestie semper</a></li>
                <li><a href="#">Proin gravida orci porttitor</a></li>
                <li><a href="#">Aliquam libero</a></li>
                <li><a href="#">Consectetuer adipiscing elit</a></li>
                <li><a href="#">Metus aliquam pellentesque</a></li>
                <li><a href="#">Urnanet non molestie semper</a></li>
                <li><a href="#">Proin gravida orci porttitor</a></li>
                <li><a href="#">Aliquam libero</a></li>
                <li><a href="#">Consectetuer adipiscing elit</a></li>
                <li><a href="#">Metus aliquam pellentesque</a></li>
              </ul>
            </li>
          </ul>
        </div>
        <!-- end sidebars -->
        <div style="clear: both;">&nbsp;</div>
      </div>
      <!-- end page -->
    </div>
  </div>
</div>
<div id="footer-wrapper">
  <div id="footer">
    <p class="copyright">&copy;&nbsp;&nbsp;2009 All Rights Reserved &nbsp;&bull;&nbsp; Design by <a href="http://www.freecsstemplates.org/">Free CSS Templates</a>.</p>
  </div>
</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.accomplishable
33.actualbiz
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