switchr : Design 8 « Templates « HTML / CSS






switchr

   

<!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>
<title>switchr</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<style type='text/css'>
/************* GENERAL CSS ************/

body {
  margin: 0px;
  padding: 0px;
  text-align: justify;
    font : normal 12px "Trebuchet MS", sans-serif;
  color: #7b7b7b;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Trebuchet MS", sans-serif;
  color: #4ba4c2;
}

ul, li {
list-style-type : none;
}
img {
opacity : 1.0;
border : none;
}

a, a:hover, a:active, a:visited {
  text-decoration: none;
  color: #ff6600;
}

/************* header-STUFF ************/

#header-{
  height: 80px;
  margin: 0px auto;
  background : #565656 url('new.gif') no-repeat top left;
border-bottom : 6px solid #3c3c3c;
}

#header-p {
  margin: 19px 60px;
  color:#4ba4c2;
  font-size:20px;
}
#widgparty {
height : 50px;
width : 143px;
position : absolute;
left : 5px;
background-image : url(images/ticket.jpg);
background-position : top;
background-repeat : no-repeat;
}

/************* MENU ************/

#menu {
  background : #3c3c3c;

  padding: 6px 0px 5px 0px;
  width:400px;
}

#menu ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
  text-align: center;
}

#menu li{
  display: inline;
  border-left: 1px solid #3c3c3c;
}
#menu li:hover{
  display: inline;
  margin: 0px;
  padding: 6px 0px 0px 0px;
}

#menu li.selected{
    background-color:#4ba4c2;
  padding: 5px 0px;
  border-top: 5px solid #4ba4c2;
  border-bottom: 1px solid #4ba4c2;
  border-left: none;
}
#menu a, #menu a:hover {
  padding: 5px 14px;
  text-decoration: none;
  font-size: 12px;
  font-weight: bold;
  color: #FFFFFF;

}
#menu a:hover {
   background-color:#4ba4c2;
     border-top: 1px solid #4ba4c2;
  border-bottom: 1px solid #4ba4c2;
}


/************* CONTENT ************/

#content, #smallr{
  width: 770px;
  margin: 0px auto;
  padding: 0px 0px 0px 0px;
}
#content{
  margin-top:-30px;
}

#content h2, #content h3, #content h4, #content h5, #content h6 {
  font-weight: normal;
}

#content p, #content ul, #content ol {
  line-height: 150%;
}

#ajaxcontentarea {
  float: left;
  width: 480px;
  padding: 30px 20px 40px 20px;
}

#right {
  float: right;
  width: 210px;
  padding: 30px 20px 10px 20px;
}
#smallr {
    clear:both;
  padding: 0px 0px 0px 0px;
  width:770px;
  margin-top:20px;
}
#column dl {
  margin-bottom: 30px;
  margin-left:30px;
  width: 200px;
  background: #222;
  float: left;
  }
  #column dt {
  padding: 10px;
  font-size: 1.3em;
  background: #333;
  color: #4ba4c2;
  border-bottom:3px solid #7b7b7b;
  }
  #column dd {
  padding: 10px;
  color: #CCC;
  font-size: 1.2em;
  border-bottom: 1px solid #333;
  }
  #column dd a {
    color: #999;
    padding:0 2px;
    }
    #column dd a:hover {
      color: #666;
      background:#4ba4c2;
      }
  #column dd cite {
  margin: 3px 0 0;
  font-size: .9em;
  
  color: #666;
  }


/************* FOOTER ************/

#footr {
width:300px;
  clear: both;
  margin: 10px auto;
  padding:0;
background : #f4f4f4;
border : 1px solid #d7d7d7;
  text-align:center;
}

#footr a:link,#footr a:hover,#footr a:active,#footr a:visited{
color:#7b7b7b;
text-decoration:none;
}

</style>


</head>
<body>
<div id="header">
  <div id="widgparty">
    <p>switch <a href="http://www.free-css.com/">r</a></p>
  </div>
</div>
<div id="content">
  <div id="menu">
    <ul>
      <li class="selected"><a href="http://www.free-css.com/">Home</a></li>
      <li><a href="http://www.free-css.com/">Tab#1</a></li>
      <li><a href="http://www.free-css.com/">Tab#2</a></li>
      <li><a href="http://www.free-css.com/">Tab#3</a></li>
      <li><a href="http://www.free-css.com/">Tab#4</a></li>
      <li></li>
    </ul>
  </div>
  <div id="ajaxcontentarea">
    <h2>Hello world!</h2>
    <p>i'm switchr, a personal project of dinamoo.</p>
    <h4>How to make content?</h4>
    <ul>
      <li>--&gt; Open your favorite website editor</li>
      <li>--&gt; Click on &quot; index.html&quot;</li>
      <li>--&gt; Make text, add photos, be free!</li>
    </ul>
    <h4>And for the images? </h4>
    <p>i put &quot; border:none&quot; and a CSS3 effect ( opacity ) on the image. </p>
    <p>Enjoy yourself! </p>
  </div>
  <script type="text/javascript">
//Start Ajax tabs script for UL with id="maintab" Separate multiple ids each with a comma.
startajaxtabs("maintab")
</script>
  <div id="right">
    <h2>C'est quoi? </h2>
    <p>C'est un kit graphique by dinamoo...</p>
    <h2>C'est combien? </h2>
    <p>Completement gratuit.</p>
    <h2>nice? </h2>
    <p>Enjoy</p>
    <p> i'm free like wind :D. Please contact if you got problems;). </p>
  </div>
</div>
<div id="smallr">
  <div id="column">
    <dl id="tempa">
      <dt>Column#1</dt>
      <dd>Lorem ipsum dolor sit amet</dd>
      <dd>consectetuer adipiscing elit.</dd>
    </dl>
    <dl id="tempb">
      <dt>Column#2</dt>
      <dd>Lorem ipsum dolor sit amet</dd>
      <dd>consectetuer adipiscing elit. </dd>
    </dl>
    <dl id="tempc">
      <dt>Column#3</dt>
      <dd>Lorem ipsum dolor sit amet</dd>
      <dd>consectetuer adipiscing elit.</dd>
    </dl>
  </div>
</div>
<div id="footr">
  <p>Copyright &copy; 2006 YOUR SITE NAME.by <a href="http://dinamoo.com/">dinamoo</a></p>
</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.sworm
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