GraniteGlass : Design 5 « Templates « HTML / CSS






GraniteGlass

    

<!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>About Granite Glass</title>
  <meta http-equiv="content-type" content="text/html; charset=utf-8" />
  <meta http-equiv="imagetoolbar" content="no" />
  <meta name="keywords" content="" />
  <meta name="description" content="" />
  <meta name="author" content="" />
  <meta name="copyright" content="" />    
  <meta name="revisit-after" content="3 days" />
<style type='text/css'>
/*  **
** style.css
** ---------------------------------------------------------------- **
** Created: 05-05-08 (dd-mm-yy)
** Author: onedollartemplates.com
** Template: Granite Glass
**  */


/* ---------------------------------------------------------------- **
** Generic
** ---------------------------------------------------------------- */
html { font-size: 76%; }
body {
  background: #333 url(GraniteGlass-img/bg.gif);
  font-family: "Trebuchet MS", Tahoma, Verdana, Arial, Helvetica, sans-serif;
  font-size: 1.1em;
  line-height: 1.5em;
  color: #333;
  text-align: center;
  margin: 0;
  padding: 0;
  }

/* headers */
h2, h3, h4, h5, h6 { 
  color: #099; 
  margin: 0; 
  font-weight: normal;
  font-family: "Trebuchet MS", Tahoma, Verdana, Arial, Helvetica, sans-serif; letter-spacing: -1px;
  }
