luvbold : Design 9 « Templates « HTML / CSS






luvbold

    

?<!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" xml:lang="en" lang="en">
<head>
<title>Luvbold</title>
<meta http-equiv="Content-type" content="text/html; charset=utf-8" />
<style type='text/css'>
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: "Trebuchet MS";
  vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
  outline: 0;
}
body {
  line-height: 1;
  color: black;
  background: url(luvbold-images/body_bg.jpg);
}
ol, ul {
  list-style: none;
}

#container {
  width: 960px;
  margin: 0 auto;
}

  #top {
    float: left;
    width: 960px;
    height: 98px;
    border-bottom: 1px dashed #d5d5d5;
    /*position: fixed;
    background: url(luvbold-images/body_bg.jpg);*/
  }

    #top h1 {
      position: relative;
      float: left;
    }

    #top h1 a {
      float: left;
      width: 180px;
      height: 55px;
      padding: 31px 0 0 60px;
      background: url(luvbold-images/logo_bg.jpg) no-repeat;
      font-size: 29px;
      color: #88857a;
      text-decoration: none;
    }

    #top h1 span {
      display: block;
      position: absolute;
      top:55px;
      right: 64px;
      font-size: 11px;
      font-style: italic;
      font-weight: normal;
      color: #444444;
    }

  ul#nav {
    float: left;
    height: 86px;
    margin: 13px 0 0 150px;
  }

    ul#nav li, ul#nav li a {
      display: block;
      float: left;
      font-size: 16px;
      font-weight: bold;
      text-decoration: none;
      color: #88857a;
    }

    ul#nav li {
      padding: 0 5px;
      width: 125px;
    }

    ul#nav li a {
      height: 16px;
      padding: 25px 0;
      width: 100%;
    }

      ul#nav li a:hover {
        background: url(luvbold-images/menu_hover.jpg) -17px 4px no-repeat;
        color: #66733F;
        cursor: pointer;
      }

    ul#nav li span {
      clear: left;
      float: left;
      margin-top: -27px;
      display: block;
      width:100%;
      font-size: 11px;
      font-style: italic;
      font-weight: normal;
      text-transform: none;
      color: #444444;
    }

  #middle {
    float: left;
    width: 960px;
    padding-bottom: 20px;
    background: url(luvbold-images/tree.jpg) 92% 0 no-repeat;
  }

    #text_placement {
      width: 460px;
      padding: 50px 0 65px 0;
      margin-left: 20px;
      
    }

      #text_placement h2 {
        color: #66733f;
        font-size: 85px;
        font-weight: normal;
        height: 80px;
        display: block;
      }

      #text_placement span {
        display: block;
        width: 95%;
        margin-bottom: -23px;
        font-size: 12px;
        font-style: italic;
        text-align: right;
        color: #444444;
      }

      #text_placement h3 {
      color:#88857A;
      font-size:17px;
      line-height:1.2;
      text-align:justify;
      text-transform:uppercase;
      }

      #text_placement p {
        padding-top: 15px;
        line-height: 1.3;
        font-size: 13px;
        font-style: italic;
        color: #444444;
        text-align: justify;
      }

  .content {
    position: relative;
    float: left;
    margin: 20px 0 0 0;
    width: 900px;
    padding: 0 30px;
    border-top: 1px dashed #d5d5d5;
  }

    .content span {
      font-size:11px;
      font-style:italic;
      position:absolute;
      right:77px;
      top:-7px;
      display: block;
      background: url(luvbold-images/body_bg.jpg);
      padding: 0 10px;
    }

      .content span a {
        text-decoration: none;
        color: #444444;
      }

    .content p {
      float: left;
      text-align: justify;
      padding: 10px 20px;
      line-height: 1.5;
      font-size: 12px;
      font-style: italic;
      color: #444444;
      width: 250px;
      min-height: 170px;
    }

      .content p strong {
        font-weight: bold;
        font-style: normal;
        display: block;
        padding-bottom: 5px;
        text-transform: uppercase;
        font-size: 11px;
      }

      .content p a {
        color:#88857a;
        font-weight: normal;
        border-bottom: 1px dashed;
        text-decoration: none;
        padding: 0 3px;
      }


        .content p a:hover {
          border-bottom: 1px solid;
          background-color: #88857a;
          color: white; 
        } 

    .content p.border {
    border-right: 1px dashed #d5d5d5;
    }

  .content form {
    float: left;
    width: 250px;
    padding: 10px 20px 0;
    min-height: 170px;
    background: url(luvbold-images/logo_bg.jpg) 30% 63px no-repeat;
  }
  
    .content form div {
      float: left;
      width: 250px;
      padding-bottom: 5px;
    }

      .content form label {
        font-size: 12px;
        font-style: italic;
        font-weight: bold;
        float: left;
        line-height: 20px;
        color: #88857a;
      }

      .content form input, .content form textarea {
        float: right;
        width: 197px;
        height:20px;
        display: block;
        background: url(luvbold-images/input.jpg) left top no-repeat;
        border: none;
      }

      .content form textarea {
        height: 61px;
        background: url(luvbold-images/textarea.jpg) no-repeat;
        overflow: auto;
      }

      .content form button.submit {
        background: transparent none;
        border: none;
        font-size: 15px;
        width: 54px;
        float: right;
        cursor: pointer;
      }

    .content h4 {
      color: #88857a;
      margin-top: -8px;
      font-size: 16px;
      background: url(luvbold-images/body_bg.jpg);
      width: 160px;
      padding-left: 10px;
    }

  #footer {
    float: left;
    width: 960px;
    padding: 10px 0 20px;
    background:center no-repeat;
    border-top: 1px dashed #d5d5d5;
  }

    #footer p {
      width: 100%;
      text-align: center;
      font-size: 11px;
      color: #444444;
    }

      #footer p a {
        color: #88857a;
        text-decoration: none;
      }
      
      /*--- gallery ---*/
      
  #gallery {
    padding: 15px 10px;
    width: 900px;
  }
    #gallery ul { 
      list-style: none; 
    }
      #gallery ul li { 
        display: inline; 
        overflow: hidden;
        }
        
        #gallery ul li a {
          color: white;
        }
      
      #gallery ul a img {
        padding:10px 5px;
        border: none;
      }
      
      #gallery ul a img:hover {
        padding: 0;
        border: 5px solid #d5d5d5;
        background-image: url(luvbold-images/menu_hover.jpg);  
      }


