frozenage : Design 5 « Templates « HTML / CSS






frozenage

    

<!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>FronzenAge</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<style type='text/css'>
/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

* {
  margin: 0;
  padding: 0;
}

body {
  background: #FFFFFF url(frozenage-images/img01.gif) repeat-x;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 13px;
  color: #6E6E6E;
}

input, textarea {
  background: #FFFFFF url(frozenage-images/img09.gif) repeat-x;
  border: 1px solid #FFFFFF;
  border-top-color: #A3A3A3;
  border-left-color: #D6D6D6;
  font: normal 1em/normal "Trebuchet MS", Arial, Helvetica, sans-serif;
  color: #6E6E6E;
}

h1, h2, h3 {
  margin-bottom: 1.5em;
  letter-spacing: -0.05em;
  font-family: Georgia, "Times New Roman", Times, serif;
}

h1, h1 a, h2, h2 a {
  text-decoration: none;
  color: #414141;
}

h1 a:hover, h2 a:hover {
  text-decoration: underline;
}

h1 {
  font-size: 38px;
}

h2 {
  font-size: 28px;
}

h3 {
  font-size: 16px;
  font-weight: normal;
  color: #939292;
}

p, ul, ol {
  margin-top: 1.5em;
  line-height: 190%;
}

ul, ol {
  margin-left: 3em;
}

blockquote {
  margin-left: 3em;
  margin-right: 3em;
}

a {
  color: #346086;
}

a:hover {
  text-decoration: none;
}

a img {
  border: none;
}

img.left {
  float: left;
  margin-right: 20px;
}

img.right {
  float: right;
  margin-right: 20px;
}

hr {
  display: none;
}

/* Logo */

#logo {
  width: 870px;
  height: 135px;
  margin: 0 auto;
}

#logo h1, #logo h2 {
  margin: 0;
}

#logo h1 {
  float: left;
  padding-top: 75px;
}

#logo h2 {
  float: right;
  padding-top: 95px;
  font-size: 16px;
  font-weight: normal;
}

#logo h2, #logo h2 a {
  color: #939292;
}

#logo a {
  text-decoration: none;
}

/* Menu */

#menu {
  width: 960px;
  height: 62px;
  margin: 0 auto;
  background: #252E3A url(frozenage-images/img02.jpg) no-repeat;
}

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

#menu li {
  float: left;
  padding: 0 20px 0 22px;
  background: url(frozenage-images/img03.gif) no-repeat left center;
}

#menu li.first {
  background: none;
}

#menu a {
  text-decoration: none;
  font-size: 14px;
  font-weight: bold;
  color: #FFFFFF;
}

/* Search */

#search {
  float: right;
  width: 227px;
}

#search fieldset {
  border: none;
}

#search input {
  float: left;
}

#search #s {
  width: 136px;
  margin-right: 7px;
  padding: 2px 5px;
}

#search #x {
  background: none;
  border: none;
}

/* Banner */

#banner {
  width: 960px;
  margin: 0 auto;
  padding: 8px 0;
}

/* Page */

#page {
  width: 900px;
  margin: 0 auto;
  padding: 45px 35px 45px 25px;
  background: url(frozenage-images/img05.gif) no-repeat;
}

/* Content */

#content {
  float: left;
  width: 603px;
}

.post {
}

.post .title {
  margin: 0;
  padding: 0 20px;
}

.post .entry {
  padding: 0 20px;
}

.post .meta {
  height: 47px;
  margin: 20px 0 40px 0;
  padding: 15px 0 0 20px;
  background: url(frozenage-images/img07.gif) no-repeat;
  line-height: normal;
}

/* Sidebar */

#sidebar {
  float: right;
  width: 253px;
}

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

#sidebar li {
  margin-bottom: 40px;
  padding: 0 15px 0 20px;
}

#sidebar li ul {
}

#sidebar li li {
  margin: 0;
  padding: 5px 0;
  border-bottom: 1px solid #E5E5E5;
}

#sidebar li h2 {
  margin-bottom: 15px;
  font-size: 18px;
}

/* Calendar */

#sidebar #calendar {
  padding: 0;
  background: url(frozenage-images/img08.jpg) no-repeat;
}

#calendar caption {
  margin: -20px auto 0 auto;
  text-align: center;
  font-weight: bold;
}

#calendar table {
  margin: 0 auto;
  caption-side: bottom;
}

#calendar thead th {
  width: 31px;
  height: 40px;
  font-weight: bold;
  color: #FFFFFF;
}

#calendar tbody td {
  width: 31px;
  height: 31px;
  text-align: center;
  color: #9E9E9E;
}

#calendar tfoot td {
  padding-top: 20px;
  font-weight: bold;
}

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

/* Footer */

