xenlog : Design 8 « Templates « HTML / CSS






xenlog

   

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Xenlog</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<style type='text/css'>
@charset "utf-8";
/* CSS Document */

/*   
  Template Name: Xenlog
  Author: Santhosh. S
  Website: www.themebin.com
  License: Creative Commons 
*/

body {
  background: #666;
  margin: 0;
  font: 100%/150% Geneva, Arial, Helvetica, sans-serif;
  color: #000;
}

h1 {
  color: #000;
  font-size: 20px;
}

h2 {
  color: #000;
  font-size: 20px;
  border-bottom: dotted 1px #666;
}

h2 a {
  color: #0099CC;
}

h2 a:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

h3 {
  color: #222;
  font-size: 14px;
}

a, a:visited {
  color: #006699;
  text-decoration: none;
}

a:hover {
  color: #000;
  text-decoration: underline;
}

/* wraps */

#wrap {
  width: 998px;
  margin: 0 auto;
  background: url(wrap.png) repeat-y;
}

/* header */

#header {
  height: 70px;
  width: 990px;
  margin-left: 1px;
  background: #333 url(header.png) no-repeat;
}

#title {
  color: #fff;
  font-size: 30px;
  padding-top: 10px;
  padding-left: 20px;
  width: 600px;
}

#tagline {
  color: #ccc;
  font-size: 14px;
  padding-left: 20px;
  width: 600px;
}

#logo {
  height: 70px;
  width: 70px;
  float: left;
  background: url(logo.png) no-repeat;
}
  
/* navigation */

#nav {
  height: 40px;
  width: 990px;
  margin-left: 1px;
  background: url(nav.png) repeat-x;
}

#nbar a {
  font-weight: normal;
}

#nbar {
  position: relative;
  width: auto;
  height: 40px;
  margin: 0;
  padding : 8px 0 0 0;
  font: 12px/25px Verdana, Arial, Tahoma, Sans-serif;
}

#nbar ul {
  float: left;
  list-style : none;
  margin: 0;
  padding: 0;
}

#nbar ul li {
  display: inline;
}

#nbar ul li a {
  display: block;
  height: 25px;
  float: left;
  padding: 0 10px;
  color: #333;
  text-decoration: none;
  background: none;
  border-right: dotted 1px #666;
}


#nbar ul li a:hover {
  color: #000;
  padding-top: 2px;
}

#nbar ul li#selected a {
  color: #000;
  background: url(nbg-inv.png) top repeat-x;
  font-weight: bold;
}


/* Intro */

#intro {
  width: 970px;
  background: #EBEBEB url(introbg-top.png) top repeat-x;
  height: 250px;
  margin-top: 10px;
  margin-left: 10px;
  border: solid 1px #D9D9D9;
}

#intro-pic {
  padding-top: 5px;
  padding-left: 10px;
  width: 225px;
}

#intro-msg {
  font-size: 14px;
  color: #222;
  float: right;
  width: 680px;
  padding-top: 5px;
  margin-right: 20px;
  text-align: justify;
}

#intro h1 {
  font-size: 28px;
  color: #000;
  border-bottom: dotted 1px #999;
}

/* content is king */

#content-bottom {
  height: 48px;
  background: #666 url(content-bottom.png) no-repeat;
}

#content-wrap {
  width: 978px;
  margin: 0 auto;
  margin-top: 10px;
}

.post-footer {
  background: #F3F3F3;
  height: 25px;
  font-size: 12px;
  font-weight: bold;
  padding: 0 10px 0 10px;
  text-align: right;
  color: #000;
  margin-bottom: 30px;
  border-bottom: dotted 1px #DEDEDE;
  border-top: dotted 1px #DEDEDE;
}
  

.dated {
  padding-top: 2px;
  background: url(calendar.png) left no-repeat;
  padding-left: 20px;
  float: left;
}

.category {
  background: url(category.png) left no-repeat;
  padding-left: 20px;
  margin-left: 10px;
  float: left;
  height: 22px;
}

.author {
  padding-left: 20px;
  padding-bottom: 5px;
  background: url(user.png) no-repeat;
}

