meretricious : Design 9 « Templates « HTML / CSS






meretricious

    

<!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>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Free web template - meretricious - by spyka Webmaster</title>
<style type='text/css'>
* {
  margin:0;
  padding:0;
}
body {
  background:#D5C5AC;
  margin:0px auto;
  padding:0;
  font-family:Arial, Helvetica, sans-serif;
  color:#333333;
}



/* wrapper */
div.pagewidth {
  width:75%;
  margin:0 auto;
  padding:10px;
  background-color:#ffffff;
}


/* header & nav */
div.header {
  background-color:#2B374A;
  border-top:10px solid #374355;
  padding:40px 0 40px 10px;
  margin:0 auto;
}
div.nav {
  height:50px;
  display:block;
  background:transparent url('meretricious-images/nav.jpg') repeat-x scroll top left;
}
div.nav ul {
  list-style:none;
  padding:0;
  margin:0;
  height:50px;
  float:left;
  position:relative;
}
div.nav ul li {
  display:block;
  float:left;
  padding:11px 12px;
  border-right:1px solid #323C4E;
  border-left:1px solid #566986;
}
div.nav ul li.end {
  border-right:none;
}
div.nav ul li a, div.nav ul li a:visited, div.nav ul li a:hover {
  float:left;
  text-decoration:none;
  color:#eee;
  font-weight:bold;
  padding:3px;
  font-size:13px;
  font-family:Arial, Helvetica, sans-serif;
  border-bottom:none;
  display:block;
}
div.nav ul li a:hover {
  text-decoration:underline;
  color:#fff;
}
div.nav ul li.selected a, div.nav ul li.selected a:visited, div.nav ul li.selected a:hover {
}



/* headers */
h1 {
  font-size:2.2em;
  letter-spacing:-2px;
  padding-left:10px;
  text-align:left;
  line-height:1.0em;
  text-transform:uppercase;
}
h1 a, h1 a:hover, h1 a:visited {
  text-decoration:none;
  color:#fff;
  font-weight:bold;
  border:none;
}
h2 {
  text-align:left;
  padding:0 0 10px 10px;
  font-size:0.9em;
  color:#6A7FA0;
  font-weight:normal;
}
div.page-wrap h1 {
  padding:0;
}
div.page-wrap h2 {
  font-size:30px;
  padding:0;
}
h3 {
  font-size:1.6em;
  font-family:Arial, Helvetica, sans-serif;
  font-weight:normal;
  color:#4A5A74;
  letter-spacing:-1px;
}
h4 {
  font-family:Arial, Helvetica, sans-serif;
  font-weight:normal;
  color:#003366;
  padding:7px 0;
  font-size:19px;
}



/* element defaults */
p {
  margin-bottom:20px;
  line-height:1.9em;
  font-size:0.9em;
  color:#555555;
}
ul {
  padding:0 0 20px 35px;
  list-style:none;
}
ol {
  padding:0 0 20px 35px;
}
ul, ol {
  font-size:13px;
}
code {
  border:1px solid #dddddd;
  color:#666666;
  display:block;
  padding:10px;
  margin:10px 0;
}

blockquote {
  display:block;
  border-left:5px solid #ddd;
  padding:10px;
  margin-bottom:20px;
}
blockquote p {
  font-style:italic;
  font-family:Georgia, "Times New Roman", Times, serif;
  margin:0;
  height: 1%;
}

/* default forms */
fieldset {
  display:block;
  border:none;
  border-top:1px solid #e0e0e0;
}
fieldset legend {
  font-weight:bold;
  font-size:13px;
  padding-right:10px;
  color:#222;
}
fieldset form {
  padding-top:15px;
}
fieldset p label {
  float:left;
  width:150px;
  font-family:Arial, Helvetica, sans-serif;
}
fieldset form input, fieldset form select, fieldset form textarea {
  padding:5px;
  color:#333333;
  font-size:13px;
  font-family:Arial, Helvetica, sans-serif;
  border:1px solid #ddd;
}
form input.formbutton {
  margin-left:150px;
  background:#4A5970;
  border:none;
  font-family:Arial, Helvetica, sans-serif;
  border-bottom:3px solid #2B374A;
  color:#ffffff;
  font-weight:bold;
  padding:5px 10px;
  font-size:12px;
}

