thermal : Design 8 « Templates « HTML / CSS






thermal

   

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<!--
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License

Name       : Thermal 
Description: A two-column, fixed-width design with dark color scheme.
Version    : 1.0
Released   : 20080613

-->
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>Thermal by Free CSS Templates</title>
<meta name="keywords" content="" />
<meta name="description" content="" />
<style type='text/css'>

/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
  margin-top: 50px;
  background: #191919 url(thermal-images/img01.gif) repeat-x;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 13px;
  color: #FFFFFF;
}

h1, h2, h3 {
  margin: 0;
  text-transform: lowercase;
  letter-spacing: -.05em;
  font-family: "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
  font-weight: normal;
}

h1 {
  font-size: 1.8em;
}

h2 {
  font-size: 1.4em;
}

h3 {
  font-size: 1em;
}

p, ul, ol {
  margin-top: 0;
  line-height: 180%;
}

ul, ol {
}

a {
  background: url(thermal-images/img05.gif) repeat-x left bottom;
  text-decoration: none;
  color: #C0BFBF;
}

a:hover {
  background: none;
  color: #FFFFFF;
}

/* Header */

#header {
  width: 888px;
  height: 150px;
  margin: 0 auto;
  background: url(thermal-images/img01.jpg) no-repeat left top;
}

/* Logo */

#logo {
  float: left;
}

#logo h1 {
  float: left;
  padding-top: 80px;
  padding-left: 25px;
  text-transform: lowercase;
  font-size: 2.9em;
}

#logo p {
  float: left;
  margin: 0;
  padding: 98px 0 0 2px;
  text-transform: lowercase;
  letter-spacing: -.05em;
  font-size: 16px;
  color: #FFFFFF;
} 

#logo a {
  background: none;
  text-decoration: none;
  color: #FFFFFF;
}

/* Search */

#search {
  float: right;
  width: 200px;
  padding-top: 86px;
}

#search form {
  width: 200px;
  height: 41px;
  margin: 0;
  padding: 15px 0 0 18px;
  background: url(thermal-images/img03.gif) no-repeat;
}

#search fieldset {
  margin: 0;
  padding: 0;
  border: none;
}

#search-text {
  border: none;
  text-transform: lowercase;
  background: #FFFFFF;
  border: none;
  font: bold 1.2em Arial, Helvetica, sans-serif;
  color: #FFFFFF;
}

#search-submit {
  display: none;
}

/* Menu */

#menu {
  width: 888px;
  height: 40px;
  margin: 0 auto;
  background: #FFFFFF url(thermal-images/img03.jpg) repeat-y left top;
}

#menu ul {
  margin: 0;
  padding: 7px 0 0 10px;
  list-style: none;
  line-height: normal;
}

#menu li {
  float: left;
}

#menu a {
  padding: 10px 20px;
  margin-right: 2px;
  background: #BDE119;
  text-transform: uppercase;
  text-decoration: none;
  font: bold 10px Arial, Helvetica, sans-serif;
  color: #000000;
}

#menu a:hover, #menu .current_page_item a {
  color: #FFFFFF;
}

#menu a:hover {
  text-decoration: underline;
}

/* Page */

#page {
  width: 888px;
  margin: 0 auto;
  background: #FFFFFF url(thermal-images/img03.jpg) repeat-y left top;
  padding-top: 30px;
  font-family: "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
}

/* Content */

#content {
  float: left;
  width: 530px;
  margin-left: 25px;
}

.post {
}

.post .title {
  padding: 5px 0;
  border-bottom: 1px solid #354658;
  background: url(thermal-images/img06.jpg) no-repeat left bottom;
  color: #FFFFFF;
}

.post .title a {
  color: #FFFFFF;
}

.post h2 {
  font-size: 1.8em;
}

.post .meta {
  padding: 2px 10px;
  background: #0D0D0D;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  text-transform: uppercase;
  text-align: right;
  font-size: 9px;
}

.post .entry {
  padding: 20px;
  text-align: justify;
}

/* Sidebar */

#sidebar {
  float: right;
  width: 280px;
  background: #2C3A49;
  margin-right: 25px;
  padding-top: 20px;
  color: #7893AE;
}

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

#sidebar li {
}

#sidebar li ul {
  padding: 23px;
}

#sidebar li li {
  background: url(thermal-images/img05.jpg) no-repeat left 50%;
  padding-left: 10px;
}

