inception : Design 9 « Templates « HTML / CSS






inception

    

<!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=utf-8" />
<title>inception - Free CSS Template by spyka Webmaster</title>
<style type='text/css'>
body {
  background: #333;
  margin:0;
  padding:0;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 13px;
  color: #666;
}

* {
  margin:0;
  padding:0;
}

/** element defaults **/
table {
  width: 100%;
  text-align: left;
}

th, td {
  padding: 10px 10px;
}

th {
  color: #fff;
  background: #E66000 none repeat-x scroll left top;
}

td {
  border-bottom: 1px solid #ccc;
}

code, blockquote {
  display: block;
  border-left: 5px solid #222;
  padding: 10px;
  margin-bottom: 20px;
}
code {
  background-color: #222;
  color:#ccc;
  border: none;
}
blockquote {
  border-left: 5px solid #222;
}

blockquote p {
  font-style: italic;
  font-family: Georgia, "Times New Roman", Times, serif;
  margin: 0;
  color: #333;
  height: 1%;
}

p {
  line-height: 1.9em;
  margin-bottom: 20px;
  font-size: 12px;
}

a {
  color: #D1700E;
}

a:hover {
  color: #1F4F82;
}

a:focus {
  outline: none;
}

fieldset {
  display: block;
  border: none;
  border-top: 1px solid #ccc;
}

fieldset legend {
  font-weight: bold;
  font-size: 13px;
  padding-right: 10px;
  color: #333;
}

fieldset form {
  padding-top: 15px;
}

fieldset p label {
  float: left;
  width: 150px;
}

form input, form select, form textarea {
  padding: 5px;
  color: #333333;
  border: 1px solid #ddd;
  border-right:1px solid #ccc;
  border-bottom:1px solid #ccc;
  background-color:#fff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
}

form input.formbutton {
  border: none;
  background: #333;
  color: #ffffff;
  font-weight: bold;
  padding: 5px 10px;
  font-size: 12px;
  font-family: Tahoma, Geneva, sans-serif;
  letter-spacing: 1px;
  width: auto;
  overflow: visible;
}

form.searchform p {
  margin: 5px 0;
}


span.required {
  color: #ff0000;
}

h1 {
  color: #000;
  font-size: 35px;
  font-family: Arial, Helvetica, sans-serif;
}

h2 {
  color: #000;
  font-family: 'Lucida Grande','Lucida Sans Unicode',Geneva,Verdana,Sans-Serif;
  font-size: 22px;
  letter-spacing: 0px;
  font-weight: normal;
  padding: 0 0 5px;
  margin: 0;
}

h3 {
  color: #555;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  font-family: Arial, Helvetica, sans-serif;
}

h4 {
  padding-bottom: 10px;
  font-size: 15px;
  color: #999;
}

h5 {
  padding-bottom: 10px;
  font-size: 13px;
  color: #999;
}

ul, ol {
  margin: 0 0 35px 35px;
}

li {
  padding-bottom: 5px;
}

li ol, li ul {
  font-size: 1.0em;
  margin-bottom: 0;
  padding-top: 5px;
}


#container {
  width: 960px;
  margin: 50px auto 0;
  padding: 0;
}

#header {
  padding: 30px 15px;
  background-color: #FF7918;
  margin: 0 auto;
  border-bottom: 10px solid #E66000;
}

#header h1 a {
  color: #fff;
  font-size: 50px;
  font-weight: normal;
  text-decoration: none;
  letter-spacing: -3px;
  float: left;
}

#header h2 {
  color: #FFE0CC;
  float: left;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 13px;
  margin-left: 12px;
  margin-top: 24px;
  padding-left: 4px;
  letter-spacing: 0;
}

#nav {
  height: 45px;
  width: 960px;
  background-color: #111;
}

#nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
  height: 45px;
}

#nav ul li {
  float: left;
  display: block;
  padding: 15px 0px;
}

#nav ul li a {
  color: #ddd;
  display: block;
  border-right: 1px solid #333;
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
  font-family: 'Lucida Grande','Lucida Sans Unicode',Geneva,Verdana,Sans-Serif;
  padding: 0 20px;
  text-decoration: none;
}

#nav ul li a:hover {
  color: #fff;
  text-decoration: underline;
}

#body {
  background: none;
  margin:0 auto;
  padding: 12px;
  width: 936px;
  background-color: #ddd;
}

#content {
  float: left;
  width: 615px;
  margin: 0;
  padding: 10px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-right-color: #c0c0c0;
  border-bottom-color: #c0c0c0;
}

.sidebar {
  width: 280px;
  padding: 0;
  float: right;
}


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

.sidebar ul li {
  margin-bottom: 20px;
  line-height: 1.9em;
  padding: 10px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-right-color: #c0c0c0;
  border-bottom-color: #c0c0c0;
}

.sidebar li ul {
}

.sidebar li ul li {
  display: block;
  border-top: none;
  padding: 6px 2px;
  margin: 0;
  line-height: 1.5em;
  font-size: 13px;
  border: none;
}

.sidebar li ul li a {
  font-weight: normal;
  color: #222;
}

