oxidation : Design 6 « Templates « HTML / CSS






oxidation

   

<!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       : Oxidation
Description: A two-column, fixed-width design for small websites and blogs.
Version    : 1.0
Released   : 20071229

-->
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>Oxidation 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: 20px 0;
  padding: 0;
  background: #ECEADC;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 13px;
  color: #7F7E77;
}

form {
  margin: 0;
  padding: 0;
}

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

input, textarea {
  padding: 2px 5px;
  background: #F9F8F1 url(oxidation-images/img03.gif) repeat-x;
  border: 1px solid #D2BA29;
  font: bold 1em Georgia, "Times New Roman", Times, serif;
  color: #2D2D2B;
}

h1, h2, h3 {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-weight: normal;
  color: #2D2D2B;
}

h1 a, h2 a, h3 a {
  color: #2D2D2B;
}

h1 a:hover, h2 a:hover, h3 a:hover {
  color: #D2BA29;
}

h1 {
  letter-spacing: -2px;
  font-size: 2.8em;
}

h2 {
  letter-spacing: -1px;
  font-size: 2em;
}

h3 {
  letter-spacing: -1px;
  font-size: 1.6em;
}

p, ul, ol {
  margin-bottom: 2em;
  line-height: 180%;
}

blockquote {
  margin: 0 0 0 2em;
  padding: 0 0 0 1em;
  font-style: italic;
  border-left: 4px solid #F2EAB8;
}

a {
  border-bottom: 1px solid #F2EAB8;
  text-decoration: none;
  color: #D2BA29;
}

a:hover {
  border: none;
  color: #FFB700;
}

hr {
  display: none;
}

/* Header */

#header {
  width: 960px;
  height: 50px;
  margin: 0 auto;
}

/* Logo */

#logo {
  float: left;
  height: 50px;
  padding: 0 30px;
  background: #D2BA29 url(oxidation-images/img01.jpg) no-repeat right top;
}

#logo h1, #logo h2 {
  float: left;
  margin: 0;
  color: #FFFFFF;
}

#logo h1 {
  padding-top: 10px;
  text-transform: lowercase;
  letter-spacing: 2px;
  font-size: 2.6em;
  font-weight: normal;
}

#logo h2 {
  padding-top: 30px;
  font-size: .9em;
}

#logo a {
  border: none;
  color: #FFFFFF;
}

/* Search */

#search {
  float: right;
  padding-top: 15px;
}

#searchsubmit {
  background: #D5BF36 url(oxidation-images/img04.gif) repeat-x;
  font-size: .9em;
  color: #FFFFFF;
}

/* Menu */

#menu {
  width: 960px;
  height: 65px;
  margin: 0 auto;
  background: #242424 url(oxidation-images/img02.jpg) no-repeat;
}

#menu ul {
  margin: 0;
  padding: 18px 0 0 10px;
  list-style: none;
}

#menu li {
  float: left;
}

#menu a {
  padding: 0 20px;
  border: none;
  letter-spacing: -1px;
  font: normal 1.4em "Trebuchet MS", Arial, Helvetica, sans-serif;
  color: #CABFB4;
}

#menu a:hover {
  color: #FFFFFF;
}

/* Page */

#page {
  width: 960px;
  margin: 0 auto;
  background: url(oxidation-images/img05.gif) repeat-y;
}

/* Content */

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

/* Post */

.post {
  padding: 25px;
}

.post .title {
  margin: 0;
  border-bottom: 2px solid #F2EAB8;
}

.post .meta {
  height: 11px;
  margin: 0;
  padding: 5px 0;
  border-bottom: 1px solid #F2EAB8;
  line-height: normal;
  font: bold .8em Arial, Helvetica, sans-serif;
  color: #C5C3BC;
}

.post .meta .author {
  float: left;
}

.post .meta .date {
  float: right;
}

.post .meta a {
  border: none;
}

.post .entry {
}