h2 { font-size: 1.8em; margin: 25px 0 15px; padding-bottom: 15px; border-bottom: 1px solid #ccc; }
h3 { font-size: 1.6em; margin: 25px 0 15px; }
h4 { font-size: 1.4em; margin: 20px 0 10px; }
h5 { font-size: 1.2em; margin: 20px 0 5px; }  
h6 { font-size: 1em; margin: 20px 0 0; }

/* text */
p { margin: 15px 0; }
acronym { cursor: help; }
pre, code, blockquote { 
  margin: 15px 0; 
  border: 1px dashed #ddd; 
  padding: 15px; 
  display: block; 
  background: #fff url(GraniteGlass-img/grey_grad_.jpg) repeat-x 0 -130px; 
  color: #666; 
  }
blockquote { 
  font-family: "Trebuchet MS", Tahoma, Verdana, Arial, Helvetica, sans-serif; border: 1px solid #ddd; 
  padding: 0 15px 0 15px;
  background-color: #eee;
  min-height: 60px; 
  }
* html blockquote { height: 60px; }  

/* links */
a { text-decoration: underline; color: #099; outline: none; }
a:hover { text-decoration: none; }

/* images */
img { border: 10px solid #ddd; padding: 1px; background-color: #fff; }  
a img { }
a:hover img { border-color: #eee; }
img.right { margin: 0 0 20px 20px; }
img.left { margin: 0 20px 20px 0; }

/* lists */
ul, ol, dl { margin: 15px 0 15px 20px; padding: 0; }
ul { list-style-type: disc; }
ul ul, ol ol { margin-top: 0; margin-bottom: 0; }
ol { margin-left: 25px; }
dl { margin-left: 0; }
dl dt { font-weight: bold; margin-top: 15px; }
dl dd { margin: 0; }
dl dt, li { color: #099; }
li span { color: #333; }

/* tables */
table { margin: 15px 0; border: 1px solid #ddd; border-collapse: collapse; }
table th, 
table td { padding: 10px 15px; text-align: left; }
table thead th { 
  font-family: "Trebuchet MS", Tahoma, Verdana, Arial, Helvetica, sans-serif; 
  background-color: #099; 
  color: #fff; 
  font-weight: normal; 
  font-size: 1.1em;
  border: 1px solid #099;
  }
table tbody th { background-color: #ddd; }
table tbody th, 
table tbody td { border-top: 1px solid #ddd; }

/* forms */
form { background: url(GraniteGlass-img/grey_grad_.jpg) repeat-x; border: 1px solid #ddd; padding: 0; margin: 25px 0; }
form fieldset { border: 0; padding: 10px 25px 15px; margin: 0; }
form fieldset legend { display: none; }
form p { height: 1%; }
form p:after { content: "."; display: block; clear: both; height: 0; visibility: hidden; }
form p label {  
  font-size: 1em; 
  color: #333; 
  float: left; 
  display: block; 
  width: 30%; 
  margin-right: 20px; 
  font-family: "Trebuchet MS", Tahoma, Verdana, Arial, Helvetica, sans-serif; }
form p input,
form p select,
form p textarea { 
  font-size: 1em; 
  color: #333; 
  border: 1px solid #ddd; 
  padding: 8px; 
  background-color: #eee; 
  width: 55%; 
  font-family: Tahoma, Arial, Helvetica, sans-serif; 
  }
form p select { width: 57.5%; }
form ul.fieldlist { margin: -30px 0 10px 33%; padding: 0; list-style-type: none; }
form ul.fieldlist li { color: #333; padding: 0 30px 5px 0; white-space: nowrap; }
form input.btn,
a.btn { 
  width: auto; 
  overflow: visible;
  border: 0;
  background: #099 url(GraniteGlass-img/image_.jpg) repeat-x 0 -30px; 
  padding: 8px 10px;
  cursor: pointer; 
  color: #fff;
  text-decoration: none;  
  font-weight: bold;
  }
a.btn:hover { background-color: #ccc; color: #333; }  

/* horizontal rule */
hr { border: 0; height: 1px; background-color: #ddd; color: #ddd; margin: 30px 0 0; }

/* classes */
.left { float: left; }
.right {float: right; }
.hide { display: none; }

/* list of links */
ul.links { list-style-type: none; margin-left: 0; }
ul.links li { margin: 5px 0; }

/* list of images */
ul.images { margin-left: -15px; margin-bottom: 0; padding: 15px 0 0; list-style-type: none; height: 1%; width: 104%; }
* html ul.images { width: 100%; }
ul.images:after { content: "."; clear: both; display: block; visibility: hidden; height: 0; }
ul.images li { float: left; margin: 0; padding: 0 0 15px 15px; }
ul.images li img { vertical-align: middle; }

/*------------------------------------------------------------*
**  Container
**------------------------------------------------------------*/
#container {
  margin: 0 auto;
  width: 760px;
  }

/*------------------------------------------------------------*
**  Header
**------------------------------------------------------------*/
#header { background: url(GraniteGlass-img/header_.png) no-repeat; }

/* Logo */
#header h1 { 
  font-family: "Trebuchet MS", Tahoma, Verdana, Arial, Helvetica, sans-serif; 
  font-size: 2.3em;
  font-weight: normal;
  color: #099;
  margin: 0;
  padding: 40px 0;
  letter-spacing: -1px;
  }
#header h1 a { text-decoration: none; color: #099; }
#header h1 a:hover { text-decoration: none; }
#header h1 span { color: #fff; }

/* if you would like to replace the logo with 
an image, comment out the above logo code and
uncomment the following */
/* 
#header h1 {
  background: url(GraniteGlass-img/logo.gif) no-repeat;
  width: [your-logo-width-here]px;
  height: [your-logo-height-here]px;  
  margin: 0;
  float: left;
  }  
#header h1 a {
  display: block;
  height: 100%;
  text-indent: -9999px;
  outline: none;
  }
*/  

/*------------------------------------------------------------*
**  Body
**------------------------------------------------------------*/  
#body { padding: 20px; background: #222 url(GraniteGlass-img/body_.png) repeat-x; }

/*------------------------------------------------------------*
**  Navigation
**------------------------------------------------------------*/
ul#nav {
  margin: 0 0 20px;
  padding: 0;
  list-style-type: none;
  border-top: 1px solid #535457;
  border-bottom: 1px solid #050A10;
  height: 1%;
  }
ul#nav:after {  
  content: ".";
  clear: both;
  display: block;
  visibility: hidden;
  height: 0;
  }
ul#nav li {
  /* this width needs changing 
  depending on the amount of links. 
  Divide 100% by the amount of links 
  and set the value here. 
  e.g. 5 links: 100/5 = 20% */   
  width: 20%;
  float: left; 
  margin: 0; 
  font-size: 1.1em;
  background: #3C3C3C url(GraniteGlass-img/nav_over_.png) no-repeat 50% 100%;
  }  
ul#nav li a {
  display: block; 
  background: #3C3C3C url(GraniteGlass-img/nav_.png) repeat-x 50% 100%;
  padding: 11px 0 14px;
  color: #fff;
  text-decoration: none;
  border-right: 1px solid #535457;
  border-left: 1px solid #050A10;
  position: relative;  
  }   
ul#nav li.first a {  border-left-color: #535457; }
ul#nav li a:hover { background-color: transparent; background-image: none; }
ul#nav li.on a,
ul#nav li.on a:hover { background-image: url(GraniteGlass-img/nav_on_.png); }

/*------------------------------------------------------------*
**  Content
**------------------------------------------------------------*/
#content { background-color: #fff; padding: 2px; text-align: left; }
#content div { background: url(GraniteGlass-img/content_.png) repeat-x; padding: 1px 20px 15px; min-height: 195px; }
* html #content div { height: 195px; }
#content div:after { content: "."; display: block; clear: both; height: 0; visibility: hidden; }
#content div div { background-image: none; padding: 0; min-height: 0; }
* html #content div div { height: 1%; }

#content #sub { padding: 0 0 0 20px; }
#content #main { padding: 0 20px 0 0; }

#content #main { width: 466px; float: left; background: url(GraniteGlass-img/main_.png) no-repeat 100% 0%; } 
#content #sub { width: 164px; float: right; }

#home #content #sub { 
  padding: 0 20px 0 0; 
  width: 340px; 
  float: left; 
  background: url(GraniteGlass-img/sub_.png) no-repeat 100% 0%; 
  }
#home #content #main { 
  padding: 0 0 0 20px; 
  float: right; 
  width: 290px; 
  background-image: none; 
  }
  
#content #sub h2 { font-size: 1.6em; padding-bottom: 10px; margin-bottom: 10px; }  


/*------------------------------------------------------------*
**  Footer
**------------------------------------------------------------*/
#footer { 
  padding: 0 20px; 
  background-color: #222; 
  height: 1%; 
  font-size: 0.9em;
  color: #ccc;
  margin-top: -20px;
  }  
#footer:after {
  content: ".";
  clear: both;
  visibility: hidden;
  display: block;
  height: 0;
  }


</style>


  <!--[if IE]><link href="css/ie-transparency.css" rel="stylesheet" type="text/css" /><![endif]-->    
</head>

<body>
<ul class="hide"><li><a href="#body">Skip to content</a></li></ul>
<div id="container">
  <div id="header">
      <h1><a href="index.html">Granite<span>Glass</span></a></h1>    
  </div>
    
  <div id="body">
    <ul id="nav">
      <li class="first"><a href="index.html">Home page</a></li>
      <li class="on"><a href="about.html">About us</a></li>
      <li><a href="services.html">Services</a></li>
      <li><a href="stylePlayground.html">Style playground</a></li>
      <li><a href="contact.html">Contact us</a></li>
    </ul>
    <div id="content"><div>
      <div id="main">
        <h2>Consectetuer adipiscing</h2>
        <p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Cras suscipit. Vestibulum quis massa. 
        Suspendisse sed massa id diam aliquet.</p>
        
        <ul>
          <li><span>Duis sodales turpis vel nisl</span></li>
          <li><span>Sed accumsan diam lacus quis</span></li>
          <li><span>Posuere vitae, vehicula</span></li>
          <li><span>Consectetuer adipiscing elit</span></li>
        </ul>
        <p>Vestibulum molestie, nisl sed commodo pellentesque, risus justo sollicitudin nisl, sed accumsan 
        diam lacus quis augue.</p>      
      </div>
      <div id="sub">
        <h2>About</h2>
        <p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Cras suscipit.</p>
        
        <h2>Links</h2>
        <ul class="links">
          <li><a href="#">Lorem ipsum dolor</a></li>
          <li><a href="#">consectetuer adipiscing</a></li>
          <li><a href="#">Posuere vitae, vehicula</a></li>          
          <li><a href="#">Duis sodales turpis</a></li>                    
        </ul>
      </div>
    </div></div>  
  </div>
  
  <div id="footer">
    <p class="left">&copy; 2008 Company name</p>
    <p class="right">Template by <a href="http://www.onedollartemplates.com">One Dollar Templates</a></p>
  </div>  
<div style="display:none;"><a href="http://free-templates.ru/">free-templates.ru</a></div>
</div>  
</body>
</html>

   
    
    
    
  








Related examples in the same category

1.d-tv
2.dogstemplate
3.domesticated
4.dottis
5.duet-plasma
6.dusky
7.dusplic
8.dynamic
9.dzine
10.eastern-tales
11.easybreeze
12.easymoto
13.eatlon
14.ebullient
15.echo
16.ecolution-warrior
17.ecom-1
18.edgy
19.edy-builders
20.efflorescence
21.elements
22.elitecircle1-0
23.emblazoned
24.embouteillage
25.emerald
26.emergence
27.emperor
28.empireserver
29.emporium
30.enclosed
31.endless
32.energybox
33.enlight
34.enlighten1-0
35.enormous
36.enter
37.enthusiastica
38.entomology
39.envision1-0
40.epod
41.equivalency
42.ergophobia
43.established
44.etags
45.euphonics
46.europe
47.everydayseries
48.evolution
49.exalted
50.excess
51.excursus
52.Executive Template
53.executive
54.Exotic_Blue
55.Exotic_Red
56.fotografix
57.fotolandia
58.foundation
59.foxy
60.fractalbroccoli
61.fragrance
62.frankincense
63.freches-fruechtchen
64.free-css-lunch
65.freecsstemplate 55
66.freecsstemplateno57
67.freecsswebsitetemplate39
68.freecss_greentextile
69.freecss_modern
70.freecss_monolit
71.freecss_redleaves
72.freecss_set
73.freeport
74.freeradicals
75.freestyle
76.frozenage
77.ftd-redblack
78.ftdbusiness
79.ftdcinema
80.ftddrops
81.ftdExplosionBlue
82.ftditight
83.ftdkiwi
84.ftdlagoon
85.ftdLight
86.ftdLightBlue
87.ftdluminescent
88.ftdMoonLight
89.ftdprime
90.ftdspace
91.ftdvivid
92.ftdworld
93.funkytimes
94.funride
95.futuremag-aio
96.fword_three
97.galaxy
98.gallerize
99.gamberetto
100.gameportal
101.Ganesh01
102.gastropoda
103.gathering14
104.gazebo
105.gconsultant
106.general
107.genesis
108.genghiskahn
109.genius_web
110.gentle_wiki
111.geoforce
112.gestured
113.gift-gallery
114.giftig-gruen
115.gila
116.glazed
117.godetia
118.godofgates
119.GoFlexible
120.goinggrey
121.gradientis
122.grandenally
123.grandhost
124.greefies