lightspeed : Design 9 « Templates « HTML / CSS






lightspeed

    

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>LightSpeed</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<style type='text/css'>
/*  
Template Name: LightSpeed
Theme URI: http://www.thewebhub.com/2008/11/lightspeed/
Description: A two-column, dark-themed design suitable for personal websites and blogs use. This design fits in a 1024x768 screen resolutions.
Author: Enjay
Author URI: http://aboutenjay.com/
(c)2008 Enjay and TheWebHub.com
*/

body {
  margin: 0;
  padding: 0;
  background: #000 url(lightspeed-images/bg.png);
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 13px;
  color: #999;
}

h1, h2, h3, p, ul, ol {
  margin-top: 0;
}

h1, h2, h3 {
  text-transform: lowercase;
}

h1 {
  letter-spacing: -2px;
  font-size: 250%;
}

h2 {
  letter-spacing: -1px;
  font-size: 167%;
}

h3 {
  font-size: 123.1%;
}

p, ul, ol {
  margin-bottom: 1.8em;
  line-height: 180%;
}

strong, em {
  color: #ddd;
}

a {
  text-decoration: none;
}

a:link {
  border-bottom: 1px dotted #333;
  color: #eee;
}

a:visited {
  color: #ccc;
  border-bottom: 1px dotted #666;
}

a:hover {
  color: #fff;
  border-bottom-color: #fff;
}

a img {
  border: none;
}

/* WRAP - Encloses everything to add the header background. */

#wrap {
  background: url(lightspeed-images/header_bg.png) no-repeat 50% 0;
}

/* HEADER - Contains the logo, slogan and menu. */

#header {
  width: 960px;
  height: 150px;
  margin: 0 auto;
  text-transform: lowercase;
}

/* LOGO & SLOGAN */

#header h1, #header h2 {
  margin: 0;
  text-align: center;
  color: #000;
}

#header h1 {
  padding-top: 35px;
}

#header a {
  border: none;
  color: #000;
}

#header a:hover {
  color: #fff;
}

/* MENU */

#header ul {
  margin: 0;
  padding: 1em 0 0 0;
  line-height: normal;
  list-style: none;
  text-align: center;
}

#header li {
  display: inline;
}

#header li a {
  padding: 0 1em;
  font-weight: bold;
  color: #fff;
}

#header li a:hover {
  background: url(lightspeed-images/post_entry_bg.png) repeat-x 0 50%;
  color: #000;
}

/* PAGE - Contains the main content and the sidebar. */

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

/* CONTENT - The main content area. */

#content {
  float: left;
  width: 640px;
}

/* POST - Contains a section of the content. Grouping content is neat. */

.post {
  margin-bottom: 20px;
}

.post .title {
  height: 35px;
  margin: 0;
  padding: 6px 0 0 20px;
  background: url(lightspeed-images/post_title_bg.png) repeat-x;
  font-size: 153.9%;
  font-weight: normal;
  color: #fff;
}

.post .title a {
  border: none;
  color: #fff;
}

.post .entry {
  padding: 20px 20px 1px 20px;
  background: url(lightspeed-images/post_entry_bg.png);
}

.post .byline {
  font-size: smaller;
  color: #666;
}

.post .byline a {
  font-weight: bold;
  color: #999;
}

.post .meta {
  background: url(lightspeed-images/post_meta_bg.png);
  border-top: 1px solid #000;
}

.post .meta p {
  margin: 0;
  padding: 10px;
  border-bottom: 1px solid #000;
  line-height: normal;
  color: #666;
}

.post .meta a {
  border: none;
  color: #999;
}

.post .meta a:hover {
  color: #fff;
}

.post .meta .tags {
  padding-left: 30px;
  background: url(lightspeed-images/tag_green.png) no-repeat 10px 50%;
}

.post .meta .tags a {
}

.post .meta .links {
}

.post .meta .links a {
  padding-left: 22px;
}

.post .meta .comments {
  background: url(lightspeed-images/comments.png) no-repeat 0 50%;
}

.post .meta .permalink {
  background: url(lightspeed-images/world_link.png) no-repeat 0 50%;
}

.post .meta .more {
  background: url(lightspeed-images/bullet_go.png) no-repeat 0 50%;
}

/* SIDEBAR - For extra links and ad spaces. */

#sidebar {
  float: right;
  width: 300px;
}

#sidebar ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

#sidebar li {
}

#sidebar li ul {
  padding: 20px;
}

#sidebar li li {
  padding: 2px 0;
  border-bottom: 1px dotted #333;
}

#sidebar li li a {
  border: none;
}

#sidebar li li a:hover {
  padding-left: 20px;
  background: url(lightspeed-images/bullet_go.png) no-repeat 0 50%;
  color: #fff;
}

#sidebar h2 {
  height: 35px;
  margin: 0;
  padding: 6px 0 0 20px;
  background: url(lightspeed-images/post_title_bg.png) repeat-x;
  font-size: 153.9%;
  font-weight: normal;
  color: #fff;
}

#sidebar .pad {
  padding: 20px;
}

/* FOOTER - For footnotes and copyright notices. */

#footer {
  clear: both;
  width: 960px;
  margin: 0 auto;
  padding: 10px 0;
  border-top: 1px solid #000;
  text-align: center;
  font-size: smaller;
}

#footer p {
  margin: 0;
  line-height: normal;
}

#footer .legal img {
  margin-top: 1em;
}

</style>