.post .tags {
  margin: 0;
  padding: 5px 0;
  border-top: 2px solid #F2EAB8;
  line-height: normal;
  font-size: smaller;
}

.post .links {
  margin: 0;
  padding: 5px 0;
  border-top: 1px solid #F2EAB8;
  border-bottom: 1px solid #F2EAB8;
  line-height: normal;
  font-size: smaller;
}

/* Posts */

.posts {
  padding: 20px;
}

.posts h2 {
  margin: 0;
  border-bottom: 2px solid #F2EAB8;
}

.posts ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.posts li {
  padding-bottom: 1px;
}

.posts .title {
  margin: 30px 0 0 0;
  border-bottom: 2px solid #F2EAB8;
}

.posts .title a {
  border: none;
}

.posts .meta {
  height: 11px;
  margin: 0;
  padding: 5px 0;
  border-bottom: 1px solid #F2EAB8;
  line-height: normal;
  font: bold .8em Arial, Helvetica, sans-serif;
  color: #C5C3BC;
}

.posts .meta .author {
  float: left;
}

.posts .meta .date {
  float: right;
}

.posts .meta a {
  border: none;
}

/* Latest Post */

#latest-post {
  float: left;
  width: 350px;
}

/* Recent Posts */

#recent-posts {
  float: right;
  width: 270px;
  padding-top: 36px;
}

/* Sidebar */

#sidebar {
  float: right;
  width: 210px;
  padding: 20px;
}

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

#sidebar li {
}

#sidebar li ul {
  padding-left: 10px;
}

#sidebar li li {
  padding-left: 15px;
  background: url(oxidation-images/img06.gif) no-repeat left center;
}

#sidebar h2 {
  margin: 0;
  padding: 20px 0;
}

#sidebar a {
  border-bottom-color: #B4AF8E;
  color: #666666;
}

#sidebar a:hover {
  color: #000000;
}

/* Calendar */

#calendar {
  padding-left: 10px;
}

#calendar table {
  width:  190px;
  border-collapse: collapse;
}

#calendar thead th {
  border-top: 2px solid #B4AF8E;
  border-bottom: 2px solid #B4AF8E;
}

#calendar tbody td {
  border-bottom: 1px solid #B4AF8E;
  text-align: center;
}

#calendar tfoot td {
  border-top: 2px solid #B4AF8E;
  font-weight: bold;
}

#calendar #today {
  background: #B4AF8E;
  font-weight: bold;
  color: #FDFBED;
}

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

#calendar a {
  font-weight: bold;
}

/* Footer */

#footer {
  width: 940px;
  height: 80px;
  padding: 20px 0 0 20px;
  margin: 0 auto;
  background: url(oxidation-images/img07.gif) no-repeat;
}

#footer p {
  margin: 0;
  font: bold .8em Arial, Helvetica, sans-serif;
  color: #B4AF8E;
}

#footer a {
  color: #B4AF8E;
}

</style>


</head>
<body>
<div id="header">
  <div id="logo">
    <h1><a href="#">Oxidation</a></h1>
    <h2>By Free CSS Templates</h2>
  </div>
  <div id="search">
    <form id="searchform" method="get" action="">
      <fieldset>
      <input id="searchquery" type="text" size="25" name="s" value="" />
      <input id="searchsubmit" type="submit" value="Search" />
      </fieldset>
    </form>
  </div>
</div>
<!-- end #header -->
<div id="menu">
  <ul>
    <li><a href="#">Homepage</a></li>
    <li><a href="#">Products</a></li>
    <li><a href="#">Services</a></li>
    <li><a href="#">About Us</a></li>
    <li><a href="#">Contact Us</a></li>
  </ul>
