printing : Design 7 « Templates « HTML / CSS






printing

  

<!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       : Printing
Description: A two-column, fixed-width design with dark color scheme.
Version    : 1.0
Released   : 20080425

-->
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta name="keywords" content="" />
<meta name="description" content="" />
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>Printing by Free CSS Templates</title>
<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: 0;
  background: #35393D;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 13px;
  color: #787878;
}

h1, h2, h3 {
  margin: 0;
  text-transform: uppercase;
  letter-spacing: .15em;
  font-family: Arial, Helvetica, sans-serif;
}

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 {
  text-decoration: none;
  color: #C0BFBF;
}

a:hover {
  background: none;
}

/* Header */

#header {
  width: 940px;
  height: 160px;
  margin: 0 auto;
  background: #000000;
}

/* Logo */

#logo {
  float: left;
}

#logo h1 {
  float: left;
  margin-left: 40px;
  padding-top: 85px;
  text-transform: uppercase;
  font-size: 2.6em;
}

#logo p {
  float: left;
  margin: 0;
  padding: 102px 0 0 2px;
  text-transform: lowercase;
  letter-spacing: .2em;
  font: bold 1.2em Arial, Helvetica, sans-serif;
} 

#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 10px;
}

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

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

#search-submit {
  display: none;
}

/* Menu */

#menu {
  width: 940px;
  height: 60px;
  margin: 0 auto;
}

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

#menu li {
  float: left;
}

#menu a {
  margin-right: 3px;
  padding: 5px 20px;
  background: #000000;
  text-transform: lowercase;
  text-decoration: none;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: normal;
  color: #FFFFFF;
}

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

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

/* Page */

#page {
  width: 860px;
  margin: 0 auto;
  padding: 40px;
}

/* Content */

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

.post {
}

.post .title {
  padding: 5px 0;
}

.post .title a {
  background: none;
}

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

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

/* Sidebar */

#sidebar {
  float: right;
  width: 258px;
  background: #E8E8E8;
  border: 1px solid #D3D3D3;
}

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

#sidebar li {
}

#sidebar li ul {
  padding: 20px;
}

#sidebar li li {
}

#sidebar h2 {
  padding: 5px 10px;
  background: #000000;
  font-size: 1.2em;
}

#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: 940px;
  margin: 0 auto;
  padding: 20px 0;
  background: #000000;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
}

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

</style>


</head>
<body>
<div id="header">
  <div id="logo">
    <h1><a href="#">Printing</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 Printing </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>Printing</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 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 :)</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. Suspendisse lacus turpis, cursus egestas at sem.</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>
        <p>Praesent ac lectus. Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Vivamus augue. Fusce eget tellus ultrices ligula volutpat adipiscing. Aenean ligula lectus, vehicula in, dictum a, fermentum nec, felis. Nunc ac turpis in leo posuere imperdiet.</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>
<div style="display:none;"><a href="http://free-templates.ru/">free-templates.ru</a></div>
<!-- end #footer -->
</body>
</html>

   
    
  








Related examples in the same category

1.SimpleSimple
2.simplestyle_1
3.simplestyle_2
4.simplestyle_3
5.simplestyle_4
6.simplestyle_5
7.simplestyle_6
8.pomodoro
9.portcentral
10.portfolio-extended
11.portfolio
12.postscriptum
13.powderpuff
14.power
15.precision
16.predilection
17.premiumseries
18.prepaid
19.presented
20.pressurized
21.prideandprejudice
22.primitiveelement
23.pristine
24.private-lawyer-co
25.product-landing-page
26.production
27.ProductPackage
28.programme
29.progress
30.projection
31.proofing
32.Prosperity
33.province
34.purensimple
35.purgatory_shuffle
36.puzzled
37.quadrangle
38.quartz-istorage
39.quatrain
40.racetrackplaya
41.radiance
42.rainonleaves
43.ramblingsoul-2
44.ramblingsoul-9
45.ramblingsoul3
46.ramblingsoul4
47.ramblingsoul5
48.ramblingsoul7
49.ramblingsoul_2
50.ramblingsoul_3
51.random
52.rational
53.realize
54.realone
55.rebel-magazine
56.reckoning
57.recreations
58.reference
59.regeneracy
60.rehabilitation
61.reinvent
62.replenish
63.republic
64.resizeme
65.resplendissant
66.revolt-01
67.ridinghood
68.rockband
69.rogue
70.Rothko
71.route66
72.rust
73.safe-as-houses
74.sahara
75.sampling
76.Sapphire
77.schemermag
78.scotchmark
79.scribbled
80.secretlab
81.seduction
82.selcouth
83.sensa
84.settings
85.shallowgrunge
86.shalom-typo
87.shape
88.she
89.showcase
90.sifiso
91.silenceandharmony
92.SILK
93.Simpatico
94.sindromk
95.singapore
96.sinorcaish
97.six-oh-six
98.sixpence
99.sixties_style
100.skipopia
101.skitemplate
102.sky
103.sliced
104.slight_amnesia
105.socialnet
106.softenedcells
107.solemnity
108.solitude
109.soloss
110.solutions
111.somewhere-peaceful
112.soniatemplate
113.space
114.spaced
115.spasaloon
116.spatter
117.speedracing
118.spheroids
119.spidercity
120.splash
121.splatt
122.spontaneous