sworm : Design 8 « Templates « HTML / CSS






sworm

   

<!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>sworm - Free CSS Template by spyka Webmaster</title>
<style type='text/css'>
body {
  background: #ddd url('sworm-images/body.png') repeat scroll top left;
  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: #FF6633 none repeat-x scroll left top;
  border-bottom: 2px solid #FF4000;
}

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: #FF6633;
}

a:hover {
  color: #FF4000;
}

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: #FF6633 none repeat-x scroll left top;
  color: #ffffff;
  font-weight: bold;
  padding: 6px 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: Arial, Helvetica, sans-serif;
  font-size: 27px;
  letter-spacing: 0px;
  font-weight: normal;
  padding: 0 0 5px;
  margin: 0;
}

h3 {
  color: #FF4000;
  font-size: 24px;
  font-weight: normal;
  margin-bottom: 10px;
  letter-spacing: -1px;
  font-family: Arial, Helvetica, sans-serif;
}

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

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

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: 800px;
  margin: 0 auto;
  padding: 10px 10px 30px;
  background-color: #fff;
}

#header {
  padding: 30px 15px;
  margin: 0 auto;
}

#header h1 a {
  color: #444;
  font-size: 50px;
  font-weight: normal;
  text-decoration: none;
  letter-spacing: -3px;
  float: left;
  border-bottom: 2px solid #FF6633;
}

#header h2 {
  color: #999;
  float: left;
  font-size: 13px;
  margin-left: 12px;
  margin-top: 24px;
  padding-left: 4px;
  letter-spacing: 0;
}

#nav {
  height: 33px;
  width: 800px;
  background-color: #cfcfcf;
}

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

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

#nav ul li a:hover, #nav ul li.selected {
  background-color:#FF6633;
}

#nav ul li a {
  color: #fff;
  display: block;
  border-right: 1px solid #fff;
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 10px 20px;
  text-decoration: none;
}

#nav ul li.start a {
  border-left: none;
}

#nav ul li.end a {
  border-right: none;
}

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

#body {
  background: none;
  margin:0 auto;
  padding: 30px 12px 0;
  width: 776px;
}

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

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

.sidebar h3 {
  color: #333;
  font-size: 22px;
}

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

.sidebar ul li {
  margin-bottom: 20px;
  line-height: 1.9em;
}

.sidebar li ul {
}

.sidebar li ul li {
  display: block;
  font-family: Arial, Helvetica, sans-serif;
  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: #FF6633;
}

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

.sidebar li ul.blocklist li a {
  background-color: #EAEAEA;
  display: block;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 11px;
  font-weight: bold;
  margin-bottom: 1px;
  padding: 7px 10px;
  text-decoration: none;
  text-transform: uppercase;
}

.sidebar li ul.blocklist li a:hover {
  background-color: #FF6633;
  color: #fff;
}


.clear {
  clear: both;
}

#footer {
  margin:0 auto 0;
  border-top: 10px solid #FF531A;
  width: 800px;
}

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

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

.footer-content {
  padding: 20px 12px 30px;
  background: #f0f0f0;
  border-top: 10px solid #FF6633;
}

#footer .footer-content ul {
  width: 238px;
  list-style: none;
  margin: 0 30px 0 0;
  padding: 0;
  float: left;
}

#footer .footer-content li {
  border-bottom: 1px dashed #ddd;
  padding: 7px 5px;
}

#footer .footer-content li a, #footer .footer-content h4 {
  font-family: Arial, Helvetica, sans-serif;
}

#footer .footer-content li a {
  color: #555;
  text-decoration: none;
}


#footer .footer-content li a:hover {
  color: #000;
}

#footer .footer-content h4 {
  font-weight: normal;
  font-size: 17px;
  color: #777;
  padding-bottom:0;
}

#footer .footer-content ul.endfooter {
  margin-right: 0;
}

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

#footer .footer-bottom {
  padding: 10px;
  text-align: center;
  background-color: #222;
}

#footer .footer-bottom p {
  text-align: center;
}

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

</style>


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

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

