unlink : Design 8 « Templates « HTML / CSS






unlink

   

<!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>Unlink</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 {
  margin: 20px 0;
  background: #FFFFFF;
  font-family: Georgia, "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 {
  margin-top: 1.5em;
}

h1 {
  font-size: 2em;
}

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 {
  border-bottom: 1px dotted #C9960E;
  text-decoration: none;
  color: #C9960E;
}

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

/* Header */

#header {
  width: 960px;
  height: 40px;
  margin: 0 auto;
  background: url(unlink-images/img01.gif) repeat-x;
}

#logo {
  float: left;
  height: 40px;
  background: url(unlink-images/img02.gif) no-repeat;
}

#logo h1, #logo h2 {
  float: left;
  margin: 0;
  text-transform: lowercase;
  letter-spacing: -1px;
}

#logo h1 {
  padding: 5px 0 0 20px;
}

#logo h2 {
  padding: 12px 0 0 6px;
}

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

#menu {
  float: right;
  height: 40px;
  background: url(unlink-images/img03.gif) no-repeat right top;
}

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

#menu li {
  float: left;
}

#menu a {
  display: block;
  float: left;
  height: 30px;
  padding: 10px 18px 0 40px;
  background: url(unlink-images/img04.gif) no-repeat;
  border: none;
  text-transform: lowercase;
  text-decoration: none;
  letter-spacing: -2px;
  font-size: 1.2em;
  font-weight: bold;
  color: #000000;
}

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

/* Page */

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

/* Content */

#content {
  float: left;
  width: 395px;
  padding: 0 0 0 20px;
}

.post {
  padding-top: 30px;
}

.post .title {
  margin: 0;
}

.post .title a {
  border: none;
}

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

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

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

.post .tags {
  margin: 0;
  padding: 10px;
  border-top: 1px solid #EDEDCD;
  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 #EDEDCD;
  font-size: smaller;
  text-transform: uppercase;
}

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

/* Sidebars */

.sidebar {
  float: left;
}

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

.sidebar li {
}

.sidebar li ul {
  padding: 15px 20px;
}

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

.sidebar h2 {
  padding-left: 15px;
  background: url(unlink-images/img07.gif) no-repeat left center;
  letter-spacing: -1px;
  color: #666666;
}

/* Sidebar1 */

#sidebar1 {
  width: 220px;
}

#sidebar1 h2 {
  height: 40px;
  padding: 10px 0 0 30px;
  background: url(unlink-images/img09.gif) no-repeat;
}

/* Sidebar2 */

#sidebar2 {
  width: 300px;
  padding: 0 0 0 20px;
}

/* Search */

#search {
}

#search form {
  text-align: center;
}

#search #s {
  width: 80%;
  margin-bottom: 10px;
}

/* Calendar */

#calendar {
}

#calendar_wrap {
  padding: 0 20px;
}

#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 #CCCC99;
}

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

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

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

#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(unlink-images/img01.gif) repeat-x;
}

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

#footer .legal {
  float: left;
  height: 40px;
  background: url(unlink-images/img02.gif) no-repeat;
}

#footer .credit {
  float: right;
  height: 40px;
  background: url(unlink-images/img03.gif) no-repeat right top;
}

</style>


</head>
<body>
<div id="header">
  <div id="logo">
    <h1><a href="http://www.free-css.com/">Unlink</a> ::</h1>
    <h2><a href="http://www.free-css.com/">Free CSS Template</a></h2>
  </div>
  <div id="menu">
    <ul>
      <li><a href="http://www.free-css.com/">Home</a></li>
      <li><a href="http://www.free-css.com/">Blogs</a></li>
      <li><a href="http://www.free-css.com/">Photos</a></li>
      <li><a href="http://www.free-css.com/">About</a></li>
      <li><a href="http://www.free-css.com/">Contact</a></li>
    </ul>
  </div>