</style>


<link rel="stylesheet" href="css/stylesheet.css" type="text/css" />
<script src="js/sifr.js" type="text/javascript"></script>
<script src="js/sifr-debug.js" type="text/javascript"></script>
<script src="js/activate-sIFR" type="text/javascript"></script>
<script type="text/javascript" src="js/jquery.js"></script>
<script type="text/javascript" src="js/jquery.lightbox-0.5.js"></script>
<script type="text/javascript">
var chunkfive = {
    src: 'chunkfive.swf',
    ratios: [6, 1.41, 9, 1.35, 15, 1.29, 21, 1.25, 22, 1.22, 27, 1.24, 29, 1.21, 34, 1.22, 41, 1.21, 45, 1.2, 46, 1.21, 59, 1.2, 68, 1.19, 69, 1.2, 96, 1.19, 97, 1.18, 102, 1.19, 103, 1.18, 107, 1.19, 108, 1.18, 112, 1.19, 114, 1.18, 116, 1.19, 120, 1.18, 121, 1.19, 1.18]
};
// You probably want to switch this on, but read <http://wiki.novemberborn.net/sifr3/DetectingCSSLoad> first.
// sIFR.useStyleCheck = true;
sIFR.activate(chunkfive);
sIFR.replace(chunkfive, {
    selector: 'h2,h4',
    wmode: 'transparent',
    css: ['.sIFR-root { color: #66733f;}']
});
sIFR.replace(chunkfive, {
    selector: 'h1 a, ul#nav li a,button.submit',
    wmode: 'transparent',
    css: ['.sIFR-root { color: #88857a; cursor: pointer; }']
});
</script>
<link rel="stylesheet" type="text/css" href="css/jquery.lightbox-0.5.css" media="screen" />
</head>
<body>
<div id="container">
  <div id="top">
    <h1> <a href="#">Luvbold</a><span>subtagline</span> </h1>
    <ul id="nav">
      <li> <a href="#">Home</a><span>Back to top</span> </li>
      <li> <a href="#">About Me</a><span>few words</span> </li>
      <li> <a href="#">Portfolio</a><span>my works</span> </li>
      <li> <a href="#">Contact</a><span>with me</span> </li>
    </ul>
  </div>
  <div id="middle">
    <div id="text_placement"> <span>Welcome to online home of</span>
      <h2> Your Name </h2>
      <h3> Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. </h3>
      <p> Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. </p>
    </div>
    <div id="about" class="content">
      <h4> About You </h4>
      <span><a href="#">back to top</a></span>
      <p> <img src="luvbold-images/img_bg.jpg" width="250" height="150" alt="" /> </p>
      <p class="border"> <strong>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</strong> Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat <a href="#">cupidatat</a> proident, sunt in culpa qui officia deserunt mollit anim id est laborum. </p>
      <p> Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Duis aute irure dolor in <a href="#">reprehenderit</a> in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. </p>
    </div>
    <div id="portfolio" class="content">
      <h4> Some of my works </h4>
      <span><a href="#">back to top</a></span>
      <div id="gallery">
        <ul>
          <li> <a href="photos/image1.jpg"><img src="photos/thumb_image1.jpg" width="72" height="72" alt="" /></a> </li>
          <li> <a href="photos/image2.jpg"><img src="photos/thumb_image2.jpg" width="72" height="72" alt="" /></a> </li>
          <li> <a href="photos/image3.jpg"><img src="photos/thumb_image3.jpg" width="72" height="72" alt="" /></a> </li>
          <li> <a href="photos/image4.jpg"><img src="photos/thumb_image4.jpg" width="72" height="72" alt="" /></a> </li>
          <li> <a href="photos/image5.jpg"><img src="photos/thumb_image5.jpg" width="72" height="72" alt="" /></a> </li>
          <li> <a href="photos/image1.jpg"><img src="photos/thumb_image1.jpg" width="72" height="72" alt="" /></a> </li>
          <li> <a href="photos/image2.jpg"><img src="photos/thumb_image2.jpg" width="72" height="72" alt="" /></a> </li>
          <li> <a href="photos/image3.jpg"><img src="photos/thumb_image3.jpg" width="72" height="72" alt="" /></a> </li>
          <li> <a href="photos/image4.jpg"><img src="photos/thumb_image4.jpg" width="72" height="72" alt="" /></a> </li>
          <li> <a href="photos/image5.jpg"><img src="photos/thumb_image5.jpg" width="72" height="72" alt="" /></a> </li>
        </ul>
      </div>
    </div>
    <div id="contact" class="content">
      <h4> Contact with me </h4>
      <span><a href="#">back to top</a></span>
      <p class="border"> <strong>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</strong> Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat <a href="#">cupidatat</a> proident, sunt in culpa qui officia deserunt mollit anim id est laborum. </p>
      <p class="border"> Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Duis aute irure dolor in <a href="#">reprehenderit</a> in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. </p>
      <form action="#">
        <fieldset>
          <div>
            <label>Name</label>
            <input type="text" />
          </div>
          <div>
            <label>e-mail</label>
            <input type="text" />
          </div>
          <div>
            <label>Subject</label>
            <textarea></textarea>
          </div>
          <div>
            <button type="submit" class="submit">Send</button>
          </div>
        </fieldset>
      </form>
    </div>
  </div>
  <div id="footer">
    <p> 2009 &copy; Copyright <a href="#">Domain Name</a>. All Rights Reserved | Designed by <a href="http://gaelian.carbonmade.com/">Wojtek Konieczny</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.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.hurt-hobain-1.0
