toolkit : Design 8 « Templates « HTML / CSS






toolkit

   

<!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" xml:lang="en" lang="en">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<style type='text/css'>
* {
    padding:0;
    margin:0;
}

body { 
font-family: Verdana, sans-serif; 
line-height: 1.4;
font-size: 13px;
background: #343434;
margin: 0;
padding: 0;
}

a { color: #2068AF; text-decoration: none;}
a:hover { text-decoration: underline; }
h1, h2, h3, h4, h5 { background: #FEFF9F; font-family: 'Buda', arial, serif; margin: 0 0 15px 0; font-weight: normal; padding: 5px 0 0 5px; }
h1 { font-size: 25px; }
h2 { font-size: 23px; }
h3 { font-size: 21px; }
h4 { font-size: 19px; }
h5 { font-size: 17px; }
ul { margin: 0 0 20px 30px; list-style-type: square; }
ol { margin: 0 0 20px 30px; list-style-type: decimal; }
blockquote { background: #eee; border-left: 5px solid #bcbcbc; padding: 10px; margin: 0 10px 20px 10px; }
blockquote p { margin: 0; padding: 0; }
p { padding: 0 10px 20px 10px; }
table { margin: 0 0 20px 0; text-align: left; width: 100%; }
td, th { padding: 5px; border: 1px solid #e7e7e7; }
th { color: #323232; }

#wrap { 
background: url(toolkit-images/headerandmenu.jpg) no-repeat top;
width: 800px;
margin: 0 auto;
}

#header {
height: 110px;
text-align: right;
font-family: 'Special Elite', arial, serif;
}
#header h1 {
margin: 0;
padding: 20px 20px 0 0;
font-weight: bold;
font-size: 41px;
border: none;
line-height: 1;
background: none;
}
#header h1 a { text-decoration: none; color: #416EAF; }
#header h1 a:hover { text-decoration: none; color: #111; }
#header h2 { background: none; border: none; margin: 0; padding: 0 20px 0 0; color: #000; font-weight: bold; font-size: 21px; }

#headerbottom { padding: 25px 0; }

#menu {
height: 40px;
line-height: 40px;
}
#menu ul {
list-style-type: none;
margin: 0;
padding-left: 160px;
}
#menu ul li {
display: block;
float: left;
}
#menu ul li a {
display: block;
padding: 0 10px 0 10px;
text-decoration: none;
color: #fff;
}
#menu ul li a:hover {
color: #fff;
background: url(toolkit-images/menuover.png) repeat-x;
}

#content {
background: #fff;
padding: 0 0 20px 10px; 
}

.left {
float: left;
width: 470px;
}

.right { 
float: right;
width: 300px;
color: #717171;
}
.right h3 { background: url(toolkit-images/sidebar.jpg) repeat-x; height: 50px; line-height: 40px; margin: 0; padding: 0 0 0 10px; color: #fff; font-size: 18px; border: none; }
.right ul { margin: 0; padding: 5px 10px 20px 10px; list-style-type: none; }
.right ul li { background: url(toolkit-images/list.png) no-repeat left top; padding: 0 0 3px 20px; margin: 0; font-size: 13px;}
.right ul li a {  }

#footer { 
background: url(toolkit-images/footer.jpg) no-repeat;
padding: 0 10px;
height: 50px;
line-height: 40px;
text-align: center;
color: #fff;
}
#footer p { padding: 0; margin: 0; }
#footer a { color: #fff; }
#footer a:hover { border-bottom: 1px dotted #fff; text-decoration: none; }

.footerleft { float: left; }
.footerright { float: right; }

</style>


<link href='http://fonts.googleapis.com/css?family=Buda:light' rel='stylesheet' type='text/css' />
<link href='http://fonts.googleapis.com/css?family=Special+Elite' rel='stylesheet' type='text/css' />
<title>Toolkit</title>
</head>
<body>

<div id="wrap">

<div id="header">
<h1><a href="#">Toolkit for Success</a></h1>
<h2>Your Site Slogan for Success Goes Here</h2>
</div>

<div id="menu"> 
<ul>
<li><a href="#">Home</a></li>
<li><a href="#">Link One</a></li>
<li><a href="#">Link Two</a></li>
<li><a href="#">Link Three</a></li>
<li><a href="#">Link Four</a></li>
<li><a href="#">Link Five</a></li>
<li><a href="#">Link Six</a></li>
<li><a href="#">Link Seven</a></li>
</ul>
</div>

<div id="headerbottom"> </div>

<div id="content">

<div class="left">

<h1>Main Heading of Your New Web Site</h1>

<p>
Sed vitae lectus libero, vitae tempus lacus. Quisque mollis, lectus sed placerat sodales, felis diam accumsan ligula, in auctor leo velit eu diam. Aenean tincidunt velit ac massa dictum bibendum. Ut vulputate tortor vitae orci cursus aliquam. Phasellus rutrum consequat purus, vel cursus odio fermentum non. Morbi luctus feugiat dictum. Duis sed metus vitae augue faucibus condimentum. 
</p>
<p>
Ut id velit eget magna venenatis ultrices in sit amet tellus. Praesent augue nibh, condimentum vel molestie sit amet, luctus nec neque. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Phasellus convallis erat nisl. Mauris feugiat pharetra pellentesque. Pellentesque vulputate mi quis erat fringilla tempus. Suspendisse potenti. 
</p>

