hurt-hobain-1.0 : Design 9 « Templates « HTML / CSS






hurt-hobain-1.0

    

<!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>Hurt Hobain</title>
<meta http-equiv="content-type" content="application/xhtml+xml; charset=utf-8" />
<style type='text/css'>
body {
  color:#FFFFFF;
  background:#000000 url(hurt-hobain-1.0-images/bg.jpg) no-repeat top center;
  margin:0;
  padding:0;
  }

ul li{
  list-style-type:none;
  background:url(hurt-hobain-1.0-images/arrow_right.gif) left center no-repeat;
  padding-left:18px;
  }

.floatright {
  float:right;
  margin: 5px 0px 0px 10px;
  padding:0px;
  }

.floatleft {
  float:left;
  margin: 5px 15px 0px 0px;
  padding:0px;
  }

.clear:after{
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  }

#container {
  display:block;
  position:relative;
  width:940px;
  margin:0 auto;
  }


/* ********************************************* */
/* *****************  Links  ******************* */
/* ********************************************* */

a:link, a:visited, a:hover{
  color:#FF6600;
  outline:none;
  }

a:link img, a:visited img, a:hover img{
  border-color:#FF6600;
  }

a:hover {
  color:#0099FF;
  }

a:hover img{
  border-color:#0099FF;
  }


/* ********************************************* */
/* *****************  Header  ****************** */
/* ********************************************* */


#header {
  display:block;
  width:940px;
  }

#header img {
  border:none;
}

#leftheader {
  display:block;
  float:left;
  width:461px;
  height: 140px;
  }


#rightheader, #nav{
  display:block;
  float:right;
  width:470px;
  }

/* ********************************************* */
/* *****************  Navigation  ************** */
/* ********************************************* */

#nav {
  margin-top: 30px;
}

#nav ul{
  padding:5px;
  margin: 10px 0;
  list-style: none;
}

#nav ul li {
  float:left;
  display:inline;
  margin:0 12px;
  background:none;
  padding:0;
  }
 
#nav a:link, #nav a:visited, #nav a:hover{
  float:left;
  text-decoration: none;
  color:#ccc;
  padding:0 8px 4px 0;
  margin:0;
  font: 900 14px "Arial", Helvetica, sans-serif;
  }

#nav a span {
  display:block;
  padding:4px 0 8px 8px;
  }


#nav ul li a.current, #nav ul li a.current:hover{
   color:#FFFFFF;
  background:url("hurt-hobain-1.0-images/bttn.png") no-repeat top right;
}
 
#nav ul li a.current span, #nav ul li a.current:hover span{
  background:url("hurt-hobain-1.0-images/bttn.png") no-repeat top left;
}

#nav ul li a:hover {
   color:#FFFFFF;
  background:url("hurt-hobain-1.0-images/bttnactive.png") no-repeat top right;
}
 
#nav ul li a:hover span {
  background:url("hurt-hobain-1.0-images/bttnactive.png") no-repeat top left;
}

/* ********************************************* */
/* *****************  Button  ****************** */
/* ********************************************* */

.bttn {
  display:block;
  height:30px;
  margin:10px 0;
  text-align:right;
  }

#container .bttn a:link, #container .bttn a:visited, #container .bttn a:hover{
  float:right;
  text-decoration: none;
  color:#FFFFFF;
  padding:0 15px 0 0;
  margin:0;
  font: 900 14px "Arial", Helvetica, sans-serif;
  background:url("hurt-hobain-1.0-images/bttn.png") no-repeat top right;
  }

#container .bttn a span {
  display:block;
  padding:6px 0 8px 15px;
  background:url("hurt-hobain-1.0-images/bttn.png") no-repeat top left;
  }

#container .bttn a:hover{background:url("hurt-hobain-1.0-images/bttnactive.png") no-repeat top right;}
#container .bttn a:hover span{background:url("hurt-hobain-1.0-images/bttnactive.png") no-repeat top left;}

/* ********************************************* */
/* *****************  Intro1  ****************** */
/* ********************************************* */

#intro1 {
  display:block;
  width:940px;
  padding:7px 0 0 0;
  margin:10px 0 0 0;
  font-size: 28px;background:url(hurt-hobain-1.0-images/topintro1.gif) no-repeat top left;
  }

#intro1 p, #intro2 p {
  margin: 0;
  padding:0;
}

.botintro {
  display:block;
  width:940px;
  padding:0 0 7px 0;
  background:url(hurt-hobain-1.0-images/botintro1.gif) no-repeat bottom left;
  }

.midintro {
  display:block;
  background:transparent url(hurt-hobain-1.0-images/midintro1.gif) repeat-y top left ;
  width:900px;
  padding:0 20px;
  }


/* ********************************************* */
/* *****************  Content  ***************** */
/* ********************************************* */

