precision : Design 7 « Templates « HTML / CSS






precision

  

<!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       : Precision
Description: A three-column, fixed-width design suitable for news sites and blogs.
Version    : 1.0
Released   : 20081126

-->
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>Precision 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
*/

* {
  margin: 0;
  padding: 0;
}

body {
  margin: 20px 0;
  background: #FFFFFF url(precision-images/img01.jpg) repeat-x left top;
  text-align: justify;
  font-family: 'Trebuchet MS', "Times New Roman", Times, serif;
  font-size: 13px;
  color: #666666;
}

form {
}

form br {
}

input, textarea {
  padding: 5px;
  font: bold 1em Georgia, "Times New Roman", Times, serif;
  color: #333333;
  background: #F9F3DF;
  border-top: 1px solid #CB960F;
  border-right: 1px solid #CCCC99;
  border-bottom: 1px solid #CCCC99;
  border-left: 1px solid #CB960F;
}

h1, h2, h3 {
  padding-bottom: 10px;
  margin-bottom: 15px;
  text-transform: uppercase;
  font-family: Arial, Helvetica, sans-serif;
}

h1 {
  font-size: 1.4em;
}

h2 {
  font-size: 1.4em;
}

h3 {
  font-size: 1em;
}

p, ul, ol {
  margin-top: 1.5em;
}

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

blockquote {
  margin-left: 3em;
  margin-right: 3em;
  font-style: italic;
}

a {
  text-decoration: none;
  color: #70A300;
}

a:hover {
  border: none;
  color: #70A300;
}

/* Header */

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

#logo {
  float: left;
  height: 40px;
}

#logo h1, #logo h2 {
  float: left;
  margin-top: 20px;
  text-transform: lowercase;
  font-weight: normal;
}

#logo h1 {
  padding: 5px 0 0 0px;
  font-size: 2.6em;
}

#logo h2 {
  padding: 17px 0 0 6px;
  font-size: 1.2em;
}

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

#menu {
  float: right;
  height: 40px;
}

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

#menu li {
  float: left;
}

#menu a {
  display: block;
  float: left;
  border-left: 2px solid #99C233;
  margin-right: 3px;
  padding: 5px 18px 5px 18px;
  text-transform: lowercase;
  text-decoration: none;
  font-size: 1.2em;
  color: #FFFFFF;
}

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

#menu .last a {
  margin: 0;
  padding-right: 0;
}

/* Page */

#page {
  width: 960px;
  margin: 0 auto;
  padding: 30px 0 0 0;
}

/* Content */

#content {
  float: left;
  width: 440px;
  padding: 0 30px;
}

.post {
}

.post .title {
  margin: 0;
  background: url(precision-images/img03.jpg) repeat-x left bottom;
}

.post .title h1, .post .title h2 {
  margin: 0;
  padding: 0;
}

.post .title a {
  border: none;
  color: #666666;
}

.post .meta {
  margin: 0;
  padding: 3px 0 0 0;
  font: bold 10px Arial, Helvetica, sans-serif;
  color: #CCCCCC;
}

.post .entry {
  padding-bottom: 20px;
}

.post .entry p, .post .entry ol, .post .entry ul {
  line-height: 180%;
}

.post .tags {
  margin: 0;
  padding: 10px;
  border-top: 1px solid #DEDEDE;
  font-size: smaller;
  text-align: center;
}

.post .tags a {
  margin-left: 10px;
}

.post .links {
  text-align: center;
  margin: 0;
  padding: 5px 10px;
  border: 1px solid #DEDEDE;
  font-size: smaller;
  text-transform: uppercase;
}

.post .links a {
  font-weight: bold;
}

.post ul {
  padding-bottom: 25px;
}

.post h2, .post h3 {
  padding-top: 20px;
}

#recent-posts {
}

#recent-posts h3 {
  margin: 0;
  padding: 20px 0 0 0;
  border-bottom: 1px solid #DEDEDE;
}

#recent-posts ul {
  margin: 0;
  padding: 0;
}

