invision : Design 9 « Templates « HTML / CSS






invision

    

<!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>Invision</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<style type='text/css'>
/* = general = */
body {
  background-image: url(tile.gif);
  background-position: top;
  background-repeat: repeat-x;
  background-color: #f4f0e5;
  font-size: 100.01%;
}

div#container {
   width: 760px;
 }


h1, h2, h3, h4, h5, h6 {
  font-family: "trebuchet ms", arial, sans-serif;
  color: #008000;
  font-weight: bold;
}

h2, h3, h4, h5, h6 {
    margin-top: 1.5em;
    margin-bottom: 0.5em;
}

h1 {
  font-size: 2em;
  line-height: 100px;
}

h2 {
  font-size: 1.8em;
}

h3 {
  font-size: 1.5em;
}

h4 {
  font-size: 1.2em;
}

h5 {
  font-size: 1.1em;
}
h6 {
  font-size: 1em;
}

strong, em em, b {
  font-weight: bold;
}

em, i {
  font-style: italic;
  background: #ffc;
}

code {
  color: #800;
}

/* 2 class for image floating */
img.imgright {
  float: right;
  margin-left: 1em;
}

img.imgleft {
  float: left;
  margin-right: 1em;
}

a:link { color: #24468c }
a:visited { color: #24468c }
a:active { color: #f00 }
a:hover { color: #ff8200 }

div#page ol, div#page ul {
  margin-left: 3em;
  margin-bottom: 1em;
}

div#page ul {
  list-style: disc;
}

div#page ol {
  list-style: decimal;
}

dl {
  margin-bottom: 1em;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 2em;
}

/* = header = */
div#header {
  height: 100px;
}

div#header h1 {
  padding-left: 1em;
  color: #fff;
}

div#header h1 a {
  color: #fff;
  text-decoration: none;
}


/* = main navigation = */
#navmain {
  float: left;
  width: 100%;
  height: 39px;
  font-size: 0.8em;
}

#navmain ul {
  margin: 0;
  padding: 0 0 0 20px;
  list-style: none;
}

#navmain li {
  display: inline;
  margin: 0;
  line-height: 30px;
}

#navmain a {
  float: left;
  background: url("tab_right_both.gif") no-repeat 100% 0;
  margin: 0;
  padding: 0;
  text-decoration: none;
}

#navmain a span {
  float: left;
  display: block;
  background: url("tab_left_both.gif") no-repeat 0 0;
  padding: 0px 20px 9px 20px;
  font-weight: bold;
  color: #ddd;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#navmain a span { float: none; }
/* End IE5-Mac hack */

#navmain a:hover span {
  color: #333;
}

#navmain a:hover {
  background: url("tab_right_both.gif") no-repeat 100% -39px;
}

#navmain a:hover span {
  background: url("tab_left_both.gif") no-repeat 0 -39px;
}


/* = main page = */
div#page div.inner {
  padding: 2em 3em 1em 3em;
  background-image: url(page_top.gif);
  background-position: top left;
  background-repeat: no-repeat;
  font-size: 0.8em;
}

div#page div.inner p {
  margin-bottom: 1em;
}

div#page {
  line-height: 1.2em;
  background-color: #fff;
  background-image: url(page_back.gif);
  background-repeat: repeat-y;
  margin-top: 10px;
}


/* = footer = */
div#footer {
  text-align: center;
  font-style: italic;
  background-image: url(page_bottom.gif);
  background-position: bottom;
  background-repeat: no-repeat;
  padding-top: 1em;
  padding-bottom: 2em;
  font-size: smaller;
  color: #555;
}


/* = right navigation = */
div#nav {
  font-size: 0.8em;
  margin-top: 10px;
}

div#nav div.inner {
  padding: 1em;
}

div#nav ul {
  margin-left: 0.5em;
}

div#nav p {
  margin-bottom: 0.2em;
  margin-top: 0.6em;
}