#content{
  display:block;
  margin: 20px 0 0 0;
  padding:6px 0 0 0;
  width:940px;
  color:#333333;
  background:url(hurt-hobain-1.0-images/topcont.gif) no-repeat top left;
  }

#midcontent {
  display:block;
  width:860px;
  margin:0;
  padding:33px 40px;
  background:url(hurt-hobain-1.0-images/midcont.gif) repeat-y top left;
  }

#botcontent {
  display:block;
  width:940px;
  padding:0 0 7px 0;
  background:url(hurt-hobain-1.0-images/botcont.gif) no-repeat bottom left;
  }

#leftcontent {
  display:block;
  float:left;
  width:310px;
  }

#leftcontent h2 {
  margin:0;
  padding:0;
  }

#leftcontent .bttn {
  padding:0;
  margin:0;
  }

#rightcontent{
  display:block;
  float:right;
  width:500px;
  }

#rightcontent img{
  margin:0;
  padding:0;
  border:10px solid #d6cfc8; 
  }

/* ********************************************* */
/* *****************  Intro2  ****************** */
/* ********************************************* */

#intro2 {
  display:block;
  width:940px;
  margin:20px 0 0 0;
  padding:6px 0 0 0;
  font-size: 28px;
  background:url(hurt-hobain-1.0-images/topintro2.gif) no-repeat top left;
  }

.midintro2 {
  display:block;
  width:900px;
  padding:0 20px;
  background:url(hurt-hobain-1.0-images/midintro2.gif) repeat-y scroll top left ;
  }

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

.botintro2 {
  display:block;
  width:940px;
  padding:0 0 6px 0;
  background:url(hurt-hobain-1.0-images/botintro2.gif) no-repeat bottom left;
  }

/* ********************************************* */
/* *****************  Footer  ****************** */
/* ********************************************* */

#footer {
  display:block;
  width:938px;
  margin:20px 0 0 0;
  color:#777777;
  background:url(hurt-hobain-1.0-images/footvertical.gif) repeat-y top center #000000;
  border:1px solid #30251b;
  }

#footer h2 {
  color:#DFD2BF;
}

#footer ul{
  margin:0 0 0 15px;
  padding:0;
  }

#footer ul li {
  color:#FFFFFF;
  padding-left:24px;
}

#leftfoot {
  display:block;
  float:left;
  width:298px;
  padding:10px;
  background:url(hurt-hobain-1.0-images/leftfootbg.jpg) no-repeat top left;
  }

#midfoot { 
  display:block;
  float:left;
  width:282px;
  padding:10px;
  }

#rightfoot {
  display:block;
  float:right;
  width:298px;
  padding:10px;
  }


/* ********************************************* */
/* *****************  Bottom Links  ************ */
/* ********************************************* */

#bottomlinks {
  display:block;
  width:908px;
  margin:20px auto;
  padding:15px;
  color:#564433;
  background-color:#211a13;
  border:1px solid #564433;
  }

#bottomlinks p{
  margin:0;
  padding:0;
  }

#bottomlinks a:link, #bottomlinks a:visited, #bottomlinks a:hover{
  color:#81724e;
  background-color:#211a13;
  text-decoration: underline;
  }

#bottomlinks a:hover {
  color:#CCCCCC;
  background-color:#211a13;
  }

/* ********************************************* */
/* *****************  Form  ******************** */
/* ********************************************* */

fieldset {  
  margin: 10px;  
  padding:0;
  text-align:right;
  }

legend {  
  margin-left: 1em;  
  color:#DFD2BF;  
  font-weight: bold;
  }

fieldset ol {  
  margin:0;  
  padding:10px;
  list-style-type:none;
  }

fieldset ol li{  
  margin-bottom:10px;
  }

fieldset label{
  display:inline;
  margin-right:8px;
  }

fieldset.submit {  
  border-style: none;
  text-align:left;
  padding:0;
  }


/* ********************************************* */
/* *****************  General Typography  ****** */
/* ********************************************* */
  
h1 {
  font-size: 150%;
  font-weight: normal;
}

h2 {
  font-size: 120%;
  font-weight: normal;
}

h3 {
  font-size: 100%;
  font-weight: normal;
}

h4 {
  font-size: 80%;
  font-weight: bold;
}

h5 {
  font-size: 70%;
  font-weight: bold;
}

h6 {
  font-size: 64%;
  font-weight: bold;
}



</style>