35.idyllic
36.ifeellucky
37.ignition
38.ikonik
39.illogix
40.illuminated
41.illusion
42.ilounge
43.imagination
44.impeccable
45.implied
46.imprimis
47.improved
48.in-fantasy
49.inapickle
50.inception
51.indication
52.indicator
53.indigo
54.individual
55.inf04-css
56.inf05
57.inf07
58.inf08
59.infinitehorizon
60.inflight
61.informatif
62.innodemag
63.inscriptions
64.inspired by google forum
65.instant
66.integral
67.intelligent-studios
68.intensesimplicity
69.interactive-media
70.interactive-works
71.interchange
72.intercosmic
73.intercraft
74.interior-art
75.interlude
76.intermediate
77.internationalway
78.internet-encyclopedia
79.internet-phenomenon
80.internetbroadcast
81.internetcenter
82.internetmusic
83.internetsharing
84.Internet_Studio
85.invention
86.Inverted_Headline
87.invision
88.ionika
89.iqbiz
90.isometric
91.it-advance
92.it-technologies
93.itdesk
94.ithilien
95.iViolet2b
96.I_Like
97.JA
98.Jan002
99.Jazz Hut Template
100.jdf-boxing
101.jenniferlovehewitt
102.jetbiz
103.jet_30
104.Jewerly-Store
105.joker
106.judgement
107.junkbox
108.just-lucid
109.justgrey
110.Just_Lucid
111.kaleidos
112.kappebeans
113.katz-maus
114.keep_it_simple
115.keero
116.khaki
117.kim-fashion
118.kitchen
119.konnekt-media
120.KrazieKen
121.language-ofa-lover
122.lasvegas
123.lasvegastoo
124.layoftheland
125.lazybreeze
126.leafbiz
127.leafbrush
128.leanmagazine
129.leavesdew
130.leavesv1
131.lemonlimev2
132.leonardo
133.lepidoptera
134.lessantique
135.level2
136.librarypro
137.Light
138.lightspeed
139.limegreen
140.limelight
141.Limey
142.linear
143.lingerie-store
144.link-line
145.liquidity_graph
146.lithium
147.loadfoov2
148.loadhost
149.localize
150.locomotive
151.logistix
152.longbeach
153.loseout
154.lotusflower
155.lucent
156.lunaria-1
157.lusciouscandy
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