sixpence : Design 7 « Templates « HTML / CSS






sixpence

  

<!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>Sixpence | Portal</title>
<meta http-equiv="content-language" content="en-us" />
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta name="author" content="Author Name Goes Here" />
<meta name="design" content="Sadhana Ganapathiraju" />
<meta name="copyright" content="Copyright Goes Here" />
<meta name="description" content="Description Goes Here" />
<meta name="keywords" content="And, Finally, Keywords Go Here." />
<style type='text/css'>
html
{
  margin: 0;
  padding: 0;
  color: #aaaaaa;
  background-color: #333333;
  font: normal 12px "Trebuchet MS", "Lucida Grande", Verdana, Georgia, Sans-Serif;
}

/* Links */

a:link { text-decoration: none; color: #7799bb; }

a:visited { text-decoration: none; color: #557799; }

a:hover, a:active { color: #dd5555; }

/* Html Elements */

h1, h2, h3, h4, h5, h6 { font-weight: normal; margin: 0; padding: 10px 0; color: #779955; }

h1 { font-size: 32px; }

h2 { font-size: 28px; }

h3 { font-size: 24px; }

h4 { font-size: 20px; }

h5, h6 { font-size: 17px; }

ul, ol, dl, blockquote, pre
{
  color: #999999;
  margin: 10px 35px; 
  padding: 10px 30px; 
  line-height: 1.6em;
  border: 1px solid #1a1a1a;
  border-top: 10px solid #151515;
  background: #404040 url(sixpence-images/navigation_hover.gif) top left repeat;
}

p { margin: 0; }

ul { list-style-type: square; } 

dt
{
  margin: 0;
  color: #7799bb;
  font-size: 10px; 
  font-weight: bold;
  padding: 10px 0 2px; 
  text-transform: uppercase; 
}

dd { margin: 0; padding: 2px 0 5px; margin-bottom: 5px; border-bottom: 1px dotted #555555; }

dd.last { border-bottom-width: 0; }

pre { font-family: Consolas, Verdana, "Courier New"; font-size: 11px; padding: 10px 30px; }

code { color: #779955; }

abbr, acronym { text-decoration: none; border-bottom: 1px dotted #aaaaaa; cursor: help; }

em { font-style: italic; }

strong { font-weight: bold; }

ins { color: #999999; text-decoration: none; padding-left: 20px; background: transparent url(sixpence-images/information.png) center left no-repeat; }

del { text-decoration: line-through; } 

blockquote { text-align: right; }

blockquote p { text-align: left; }

blockquote cite { font-style: normal; padding-right: 10px; }

/* Structure */

body
{
  margin: 0;
  float: left;
  width: 100%; 
}

#header
{
  float: left; 
  width: 100%; 
  clear: both;
  border-top: 10px solid #111111;
  background: #222222 url(sixpence-images/navigation_hover.gif) top left repeat;
}

#navigation
{
  float: left;
  width: 100%; 
  clear: both;
  color: #333333;
  border-bottom: 5px solid #222222;
  background: #eeeeee url(sixpence-images/navigation_bg.gif) top left repeat; 
}

#wrapper
{
  clear: both;
  float: left;
  width: 100%;
  margin: 10px 0; 
  background: transparent url(sixpence-images/hr_dotted.gif) 60% 0 repeat-y; 
}

#content-wrapper
{
  width: 60%;
  float: left;
}

#content
{
  float: left;
  padding: 0 20px;
}

#sidebar-wrapper
{
  width: 40%;
  float: left;
}

#sidebar
{
  float: left;
  padding: 0 20px;
}

#footer
{
  clear: both;
  float: left;
  width: 100%; 
  color: #888888;
  text-align: center; 
  background-color: #222222;
  border-top: 1px solid #000000;
  border-bottom: 10px solid #191919;
}

/* Header */

#header h1 { padding: 20px; }

/* Navigation */

#navigation ul { float: left; list-style-type: none; margin: 0; padding: 0; background: none; border-width: 0; }

#navigation li { float: left; }

#navigation a
{
  float: left;
  display: block;
  padding: 5px 10px; 
}

#navigation a:link,
#navigation a:visited
{
  color: #002244; 
  font-weight: bold; 
  text-transform: uppercase; 
}

#navigation a:hover,
#navigation a:active
{
  color: #7799bb;
  background: #333333 url(sixpence-images/navigation_hover.gif) top left repeat;
}

li#lhome a:hover,
li#lhome a:active
{
  background-position: 0 -3px; 
}

li#lproducts a:hover,
li#lproducts a:active
{
  background-position: 0 1px; 
}

li#lsolutions a:hover,
li#lsolutions a:active
{
  background-position: 0 2px; 
}

li#lmysterious a:hover,
li#lmysterious a:active
{
  background-position: 0 -1px; 
}

li#labout a:hover,
li#labout a:active
{
  background-position: 0 -2px; 
}

li#lcontact a:hover,
li#lcontact a:active
{
  background-position: 0 -3px; 
}

body#babout li#labout a
{
  color: #99bbdd;
  background: #333333 url(sixpence-images/navigation_hover.gif) 0 -2px repeat;
}

/* Sidebar */

#sidebar p
{
  color: #999999;
  margin: 10px 35px; 
  padding: 5px 30px; 
  line-height: 1.6em;
  border: 1px solid #1a1a1a;
  border-top: 10px solid #151515;
  background: #404040 url(sixpence-images/navigation_hover.gif) top left repeat;
}

/* Footer */

#footer p { margin: 15px 0; }

#footer a:link { color: #888888; font-weight: bold; border-bottom: 1px dotted #888888; } 

#footer a:visited { color: #666666; font-weight: bold; border-bottom: 1px dotted #666666; }

#footer a:hover, #footer a:active { color: #999999; border-bottom: 1px solid #999999; }

</style>


<link rel="stylesheet" type="text/css" media="screen" href="screen.css" />
<!--[if lt ie 7]><link rel="stylesheet" type="text/css" media="screen" href="ie-win.css" /><![endif]-->
</head>
<body id="babout">
<div id="header">
  <h1>Sixpence | Portal</h1>
</div>
<div id="navigation">
  <ul>
    <li id="lhome"><a href="#00">Home</a></li>
    <li id="lproducts"><a href="#01">Products</a></li>
    <li id="lsolutions"><a href="#02">Solutions</a></li>
    <li id="lmysterious"><a href="#03">Mysterious</a></li>
    <li id="labout"><a href="#04">About Us</a></li>
    <li id="lcontact"><a href="#05">Contact Us</a></li>
  </ul>
</div>
<div id="wrapper">
  <div id="content-wrapper">
    <div id="content">
      <h4>A Definition List</h4>
      <dl>
        <dt>Sixpence</dt>
        <dd> An awesome new template. <em> Created by <a href="http://www.nikhedonia.com/" title="SimplyGold">Sadhana Ganapathiraju</a>. 
          Feel free to use it, modify it, and take it apart to learn from it. A mention and a link isn't 
          required but much appreciated. I'll stop abusing the definition list now. ;-) </em> </dd>
        <dt>Intrepid</dt>
        <dd>Courageous. <em>Harry's thinks he's intrepid, but actually, he's only stupid.</em></dd>
        <dt>Inconsequential</dt>
        <dd>Unimportant. <em>The fact that you don't know the meaning of inconsequential is <del>in</del>consequential. </em></dd>
        <dt>Benevolent</dt>
        <dd>Good/nice/generous. <em>Will the benevolent god please raise their hand?</em></dd>
        <dt>Fabricated</dt>
        <dd class="last">Made-up. <em>Lies are but fabricated truths.</em></dd>
      </dl>
      <h6>Other Stuff</h6>
      <blockquote>
        <p>I can't help it if people want to go to hell. <cite>&mdash; <abbr title="Invisible Pink Unicorn">IPU</abbr></cite></p>
      </blockquote>
      <pre><code>This is unlike any code I've ever seen in my entire life. Well, minus my dreams, maybe.</code></pre>
    </div>
  </div>
  <div id="sidebar-wrapper">
    <div id="sidebar">
      <h3>An Unordered List</h3>
      <ul>
        <li>I am the most interesting person in the whole galaxy.</li>
        <li>Monkeys are cute &mdash; in cartoons.</li>
        <li>Tom &amp; Jerry rocks. Especially the kids' version.</li>
        <li>July 16, 2009.</li>
        <li>Great American Masterpiece.</li>
        <li>Modern Art: Art or Garbage? Discuss.</li>
      </ul>
      <h3>An Ordered List</h3>
      <ol>
        <li>How to become <strong>one</strong> is studied by many.</li>
        <li>Yin/yang. Left/right. Up/down. Black/white. <strong>Two</strong> thousand six hundred and forty-<strong>two</strong>.</li>
        <li><strong>Three</strong> Little Pigs. <strong>Three</strong> Blind Mice. <strong>Three</strong> Wolves and a Swan Prince.</li>
        <li>A Quarter + A Dime + A Nickel = <strong>4</strong> Dimes.</li>
        <li>Now I know my 1, 2, 3; I can go to 4, <strong>5</strong>, 6.</li>
        <li><strong>Six</strong>ty-<strong>six</strong> on <strong>6</strong>/<strong>6</strong>/<strong>6</strong>00<strong>6</strong></li>
      </ol>
      <h3>Stats</h3>
      <p> This page was brought to you by the numbers 8 and 10, which were getting lonely. </p>
    </div>
  </div>
</div>
<div id="footer">
  <p>Copyright &copy; 1850 &ndash; 2006 Sixpence. All rights reserved. </p>
  <p> Design by <a href="http://www.nikhedonia.com/" title="SimplyGold">Sadhana Ganapathiraju</a>. 
    Try more <a href="http://www.nikhedonia.com/showcase/category/free_templates/">free templates</a> or <a href="http://www.nikhedonia.com/showcase/category/commercial_templates/">commercial templates</a>. </p>
  <p> <a href="http://www.free-css.com/">Terms of Service</a> | <a href="http://www.free-css.com/">Privacy</a> | <a href="http://www.free-css.com/">Contact</a> | <a href="http://www.free-css.com/">About</a> | <a href="http://validator.w3.org/check/referer" title="Valid XHTML 1.0 Strict">Xhtml</a> | <a href="http://jigsaw.w3.org/css-validator/check/referer?warning=no&amp;profile=css2" title="Valid CSS 2.0 Strict">Css</a> </p>
</div>
</body>
</html>

   
    
  








Related examples in the same category

1.SimpleSimple
2.simplestyle_1
3.simplestyle_2
4.simplestyle_3
5.simplestyle_4
6.simplestyle_5
7.simplestyle_6
8.pomodoro
9.portcentral
10.portfolio-extended
11.portfolio
12.postscriptum
13.powderpuff
14.power
15.precision
16.predilection
17.premiumseries
18.prepaid
19.presented
20.pressurized
21.prideandprejudice
22.primitiveelement
23.printing
24.pristine
25.private-lawyer-co
26.product-landing-page
27.production
28.ProductPackage
29.programme
30.progress
31.projection
32.proofing
33.Prosperity
34.province
35.purensimple
36.purgatory_shuffle
37.puzzled
38.quadrangle
39.quartz-istorage
40.quatrain
41.racetrackplaya
42.radiance
43.rainonleaves
44.ramblingsoul-2
45.ramblingsoul-9
46.ramblingsoul3
47.ramblingsoul4
48.ramblingsoul5
49.ramblingsoul7
50.ramblingsoul_2
51.ramblingsoul_3
52.random
53.rational
54.realize
55.realone
56.rebel-magazine
57.reckoning
58.recreations
59.reference
60.regeneracy
61.rehabilitation
62.reinvent
63.replenish
64.republic
65.resizeme
66.resplendissant
67.revolt-01
68.ridinghood
69.rockband
70.rogue
71.Rothko
72.route66
73.rust
74.safe-as-houses
75.sahara
76.sampling
77.Sapphire
78.schemermag
79.scotchmark
80.scribbled
81.secretlab
82.seduction
83.selcouth
84.sensa
85.settings
86.shallowgrunge
87.shalom-typo
88.shape
89.she
90.showcase
91.sifiso
92.silenceandharmony
93.SILK
94.Simpatico
95.sindromk
96.singapore
97.sinorcaish
98.six-oh-six
99.sixties_style
100.skipopia
101.skitemplate
102.sky
103.sliced
104.slight_amnesia
105.socialnet
106.softenedcells
107.solemnity
108.solitude
109.soloss
110.solutions
111.somewhere-peaceful
112.soniatemplate
113.space
114.spaced
115.spasaloon
116.spatter
117.speedracing
118.spheroids
119.spidercity
120.splash
121.splatt
122.spontaneous