thetechies : Design 8 « Templates « HTML / CSS






thetechies

   

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" >
<head>
  <meta http-equiv="content-type" content="text/html; charset=utf-8" />
  <meta name="description" content="description of page" />
  <meta name="keywords" content="keywords of site" />
  <meta name="author" content="name of author - Manjeet Singh Sawhney   www.manjeetss.com" />
<style type='text/css'>
/*   This website template was created by myself Manjeet Singh Sawhney (http://www.manjeetss.com)
  You are free to copy, distribute and adapt any of the work under the following condition:
  You must attribute the work by keeping the "Designed by Manjeet Singh Sawhney" link in the footer.
  If you wish, you can remove the footer link by paying a small fee of only $5. For this please drop me an e-mail to manjeetss@gmail.com with your details and I will then send you my PayPal account details. Thanks.  
*/

body
{
  font-family: Tahoma, Verdana, sans-serif;
  background-color: #fff;
  color: #000;
  font-size: 95%;
  margin: 0;
  text-align: center;
}

a:link, a:visited
{
  color: #01f;
  text-decoration: none;
}

a:hover
{
  text-decoration: underline;
}

/* Basic Layout */

#outer_container
{
  color: #333;
  margin: 0 auto;
  text-align: left;
  width: 80%;
}

#container
{
  background-color: #fff;
  border: solid #ccc;
  border-width: 0px 1px 1px;
}

#inner_container
{
  border: 6px solid #fff;
}

#header
{
  background: #00f;
  color: #fff;  
}

#header h1
{
  border-bottom-width: 0;
  color: #fff;
  margin: 0;
  padding: 6px 12px 0;
}

#header h2
{
  border-bottom-width: 0;
  color: #fff;
  font-weight: normal;
  margin: 0;
  padding: 0 12px 6px;
}

#navigation_top
{
  background-color: #fff;
  text-align: center;
  font-weight: bold;
}

#navigation_top ul
{
  border-bottom: 1px solid #ccc;
  color: #fff;
  list-style-type: none;
  margin: 0;
  padding: 0 0 6px;
}

#navigation_top li
{
  color: #fff;
  display: inline;
  margin: 0;
  padding: 0;
}

#footer
{
  background: #00f;
  color: #fff;
}
#footer p
{
  line-height: 3em;
  margin: 0;
  padding: 0;
  text-align: center;
}

/* Content */

h1, h2, h3, h4, h5, h6
{
  border-bottom: 1px solid #333;
  color: #000;
  padding: 10px 0 2px;
  margin: 0;
}

p
{
  font-size: 85%;
  line-height: 1.4em;
  margin: 0;
  padding: 0px 0px 18px 12px;
}

ul,ol
{
  padding: 9px 0px 9px 12px;
  margin: 0 0 0 12px;
}

li
{
  font-size: 85%;
  line-height: 1.25em;
  padding: 1px 0 2px;
}

table
{
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 1.0em;
  margin: 0 auto 0.5em;
  padding: 0;
}

th, td
{
  border: 1px solid #e8e8e8;
  line-height: 1.4em;
  margin: 0;
  padding: 0.5em;
}

/* Special Classes */