#footer {
  clear: both;
  width: 870px;
  height: 50px;
  margin: 0 auto;
  padding: 35px 45px;
  background: url(frozenage-images/img05.gif) no-repeat;
}

#footer p {
  margin: 0;
  line-height: normal;
  color: #B4B4B4;
}

#footer a {
  color: #B4B4B4;
}

#footer .legal {
  float: left;
}

#footer .credit {
  float: right;
}

</style>


<!--[if IE]>
<style type="text/css">
#sidebar #calendar{background-position: 0px 20px;}
</style>
<![endif]-->
</head>
<body>
<div id="logo">
  <h1><a href="http://www.free-css.com/">FrozenAge</a></h1>
  <h2>By NodeThirtyThree + Free CSS Templates</h2>
</div>
<div id="menu">
  <ul>
    <li class="first"><a href="http://www.free-css.com/" accesskey="1">Home</a></li>
    <li><a href="http://www.free-css.com/" accesskey="2">Articles</a></li>
    <li><a href="http://www.free-css.com/" accesskey="3">Blogs</a></li>
    <li><a href="http://www.free-css.com/" accesskey="4">About Us</a></li>
    <li><a href="http://www.free-css.com/" accesskey="5">Contacts</a></li>
    <li><a href="http://www.free-css.com/" accesskey="6">RSS</a></li>
  </ul>
  <div id="search">
    <form method="get" action="http://www.free-css.com/">
      <fieldset>
      <input id="s" type="text" name="s" value="" />
      <input id="x" type="image" name="imageField" src="frozenage-images/img10.jpg" />
      </fieldset>
    </form>
  </div>
</div>
<hr />
<div id="banner"><img src="frozenage-images/img04.jpg" alt="" width="960" height="147" /></div>
<div id="page">
  <div id="content">
    <div class="post">
      <h2 class="title"><a href="http://www.free-css.com/">Welcome to FrozenAge</a></h2>
      <div class="entry">
        <h3>A free CSS template by NodeThirtyThree for Free CSS Templates</h3>
        <img src="frozenage-images/img06.jpg" alt="" width="132" height="72" class="left" />
        <p>This is <strong>FrozenAge</strong>, a free, fully standards-compliant CSS template designed by NodeThirtyThree for Free CSS Templates. The photos in this design are from PDPhoto.org.</p>
        <p>This free template is released under a <a href="http://www.free-css.com/">Creative Commons Attributions 2.5</a> license, so youre 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 :)  This design is also available as a WordPress theme at Free Wordpress Themes.</p>
      </div>
      <p class="meta">Posted on November 5, 2007 by <a href="http://www.free-css.com/">Someone</a> &nbsp;|&nbsp; <a href="http://www.free-css.com/">32 comments</a></p>
    </div>
    <div class="post">
      <h2 class="title"><a href="http://www.free-css.com/">Blandit volutpat consequat</a></h2>
      <div class="entry">
        <h3>Prom nec magna tempus lorem ipsum dolor</h3>
        <p>Proin nec magna. Proin nec massa sit amet purus congue molestie. Aliquam erat volutpat. Nulla pellentesque dolor non tellus. Duis vel elit sit amet ipsum vehicula varius. Vestibulum ante ipsum primis in <a href="http://www.free-css.com/">faucibus orci luctus et ultrices</a> posuere cubilia Curae; Suspendisse rhoncus. Nunc est. Praesent interdum lectus quis neque. Aliquam eros. Nulla fermentum dolor eget mi. Cras diam sapien, auctor non, malesuada at, tristique id, dui. Aenean congue ante. </p>
        <p>Proin nec magna. Proin nec massa sit amet purus congue molestie. Aliquam erat volutpat. Nulla pellentesque dolor non tellus. Duis vel elit sit amet <a href="http://www.free-css.com/">ipsum vehicula varius</a>. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia curae.</p>
      </div>
      <p class="meta">Posted on November 5, 2007 by <a href="http://www.free-css.com/">Someone</a> &nbsp;|&nbsp; <a href="http://www.free-css.com/">32 comments</a></p>
    </div>
  </div>
  <div id="sidebar">
    <ul>
      <li id="calendar">
        <table summary="Calendar">
          <caption>
          November 2007
          </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="October" colspan="3" id="prev"><a href="http://www.free-css.com/">&laquo; Oct</a></td>
              <td class="pad">&nbsp;</td>
              <td abbr="December" colspan="3" id="next"><a href="http://www.free-css.com/">Dec &raquo;</a></td>
            </tr>
          </tfoot>
          <tbody>
            <tr>
              <td colspan="3" class="pad">&nbsp;</td>
              <td>1</td>
              <td>2</td>
              <td>3</td>
              <td>4</td>
            </tr>
            <tr>
              <td id="today">5</td>
              <td>6</td>
              <td>7</td>
              <td>8</td>
              <td>9</td>
              <td>10</td>
              <td>11</td>
            </tr>
            <tr>
              <td>12</td>
              <td>13</td>
              <td>14</td>
              <td>15</td>
              <td>16</td>
              <td>17</td>
              <td>18</td>
            </tr>
            <tr>
              <td>19</td>
              <td>20</td>
              <td>21</td>
              <td>22</td>
              <td>23</td>
              <td>24</td>
              <td>25</td>
            </tr>
            <tr>
              <td>26</td>
              <td>27</td>
              <td>28</td>
              <td>29</td>
              <td>30</td>
              <td class="pad" colspan="2">&nbsp;</td>
            </tr>
          </tbody>
        </table>
      </li>
      <li>
        <h2>Etiam dolore</h2>
        <p>Nulla pellentesque dolor non tellus. Duis vel elit sit <a href="http://www.free-css.com/">amet ipsum vehicula</a> varius. Vestibulum ante ipsum primis in faucibus orci luctus.</p>
      </li>
      <li>
        <h2>Consequat lorem</h2>
        <ul>
          <li><a href="http://www.free-css.com/">Proin nec magna nec massa</a></li>
          <li><a href="http://www.free-css.com/">Sit amet purus congue</a></li>
          <li><a href="http://www.free-css.com/">Molestie aliquam erat volutpat</a></li>
          <li><a href="http://www.free-css.com/">Nulla pellentesque dolor</a></li>
          <li><a href="http://www.free-css.com/">Non tellus duis vel elit sit</a></li>
          <li><a href="http://www.free-css.com/">Amet ipsum vehicula varius</a></li>
          <li><a href="http://www.free-css.com/">Primis in faucibus orci luctus</a></li>
          <li><a href="http://www.free-css.com/">Vestibulum ante ipsum</a></li>
        </ul>
      </li>
    </ul>
  </div>