<!--[if lt IE 7]>
<script defer type="text/javascript" src="pngfix.js"></script>
<style type="text/css">@import url("ie.css");</style>
<![endif]-->
</head>
<body>
<div id="container">
  <div id="header">
    <div id="leftheader"> <a href="http://www.free-css.com/"><img class="logo" src="hurt-hobain-1.0-images/logo.png" alt="" /></a> </div>
    <div id="rightheader">
      <div id="nav">
        <ul>
          <li><a href="http://www.free-css.com/" class="current"><span>home</span></a></li>
          <li><a href="http://www.free-css.com/"><span>services</span></a></li>
          <li><a href="http://www.free-css.com/"><span>blog</span></a></li>
          <li><a href="http://www.free-css.com/"><span>contact</span></a></li>
          <li><a href="http://www.free-css.com/"><span>products</span></a></li>
        </ul>
      </div>
    </div>
    <div class="clear"></div>
  </div>
  <div id="intro1">
    <div class="botintro">
      <div class="midintro">
        <p>This is where you'd place a brief intro about your <a href="http://www.free-css.com/">products</a>, <a href="http://www.free-css.com/">services</a>, or website. It's the first thing your visitors will see.</p>
      </div>
    </div>
  </div>
  <div id="content">
    <div id="botcontent">
      <div id="midcontent">
        <div id="leftcontent">
          <h2>Hot Pot Of Coffee Is Right!</h2>
          <p> <img class="floatleft" src="hurt-hobain-1.0-images/thumbnail2.gif" alt="" /> </p>
          <p>This is the left content paragraph with a button at the bottom. You'll find that there is plenty <a href="http://www.free-css.com/">enough room</a> for white space other things.</p>
          <p>This is the left <a href="http://www.free-css.com/">content paragraph</a> with a button at the bottom. You'll find that there is plenty enough room for white space other things. Lets add one more short sentence to even things out.</p>
          <div class="bttn"> <a href="http://www.free-css.com/"><span>Read More&hellip;</span></a> </div>
        </div>
        <div id="rightcontent"><img src="hurt-hobain-1.0-images/contimage.jpg" alt="" /></div>
        <div class="clear"></div>
      </div>
    </div>
  </div>
  <div id="intro2">
    <div class="botintro2">
      <div class="midintro2"> <img src="hurt-hobain-1.0-images/yescheck.gif" alt="" />
        <p>This is where you'd place a <a href="http://www.free-css.com/">brief post</a> intro near the bottom. Say something good and make it real snappy!</p>
      </div>
    </div>
  </div>
  <div id="footer">
    <div id="leftfoot">
      <h2>This Is The First Column</h2>
      <p>The top portion of the footer.</p>
      <ul>
        <li>The first item here</li>
        <li>The <a href="http://www.free-css.com/">second item</a> could also go here</li>
        <li>Third item looks beautiful also</li>
        <li>Why not four items, what the hell</li>
      </ul>
      <p>And that's all their really is to it. Just a little text and a <a href="http://www.free-css.com/">few visuals</a> make your online presence worth a full time income.</p>
      <div class="bttn"> <a href="http://www.free-css.com/"><span>More Services&hellip;</span></a> </div>
    </div>
    <div id="midfoot">
      <h2>Services 2nd Column</h2>
      <p><a href="http://www.free-css.com/"><img class="floatleft" src="hurt-hobain-1.0-images/thumbnail.jpg" alt="" /></a> The middle portion of the footer. Another sentence about nothing for visual effect and using up more space. </p>
      <p>The middle portion of the footer. Another sentence about nothing for visual effect and using up more space.</p>
      <p>The middle portion of the footer. Another sentence about nothing for visual effect and using up more space.</p>
      <div class="bttn"> <a href="http://www.free-css.com/"><span>Read More&hellip;</span></a> </div>
    </div>
    <div id="rightfoot">
      <h2>Newsletter</h2>
      <p>The middle portion of the footer. Another sentence about nothing for visual effect and using up more space. The right portion of the footer.</p>
      <form action="http://www.free-css.com/">
        <fieldset>
        <legend>100% Spam Free!</legend>
        <ol>
          <li>
            <label for="name">Name:</label>
            <input id="name" name="name" class="text" type="text" />
          </li>
          <li>
            <label for="email">Email address:</label>
            <input id="email" name="email" class="text" type="text" />
          </li>
        </ol>
        </fieldset>
        <fieldset class="submit">
        <input type="submit" value="Send" />
        </fieldset>
      </form>
    </div>
    <div class="clear"></div>
  </div>
</div>
<!-- ##################################### -->
<div id="bottomlinks">
  <p style="float:left;">&copy; 2009 <a href="http://www.free-css.com/">Hurt Hobain</a>. </p>
  <p style="float:right;">Web Template Design By <a href="http://www.seedsforwealth.com/">SeedsForWealth</a></p>
  <div class="clear"></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.hanging
12.hapal
13.happy_template
14.hardwarestore
15.hawaiblomst
16.heatwave
17.HelloLand
18.hexahedron
19.hibiscus
20.hifinews
21.HigherGround11
22.highmountains
23.highway
24.highwaycss
25.hilaryduff
26.HomeOfProjects
27.honeythemes
28.hyper
29.i-feel-lucky
30.ibex
31.html
32.html5-alin1
33.html5-passion
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