/* default tables */ 
table {
  width:100%;
  font-family:Arial, Helvetica, sans-serif;
  font-size:12px;
  text-align:left;
}
th, td {
  padding:5px 10px;
}
th {
  color:#fff;
  border-top:3px solid #4A5970;
  background-color:#2B374A;
}
td {
  border-bottom:1px solid #f4f4f4;
}


/* default links */
a, a:visited { 
  color:#111;
  text-decoration:none;
} 
a:hover { 
  color:#2B374A; 
}
  

/* centeral page */
div.page {
  clear:both;
  margin:0;
  padding:0;
  background-color:#ffffff;
}
div.page li {
  padding:2px 0;
}
div.page p {
  text-align:justify;
  font-family:Helvetica, Arial, sans-serif;
  color:#444444;
}

/* content */
div.page-wrap {
  padding:20px 10px;
  clear:both;
  background-color:#fff;
}
div.content {
  float:left;
  width:65%;
  padding-right:20px;
  border-right:1px solid #e0e0e0;
}
div.content ul {
  list-style:disc;
}
div.content li {
  padding-bottom:5px;
}

/* sidebar */
div.sidebar {
  padding-left:20px;
  float:left;
  width:30%;
}
div.sidebar p { 
  margin-bottom:40px;
  padding:2px;
}
div.sidebar ul {
  margin:0 0 40px 0;
  padding:4px;
  font-size:0.9em;
}
div.sidebar ul li {
  padding:8px 0;
}




/* footer */
div.footer {
  clear:both;
  background-color:#2B374A;
}
div.footer p {
  text-align:center;
  color:#ffffff;
  font-size:0.75em;
  padding:20px 0;
  margin:0;
}
div.footer p a {
  color:#ffffff;
  border-bottom:none;
  text-decoration:underline;
}

/* search form */
form.searchform {
}


/* misc classes */
*:focus {
  outline:none;
}
.clear {
  clear:both;
}

</style>


