vibrant : Design 8 « Templates « HTML / CSS






vibrant

   

<!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>vibrant - Free CSS Template by spyka Webmaster</title>
<style type='text/css'>
body {
  background: #D9D9D9 url('vibrant-images/body-top.png') repeat-x scroll top left;
  margin: 10px 0;
  padding:0;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 12px;
  color: #5f5f5f;
}

* {
  margin:0;
  padding:0;
}

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

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

th {
  color: #fff;
  background: #554667 url(vibrant-images/navbg-red.jpg) repeat-x scroll -15px 0;
}

td {
  background: #111;
  border-bottom: 1px solid #222;
  color: #999;
}

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

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

p {
  line-height: 2.2em;
  margin-bottom: 20px;
}

a {
  color: #00349A;
}

a:hover {
  color: #AA1D01;
}

a:focus {
  outline: none;
}

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

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

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;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
}

form input.formbutton {
  border: none;
  background: #FFFFFF url(vibrant-images/navbg-green.jpg) repeat-x;
  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;
}

form.searchform input.s {
  border: 1px solid #ccc;
}

span.required {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: #ff0000;
}

h1 {
  color: #D7841C;
  font-size: 35px;
}

h2 {
  color: #666;
  font-size: 28px;
  letter-spacing: -0.5px;
  padding: 0 0 5px;
  margin: 0;
  font-weight: normal;
}

h3 {
  color: #AD008E;
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 10px;
}

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

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

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:0 auto;
  padding: 0;
  background: #fff;
}

#header {
  padding: 40px 20px;
  margin: 0 auto;
  background-color: #D9D9D9;
}


#header h1 a {
  color: #601794;
  font-size: 45px;
  font-weight: normal;
  text-decoration: none;
  letter-spacing: -1px;
  text-transform:uppercase;
}

#header h2 {
  color: #999;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0;
}

#nav {
  background: #fff url('vibrant-images/navbg.jpg') repeat-x scroll top left;
  height: 60px;
  width: 960px;
}

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

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

#nav ul li a {
  color: #333;
  display: block;
  font-size: 17px;
  padding: 19px 20px 19px;
  border-top: 2px solid #999;
  text-decoration: none;
  border-left: 1px solid #DFDFDF;
  font-family: Georgia, "Times New Roman", Times, serif;
}

#nav ul li:first-child a {
  border-left: none; 
}

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

#nav ul li.selected  {
  background: #333 url('vibrant-images/navbg-over.jpg') repeat-x scroll top left;
}
div#nav ul li.selected a {
  background: transparent url('vibrant-images/navbg-selected.jpg') no-repeat scroll bottom center;
  color: #fff;
  border-top-color: #616161;
}

div#nav ul li.selected a:hover {
  text-decoration: none;
  background: transparent url('vibrant-images/navbg-selected.jpg') no-repeat scroll bottom center;
}

#nav ul li.red a { border-top-color: #CC2200; }
#nav ul li.orange a { border-top-color: #F09930; }
#nav ul li.blue a { border-top-color: #003CB3; }
#nav ul li.pink a { border-top-color: #CC00AA; }
#nav ul li.green a { border-top-color: #008000; }

#nav ul li.red a:hover { background: #CC2200 url('vibrant-images/navbg-red.jpg'); }
#nav ul li.orange a:hover { background: #EE8D18 url('vibrant-images/navbg-orange.jpg'); }
#nav ul li.blue a:hover { background: #003CB3 url('vibrant-images/navbg-blue.jpg'); }
#nav ul li.pink a:hover { background: #CC00AA url('vibrant-images/navbg-pink.jpg'); }
#nav ul li.green a:hover { background: #008000 url('vibrant-images/navbg-green.jpg'); }

#body {
  background: transparent none repeat-y scroll 0 0;
  margin:0px auto 0;
  padding: 15px;
  width: 930px;
}

#content {
  float: left;
  width: 620px;
  margin: 0;
}

.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;
}

.sidebar li ul {
  background: #dfdfdf;
  border-bottom: 1px solid #999;
}

.sidebar li ul li {
  display: block;
  border-top: none;
  padding: 6px 7px;
  margin: 0;
  line-height: 1.5em;
  color: #666;
}

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

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

.sidebar li ul.blocklist li a {
  display: block;
  padding: 7px 8px;
  text-decoration: none;
}

.sidebar li ul.blocklist li a:hover {
  background-color: #ccc;
  color: #333;
}

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

.sidebar h4 {
  background: #333 none repeat-x scroll -15px 0;
  color: #FFFFFF;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 12px;
  font-weight: bold;
  line-height: 1em;
  margin: 0;
  padding: 12px;
  border-bottom: 2px solid #000;
  text-transform: uppercase;
}