</div>
<!-- end #menu -->
<hr />
<div id="page">
  <div id="content">
    <div id="latest-post" class="post">
      <h1 class="title"><a href="#" rel="bookmark">About This Template</a></h1>
      <p class="meta"><small class="author">By <a href="#">Someone</a></small> <small class="date">December 29th, 2007</small></p>
      <div class="entry">
        <p><strong>Oxidation</strong> is a free, fully standards-compliant CSS template designed by <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 youre pretty much free to do whatever you want with it  (even use it commercially) provided you keep the links in the footer  intact. Have fun with it :)</p>
        <p>This template is also available as a <a href="http://www.freewpthemes.net/preview/oxidation">WordPress theme</a> at <a href="http://www.freewpthemes.net/">Free WordPress Themes</a>.</p>
        <h2>A Heading Level 2</h2>
        <p>This paragraph is followed by a sample unordered list:</p>
        <ul>
          <li><a href="#">Consectetuer adipiscing elit</a></li>
          <li><a href="#">Metus aliquam pellentesque</a></li>
          <li><a href="#">Urnanet non molestie semper</a></li>
          <li><a href="#">Proin gravida orci porttitor</a></li>
        </ul>
        <h3>Heading Level 3</h3>
        <p>While this one is followed by a blockquote:</p>
        <blockquote>
          <p>&ldquo;Donec leo, vivamus nibh in augue praesent a lacus at  urna congue rutrum. Quisque dictum integer nisl risus, sagittis  convallis, rutrum id, congue, and nibh.&rdquo;</p>
        </blockquote>
      </div>
      <p class="tags"><strong>Tags: </strong><a href="#">vivamus</a>, <a href="#">nibh</a>, <a href="#">in augue</a>, <a href="#">praesent</a></p>
      <p class="links">Posted in <a href="#" rel="category">Uncategorized</a> &nbsp;&nbsp;|&nbsp;&nbsp; <a href="#">Edit</a> &nbsp;&nbsp;|&nbsp;&nbsp; <a href="#">4 Comments</a></p>
    </div>
    <!-- end #latest-post -->
    <div id="recent-posts" class="posts">
      <h2>Recent Posts</h2>
      <ul>
        <li>
          <h3 class="title"><a href="#">Aliquam Libero</a></h3>
          <p class="meta"><small class="author">By <a href="#">Someone</a></small> <small class="date">December 29th, 2007</small></p>
          <p>Nullam  ante orci, eget, tempus quis, ultrices in, est. Curabitur sit amet  nulla. Nam in massa. Sed vel tellus. Curabitur sem urna, consequat vel,  suscipit in, mattis placerat, nulla. Sed ac leo. Pellentesque  imperdiet. <a href="#">More&hellip;</a></p>
        </li>
        <li>
          <h3 class="title"><a href="#">Semper Vestibulum</a></h3>
          <p class="meta"><small class="author">By <a href="#">Someone</a></small> <small class="date">December 29th, 2007</small></p>
          <p>Donec  leo, vivamus fermentum nibh in augue praesent a lacus at urna congue  rutrum. Quisque dictum integer nisl risus, sagittis convallis, rutrum  id, congue, and nibh. <a href="#">More&hellip;</a></p>
        </li>
        <li>
          <h3 class="title"><a href="#">Etiam Malesuada</a></h3>
          <p class="meta"><small class="author">By <a href="#">Someone</a></small> <small class="date">December 29th, 2007</small></p>
          <p>Donec  leo. Vivamus fermentum nibh in augue. Praesent a lacus at urna congue  rutrum. Nulla enim eros, porttitor eu, tempus id, varius non, nibh.  Duis enim nulla, luctus eu, dapibus lacinia, venenatis id, quam nisl id lorem. <a href="#">More&hellip;</a></p>
        </li>
      </ul>
    </div>
    <!-- end #recent-posts -->
  </div>
  <!-- end content -->
  <div id="sidebar">
    <ul>
      <li id="calendar">
        <div id="calendar_wrap">
          <table summary="Calendar">
            <caption>
            December 2007
            </caption>
            <thead>
              <tr>
                <th abbr="Monday" scope="col">M</th>
                <th abbr="Tuesday" scope="col">T</th>
                <th abbr="Wednesday" scope="col">W</th>
                <th abbr="Thursday" scope="col">T</th>
                <th abbr="Friday" scope="col">F</th>
                <th abbr="Saturday" scope="col">S</th>
                <th abbr="Sunday" scope="col">S</th>
              </tr>
            </thead>
            <tfoot>
              <tr>
                <td abbr="November" colspan="3" id="prev"><a href="#">&laquo; Nov</a></td>
                <td class="pad">&nbsp;</td>
                <td abbr="January" colspan="3" id="next"><a href="#">Jan &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>11</td>
                <td>12</td>
                <td>13</td>
                <td>14</td>
                <td>15</td>
                <td><a href="#">16</a></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 id="today">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>
          <li><a href="#">August 2007</a>&nbsp;(31)</li>
          <li><a href="#">July 2007</a>&nbsp;(31)</li>
          <li><a href="#">June 2007</a>&nbsp;(30)</li>
          <li><a href="#">May 2007</a>&nbsp;(31)</li>
          <li><a href="#">April 2007</a>&nbsp;(30)</li>
          <li><a href="#">March 2007</a>&nbsp;(31)</li>
          <li><a href="#">February 2007</a>&nbsp;(28)</li>
          <li><a href="#">January 2007</a>&nbsp;(31)</li>
        </ul>
      </li>
    </ul>
  </div>
  <!-- end #sidebar -->
  <div style="clear: both;">&nbsp;</div>