.more {
  padding-right: 20px;
  margin-left: 20px;
  padding-bottom: 2px;
  background: url(more.png) right no-repeat;
}

.post-footer a {
  color: #000;
}

#homecontent {
  width: 640px;
  margin: 10px 10px 0 10px;
  text-align: justify;
  font-size: 12px;
}


/* home sidebar */

#mainbar-wrap {
  width: 300px;
  margin-right: 7px;
  float: right;
}

#main-sbar {
  width: 300px;
  background: #F4F4F4;
  border: solid 1px #E2E2E2;
  font-size: 12px;
}

#main-sbar h1 {
  color: #333;
  font-size: 16px;
  border-bottom: dotted 1px #666;
  background: url(post.png) left no-repeat;
  padding-left: 20px;
}

#main-sbar .widgetspace {
  padding: 5px 5px 0 10px;
  margin: 0px;
  background: none;
  padding-bottom: 28px;
}


#main-sbar ul.menu {
  list-style: none;
  text-decoration: none;
  margin : 3px 0 2px 0;
  padding: 0;
}

#main-sbar ul.menu li {
  padding : 2px 0 0px 5px;
  margin : 0 0 0 2px;
  border-bottom: 1px dotted #ccc;
}

#main-sbar ul.menu li:hover {
  background: #EBEBEB;
}

#main-sbar ul.menu a {
  text-decoration : none;
  background-image : none;
  color: #333;
}

#getsocial {
  width: 290px;
  margin-top: 10px;
  background: #F4F4F4;
  border: solid 1px #E2E2E2;
  font-size: 14px;
  padding: 5px 5px 5px 5px;
}

#getsocial a {color: #000;}

.social {
  background: url(social.png) left no-repeat;
  padding-left: 24px;
  padding-top: 5px;
}

/* Search */ 

form.search {
  position: relative;
  background: none;
  width: 250px;
  border: none;
  float: right;
  margin-right: 25px;
  height: 25px;
  top: -78px;
}

form.search input.textbox {
  padding-left: 30px;
  width: 170px;
  background: none;
  border: none;
  color: #ccc;
  font-size: 12px;
}

form.search input.button {
  background : url(search-button.png) no-repeat;
  color: #333;
  border: none;
  width: 25px;
  height: 15px;
  cursor: pointer;
  margin-left: 15px;
}


/* Boxes */

.boxes {
  width: 310px;
  margin-right: 10px;
  background: #F0F0F0;
  margin-bottom: 15px;
  border: solid 1px #E5E5E5;
  float: left;
  font-size: 12px;
  padding: 5px 5px 5px 5px;
  line-height: 18px;
}

.begin {
  background: url(go.png) left no-repeat;
  padding-left: 16px;
}

/* Images */

img {
  border: none;
  background: none;
}

img.float-right {
  margin : 5px 0 10px 10px;
  padding: 2px;
}

img.float-left {
  margin : 5px 10px 10px 0;
  padding: 2px;
}

/* Forms and Text Fields */

form {
  margin : 10px;
  padding : 0 5px;
  border-top: solid 1px #D7D7D7;
  border-bottom: solid 2px #D7D7D7;
  border-left: solid 1px #D7D7D7;
  border-right: solid 2px #D7D7D7;
  background: #F9F9F9;
}

label {
  display : block;
  font-weight : bold;
  margin : 5px 0;
  color: #333333;
}

input {
  padding : 2px;
  border-top: solid 2px #D7D7D7;
  border-bottom: solid 1px #D7D7D7;
  border-left: solid 2px #D7D7D7;
  border-right: solid 1px #D7D7D7;
  font : normal 1em Verdana, sans-serif;
  color : #000000;
  background: #fff;
}

textarea {
  width : 400px;
  padding : 2px;
  font-family : Verdana, sans-serif;
  border-top: solid 2px #D7D7D7;
  border-bottom: solid 1px #D7D7D7;
  border-left: solid 2px #D7D7D7;
  border-right: solid 1px #D7D7D7;
  height : 100px;
  display : block;
  background:#fff;
  color : #000;
}