<h2>Template License</h2>

<p>
This work is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by/3.0/">Creative Commons Attribution 3.0 License</a>.
</p>

<h3>You are free:</h3>

<ul>
<li>to Share ? to copy, distribute and transmit the work</li>
<li>to Remix ? to adapt the work</li>
</ul>


<h3>Under the following conditions:</h3>

<ul>
<li>Attribution ? You must attribute the work in the manner specified by the author or licensor (keep the "Design by <a href="http://yoctotemplates.com">Yocto Templates</a>" link in the footer intact).</li>
</ul>

<h3 style="color: red; font-weight: bold;">Would You Like to Remove the Footer Link ?</h3>

<p>You can remove the footer link for a small fee of <strong>only $4.99</strong>.</p>

<p>Please visit the <a href="http://yoctotemplates.com/free-web-templates/toolkit/">template</a> page to buy the <strong>linkback free</strong> License.</p>

<h4>Some Styling - H4</h4>

<table>
<tr>
<th>Table Header 1</th>
<th>Table Header 2</th>
</tr>
<tr>
<td>Aliquam erat volutpat. (row 1, cell 1)</td>
<td>Suspendisse potenti. (row 1, cell 2)</td>
</tr>
<tr>
<td>Phasellus rutrum consequat (row 2, cell 1)</td>
<td>Phasellus convallis (row 2, cell 2)</td>
</tr>
</table> 

<h4>Unordered List - H4</h4>

<ul>
<li><a title="" href="#">Unordered List Link 1</a></li>
<li><a title="" href="#">Unordered List Link 2</a></li>
<li><a title="" href="#">Unordered List Link 3</a></li>
</ul>

<h5>Ordered List - H5</h5>

<ol>
<li><a title="" href="#">Ordered List Link 1</a></li>
<li><a title="" href="#">Ordered List Link 2</a></li>
<li><a title="" href="#">Ordered List Link 3</a></li>
</ol>

<h5>Blockquote - H5</h5>

<blockquote>
<p>Integer dapibus vulputate ornare. Aenean interdum fermentum felis. Aliquam congue, leo vel elementum tempor, quam lorem laoreet nunc, vel consequat purus tortor non mauris. Donec luctus sem at risus sagittis et venenatis nisi hendrerit. Maecenas iaculis vulputate sem id gravida. Maecenas et aliquet nisl. Integer ornare volutpat elit a lobortis. Sed vitae ligula est, in auctor mi. Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>
</blockquote>

</div>

<div class="right">

<h3>Navigation</h3>
<ul>
<li><a href="#">Your Category</a></li>
<li><a href="#">About Us Information</a></li>
<li><a href="#">Resources and Friends</a></li>
<li><a href="#">Last Category Link</a></li>
</ul>

<h3>Advertisments</h3>
<ul>
<li><a href="http://rapbank.com/go/1466/11795">One-Click SEO</a><br />Instantly make every single backlink 1000% more powerful</li>
<li><a href="http://rapbank.com/go/2672/11795">Squeeze Page Profit Plans</a><br />Learning tools to make money online</li>
<li><a href="http://rapbank.com/go/1650/11795">Project Minisite</a><br />Design your own minisite in photoshop</li>
<li><a href="http://rapbank.com/go/1371/11795">How To Get Visitors</a><br />15 free traffic generating techniques</li>
<li><a href="http://rapbank.com/go/1476/11795">Newbie Start Up Guide</a><br />Everything is laid out in plain English</li>
</ul>

<h3>Latest Articles</h3>
<ul>
<li><a href="#">List Your Latest Articles</a></li>
<li><a href="#">Praesent augue nibh</a></li>
<li><a href="#">Vestibulum ante ipsum primis</a></li>
<li><a href="#">Pellentesque vulputate mi quis erat</a></li>
<li><a href="#">Anothe filler link</a></li>
<li><a href="#">Aenean interdum fermentum felis</a></li>
<li><a href="#">Maecenas et aliquet nisl</a></li>
<li><a href="#">Integer dapibus vulputate ornare</a></li>
<li><a href="#">Sagittis et venenatis nisi</a></li>
</ul>

</div>

<div style="clear: both;"> </div>

</div>

<div id="footer">
<div class="footerleft">Copyright &copy; 2001 by <a href="#">You</a> | <a href="#">Privacy Policy</a> | <a href="#">Copyright</a></div>
<div class="footerright"><a href="http://yoctotemplates.com/free-web-templates/toolkit/">Toolkit</a> | Design by <a href="http://yoctotemplates.com">Yocto Templates</a></div>
<div style="clear: both;"> </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.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