</div>
<div id="footer">
  <p class="legal">Copyright (c) 2007 Website Name. All rights reserved.</p>
  <p class="credit">Designed by <a href="http://www.nodethirtythree.com/">NodeThirtyThree</a> + <a href="http://www.freecsstemplates.org/">Free CSS Templates</a></p>
</div>
</body>
</html>

   
    
    
    
  








Related examples in the same category

1.d-tv
2.dogstemplate
3.domesticated
4.dottis
5.duet-plasma
6.dusky
7.dusplic
8.dynamic
9.dzine
10.eastern-tales
11.easybreeze
12.easymoto
13.eatlon
14.ebullient
15.echo
16.ecolution-warrior
17.ecom-1
18.edgy
19.edy-builders
20.efflorescence
21.elements
22.elitecircle1-0
23.emblazoned
24.embouteillage
25.emerald
26.emergence
27.emperor
28.empireserver
29.emporium
30.enclosed
31.endless
32.energybox
33.enlight
34.enlighten1-0
35.enormous
36.enter
37.enthusiastica
38.entomology
39.envision1-0
40.epod
41.equivalency
42.ergophobia
43.established
44.etags
45.euphonics
46.europe
47.everydayseries
48.evolution
49.exalted
50.excess
51.excursus
52.Executive Template
53.executive
54.Exotic_Blue
55.Exotic_Red
56.fotografix
57.fotolandia
58.foundation
59.foxy
60.fractalbroccoli
61.fragrance
62.frankincense
63.freches-fruechtchen
64.free-css-lunch
65.freecsstemplate 55
66.freecsstemplateno57
67.freecsswebsitetemplate39
68.freecss_greentextile
69.freecss_modern
70.freecss_monolit
71.freecss_redleaves
72.freecss_set
73.freeport
74.freeradicals
75.freestyle
76.ftd-redblack
77.ftdbusiness
78.ftdcinema
79.ftddrops
80.ftdExplosionBlue
81.ftditight
82.ftdkiwi
83.ftdlagoon
84.ftdLight
85.ftdLightBlue
86.ftdluminescent
87.ftdMoonLight
88.ftdprime
89.ftdspace
90.ftdvivid
91.ftdworld
92.funkytimes
93.funride
94.futuremag-aio
95.fword_three
96.galaxy
97.gallerize
98.gamberetto
99.gameportal
100.Ganesh01
101.gastropoda
102.gathering14
103.gazebo
104.gconsultant
105.general
106.genesis
107.genghiskahn
108.genius_web
109.gentle_wiki
110.geoforce
111.gestured
112.gift-gallery
113.giftig-gruen
114.gila
115.glazed
116.godetia
117.godofgates
118.GoFlexible
119.goinggrey
120.gradientis
121.grandenally
122.grandhost
123.GraniteGlass
124.greefies