#sidebar h2 {
  padding: 5px 22px;
  background: url(thermal-images/img04.jpg) no-repeat bottom;
  font-size: 1.5em;
  color: #FFFFFF;
}

#sidebar p {
  padding: 20px;
}

/* Calendar */

#calendar {
}

#calendar_wrap {
  padding: 20px;
}

#calendar table {
  width: 100%;
}

#calendar tbody td {
  text-align: center;
}

#calendar #next {
  text-align: right;
}

/* Footer */

#footer {
  width: 888px;
  margin: 0 auto;
  padding: 30px 0;
  height: 60px;
  background: url(thermal-images/img02.jpg) no-repeat left top;
  font-family: Arial, Helvetica, sans-serif;
  color: #121C27;
}

#footer p {
  margin: 0;
  line-height: normal;
  font-size: 9px;
  text-transform: uppercase;
  text-align: center;
}

#footer a {
  color: #121C27;
}

</style>


</head>
<body>
<div id="header">
  <div id="logo">
    <h1><a href="#">Thermal </a></h1>
    <p>by <a href="http://www.freecsstemplates.org/">Free CSS Templates</a></p>
  </div>
  <div id="search">
    <form method="get" action="">
      <fieldset>
      <input id="search-text" type="text" name="s" value="Search" size="15" />
      <input type="submit" id="search-submit" value="Search" />
      </fieldset>
    </form>
  </div>
  <!-- end #search -->
</div>
<!-- end #header -->
<div id="menu">
  <ul>
    <li class="current_page_item"><a href="#">Home</a></li>
    <li><a href="#">Blog</a></li>
    <li><a href="#">Photos</a></li>
    <li><a href="#">About</a></li>
    <li><a href="#">Links</a></li>
    <li><a href="#">Contact</a></li>
  </ul>