</head>
<body>
<div id="wrap">
  <div id="header">
    <h1><a href="http://www.free-css.com/">LightSpeed</a></h1>
    <h2>Free CSS Template</h2>
    <ul>
      <li><a href="http://www.free-css.com/">Home</a></li>
      <li><a href="http://www.free-css.com/">Blog</a></li>
      <li><a href="http://www.free-css.com/">Photos</a></li>
      <li><a href="http://www.free-css.com/">Videos</a></li>
      <li><a href="http://www.free-css.com/">About</a></li>
      <li><a href="http://www.free-css.com/">Contact</a></li>
    </ul>
  </div>
  <div id="page">
    <div id="content">
      <div class="post">
        <h2 class="title"><a href="http://www.free-css.com/">About This Free Web Template</a></h2>
        <div class="entry">
          <p class="byline"><i>Posted by <a href="http://www.free-css.com/">Enjay</a> on Nov. 17th, 2008</i></p>
          <p><strong>LightSpeed</strong> is a free CSS web template coded with valid <strong><a target="_blank" href="http://validator.w3.org/check/referer">XHTML 1.0 Transitional</a></strong> and <strong>CSS 2.1 standards</strong> that uses pure CSS and no tables for layout. This design is released under the <span class="legal"><a target="_blank" href="http://creativecommons.org/licenses/by-sa/3.0/ph/">Creative Commons Attribution-Share Alike 3.0 Philippines License</a></span>, which basically says that:</p>
          <ul>
            <li>You <strong>CAN</strong> use, copy, distribute and transmit this template.</li>
            <li>You <strong>CAN</strong> modify this template however you want.</li>
          </ul>
          <p>In return, we only ask that you keep the attribution link in the footer intact or if you modify it, just add a link back to our site in any way you like.</p>
        </div>
        <div class="meta">
          <p class="tags"><b>Tags:</b> <a href="http://www.free-css.com/">xhtml</a>, <a href="http://www.free-css.com/">css</a>, <a href="http://www.free-css.com/">free templates</a></p>
          <p class="links"><a href="http://www.free-css.com/" class="comments">99 Comments</a> &nbsp;&nbsp;&bull;&nbsp;&nbsp; <a href="http://www.free-css.com/" class="permalink">Permalink</a> &nbsp;&nbsp;&bull;&nbsp;&nbsp; <a href="http://www.free-css.com/" class="more">Continue Reading</a></p>
        </div>
      </div>
      <div class="post">
        <h2 class="title"><a href="http://www.free-css.com/">Additional Credits</a></h2>
        <div class="entry">
          <p class="byline"><i>Posted by <a href="http://www.free-css.com/">Enjay</a> on Nov. 17th, 2008</i></p>
          <p>Enjay and TheWebHub.com would like to thank the following:</p>
          <ul>
            <li>Mark James for his very useful 16x16 pixel Silk Icons.</li>
          </ul>
        </div>
        <div class="meta">
          <p class="tags"><b>Tags:</b> <a href="http://www.free-css.com/">xhtml</a>, <a href="http://www.free-css.com/">css</a>, <a href="http://www.free-css.com/">free templates</a></p>
          <p class="links"><a href="http://www.free-css.com/">99 Comments</a> &nbsp;&nbsp;&bull;&nbsp;&nbsp; <a href="http://www.free-css.com/" class="permalink">Permalink</a> &nbsp;&nbsp;&bull;&nbsp;&nbsp; <a href="http://www.free-css.com/" class="more">Continue Reading</a></p>
        </div>
      </div>
    </div>
    <div id="sidebar">
      <ul>
        <li>
          <h2>A Link List</h2>
          <ul>
            <li><a href="http://www.free-css.com/">Sed euismod lacus at magna</a></li>
            <li><a href="http://www.free-css.com/">Donec at felis id eros convallis</a></li>
            <li><a href="http://www.free-css.com/">Aliquam auctor aliquet leo</a></li>
            <li><a href="http://www.free-css.com/">Maecenas facilisis orci a nisi</a></li>
            <li><a href="http://www.free-css.com/">Duis auctor orci vitae enim</a></li>
            <li><a href="http://www.free-css.com/">Etiam scelerisque mauris nec nulla</a></li>
            <li><a href="http://www.free-css.com/">Mauris at nisl et erat volutpat</a></li>
            <li><a href="http://www.free-css.com/">Maecenas bibendum elit quis est</a></li>
            <li><a href="http://www.free-css.com/">Etiam laoreet ligula sed mi</a></li>
            <li><a href="http://www.free-css.com/">Phasellus venenatis egestas lacus</a></li>
            <li><a href="http://www.free-css.com/">Duis fermentum arcu quis urna</a></li>
            <li><a href="http://www.free-css.com/">Aliquam auctor mi et sem</a></li>
            <li><a href="http://www.free-css.com/">In mattis ligula vitae ligula</a></li>
            <li><a href="http://www.free-css.com/">Fusce sodales dapibus est</a></li>
            <li><a href="http://www.free-css.com/">Curabitur placerat viverra felis</a></li>
          </ul>
        </li>
        <li>
          <h2>A Padded Content</h2>
          <div class="pad">
            <p>&ldquo;Morbi volutpat vehicula justo sem non libero. Aliquam erat volutpat. Nullam quis nulla vel quam egestas accumsan. Nam porttitor pulvinar ante.&rdquo;</p>
            <p style="text-align: right;">&mdash; <cite><a href="http://www.free-css.com/">Lipsum.com</a></cite></p>
          </div>
        </li>
      </ul>
    </div>
  </div>
  <div id="footer">
    <p class="legal">Design by <a href="http://thewebhub.com/">TheWebHub.com</a> licensed under a <a target="_blank" href="http://creativecommons.org/licenses/by-sa/3.0/ph/">Creative Commons Attribution-Share Alike 3.0 Philippines License</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.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