div#nav div.inner ul.menu li {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 2px;

  margin-bottom: 0;
  margin-top: 0;
}

div#nav div.inner ul.menu a {
  display: block;
  width: 95%;
  padding-left: 5px;
  /*background-color: #fff;*/
  /*color: #000;*/
  border-bottom: 1px solid #ddd;
  margin: 0;
  text-decoration: none;
}

div#nav div.inner ul.menu a:link, 
div#nav div.inner ul.menu a:visited, 
div#nav div.inner ul.menu a:hover {
  text-decoration: none;
}

div#nav div.inner ul.menu a:hover {
  background-color: #24468c;
  color: #fff;
}


/* = tables = */
table {
  margin-bottom: 2em;
}

table caption{
  background: #F6F4F1;
  color: #110;
  border: 1px solid #F2EDDA;
  font-size: 110%;
  letter-spacing: .1em;
  padding: .5em;
}

td, th {
  text-align: center;
}

th{
  background: #A58F6C;
  border: 1px solid #F2EDDA;
  color: #F5F4F0;
  font-weight: bold;
  padding: .4em;
  text-transform: capitalize;
}

th a:link, th a:visited {
  color: #fffe80;
}

th a:hover {
  color: #ff8200
}

tr.head th {
  background: #110;
}

tr.head th a:link, 
tfoot td a:link, 
tfoot td a:visited, 
tr.head th a:visited {
  color: #A0C1F8;
}

tr.head th a:hover,
tfoot td a:hover {
  color: #ff8200
}

td{
  /* background: #fff; */
  color: #110;
  border: 1px solid #F2EDDA;
  padding: .4em;
}

tr.odd td, td.odd, .odd {
  background: #F6F4F1;
}

tfoot th, tfoot td{
  background: #666 !important;
  color: #F5F4F1;
}


</style>