License: Creative Commons Attribution
//-->
</head>
<body>
<div id="container">
  <div id="header">
      <h1><a href="/">sworm</a></h1>
        <h2>your website slogan here</h2>
        <div class="clear"></div>
    </div>
    <div id="nav">
      <ul>
          <li class="start"><a href="index.html">Home</a></li>
            <li class="selected"><a href="examples.html">Examples</a></li>
            <li><a href="#">Products</a></li>
            <li><a href="#">Solutions</a></li>
            <li class="end"><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>
                    <h3>Navigate</h3>
                    <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>
                    <h3>About</h3>
                    <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>
                  <h3>Search</h3>
                    <ul>
                      <li>
                            <form method="get" class="searchform" action="http://wpdemo.justfreetemplates.com/" >
                                <p>
                                    <input type="text" size="12" value="" name="s" class="s" />
                                    <input type="submit" class="searchsubmit formbutton" value="Search" />
                                </p>
                            </form>  
            </li>
          </ul>
                </li>
                
                <li>
                    <h3>Sponsors</h3>
                    <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">
            <ul>
              <li><h4>Proin accumsan</h4></li>
                <li><a href="#">Rutrum nulla a ultrices</a></li>
                <li><a href="#">Blandit elementum</a></li>
                <li><a href="#">Proin placerat accumsan</a></li>
                <li><a href="#">Morbi hendrerit libero </a></li>
                <li><a href="#">Curabitur sit amet tellus</a></li>
            </ul>
            
            <ul>
              <li><h4>Condimentum</h4></li>
                <li><a href="#">Curabitur sit amet tellus</a></li>
                <li><a href="#">Morbi hendrerit libero </a></li>
                <li><a href="#">Proin placerat accumsan</a></li>
                <li><a href="#">Rutrum nulla a ultrices</a></li>
                <li><a href="#">Cras dictum</a></li>
            </ul>
            
            <ul class="endfooter">
              <li><h4>Suspendisse</h4></li>
                <li><a href="#">Morbi hendrerit libero </a></li>
                <li><a href="#">Proin placerat accumsan</a></li>
                <li><a href="#">Rutrum nulla a ultrices</a></li>
                <li><a href="#">Curabitur sit amet tellus</a></li>
                <li><a href="#">Donec in ligula nisl.</a></li>
            </ul>
            
            <div class="clear"></div>
        </div>
        <div class="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>
</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.Symisun_01
38.symphonic
39.symphonyofhorror
40.synchronize
41.Synergy
42.systematized
43.tabbed
44.tangular
45.tardy
46.tcm
47.tealzine
48.team_three
49.templatika
50.Tenebrific
51.terje1_winter
52.terrafirma
53.terrafirma2
54.The-Carbon
55.the-dark-one
56.the-island
57.the-mmozine
58.the-music-studio
59.the-new-audi
60.the-synopsis
61.the-themepod
62.the-web-news
63.theacmegroup
64.thechosenone
65.thelatest
66.themanor
67.tinytemplate
68.themissing-piece
69.thermal
70.thesite
71.thetechies
72.thewall
73.the_gig
74.thisistext
75.throughout
76.thunder
77.ticktocklight
78.time
79.Timeless Template
80.timeless
81.timemanager
82.toolkit
83.tooplain
84.topbusiness
85.topgadgets
86.topworks
87.tornpaperdocom
88.totaltouch
89.towers
90.traditionalist
91.transient
92.transition
93.transport
94.trialservices
95.trikea-static
96.trinityinstitute
97.tropical-evening
98.tropical
99.truenature
100.turn-out-mag
101.Turnesol
102.turnitup
103.turrion-development
104.tv-archade
105.twirling
106.twisted
107.Typography
108.ultimateweb
109.unbound-1.0
110.uncomplicated
111.undefined
112.Underground
113.undertaking
114.UnderWraps
115.undiscovered
116.unembellished
117.unilluminated
118.uniq
119.unite
120.universal
121.unknown
122.unlink
123.unnamed
124.unqualified
125.urbanartist
126.usabilityreport
127.variety
128.vectorlover1-0
129.vegetable
130.veggie
131.ventix
132.vertical
133.verticals
134.vertigo
135.VeryGreen
136.VIBE
137.vibrant
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