.menu
{
  list-style-type: none;
  margin: 0;
  padding: 0 0 0.5em;
}
.menu li
{
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.menu li ul
{
  margin: 0.5em 0 0.5em 0.5em;
  padding: 0;
}
.menu li a, .menu li a:link, .menu li a:visited, .menu li a.current:hover, .menu li a.current:active
{
  display: block;
  background-color: #f8f8f8;
  border-left: 0.2em solid #ddd;
  line-height: 1.8em;
  margin-top: 0.5em;
  padding: 0.5em;
  text-decoration:none;
}

.menu li a:hover, .menu li a:active, .menu li a.current, .menu li a.current:link, .menu li a.current:visited
{
  background-color: #e8e8e8;
  border-left-color: #01D510;
}

.menu li a.current:hover, .menu li a.current:active
{
  background-color: #f8f8f8;
  border-left-color: #ddd;
}

/* Colour Scheme */

.blue3 a, .blue3 a:link, .blue3 a:visited
{
  color: #025;
}

body.blue3
{
  background-color: #fff;
  color: #333;
}

.blue3 #container
{
  border-color: #fff;
}

.blue3 #header
{
  background: #025 url(thetechies-img/header.gif) bottom left repeat-x;
}

.blue3 #navigation_top ul, .blue3 #navigation_bottom ul, .blue3 #menu, .blue3 #extra, .blue3 #content
{
  border-color: #ddd;
  padding: 10px 0 10px 0;
}

.blue3 #footer
{
  background-color: #259;
}

.blue3 h1, .blue3 h2, .blue3 h3, .blue3 h4, .blue3 h5, .blue3 h6, .blue3 dt
{
  border-bottom-color: #fff;
  color: #01D510;
  padding: 0 0 10px 10px;
}

/* Layout */

.layout_2_1 #menu
{
  border: solid #ccc;
  border-width: 0 0 1px;
  float: left;
  margin-bottom: 6px;
  padding-bottom: 6px;
  width: 150px;
}

.layout_2_1 #extra
{
  border-width: 0;
  clear: both;
  float: left;
  width: 150px;
}

.layout_2_1 #content
{
  border: solid #ccc;
  border-width: 0 0 0 1px;
  margin-left: 156px;
  padding-left: 6px;
}

/* Links */

html #outer_container #container #inner_container h1 a, html #outer_container #container #inner_container h2 a, html #outer_container #container #inner_container h3 a, html #outer_container #container #inner_container h4 a, html #outer_container #container #inner_container h5 a, html #outer_container #container #inner_container h6 a, html #outer_container #container #inner_container #header a, html #outer_container #container #inner_container #footer a, html #outer_container #container #inner_container h1 a:link, html #outer_container #container #inner_container h2 a:link, html #outer_container #container #inner_container h3 a:link, html #outer_container #container #inner_container h4 a:link, html #outer_container #container #inner_container h5 a:link, html #outer_container #container #inner_container h6 a:link, html #outer_container #container #inner_container #header a:link, html #outer_container #container #inner_container #footer a:link, html #outer_container #container #inner_container h1 a:visited, html #outer_container #container #inner_container h2 a:visited, html #outer_container #container #inner_container h3 a:visited, html #outer_container #container #inner_container h4 a:visited, html #outer_container #container #inner_container h5 a:visited, html #outer_container #container #inner_container h6 a:visited, html #outer_container #container #inner_container #header a:visited, html #outer_container #container #inner_container #footer a:visited
{
  color: #FFF;
  text-decoration: none;
}
html #outer_container #container #inner_container h1 a:hover, html #outer_container #container #inner_container h2 a:hover, html #outer_container #container #inner_container h3 a:hover, html #outer_container #container #inner_container h4 a:hover, html #outer_container #container #inner_container h5 a:hover, html #outer_container #container #inner_container h6 a:hover, html #outer_container #container #inner_container #header a:hover, html #outer_container #container #inner_container #footer a:hover, html #outer_container #container #inner_container h1 a:active, html #outer_container #container #inner_container h2 a:active, html #outer_container #container #inner_container h3 a:active, html #outer_container #container #inner_container h4 a:active, html #outer_container #container #inner_container h5 a:active, html #outer_container #container #inner_container h6 a:active, html #outer_container #container #inner_container #header a:active, html #outer_container #container #inner_container #footer a:active
{
  color: #FFF;
  text-decoration: underline;
}


</style>


  <title>The Techies - www.manjeetss.com</title>
</head>

<body class="layout_2_1 blue3">
  <div id="outer_container">
    <div id="container">
      <div id="inner_container">
        <div id="header">
          <h1>The Techies</h1>
          <h3>...some slogan...</h3>
        </div>
        <div id="navigation_top">
          <ul>
            <li><a href="index.html">Home</a> | </li>            
            <li><a href="http://www.manjeetss.com/websitetemplates.html">Website Templates</a> | </li>
            <li><a href="http://www.manjeetss.com/knowledgebase.html">Knowledge Base</a> | </li>
            <li><a href="http://www.manjeetss.com/fitnessnutrition.html">Fitness &amp; Nutrition</a> | </li>
            <li><a href="http://www.manjeetss.com/cvadvice.html">CV Advice</a></li>            
          </ul>
        </div>
        <div id="menu">
          <h3>Menu</h3>
          <ul class="menu">
            <li><a class="current" href="index.html">Home</a></li>
            <li><a href="http://www.manjeetss.com/websitetemplates.html">Website Templates</a></li>
            <li><a href="http://www.manjeetss.com/knowledgebase.html">Knowledge Base</a></li>
            <li><a href="http://www.manjeetss.com/fitnessnutrition.html">Fitness &amp; Nutrition</a></li>
            <li><a href="http://www.manjeetss.com/cvadvice.html">CV Advice</a></li>  
          </ul>
        </div>
        <div id="content">
          <h3>General Info</h3>
          <p>This is another one of my free website templates which I am offering for anyone to use and adapt. Please take a minute to read the important note below regarding the usage of this template.</p>
          <p>If you need a customised template design according to your requirements then please let me know by dropping me an e-mail to <a href="mailto:manjeetss@gmail.com">manjeetss@gmail.com</a>.</p>          
          <p>You are free to copy, distribute and adapt any of the work under the condition that you must attribute the work by keeping the "Designed by Manjeet Singh Sawhney" link in the footer.</p>
          <p>If you wish, you can remove the footer link by paying a small fee of only $5. For this please drop me an e-mail to <a href="mailto:manjeetss@gmail.com">manjeetss@gmail.com</a> with your details and I will then send you my PayPal account details. Thanks.</p>        
          <h3>Header 2</h3>
          <p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Morbi quis ligula. Donec tortor purus, ornare vel, tincidunt at, lacinia ac, leo. Nunc fermentum congue odio. Mauris cursus, pede vitae sagittis luctus, dolor felis aliquam arcu, ac pulvinar lacus massa non ipsum.</p>
          <h3>Header 3</h3>
          <p>Aliquam dolor. Nunc egestas ipsum et odio.Nulla facilisi. In hac habitasse platea dictumst. Aliquam nec dolor. Morbi eleifend fermentum orci.Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.</p>
        </div>
        <div id="footer">
            <p>
              <!--   
                This website template was created by myself Manjeet Singh Sawhney (http://www.manjeetss.com)
                You are free to copy, distribute and adapt any of the work under the following condition:
                You must attribute the work by keeping the "Designed by Manjeet Singh Sawhney" link in the footer.
                If you wish, you can remove the footer link by paying a small fee of only $5. For this please drop 
                me an e-mail to manjeetss@gmail.com with your details and I will then send you my PayPal account details. 
                Thanks.  
              -->              
              Copyright &copy; 2011 Your Site - Designed by <a href="http://www.manjeetss.com">Manjeet Singh Sawhney</a>    
            </p>
        </div>
      </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.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