hanging : Design 9 « Templates « HTML / CSS






hanging

    

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

-->
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>Hanging by Free CSS Templates</title>
<meta name="keywords" content="" />
<meta name="Hanging" 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: #EDE7DB url(hanging-images/img01.gif) repeat-x left top;
  text-align: justify;
  font-family:  Tahoma, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #696969;
}

h1, h2, h3 {
  margin-top: 0;
}

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

h2 {
  font-size: 1.6em;
}

h3 {
  font-size: 1em;
}

ul {
}

a {
  text-decoration: none;
  color: #696969;
}

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-wrapper {
  width: 100%;
  height: 150px;
}

#header {
  width: 960px;
  margin: 0 auto;
  height: 150px;
}

/* Header */

#logo {
  width: 960px;
  height: 150px;
  margin: 0 auto;
}

#logo h1, #logo p {
  margin: 0;
  padding-left: 100px;
  color: #FFFFFF;
}

#logo span {
  color: #FFFFFF;
}

#logo h1 {
  padding: 25px 0 0 0;
  letter-spacing: -1px;
  text-transform: lowercase;
  font-weight: normal;
  font-size: 4.8em;
}

#logo p {
  text-transform: lowercase;
  padding: 4px 0 0 3px;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 22px;
  color: #FFFFFF;
}

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

/* Menu */

#menu-wrapper {
}

#menu {
  width: 920px;
  margin: 0 auto;
  height: 54px;
  padding: 0px 20px;
  background: url(hanging-images/img02.gif) repeat-x left top;
}

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

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

#menu a {
  height: 30px;
  margin: 0;
  padding: 10px 30px;
  text-decoration: none;
  text-transform: capitalize;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: bold;
  color: #FFFFFF;
}

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

#menu .current_page_item a {
  background: #F49A73;
  color: #2E0815;
}

/* Wrapper */

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

/* Page */

#page {
  width: 960px;
  margin: 0px auto;
  padding: 0px;
  background: #FFFFFF url(hanging-images/img03.gif) repeat-y left top;
}

#page-bgtop {
}

#page-bgbtm {
  padding: 0px 20px;
}

/* Latest Post */

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

/* Content */

#content {
  float: left;
  width: 400px;
  margin: 10px 30px 20px 50px;
}

.post {
  padding-bottom: 15px;
  line-height: 200%;
  background: url(hanging-images/img04.gif) repeat-x left bottom;
}

.post h1 {
  font-weight: normal;
}

.title {
  margin: 0;
  padding: 30px 0 4px 0px;
  text-transform: lowercase;
  font-family: "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
  font-size: 30px;
  font-weight: normal;
}

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

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

.byline a {
  color: #666666;
}

.tag {`
  padding: 0 15px;
}

.entry {
  padding: 0px 0px;
}

.links {
  width: 80px;
  height: 33px;
  text-align: right;
  font-weight: bold;
}

.links a {
  display: block;
  height: 25px;
  padding-top: 8px;
  text-align: left;
}

.links a:hover {
}

/* Sidebars */

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

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

.sidebar {
  float: left;
  padding-top: 24px;
  color: #595959;
}

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

.sidebar li {
  padding: 0 0 20px 0;
}

.sidebar li ul {
  background: none;
  padding-bottom: 20px;
}

.sidebar li li {
  margin: 0px 15px;
  padding: 8px 0px;
  background: url(hanging-images/img04.gif) repeat-x left bottom;
}


.sidebar li h2 {
  height: 26px;
  margin: 0 0 0 0;
  padding: 14px 15px 14px 15px;
  text-transform: capitalize;
  font-size: 22px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  color: #454545;
}

.sidebar h2 a {
}

.sidebar a {
  padding-left: 15px;
}

/* 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: 920px;
  height: 100px;
  margin: 0 auto;
  padding: 0 20px;
  background: #111111;
}

#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: #999999;
}

#footer a {
  color: #EDE7DB;
}

#footer .link {
}

#footer .copyright {
}

</style>


</head>
<body>
<div id="wrapper">
  <!-- start header -->
  <div id="header-wrapper">
    <div id="header">
      <div id="logo">
        <h1><a href="#"><span>Hanging</span></a></h1>
        <p>Designed By Free CSS Templates</p>
      </div>
    </div>
  </div>
  <div id="menu-wrapper">
    <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>Hanging</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.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.hapal
12.happy_template
13.hardwarestore
14.hawaiblomst
15.heatwave
16.HelloLand
17.hexahedron
18.hibiscus
19.hifinews
20.HigherGround11
21.highmountains
22.highway
23.highwaycss
24.hilaryduff
25.HomeOfProjects
26.honeythemes
27.hyper
28.i-feel-lucky
29.ibex
30.html
31.html5-alin1
32.html5-passion
33.hurt-hobain-1.0
34.idyllic
35.ifeellucky
36.ignition
37.ikonik
38.illogix
39.illuminated
40.illusion
41.ilounge
42.imagination
43.impeccable
44.implied
45.imprimis
46.improved
47.in-fantasy
48.inapickle
49.inception
50.indication
51.indicator
52.indigo
53.individual
54.inf04-css
55.inf05
56.inf07
57.inf08
58.infinitehorizon
59.inflight
60.informatif
61.innodemag
62.inscriptions
63.inspired by google forum
64.instant
65.integral
66.intelligent-studios
67.intensesimplicity
68.interactive-media
69.interactive-works
70.interchange
71.intercosmic
72.intercraft
73.interior-art
74.interlude
75.intermediate
76.internationalway
77.internet-encyclopedia
78.internet-phenomenon
79.internetbroadcast
80.internetcenter
81.internetmusic
82.internetsharing
83.Internet_Studio
84.invention
85.Inverted_Headline
86.invision
87.ionika
88.iqbiz
89.isometric
90.it-advance
91.it-technologies
92.itdesk
93.ithilien
94.iViolet2b
95.I_Like
96.JA
97.Jan002
98.Jazz Hut Template
99.jdf-boxing
100.jenniferlovehewitt
101.jetbiz
102.jet_30
103.Jewerly-Store
104.joker
105.judgement
106.junkbox
107.just-lucid
108.justgrey
109.Just_Lucid
110.kaleidos
111.kappebeans
112.katz-maus
113.keep_it_simple
114.keero
115.khaki
116.kim-fashion
117.kitchen
118.konnekt-media
119.KrazieKen
120.language-ofa-lover
121.lasvegas
122.lasvegastoo
123.layoftheland
124.lazybreeze
125.leafbiz
126.leafbrush
127.leanmagazine
128.leavesdew
129.leavesv1
130.lemonlimev2
131.leonardo
132.lepidoptera
133.lessantique
134.level2
135.librarypro
136.Light
137.lightspeed
138.limegreen
139.limelight
140.Limey
141.linear
142.lingerie-store
143.link-line
144.liquidity_graph
145.lithium
146.loadfoov2
147.loadhost
148.localize
149.locomotive
150.logistix
151.longbeach
152.loseout
153.lotusflower
154.lucent
155.lunaria-1
156.lusciouscandy
157.luvbold
158.mactall
159.mag
160.magazine
161.majestic
162.majesty
163.makemyday
164.marcelle
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