input.button {
  margin : 0;
  font : bolder 12px Arial, Sans-serif;
  border-top: solid 1px #D7D7D7;
  border-bottom: solid 2px #D7D7D7;
  border-left: solid 1px #D7D7D7;
  border-right: solid 2px #D7D7D7;
  padding : 2px 3px;
  background : #fff;
  color : #131212;
}

/* Addition Stuffs */

blockquote {
  background: #F8F8F8;
  border: dotted 1px #D7D7D7;
  padding: 5px 5px 5px 25px;
}

code {
  margin : 4px 8px;
  padding : 10px;
  text-align : left;
  display : block;
  overflow : auto;
  font : 500 1em/1.5em 'Lucida Console', 'courier new', monospace;
  background: #F8F8F8;
  border : 1px dashed #D7C3C3;
}

ul, ol {
  margin: 5px 20px;
  padding: 0 20px;
  color: #333333;
}

ul span, ol span {
  color: #333333;
}

#line {
  height: 10px;
  width: 900px;
  border-bottom: dotted 1px #999;
  margin: 0 auto;
}

/* Sidebar */

#sbar-wrap {
  width: 300px;
  margin-right: 7px;
  float: right;
}

#sbar {
  width: 300px;
  background: #fff;
  font-size: 12px;
}

#sbar a:hover {
  color: #000;
}

#sbar h1 {
  color: #333;
  font-size: 16px;
  border-bottom: dotted 1px #666;
  background: url(arrow.png) left no-repeat;
  padding-left: 20px;
}

#sbar .widgetspace {
  padding: 5px 5px 0 10px;
  margin-top: 10px;
  background: #F4F4F4;
  padding-bottom: 28px;
  border: solid 1px #E2E2E2;
}


#sbar ul.menu {
  list-style: none;
  text-decoration: none;
  margin : 3px 0 2px 0;
  padding: 0;
}

#sbar ul.menu li {
  padding : 2px 0 0px 5px;
  margin : 0 0 0 2px;
  border-bottom: 1px dotted #ccc;
}

#sbar ul.menu li:hover {
  background: #EBEBEB;
}

#sbar ul.menu a {
  text-decoration : none;
  background-image : none;
  color: #333;
}

/* Footer */

#footer {
  background: none;
  height: 25px;
  padding-top: 10px;
  color: #000;
  font-size: 11px;
  text-align: center;
}

#footer a {
  color: #000;
}
  
  
.clearfix {
  clear:both;
  overflow: hidden;
}


</style>