</head>
<body>
<div class="pagewidth">

  <div class="header">
    <!-- TITLE -->
    <h1><a href="#">meretricious</a></h1>
    <h2>A free web template for you, by us</h2>
    <!-- END TITLE -->
  </div>


  <div class="nav">
    <ul>  
      <!-- MENU -->
      <li><a href="index.html">Home</a></li>
      <li class="selected"><a href="examples.html">Examples</a></li>
      <li><a href="#">Solutions</a></li>
      <li><a href="#">Support</a></li>
      <li><a href="#">Contact</a></li>
      <!-- END MENU -->
    </ul>
  </div>

  <div class="page-wrap">
    <div class="content">
    
      <!-- CONTENT -->
      <h3>Examples</h3>

      <h1>Heading H1</h1>
      <h2>Heading H2</h2>
      <h3>Heading H3</h3>
      <h4>Heading H4</h4>
      <h5>Heading H5</h5>
      <p>&nbsp;</p>

      
      <h3>Lists</h3>
      <ul>
        <li>List item</li>
        <li>List item</li>
        <li>List item</li>
      </ul>
          
      <ol>
        <li>List item</li>
        <li>List item</li>
        <li>List item</li>
      </ol>
      <p>&nbsp;</p>
      
        
      <h3>Code and blockquote</h3>
      <code>&lt;? echo('Hello world'); ?&gt;</code>
      <blockquote><p>Mauris sit amet tortor in urna tincidunt aliquam. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas</p></blockquote>
      <p>&nbsp;</p>
      
      
      
      <h3>Table</h3>
      <table>
        <tr>
          <th>ID</th>
          <th>Name</th>
          <th>Age</th>
        </tr>
        <tr>
          <td>1</td>
          <td>John Smith</td>
          <td>28</td>
        </tr>

        <tr>
          <td>2</td>
          <td>Fred James</td>
          <td>49</td>
        </tr>
        <tr>
          <td>3</td>
          <td>Rachel Johnson</td>
          <td>19</td>
        </tr>

      </table>
      <p>&nbsp;</p>
      
      <h3>Form</h3>

      <fieldset>
        <legend>Form legend</legend>
        <form action="#" method="get">
          <p><label for="name">Name:</label>
          <input type="text" name="name" id="name" value="" /><br /></p>  
          <p><label for="email">Email:</label>
          <input type="text" name="email" id="email" value="" /><br /></p>
          <p><label for="message">Message:</label>
          <textarea cols="60" rows="11" name="message" id="message"></textarea><br /></p>
          <p><input type="submit" name="send" class="formbutton" value="Send" /></p>
        </form>

      </fieldset>

      <p>&nbsp;</p>  
      
      <!-- END CONTENT -->
      
    </div>
    
    <div class="sidebar">  
      
      <!-- SIDEBAR -->  
      
      <h4>About us</h4>  
      <p>A little bit of information about your website, what you do, what's on offer and why visitors should stick around</p>
      
    
      <h4>Links</h4>
      <ul class="blocklist">
        <li><a href="http://www.spyka.net" title="spyka Webmaster resources">spyka webmaster</a></li>
        <li><a href="http://www.justfreetemplates.com" title="free web templates">Free web templates</a></li>
        <li><a href="http://www.spyka.net/forums" title="webmaster forums">Webmaster forums</a></li>
        <li><a href="http://www.awesomestyles.com/mybb-themes" title="mybb themes">MyBB themes</a></li>
        <li><a href="http://www.awesomestyles.com" title="free phpbb3 themes">phpBB3 styles</a></li>
  
      </ul>
      
      <h4>Categories</h4>
      <ul>
        <li><a href="#">Lorem ipsum dolor sit amet.</a></li>
        <li><a href="#">Quisque consequat nunc a felis.</a></li>
        <li><a href="#">Suspendisse consequat magna at.</a></li>
        <li><a href="#">Etiam eget diam id ligula rhoncus.</a></li>
        <li><a href="#">Sed in mauris non nibh.</a></li>
      </ul>
      
            <h4>Sponsors</h4>
            <ul>
                <li><a href="http://www.themeforest.net/?ref=spykawg" title="premium templates"><strong>ThemeForest</strong></a> - premium HTML templates, WordPress themes and PHP scripts</li>
                <li><a href="http://www.dreamhost.com/r.cgi?259541" title="web hosting"><strong>Web hosting</strong></a> - 50 dollars off when you use promocode <strong>awesome50</strong></li>
                <li><a href="http://www.4templates.com/?aff=spykawg" title="4templates"><strong>4templates</strong></a> - brilliant premium templates</li>

            </ul>
      <!-- SIDEBAR -->
  
    </div>
  
    <div class="clear"></div>    
  </div>
    <div class="footer">
        <p><a href="http://validator.w3.org/check/referer" title="valid XHTML">XHTML</a> | <a href="http://jigsaw.w3.org/css-validator/check/referer" title="valid CSS">CSS</a> &nbsp;&nbsp; &copy; YourWebsiteName. Design: <a href="http://www.spyka.net">Free CSS Templates</a> | <a href="http://www.justfreetemplates.com">Free Web 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.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.luvbold
159.mactall
160.mag
161.magazine
162.majestic
163.majesty
164.makemyday
165.marcelle
166.marked
167.Matrix
168.maxos
169.maxosdarker
170.mcube
171.meadows
172.media
173.Medieval
174.megacorporate
175.meganews
176.megazzine
177.memoranda
178.Midddot
179.middle-blue
180.midnightrainforest
181.mighty
182.milestone
183.mimbo-magazine
184.minigallery
185.minimal