pollinate : Design 6 « Templates « HTML / CSS






pollinate

   

<!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>Pollinate</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: normal small Arial, Helvetica, sans-serif;
  color: #666666;
}

h1, h2, h3 {
  color: #000000;
}

h2 {
}

h3 {
}

p, blockquote, ul, ol {
}

p {
}

blockquote {
  margin-left: 2em;
  padding-left: 1em;
  border-left: 1px solid #EEEEEE;
}

ul {
  margin-left: 3em;
}

ul li {
}

ol {
  margin-left: 3em;
}

ol li {
}

a {
  color: #0072BC;
}

a:hover {
  text-decoration: none;
  color: #59C700;
}

img {
  border: none;
}

/* Boxed Style */

.boxed {
}

.boxed .title {
  height: 23px;
  padding: 15px 0 0 19px;
  background: #8CBEF5 url(pollinate-images/img03.gif) repeat-x left bottom;
  border: 1px solid #4F9CEF;
  font-size: 1em;
  color: #FFFFFF;
}

.boxed .content {
  margin: 0 0 20px 0;
  padding: 20px;
  background: #DCEBFC;
}

/* Post */

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

.post .title {
  margin-bottom: 0px;
  padding: 3px 0 15px 0;
  background: url(pollinate-images/img04.gif) repeat-x left bottom;
}

.post .date {
  float: left;
  width: 90px;
  padding-left: 20px;
  font-size: x-small;
}

.post .date .month {
}

.post .date .day {
}

.post .date .year {
}

.post .meta {
  float: left;
  margin-bottom: 10px;
  padding-left: 20px;
  border-left: 1px solid #EEEEEE;
  font-size: x-small;
}

.post .meta p {
}

.post .story {
  clear: both;
  padding: 20px;
  border-top: 1px solid #EEEEEE;
}

.post .story p, .post .story blockquote, .post .story ul, .post .story ol {
  margin-bottom: 1.5em;
  line-height: 180%;
}

/* Header */

#header {
  width: 760px;
  height: 200px;
  margin: 0 auto;
}

/* Logo */

#logo {
  float: left;
  width: 240px;
  height: 200px;
  background: url(pollinate-images/img01.jpg) no-repeat;
}

#logo h1 {
  padding: 130px 0 0 20px;
  font-size: 2em;
}

#logo h2 {
  padding: 0 0 0 20px;
  font-size: 1em;
}

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

/* Splash */

#splash {
  float: right;
  width: 520px;
  height: 200px;
}

/* Content */

#content {
  width: 760px;
  margin: 0 auto;
}

#extra {
}

/* Content > Main */

#main {
  float: right;
  width: 520px;
}

#main a {
}

/* Content > Main > Welcome */

#welcome {
}

/* Content > Main > Example */

#example {
}

/* Content > Sidebar */

#sidebar {
  float: left;
  width: 240px;
}

#sidebar a {
}

/* Content > Sidebar > Login */

#login {
}

#login form {
}

#login fieldset {
  border: none;
}

#login legend {
  display: none;
}

#login label {
  font-size: x-small;
  font-weight: bold;
}

#login input {
  margin-bottom: 5px;
  padding: 2px 5px;
  border: 1px solid #385B88;
  font-family: Arial, Helvetica, sans-serif;
}

#inputtext1, #inputtext2 {
  width: 185px;
  color: #385B88;
}

#inputsubmit1 {
  background: #4F9CEF url(pollinate-images/img03.gif) repeat-x left bottom;
  color: #FFFFFF;
}

/* Content > Sidebar > Menu */

#menu {
  padding: 20px 0;
}

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

#menu li {
  display: inline;
}

#menu a {
  display: block;
  padding: 10px 20px;
  border-top: 1px solid #EEEEEE;
  text-decoration: none;
  font-weight: bold;
  color: #666666;
}

#menu a:hover {
  background: #DCEBFC;
  color: #000000;
}