</div>
<!-- end page -->
<hr />
<div id="footer">
  <p class="legal">&copy;2007 All Rights Reserved.</p>
  <p class="credit">Design by <a href="http://www.freecsstemplates.org/">Free CSS Templates</a>| <a href="http://www.free-templates.ru/">free-templates.ru</a></p>
</div>
</body>
</html>

   
    
    
  








Related examples in the same category

1.newave
2.newdarkside
3.newday
4.newera
5.newfangled
6.newgreeny
7.newgreys
8.newhorizon
9.news portal
10.news-print
11.newsbeat
12.newsflash
13.newsportal
14.newsroll
15.newstheme
16.newwave-business-inc
17.new_rise
18.NiceSite
19.nimbuslike
20.nixed
21.noimages
22.noname1
23.nonzero
24.nothingfanzy
25.nourish
26.nowhere
27.NuahSwirl
28.nullbullum
29.numerology
30.o-no-typography
31.obsess
32.obsession
33.obtanium
34.office-plants
35.offlimits
36.offrecord
37.oheon_com_110100021
38.ohgreenworld
39.Okeanos
40.old-wall
41.oldarchitecture
42.Olive
43.one-penny
44.one_two_three
45.online-edu
46.onlinemoviestore
47.oodles
48.openyourwindows
49.opposed
50.optimal-touch
51.orchidaceae
52.ordinaire
53.ormeggiare
54.ornamental
55.ornate
56.OrngBlu
57.oswd_blozilla
58.our-work
59.ourhouse
60.outdoorv1.0
61.outliers
62.outoftheblue
63.outtabox
64.package
65.paddy-harvest
66.pagedrape
67.paivi-k
68.paleforest
69.palmtrees
70.pamphlet
71.pancorbo
72.papira
73.paradigm
74.paradise1983
75.parchmenter
76.particle
77.particles
78.pastel
79.pastelco
80.pastelflowers
81.pastries
82.path-fider
83.patternmaker
84.PattyMcFatPat01
85.PattyMcFatPat03
86.pc
87.Pear Template
88.pear
89.pedestrian
90.penchantforphotos
91.pencilpink
92.people
93.perfectblemish
94.performance
95.perplex
96.personified
97.pillars
98.pills
99.pinnacle
100.Pistachio
101.pixabella
102.pixabella04
103.pixabella06
104.pixelationingreen
105.plaidshirt
106.plainandsimple
107.planning-feed
108.pluralism
109.plurkified
110.pointspace
111.pollinate
112.pollinating
113.pollination