<!-- WIN IE Style Sheets -->
<!--[if IE]>
<![if gte IE 5.5]>
<![if gte IE 7]><link rel="stylesheet" type="text/css" media="screen,projection" href="xenlog-assets/ie.css" /><![endif]>
<![if lt IE 7]><link rel="stylesheet" type="text/css" media="screen,projection" href="xenlog-assets/ie.css" /><![endif]>
<![endif]>
<![if lt IE 5.5]><link rel="stylesheet" type="text/css" media="screen,projection" href="xenlog-assets/ie.css" /><![endif]>
<![endif]-->
</head>
<body>
<div id="wrap">
  <div id="header">
    <div id="logo"></div>
    <div id="title">Xenlog</div>
    <div id="tagline">Your tagline goes here..</div>
    <form class="search" method="post" action="#">
      <p>
        <input class="textbox" type="text" name="search_query" value="Search" onfocus="if (this.value == 'Search') {this.value = '';}" onblur="if (this.value == '') {this.value = 'Search';}" />
        <input class="button" type="submit" name="Submit" value="" />
      </p>
    </form>
  </div>
  <div id="nav">
    <div id="nbar">
      <ul>
        <li id="selected"><a href="index.html">Home</a></li>
        <li><a href="page.html">Samples</a></li>
        <li><a href="#">Downloads</a></li>
        <li><a href="#">Services</a></li>
        <li><a href="#">Support</a></li>
        <li><a href="#">About</a></li>
      </ul>
    </div>
  </div>
  <div id="intro">
    <div id="intro-msg">
      <h1>Welcome to Xenlog</h1>
      <p><strong>Xenlog</strong> template is a free Template for your website. This is a valid xHTML and Valid CSS template and W3C-Compilant. The template is designed by ThemeBin. This template is licensed under <a href="http://creativecommons.org/licenses/by/2.5/">Creative Commons India 2.5 License,</a> which means you are free to modify this template as per your needs for any purpose. And please keep the back link to my site in the credits (footer) intact. That will make the CC License vaild. For more templates, themes, wallpapers and more, visit my website. Hope you find this template useful and best of luck! You can also visit My Templates page to see my designs.</p>
    </div>
    <div id="intro-pic">
      <div align="left"><img src="xenlog-assets/intro-pic.png" alt="" /></div>
    </div>
  </div>
  <div id="content-wrap">
    <div id="mainbar-wrap">
      <div id="main-sbar">
        <div class="widgetspace">
          <h1>Latest Posts.</h1>
          <ul class="menu">
            <li><a href="#">Latest Post.</a></li>
            <li><a href="#">Samples</a></li>
            <li><a href="#">Link to the latest post 3 </a></li>
            <li><a href="#">Link to the latest post 4</a></li>
            <li><a href="#">Link to the latest post 5</a></li>
          </ul>
        </div>
      </div>
      <div id="getsocial"> <span class="social"><strong>Get Social</strong></span>
        <p><a href="#">Twitter</a> | <a href="#">Facebook</a> | <a href="#">LinkedIn</a> | <a href="#">Flickr</a> | <a href="#">Tumblr</a></p>
      </div>
    </div>
    <div class="boxes"><span class="begin">The beautiful intro image is created by <a href="#"><span id="main"><span id="search">mediadesign</span></span></a>. Icons by <a href="#">famfamfam</a> and <a href="#">icojoy</a>. They are worth a credit for their awesome contribution.</span></div>
    <div class="boxes"><span class="begin">You can use <a href="#">page template</a> to add additional pages to your website where you can publish posts. N number of pages can be added by just interlinking each other.</span></div>
    <div id="homecontent">
      <h2>Latest Post.</h2>
      <img src="xenlog-assets/ff.jpg" alt="" align="left" class="float-left" />You can preview the latest post on your blog/news page here and anchor it on to <a href="#">that page</a>. Click on the &quot;Read More&quot; link below in the post-footer. Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Fusce velit pede, lacinia eu, tempor nec, vestibulum non, dolor. Aenean malesuada laoreet lacus. Vivamus lementum, felis ac ullamcorper blandit, neque erat porttitor lorem, non aliqfet quam magna ac enim. Morbi tempus odio eu lorem. Quisque volutpat, odio id gravida commodo, turpis orci consequat augue, eget dignissim odio tellus et lacus. Nulla nulla nisl, porta eu, ullamcorper vitae, facilisis in, nulla.Curabitur a pede. Mauris at metus quis nulla eleifend pharetra.
      <p class="post-footer"><span class="dated">July 12, 2009</span><span class="category">Category</span><span class="author">Santhosh</span><span class="more"><a href="#">Read more...</a></span></p>
    </div>
    <div id="line"></div>
    <div class="clearfix"></div>
  </div>
  <!-- End content-wrap -->
  <div id="content-bottom">
    <div id="footer"> &copy; 2008 <strong>Your Company</strong> | Design by: <a href="http://www.themebin.com/">ThemeBin</a> </div>
  </div>
</div>
<!-- End Wrap -->
</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.vibrant
139.Village
140.vintage-style
141.violetrays
142.visioninc
143.visions
144.vitruvius
145.vivid
146.Viziora
147.voodoo-dolls
148.voodoodollyv2.0
149.voyage
150.WaiveLive
151.walls
152.wanderer
153.warmblue
154.warped
155.watchthis
156.watercolored-portfolio
157.waterfactory
158.waterfall
159.waterfalls
160.WaterPool
161.we think
162.web-application
163.web-design-studio
164.web-design
165.web-hosting
166.web-shop
167.web2
168.webdesign
169.webdesigninfo
170.webmob
171.websitedesignx
172.webvision
173.Web_Application
174.wellness
175.whatsyoursolution
176.wickedred
177.widecommerce
178.widget
179.widgetlike
180.wildgoose
181.wing-the-air
182.winglobal
183.wiremesh
184.world-of-warcraft
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