<link rel="stylesheet" type="text/css" href="template/style.css" media="screen" />
<link rel="stylesheet" type="text/css" href="template/print.css" media="print" />
<!--[if IE]>
<link rel="stylesheet" type="text/css" href="template/micro-ie.css" media="screen" />
<![endif]-->
</head>
<body>
<div id="container">
  <div id="header">
    <h1><a href="http://www.free-css.com/">Invision Template</a></h1>
  </div>
  <div id="navmain">
    <ul>
      <li><a href="http://www.free-css.com/"><span>Home</span></a></li>
      <li><a href="http://www.free-css.com/"><span>Contacts</span></a></li>
      <li><a href="http://www.free-css.com/"><span>Terms of Service</span></a></li>
      <li><a href="http://www.free-css.com/"><span>Acceptable Use Policy</span></a></li>
      <li><a href="http://www.free-css.com/"><span>Service Level Agreement</span></a></li>
    </ul>
  </div>
  <div class="wrap" id="main">
    <div class="left75" id="page">
      <div class="inner">
        <h2>A template with some &micro;</h2>
        <p><img class="imgright" src="invision-images/world.png" width="128" height="128" alt="" /> This template was designed for a hosting service provider, but it never goes live (<strong>hi Chris!</strong>). So I have this layout landing around, orphan, and I decide to release it to the community. The source is valid <strong>XHTML 1.0 Strict</strong> tested with Internet Explorer 6, Opera 9.23 and Firefox 2.</p>
        <p>The template is the first <em>public</em> implementation of a very simple and flexible CSS framework I relized for my works named <strong>microCSS</strong>.</p>
        <h3>A note on microCSS</h3>
        <p>The only purpose of microCSS is to permit a rapid development of a layout, that issplit the space in a ipothetical <em>grid</em>. If you are interested, I wrote an article, MicroCSS, a minimalist framework, explaining the basics behind it.</p>
        <h3>Print with style</h3>
        <p>It's included a stylesheet for printing. You can see the result making a <em>print preview</em> of this page. I'm a bit in doubt to use a sans-serif
          font for the print style, but it's easily cusomizable in <code>print.css</code></p>
        <h3>Tables for all</h3>
        <p>Due to the original scope of this template, in the CSS there are some rules for
          render good looking tables. Below there is an example. </p>
        <table>
          <caption>
          Caption of table
          </caption>
          <colgroup>
          <col />
          <col />
          <col class="odd" />
          <col />
          <col class="odd" />
          </colgroup>
          <thead>
            <tr class="head">
              <th>&nbsp;</th>
              <th><a href="http://www.free-css.com/">Lorem ipsum</a></th>
              <th>Dolor sit amet</th>
              <th>Consectetuer</th>
              <th>Adipiscing elit</th>
            </tr>
          </thead>
          <tfoot>
            <tr>
              <th>Total</th>
              <td>This row is</td>
              <td><a href="http://www.free-css.com/">the footer</a></td>
              <td>Use it with</td>
              <td>the tfoot tag</td>
            </tr>
          </tfoot>
          <tbody>
            <tr>
              <th><a href="http://www.free-css.com/"><b>A link</b></a></th>
              <td>Lorem</td>
              <td>ipsum</td>
              <td><img src="invision-images/yes.gif" width="20" height="20" alt="" /></td>
              <td>dolor</td>
            </tr>
            <tr>
              <th>Head row</th>
              <td><a href="http://www.free-css.com/">sit amet</a></td>
              <td>consectetuer</td>
              <td>adipiscing</td>
              <td><img src="invision-images/yes.gif" width="20" height="20" alt="" /></td>
            </tr>
            <tr>
              <th>Like label</th>
              <td>elit</td>
              <td><a href="http://www.free-css.com/">adipiscing</a></td>
              <td>Lorem ipsum</td>
              <td><img src="invision-images/yes.gif" width="20" height="20" alt="" /></td>
            </tr>
          </tbody>
        </table>
      </div>
      <div id="footer">
        <p>web template by <a href="http://www.scaracco.net">Scaracco</a></p>
      </div>
    </div>
    <div class="right25" id="nav">
      <div class="inner">
        <p><strong>Hosting</strong></p>
        <ul class="menu">
          <li><a href="http://www.free-css.com/">Shared Hosting</a></li>
          <li><a href="http://www.free-css.com/">Reseller Hosting</a></li>
          <li><a href="http://www.free-css.com/">Virtual Private Servers</a></li>
          <li><a href="http://www.free-css.com/">Dedicated Servers</a></li>
        </ul>
        <p><strong>Services</strong></p>
        <ul class="menu">
          <li><a href="http://www.free-css.com/">Server Management</a></li>
          <li><a href="http://www.free-css.com/">Remote Backup</a></li>
          <li><a href="http://www.free-css.com/">Turnkey eCommerce</a></li>
          <li><a href="http://www.free-css.com/">Secure</a></li>
          <li><a href="http://www.free-css.com/">Website Mirror</a></li>
          <li><a href="http://www.free-css.com/">Monitor</a></li>
          <li><a href="http://www.free-css.com/">Outsource Services</a></li>
        </ul>
        <p><strong>Central</strong></p>
        <ul class="menu">
          <li><a href="http://www.free-css.com/">Service Policies</a></li>
          <li><a href="http://www.free-css.com/">Contact Us</a></li>
          <li><a href="http://www.free-css.com/">The Difference</a></li>
          <li><a href="http://www.free-css.com/">Referral Program</a></li>
          <li><a href="http://www.free-css.com/">Projects</a></li>
        </ul>
        <p><strong>Support Center</strong></p>
        <ul class="menu">
          <li><a href="http://www.free-css.com/">Support Tickets</a></li>
          <li><a href="http://www.free-css.com/">Support Forums</a></li>
          <li><a href="http://www.free-css.com/">Knowledgebase</a></li>
          <li><a href="http://www.free-css.com/">QuickFAQ</a></li>
        </ul>
      </div>
    </div>
  </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.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