#recent-posts li {
  margin: 0;
  padding: 0;
}


/* Sidebars */

.sidebar {
  float: left;
}

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

.sidebar li {
  padding-bottom: 20px;
}

.sidebar li ul {
}

.sidebar li li {
  padding: 5px 0;
}

.sidebar h2 {
  background: url(precision-images/img03.jpg) repeat-x left bottom;
  letter-spacing: -1px;
  color: #666666;
}

/* Sidebar1 */

#sidebar1 {
  width: 220px;
}

#sidebar1 li li {
  background: url(precision-images/img05.gif) no-repeat left 50%;
  margin-left: 10px;
  padding-left: 10px;
}

#sidebar1 h2 {
}

/* Sidebar2 */

#sidebar2 {
  width: 240px;
}

/* Search */

#search {
}

#search form {
  margin: 0;
  padding: 0;
}

#search #s {
  width: 94%;
  border: 1px #DEDEDE solid;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: normal;
}

#search #submit {
  padding: 3px 10px;
  margin: 5px 0 0 0;
  background: url(precision-images/img04.jpg) repeat-x left top; 
  border: none;
  text-transform: uppercase;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: normal;
  color: #FFFFFF;
}
/* Calendar */

#calendar {
}

#calendar_wrap {
  padding: 0;
}

#calendar caption {
  padding-bottom: 5px;
  font-size: 1.2em;
  font-weight: bold;
}

#calendar table {
  width: 100%;
  text-align: center;
  border-collapse: collapse;
  border: 1px solid #DEDEDE;
}

#calendar thead th {
  padding: 5px 0;
  background: #F9F3DF;
  border-bottom: 1px solid #DEDEDE;
  color: #70A300;
}

#calendar tbody td {
  padding: 5px 0;
  border-right: 1px dotted #DEDEDE;
  border-bottom: 1px dotted #DEDEDE;
}

#calendar tfoot td {
  padding: 5px;
  border-top: 1px solid #DEDEDE;
}

#calendar tfoot a {
  border: none;
  font-weight: bold;
}

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

#calendar #prev {
  text-align: left;
}

/* Footer */

#footer {
  clear: both;
  width: 960px;
  height: 40px;
  margin: 0 auto;
  background: url(precision-images/img02.jpg) repeat-x left top;
}

#footer p {
  margin: 0;
  padding: 15px 0px;
  font-size: 11px;
}

#footer .legal {
  float: left;
  height: 40px;
}

#footer .credit {
  float: right;
  height: 40px;
}

</style>


</head>
<body>
<div id="header">
  <div id="logo">
    <h1><a href="#">Precision</a></h1>
    <h2><a href="http://www.freecsstemplates.org/">By Free CSS Templates</a></h2>
  </div>
  <div id="menu">
    <ul>
      <li><a href="#">Home</a></li>
      <li><a href="#">Blogs</a></li>
      <li><a href="#">Photos</a></li>
      <li><a href="#">About</a></li>
      <li class="last"><a href="#">Contact</a></li>
    </ul>
  </div>