.sidebar li ul li a:hover {
  color: #000;
}

.sidebar li ul.blocklist li {
  padding: 0;
  display: inline;
}

.sidebar li ul.blocklist li a {
  display: block;
  border-bottom:1px solid #e0e0e0;
  padding: 6px 5px;
  text-decoration: none;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 12px;
}



.sidebar h4 {
  color: #222;
  font-family: 'Lucida Grande','Lucida Sans Unicode',Geneva,Verdana,Sans-Serif;
  font-size: 19px;
  letter-spacing: 1px;
  margin: 0;
  padding: 5px 0px;
  font-weight: normal;
}

.clear {
  clear: both;
}

#footer {
  margin:0 auto 60px;
  border-top: 10px solid #1A1A1A;
  width: 960px;
}

#footer p {
  text-align: left;
  color: #eee;
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
  margin: 0;
  padding: 0;
}

#footer p a {
  color: #fff;
  font-weight: bold;
}

.footer-content {
  padding: 30px 5px 60px;
  background: #444;
  border-top: 10px solid #262626;
}

#footer .footer-content p {
  color: #666;
  position: relative;
  top: 12px;
  margin-left: 165px;
}

#footer .footer-content p a {
  color: #ccc;
}

#footer .footer-content p a:hover {
  color: #fff;
}

#footer .footer-content span.sitename {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 40px;
  font-weight: normal;
  letter-spacing: -2px;
  color: #fff;
  float: left;
}

.footer-width {
  width: 940px;
  margin: 0 auto;
}

#footer .footer-bottom {
  padding-top: 10px;
}

#footer .footer-bottom p, #footer .footer-bottom p a {
  color: #888;
}

</style>


</head>

<body>
<div id="container">
  <div id="header">
      <h1><a href="/">inception</a></h1>
        <h2>your website slogan here</h2>
        <div class="clear"></div>
    </div>
    <div id="nav">
      <ul>
          <li><a href="index.html">Home</a></li>
            <li><a href="examples.html">Examples</a></li>
            <li><a href="#">Products</a></li>
            <li><a href="#">Solutions</a></li>
            <li><a href="#">Contact</a></li>
        </ul>
    </div>
    <div id="body">
    <div id="content">
      <h2>Examples</h2>

            <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 cellspacing="0">
                <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 name="name" id="name" value="" type="text" /></p>
                    <p><label for="email">Email:</label>
                    <input name="email" id="email" value="" type="text" /></p>

                    <p><label for="message">Message:</label>
                    <textarea cols="37" rows="11" name="message" id="message"></textarea></p>
                    <p><input name="send" style="margin-left: 150px;" class="formbutton" value="Send" type="submit" /></p>
                </form>
            </fieldset>
            
        </div>
        
        <div class="sidebar">
            <ul>  
               <li>
                    <h4><span>Navigate</span></h4>
                    <ul class="blocklist">
                        <li><a href="index.html">Home</a></li>
                        <li><a href="examples.html">Examples</a></li>
                        <li><a href="#">Products</a></li>
                        <li><a href="#">Solutions</a></li>
                        <li><a href="#">Contact</a></li>
                    </ul>
                </li>
                
                <li>
                    <h4>About</h4>
                    <ul>
                        <li>
                          <p style="margin: 0;">Aenean nec massa a tortor auctor sodales sed a dolor. Duis vitae lorem sem. Proin at velit vel arcu pretium luctus.</p>
                        </li>
                    </ul>
                </li>
                
                <li>
                  <h4>Search</h4>
                    <ul>
                      <li>
                            <form method="get" class="searchform" action="http://wpdemo.justfreetemplates.com/" >
                                <p>
                                    <input type="text" size="22" value="" name="s" class="s" />
                                    <input type="submit" class="searchsubmit formbutton" value="Search" />
                                </p>
                            </form>  
            </li>
          </ul>
                </li>
                
                <li>
                    <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>
                </li>
                
            </ul> 
        </div>
      <div class="clear"></div>
    </div>
</div>
<div id="footer">
    <div class="footer-content">
      <div class="footer-width">

            <span class="sitename">sitename</span>
                <p class="footer-links">
                <a href="index.html">Home</a> |
                <a href="examples.html">Examples</a> |
                <a href="#">Products</a> |
                <a href="#">Solutions</a> |
                <a href="#">Contact</a>

            </p>
         </div>
    </div>
    <div class="footer-width footer-bottom">
        <p>&copy; YourSite 2010. Design by <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.indication
51.indicator
52.indigo
53.individual
54.inf04-css
55.inf05
56.inf07
57.inf08
58.infinitehorizon
59.inflight
60.informatif
61.innodemag
62.inscriptions
63.inspired by google forum
64.instant
65.integral
66.intelligent-studios
67.intensesimplicity
68.interactive-media
69.interactive-works
70.interchange
71.intercosmic
72.intercraft
73.interior-art
74.interlude
75.intermediate
76.internationalway
77.internet-encyclopedia
78.internet-phenomenon
79.internetbroadcast
80.internetcenter
81.internetmusic
82.internetsharing
83.Internet_Studio
84.invention
85.Inverted_Headline
86.invision
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