</div>
<div id="page">
  <div id="sidebar1" class="sidebar">
    <ul>
      <li id="search">
        <h2>Search</h2>
        <form id="searchform" method="get" action="http://www.free-css.com/">
          <div>
            <input type="text" name="s" id="s" size="15" />
            <br />
            <input name="submit" type="submit" value="Search" />
          </div>
        </form>
      </li>
      <li id="calendar">
        <h2>Calendar</h2>
        <div id="calendar_wrap">
          <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>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="http://www.free-css.com/">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="http://www.free-css.com/">Uncategorized</a> (3) </li>
          <li><a href="http://www.free-css.com/">Lorem Ipsum</a> (42) </li>
          <li><a href="http://www.free-css.com/">Urna Congue Rutrum</a> (28) </li>
          <li><a href="http://www.free-css.com/">Augue Praesent</a> (55) </li>
          <li><a href="http://www.free-css.com/">Vivamus Fermentum</a> (13) </li>
        </ul>
      </li>
      <li id="archives">
        <h2>Archives</h2>
        <ul>
          <li><a href="http://www.free-css.com/">November 2007</a>&nbsp;(24)</li>
          <li><a href="http://www.free-css.com/">October 2007</a>&nbsp;(31)</li>
          <li><a href="http://www.free-css.com/">September 2007</a>&nbsp;(30)</li>
          <li><a href="http://www.free-css.com/">August 2007</a>&nbsp;(31)</li>
          <li><a href="http://www.free-css.com/">July 2007</a>&nbsp;(31)</li>
          <li><a href="http://www.free-css.com/">June 2007</a>&nbsp;(30)</li>
          <li><a href="http://www.free-css.com/">May 2007</a>&nbsp;(31)</li>
          <li><a href="http://www.free-css.com/">April 2007</a>&nbsp;(30)</li>
          <li><a href="http://www.free-css.com/">March 2007</a>&nbsp;(31)</li>
          <li><a href="http://www.free-css.com/">February 2007</a>&nbsp;(28)</li>
          <li><a href="http://www.free-css.com/">January 2007</a>&nbsp;(31)</li>
        </ul>
      </li>
    </ul>
  </div>
  <div id="content">
    <div class="post">
      <h1 class="title"><a href="http://www.free-css.com/">About This Template</a></h1>
      <p class="meta">Posted on November 24th, 2007 by <a href="http://www.free-css.com/">Someone</a></p>
      <div class="entry">
        <p><img src="unlink-images/img06.jpg" alt="" width="395" height="260" /></p>
        <p><strong>Unlink</strong> is a free, fully standards-compliant CSS template designed by Free CSS Templates. This free template is released under a <a target="_blank" 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. The photo above is from PDPhoto.org. Have fun with it :)</p>
        <p>This template is also available as a WordPress theme at Free WordPress Themes.</p>
        <h2>A Heading Level 2</h2>
        <p>This paragraph is followed by a sample unordered list:</p>
        <ul>
          <li><a href="http://www.free-css.com/">Consectetuer adipiscing elit</a></li>
          <li><a href="http://www.free-css.com/">Metus aliquam pellentesque</a></li>
          <li><a href="http://www.free-css.com/">Urnanet non molestie semper</a></li>
          <li><a href="http://www.free-css.com/">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="http://www.free-css.com/">vivamus</a> <a href="http://www.free-css.com/">nibh</a> <a href="http://www.free-css.com/">in augue</a> <a href="http://www.free-css.com/">praesent</a></p>
      <p class="links">Posted in <a href="http://www.free-css.com/">Uncategorized</a> &nbsp;&nbsp;|&nbsp;&nbsp; <a href="http://www.free-css.com/">Edit</a> &nbsp;&nbsp;|&nbsp;&nbsp; <a href="http://www.free-css.com/">4 Comments</a></p>
    </div>
  </div>
  <div id="sidebar2" class="sidebar">
    <ul>
      <li id="recent-posts">
        <h2>Recent Posts</h2>
        <ul>
          <li>
            <h3><a href="http://www.free-css.com/">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="http://www.free-css.com/">More&hellip;</a></p>
          </li>
          <li>
            <h3><a href="http://www.free-css.com/">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="http://www.free-css.com/">More&hellip;</a></p>
          </li>
          <li>
            <h3><a href="http://www.free-css.com/">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="http://www.free-css.com/">More&hellip;</a></p>
          </li>
          <li>
            <h3><a href="http://www.free-css.com/">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="http://www.free-css.com/">More&hellip;</a></p>
          </li>
          <li>
            <h3><a href="http://www.free-css.com/">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="http://www.free-css.com/">More&hellip;</a></p>
          </li>
          <li>
            <h3><a href="http://www.free-css.com/">Sagittis Leo Vehicula</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="http://www.free-css.com/">More&hellip;</a></p>
          </li>
        </ul>
      </li>
    </ul>
  </div>
  <div style="clear: both;">&nbsp;</div>
</div>
<div id="footer">
  <p class="legal">&copy;2007 All Rights Reserved.</p>
  <p class="credit">Design by <a target="_blank" href="http://www.freecsstemplates.org/">Free CSS Templates</a></p>
</div>
</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.thermal
71.thesite
72.thetechies
73.thewall
74.the_gig
75.thisistext
76.throughout
77.thunder
78.ticktocklight
79.time
80.Timeless Template
81.timeless
82.timemanager
83.toolkit
84.tooplain
85.topbusiness
86.topgadgets
87.topworks
88.tornpaperdocom
89.totaltouch
90.towers
91.traditionalist
92.transient
93.transition
94.transport
95.trialservices
96.trikea-static
97.trinityinstitute
98.tropical-evening
99.tropical
100.truenature
101.turn-out-mag
102.Turnesol
103.turnitup
104.turrion-development
105.tv-archade
106.twirling
107.twisted
108.Typography
109.ultimateweb
110.unbound-1.0
111.uncomplicated
112.undefined
113.Underground
114.undertaking
115.UnderWraps
116.undiscovered
117.unembellished
118.unilluminated
119.uniq
120.unite
121.universal
122.unknown
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