.sidebar h4.red { background: #CC2200 url('vibrant-images/navbg-red.jpg'); border-bottom-color: #701300;  }
.sidebar h4.orange { background: #EE8D18 url('vibrant-images/navbg-orange.jpg'); border-bottom-color: #A86615; }
.sidebar h4.blue  { background: #003CB3 url('vibrant-images/navbg-blue.jpg'); border-bottom-color: #001B52; }
.sidebar h4.pink { background: #CC00AA url('vibrant-images/navbg-pink.jpg'); border-bottom-color: #750062; }
.sidebar h4.green { background: #008000 url('vibrant-images/navbg-green.jpg'); border-bottom-color: #003301; }

.clear {
  clear: both;
}

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

.footer-content {
  background: #D9D9D9;
  padding: 20px 5px;
  border-top: 2px solid #ccc;
}

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

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

</style>


<!--
vibrant, a free CSS web template by spyka Webmaster (www.spyka.net)

Download: http://www.spyka.net/web-templates/vibrant/

License: Creative Commons Attribution
//-->
</head>

<body>
<div id="container">
  <div id="header">
      <h1><a href="/">vibrant</a></h1>
        <h2>your website slogan here</h2>
        <div class="clear"></div>
    </div>
    <div id="nav">
      <ul>
          <li class="red"><a href="index.html">Home</a></li>
            <li class="orange selected"><a href="examples.html">Examples</a></li>
            <li class="green"><a href="#">Products</a></li>
            <li class="blue"><a href="#">Solutions</a></li>
            <li class="pink"><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 class="red"><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 class="orange">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 class="blue">Search</h4>
                    <ul>
                      <li>
                            <form method="get" class="searchform" action="http://wpdemo.justfreetemplates.com/" >
                                <p>
                                    <input type="text" size="24" value="" name="s" class="s" />
                                    <input type="submit" class="searchsubmit formbutton" value="Search" />
                                </p>
                            </form>  
            </li>
          </ul>
                </li>
                
                <li>
                    <h4 class="pink">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 id="footer">
        <div class="footer-content">
          <!-- A link to http://www.spyka.net must remain. To remove link see http://www.spyka.net/licensing --->
      <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>
</div>
</body>
</html>

   
    
    
  








Related examples in the same category

1.sprayedstrokes
2.Square
3.squarely
4.st-valentines-day
5.stacko
6.stamp
7.standardissue
8.standardized
9.starburst
10.stardust
11.stargazer
12.stark
13.steppingstone
14.stichy
15.stickybud
16.stickynotes
17.Stock
18.streetclock
19.strict
20.strockes
21.students-site
22.stygian
23.stylevantage1-0
24.stylish
25.stylized
26.subdued
27.subordinate
28.substance
29.substantial
30.superior
31.supplementary
32.surpris
33.surreal
34.sweatbee
35.swift
36.switchr
37.sworm
38.Symisun_01
39.symphonic
40.symphonyofhorror
41.synchronize
42.Synergy
43.systematized
44.tabbed
45.tangular
46.tardy
47.tcm
48.tealzine
49.team_three
50.templatika
51.Tenebrific
52.terje1_winter
53.terrafirma
54.terrafirma2
55.The-Carbon
56.the-dark-one
57.the-island
58.the-mmozine
59.the-music-studio
60.the-new-audi
61.the-synopsis
62.the-themepod
63.the-web-news
64.theacmegroup
65.thechosenone
66.thelatest
67.themanor
68.tinytemplate
69.themissing-piece
70.thermal
71.thesite
72.thetechies
73.thewall
74.the_gig
75.thisistext
76.throughout
77.thunder
78.ticktocklight
79.time
80.Timeless Template
81.timeless
82.timemanager
83.toolkit
84.tooplain
85.topbusiness
86.topgadgets
87.topworks
88.tornpaperdocom
89.totaltouch
90.towers
91.traditionalist
92.transient
93.transition
94.transport
95.trialservices
96.trikea-static
97.trinityinstitute
98.tropical-evening
99.tropical
100.truenature
101.turn-out-mag
102.Turnesol
103.turnitup
104.turrion-development
105.tv-archade
106.twirling
107.twisted
108.Typography
109.ultimateweb
110.unbound-1.0
111.uncomplicated
112.undefined
113.Underground
114.undertaking
115.UnderWraps
116.undiscovered
117.unembellished
118.unilluminated
119.uniq
120.unite
121.universal
122.unknown
123.unlink
124.unnamed
125.unqualified
126.urbanartist
127.usabilityreport
128.variety
129.vectorlover1-0
130.vegetable
131.veggie
132.ventix
133.vertical
134.verticals
135.vertigo
136.VeryGreen
137.VIBE
138.Village
139.vintage-style
140.violetrays
141.visioninc
142.visions
143.vitruvius
144.vivid
145.Viziora
146.voodoo-dolls
147.voodoodollyv2.0
148.voyage
149.WaiveLive
150.walls
151.wanderer
152.warmblue
153.warped
154.watchthis
155.watercolored-portfolio
156.waterfactory
157.waterfall
158.waterfalls
159.WaterPool
160.we think
161.web-application
162.web-design-studio
163.web-design
164.web-hosting
165.web-shop
166.web2
167.webdesign
168.webdesigninfo
169.webmob
170.websitedesignx
171.webvision
172.Web_Application
173.wellness
174.whatsyoursolution
175.wickedred
176.widecommerce
177.widget
178.widgetlike
179.wildgoose
180.wing-the-air
181.winglobal
182.wiremesh
183.world-of-warcraft
184.xenlog
185.xgallery
186.xhtmldesign
187.xhtmldev_rainbow
188.xhtmldev_RealEstate
189.xodafields0.2
190.ynt
191.yosemite
192.your-blazing-app
193.yourhost
194.yourministry
195.zillanine