</div>
<!-- start page -->
<div id="page">
  <!-- start sidebar1 -->
  <div id="sidebar1" class="sidebar">
    <ul>
      <li id="search">
        <h2>Search</h2>
        <form id="searchform" method="get" action="">
          <div>
            <input type="text" name="s" id="s" size="15" />
            <br />
            <input name="submit" type="submit" value="Search" id="submit" />
          </div>
        </form>
      </li>
      <li id="calendar">
        <h2>Calendar</h2>
        <div id="calendar_wrap">
          <table summary="Calendar">
            <caption>
            November 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="October" colspan="3" id="prev"><a href="#" title="View posts for October 2008">&laquo; Oct</a></td>
                <td class="pad">&nbsp;</td>
                <td abbr="December" colspan="3" id="next"><a href="3" title="View posts for October 2008">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>5</td>
                <td>6</td>
                <td>7</td>
                <td>8</td>
                <td>9</td>
                <td>10</td>
                <td>11</td>
              </tr>
              <tr>
                <td><a href="#">12</a></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 id="today">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>
        </div>
      </li>
      <li id="categories-1">
        <h2>Categories</h2>
        <ul>
          <li><a href="#" title="View all posts filed under Uncategorized">Uncategorized</a> (3) </li>
          <li><a href="#" title="View all posts filed under Lorem Ipsum">Lorem Ipsum</a> (42) </li>
          <li><a href="#" title="View all posts filed under Urna Congue Rutrum">Urna Congue Rutrum</a> (28) </li>
          <li><a href="#" title="View all posts filed under Augue Praesent">Augue Praesent</a> (55) </li>
          <li><a href="#" title="View all posts filed under Vivamus Fermentum">Vivamus Fermentum</a> (13) </li>
        </ul>
      </li>
      <li id="archives">
        <h2>Archives</h2>
        <ul>
          <li><a href="#">November 2008</a>&nbsp;(24)</li>
          <li><a href="#">October 2008</a>&nbsp;(31)</li>
          <li><a href="#">September 2008</a>&nbsp;(30)</li>
          <li><a href="#">August 2008</a>&nbsp;(31)</li>
          <li><a href="#">July 2008</a>&nbsp;(31)</li>
          <li><a href="#">June 2008</a>&nbsp;(30)</li>
          <li><a href="#">May 2008</a>&nbsp;(31)</li>
          <li><a href="#">April 2008</a>&nbsp;(30)</li>
          <li><a href="#">January 2008</a>&nbsp;(31)</li>
        </ul>
      </li>
    </ul>
  </div>
  <!-- end sidebar1 -->
  <!-- start content -->
  <div id="content">
    <div class="post">
      <h1 class="title"><a href="#" rel="bookmark" title="Permanent Link to About This Template">About This Template</a></h1>
      <p class="meta">Posted on November 24th, 2008 by <a href="#">Someone</a></p>
      <div class="entry">
        <p><strong>Precision</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. The photo above is from <a href="http://www.pdphoto.org/">PDPhoto.org</a>. Have fun with it :)</p>
        <p>This template is also available as a <a href="http://www.freewpthemes.net/preview/Precision/">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="#" title="View all posts in Free WP Themes" rel="category">Uncategorized</a> &nbsp;&nbsp;|&nbsp;&nbsp; <a href="#" title="Edit post">Edit</a> &nbsp;&nbsp;|&nbsp;&nbsp; <a href="#" title="Comment on About This Theme">4 Comments</a></p>
    </div>
  </div>
  <!-- end content -->
  <!-- start sidebar2 -->
  <div id="sidebar2" class="sidebar">
    <ul>
      <li id="recent-posts">
        <h2>Recent Posts</h2>
        <ul>
          <li>
            <h3><a href="#">Aliquam Libero</a></h3>
            <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><a href="#">Semper Vestibulum</a></h3>
            <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><a href="#">Etiam Malesuada</a></h3>
            <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.  Vestibulum imperdiet, magna nec eleifend rutrum, nunc lectus vestibulum  velit, euismod lacinia quam nisl id lorem. <a href="#">More&hellip;</a></p>
          </li>
          <li>
            <h3><a href="#">Sagittis Leo Vehicula</a></h3>
            <p>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><a href="#">Etiam Malesuada</a></h3>
            <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.  Vestibulum imperdiet, magna nec eleifend rutrum, nunc lectus vestibulum  velit, euismod lacinia quam nisl id lorem. <a href="#">More&hellip;</a></p>
          </li>
        </ul>
      </li>
    </ul>
  </div>
  <!-- end sidebar2 -->
  <div style="clear: both;">&nbsp;</div>
</div>
<!-- end page -->
<div id="footer">
  <p class="legal">&copy;2008 All Rights Reserved.</p>
  <p class="credit">Design by <a href="http://www.freecsstemplates.org/">Free CSS Templates</a></p>
</div>
</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.predilection
16.premiumseries
17.prepaid
18.presented
19.pressurized
20.prideandprejudice
21.primitiveelement
22.printing
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