#menu .active a {
  background: #D1F0A6;
  color: #000000;
}

#menu .first a {
  border: none;
}

/* Content > Sidebar > Updates */

#updates {
}

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

#updates h3 {
  margin: 0;
  font-size: x-small;
}

#updates p {
  margin-bottom: 1.4em;
  font-size: smaller;
  line-height: normal;
}

/* Footer */

#footer {
  clear: both;
  width: 720px;
  margin: 0 auto;
  padding: 10px 20px;
  background: #E7F7D0 url(pollinate-images/img05.gif) repeat-x;
}

#footer p {
  margin: 0;
  text-align: right;
  font-size: x-small;
  color: #999999;
}

#footer a {
  color: #86D613;
}

/* Footer > Legal */

#legal {
}

/* Footer > Links */

#links {
}

</style>


</head>
<body>
<div id="header">
  <div id="logo">
    <h1><a href="http://www.free-css.com/">Pollinate</a></h1>
    <h2><a href="http://www.free-css.com/">Free CSS Templates</a></h2>
  </div>
  <div id="splash"><a href="http://www.free-css.com/"><img src="pollinate-images/img02.jpg" alt="" width="520" height="200" /></a></div>
</div>
<div id="content">
  <div id="sidebar">
    <div id="menu">
      <ul>
        <li class="active first"><a href="http://www.free-css.com/">Homepage</a></li>
        <li><a href="http://www.free-css.com/">About Us</a></li>
        <li><a href="http://www.free-css.com/">Products</a></li>
        <li><a href="http://www.free-css.com/">Services</a></li>
        <li><a href="http://www.free-css.com/">Clients</a></li>
        <li><a href="http://www.free-css.com/">Support</a></li>
      </ul>
    </div>
    <div id="login" class="boxed">
      <h2 class="title">Client Account</h2>
      <div class="content">
        <form id="form1" method="post" action="#">
          <fieldset>
          <legend>Sign-In</legend>
          <label for="inputtext1">Client ID:</label>
          <input id="inputtext1" type="text" name="inputtext1" value="" />
          <label for="inputtext2">Password:</label>
          <input id="inputtext2" type="password" name="inputtext2" value="" />
          <input id="inputsubmit1" type="submit" name="inputsubmit1" value="Sign In" />
          <p><a href="http://www.free-css.com/">Forgot your password?</a></p>
          </fieldset>
        </form>
      </div>
    </div>
    <div id="updates" class="boxed">
      <h2 class="title">Recent Updates</h2>
      <div class="content">
        <ul>
          <li>
            <h3>March 5, 2007</h3>
            <p><a href="http://www.free-css.com/">In posuere eleifend odio quisque semper augue mattis wisi maecenas ligula&#8230;</a></p>
          </li>
          <li>
            <h3>March 3, 2007</h3>
            <p><a href="http://www.free-css.com/">Quisque dictum integer nisl risus, sagittis convallis, rutrum id, congue, and nibh&#8230;</a></p>
          </li>
          <li>
            <h3>February 28, 2007</h3>
            <p><a href="http://www.free-css.com/">Donec leo, vivamus fermentum nibh in augue praesent a lacus at urna congue rutrum&#8230;</a></p>
          </li>
          <li>
            <h3>February 25, 2007</h3>
            <p><a href="http://www.free-css.com/">Nam pede erat, porta eu, lobortis eget, tempus et, tellus. Etiam nequea&#8230;</a></p>
          </li>
          <li>
            <h3>February 20, 2007</h3>
            <p><a href="http://www.free-css.com/">Vivamus fermentum nibh in augue. Praesent a lacus at urna congue rutrum. Nulla enim eros&#8230;</a></p>
          </li>
        </ul>
      </div>
    </div>
  </div>
  <div id="main">
    <div id="welcome" class="post">
      <h2 class="title">Welcome to Pollinate!</h2>
      <h3 class="date"><span class="month">Mar.</span> <span class="day">8</span><span class="year">, 2007</span></h3>
      <div class="meta">
        <p>Posted by Jane Anderson under <a href="http://www.free-css.com/">Uncategorized</a>, <a href="http://www.free-css.com/">Daily Journal</a><br />
          <a href="http://www.free-css.com/">Trackback URI</a> | <a href="http://www.free-css.com/">No Comments</a> | <a href="http://www.free-css.com/">Permalink</a></p>
      </div>
      <div class="story">
        <p><strong>Pollinate</strong> is a free template from Free CSS Templates released under a <a href="http://creativecommons.org/licenses/by/2.5/">Creative Commons Attribution 2.5 License</a>. The photo is from PDPhoto.org. You're free to use it for both commercial or personal use. I only ask that you link back to my site in some way. <em>Enjoy :)</em></p>
      </div>
    </div>
    <div id="example" class="post">
      <h2 class="title">Examples of Common Tags</h2>
      <h3 class="date"><span class="month">Feb.</span> <span class="day">24</span><span class="year">, 2007</span></h3>
      <div class="meta">
        <p>Posted by Jane Anderson under <a href="http://www.free-css.com/">Samples</a><br />
          <a href="http://www.free-css.com/">Trackback URI</a> | <a href="http://www.free-css.com/">No Comments</a> | <a href="http://www.free-css.com/">Permalink</a></p>
      </div>
      <div class="story">
        <p>This is an example of a paragraph followed by a blockquote. In posuere  eleifend odio. Quisque semper augue mattis wisi. Maecenas ligula.  Pellentesque viverra vulputate enim. Aliquam erat volutpat lorem ipsum  dolorem.</p>
        <blockquote>
          <p>&ldquo;Pellentesque tristique ante ut  risus. Quisque dictum. Integer nisl risus, sagittis convallis, rutrum  id, elementum congue, nibh. Suspendisse dictum porta lectus. Donec  placerat odio.&rdquo;</p>
        </blockquote>
        <h3>Heading Level Three</h3>
        <p>This is another example of a paragraph followed by an unordered list. In posuere  eleifend odio. Quisque semper augue mattis wisi. Maecenas ligula.  Pellentesque viverra vulputate enim. Aliquam erat volutpat lorem ipsum  dolorem.</p>
        <p>An ordered list example:</p>
        <ol>
          <li>List item number one</li>
          <li>List item number two</li>
          <li>List item number thre</li>
        </ol>
      </div>
    </div>
  </div>
  <div id="extra" style="clear: both;"></div>
</div>
<div id="footer">
  <p id="legal">Copyright &copy; 2007 Pollinate. All Rights Reserved. Designed by <a href="http://www.freecsstemplates.org/">Free CSS Templates</a>.</p>
  <p id="links"><a href="http://www.free-css.com/">Home</a> | <a href="http://www.free-css.com/">Terms of Use</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.oxidation
65.package
66.paddy-harvest
67.pagedrape
68.paivi-k
69.paleforest
70.palmtrees
71.pamphlet
72.pancorbo
73.papira
74.paradigm
75.paradise1983
76.parchmenter
77.particle
78.particles
79.pastel
80.pastelco
81.pastelflowers
82.pastries
83.path-fider
84.patternmaker
85.PattyMcFatPat01
86.PattyMcFatPat03
87.pc
88.Pear Template
89.pear
90.pedestrian
91.penchantforphotos
92.pencilpink
93.people
94.perfectblemish
95.performance
96.perplex
97.personified
98.pillars
99.pills
100.pinnacle
101.Pistachio
102.pixabella
103.pixabella04
104.pixabella06
105.pixelationingreen
106.plaidshirt
107.plainandsimple
108.planning-feed
109.pluralism
110.plurkified
111.pointspace
112.pollinating
113.pollination