</div>
<!-- end #menu -->
<div id="page">
  <div id="content">
    <div class="post">
      <h1 class="title"><a href="#">Welcome to Thermal </a></h1>
      <p class="meta">Posted by <a href="#">Someone</a> on March 10, 2008
        &nbsp;&bull;&nbsp; <a href="#" class="comments">Comments (64)</a> &nbsp;&bull;&nbsp; <a href="#" class="permalink">Full article</a></p>
      <div class="entry">
        <p>This is <strong>Thermal </strong>, a free, fully standards-compliant CSS template designed byFreeCssTemplates<a href="http://www.nodethirtythree.com/"></a> for <a href="http://www.freecsstemplates.org/">Free CSS Templates</a>. This free template is released under a <a href="http://creativecommons.org/licenses/by/2.5/">Creative Commons Attributions 2.5</a> license, so you?re pretty much free to do whatever you want with it (even use it commercially) provided you keep the links in the footer intact. Aside from that, have fun with it :)</p>
        <p>Sed lacus. Donec lectus. Nullam pretium nibh ut turpis. Nam bibendum. In nulla tortor, elementum ipsum. Proin imperdiet est. Phasellus dapibus semper urna. Pellentesque ornare, orci in felis. Donec ut ante. In id eros.</p>
      </div>
    </div>
    <div class="post">
      <h2 class="title"><a href="#">Lorem ipsum sed aliquam</a></h2>
      <p class="meta">Posted by <a href="#">Someone</a> on March 8, 2008
        &nbsp;&bull;&nbsp; <a href="#" class="comments">Comments (64)</a> &nbsp;&bull;&nbsp; <a href="#" class="permalink">Full article</a></p>
      <div class="entry">
        <p>Sed lacus. Donec lectus. Nullam pretium nibh ut turpis. Nam bibendum. In nulla tortor, elementum vel, tempor at, varius non, purus. Mauris vitae nisl nec metus placerat consectetuer. Donec ipsum. Proin imperdiet est. Phasellus <a href="#">dapibus semper urna</a>. Pellentesque ornare, orci in consectetuer hendrerit, urna elit eleifend nunc, ut consectetuer nisl felis ac diam. Etiam non felis. Donec ut ante. In id eros. Suspendisse lacus turpis, cursus egestas at sem. Phasellus pellentesque. Mauris quam enim, molestie in, rhoncus ut, lobortis a, est.</p>
      </div>
    </div>
    <div class="post">
      <h2 class="title"><a href="#">Phasellus pellentesque</a></h2>
      <p class="meta">Posted by <a href="#">Someone</a> on March 8, 2008
        &nbsp;&bull;&nbsp; <a href="#" class="comments">Comments (64)</a> &nbsp;&bull;&nbsp; <a href="#" class="permalink">Full article</a></p>
      <div class="entry">
        <p>Sed lacus. Donec lectus. Nullam pretium nibh ut turpis. Nam bibendum. In nulla tortor, elementum vel, tempor at, varius non, purus. Mauris vitae nisl nec metus placerat consectetuer. Donec ipsum. Proin imperdiet est. Phasellus <a href="#">dapibus semper urna</a>. Pellentesque ornare, orci in consectetuer hendrerit, urna elit eleifend nunc, ut consectetuer nisl felis ac diam. Etiam non felis. Donec ut ante. In id eros. Suspendisse lacus turpis, cursus egestas at sem. Phasellus pellentesque. Mauris quam enim, molestie in, rhoncus ut, lobortis a, est.</p>
      </div>
    </div>
  </div>
  <!-- end #content -->
  <div id="sidebar">
    <ul>
      <li>
        <h2>Aliquam tempus</h2>
        <p>Mauris vitae nisl nec metus placerat perdiet est. Phasellus dapibus semper urna ornare, orci in consectetuer hendrerit.</p>
      </li>
      <li id="calendar">
        <h2>Calendar</h2>
        <div id="calendar_wrap">
          <table summary="Calendar">
            <caption>
            March 2008
            </caption>
            <thead>
              <tr>
                <th abbr="Monday" scope="col" title="Monday">M</th>
                <th abbr="Tuesday" scope="col" title="Tuesday">T</th>
                <th abbr="Wednesday" scope="col" title="Wednesday">W</th>
                <th abbr="Thursday" scope="col" title="Thursday">T</th>
                <th abbr="Friday" scope="col" title="Friday">F</th>
                <th abbr="Saturday" scope="col" title="Saturday">S</th>
                <th abbr="Sunday" scope="col" title="Sunday">S</th>
              </tr>
            </thead>
            <tfoot>
              <tr>
                <td abbr="February" colspan="3" id="prev"><a href="#" title="">&laquo; Feb</a></td>
                <td class="pad">&nbsp;</td>
                <td abbr="April" colspan="3" id="next"><a href="#" title="">Apr &raquo;</a></td>
              </tr>
            </tfoot>
            <tbody>
              <tr>
                <td colspan="5" class="pad">&nbsp;</td>
                <td>1</td>
                <td>2</td>
              </tr>
              <tr>
                <td>3</td>
                <td>4</td>
                <td>5</td>
                <td>6</td>
                <td>7</td>
                <td>8</td>
                <td>9</td>
              </tr>
              <tr>
                <td>10</td>
                <td id="today">11</td>
                <td>12</td>
                <td>13</td>
                <td>14</td>
                <td>15</td>
                <td>16</td>
              </tr>
              <tr>
                <td>17</td>
                <td>18</td>
                <td>19</td>
                <td>20</td>
                <td>21</td>
                <td>22</td>
                <td>23</td>
              </tr>
              <tr>
                <td>24</td>
                <td>25</td>
                <td>26</td>
                <td>27</td>
                <td>28</td>
                <td>29</td>
                <td>30</td>
              </tr>
              <tr>
                <td>31</td>
                <td class="pad" colspan="6">&nbsp;</td>
              </tr>
            </tbody>
          </table>
        </div>
      </li>
      <li>
        <h2>Categories</h2>
        <ul>
          <li><a href="#">Uncategorized</a> (3) </li>
          <li><a href="#">Lorem Ipsum</a> (42) </li>
          <li><a href="#">Urna Congue Rutrum</a> (28) </li>
          <li><a href="#">Augue Praesent</a> (55) </li>
          <li><a href="#">Vivamus Fermentum</a> (13) </li>
        </ul>
      </li>
      <li>
        <h2>Archives</h2>
        <ul>
          <li><a href="#">December 2007</a>&nbsp;(29)</li>
          <li><a href="#">November 2007</a>&nbsp;(30)</li>
          <li><a href="#">October 2007</a>&nbsp;(31)</li>
          <li><a href="#">September 2007</a>&nbsp;(30)</li>
        </ul>
      </li>
    </ul>
  </div>
  <!-- end #sidebar -->
  <div style="clear: both;">&nbsp;</div>
</div>
<!-- end #page -->
<div id="footer">
  <p>Copyright (c) 2008 Sitename.com. All rights reserved. Design by <a href="http://www.freecsstemplates.org/">Free CSS Templates</a>.</p>
</div>
<!-- end #footer -->
</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.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