informatif : Design 9 « Templates « HTML / CSS






informatif

    

<!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>Informatif</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: 0;
  background: #FFFFFF url(informatif-images/img01.gif) repeat-y;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  color: #666666;
}

h1, h2, h3 {
  text-transform: lowercase;
  font-weight: normal;
  color: #333333;
}

h1 {
  font-size: 2.4em;
}

h2 {
  font-size: 1.6em;
}

h3 {
  font-size: 1em;
}

p, blockquote, ul, ol {
  margin-bottom: 1.5em;
  line-height: 1.8em;
}

p {
}

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

ul {
  margin-left: 3em;
}

ul li {
}

ol {
  margin-left: 3em;
}

ol li {
}

a {
  color: #333333;
}

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

img {
}

img.left {
  float: left;
  margin: 10px 20px 0 0;
}

img.right {
  float: right;
  margin: 0 0 0 20px;
}

/* Boxed Style */

.boxed {
}

.boxed .title {
  margin-bottom: 10px;
}

.boxed .content {
}

/* Post */

.post {
}

.post .title {
}

.post .date {
  margin-bottom: 2em;
}

.post .date .month {
}

.post .date .day {
}

.post .date .year {
}

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

.post .meta p {
  margin: 0;
}

.post .story {
}

/* Header */

#header {
  height: 170px;
  background: #000000 url(informatif-images/img02.gif) repeat-x;
}

/* Header > Logo */

#logo {
  float: left;
}

#logo h1, #logo h2 {
  float: left;
  padding: 100px 0 0 20px;
}

#logo h2 {
  padding-left: .25em;
}

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

/* Header > Menu */

#menu {
  float: right;
}

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

#menu li {
  display: inline;
}

#menu a {
  display: block;
  float: left;
  padding: 0 15px;
  text-decoration: none;
  text-transform: lowercase;
  font-size: 1em;
  font-weight: bold;
  color: #FFFFFF;
}

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

#menu .active a {
}

/* Content */

#content {
  padding: 20px;
}

/* Content > Main */

#main {
  margin-left: 460px;
  padding: 20px;
}

/* Content > Main > Welcome */

#welcome {
}

/* Content > Main > Example */

#example {
}

/* Content > Sidebar */

#sidebar {
  float: left;
  width: 180px;
  padding: 20px;
}

#sidebar .title {
  border-bottom: 5px solid #5FC1BC;
}

#sidebar a {
  color: #1D6E68;
}

/* Content > Sidebar > Login */

#login {
}

#login form {
}

#login fieldset {
  border: none;
}

#login legend {
  display: none;
}

#login label {
  display: block;
}

#login input {
  margin-bottom: 10px;
  font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif;
}

#inputtext1, #inputtext2 {
  width: 170px;
}

#inputsubmit1 {
}

/* Content > Sidebar > Updates*/

#updates {
}

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

#updates h3 {
  font-size: .8em;
}

#updates p {
  line-height: normal;
  font-size: .8em;
}

#updates a {
  text-decoration: none;
}

/* Content > Sidebar2 */

#sidebar2 {
  float: left;
  width: 180px;
  padding: 20px;
}

#sidebar2 .title {
  border-bottom: 5px solid #B7D885;
}

#sidebar2 a {
  color: #1D6E68;
}

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

/* Footer */

#footer {
  clear: both;
  padding: 20px;
}

#footer p {
  margin: 0;
  text-align: right;
  line-height: normal;
  font-size: x-small;
}

#footer a {
  text-decoration: underline;
  color: #666666;
}

#footer a:hover {
  text-decoration: none;
}

/* Footer > Legal */

#legal {
}

/* Footer > Links */

#links {
}

</style>


</head>
<body>
<div id="header">
  <div id="logo">
    <h1><a href="http://www.free-css.com/">Informatif</a></h1>
    <h2><a href="http://www.free-css.com/">Free CSS Templates</a></h2>
  </div>
  <div id="menu">
    <ul>
      <li class="active"><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/">Clients</a></li>
      <li><a href="http://www.free-css.com/">Support</a></li>
    </ul>
  </div>
</div>
<div id="content">
  <div id="sidebar">
    <div id="login" class="boxed">
      <h2 class="title">Client Account</h2>
      <div class="content">
        <form id="form1" method="post" action="http://www.free-css.com/">
          <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="sidebar2">
    <div id="lorem" class="boxed">
      <h2 class="title">Lorem Ipsum</h2>
      <div class="content">
        <ul>
          <li><a href="http://www.free-css.com/"> Integer sit amet pede</a></li>
          <li><a href="http://www.free-css.com/">Arcu aliquet pretium</a></li>
          <li><a href="http://www.free-css.com/">Pellentesque quis elit</a></li>
          <li><a href="http://www.free-css.com/">Non lectus gravida</a></li>
          <li><a href="http://www.free-css.com/">Lorem ipsum dolor sit</a></li>
          <li><a href="http://www.free-css.com/">Amet consectetuer</a></li>
          <li><a href="http://www.free-css.com/">Adipiscing elit hasellus</a></li>
          <li><a href="http://www.free-css.com/">Nec erat sit amet nibh</a></li>
          <li><a href="http://www.free-css.com/">Pellentesque congue</a></li>
          <li><a href="http://www.free-css.com/">Cras vitae metus</a></li>
          <li><a href="http://www.free-css.com/">Aliquam risus pellentes</a></li>
          <li><a href="http://www.free-css.com/">Adipiscing elit hasellus</a></li>
          <li><a href="http://www.free-css.com/">Nec erat sit amet nibh</a></li>
          <li><a href="http://www.free-css.com/">Pellentesque congue</a></li>
          <li><a href="http://www.free-css.com/">Cras vitae metus</a></li>
          <li><a href="http://www.free-css.com/">Nec erat sit amet nibh</a></li>
          <li><a href="http://www.free-css.com/">Pellentesque congue</a></li>
          <li><a href="http://www.free-css.com/">Cras vitae metus</a></li>
          <li><a href="http://www.free-css.com/">Aliquam risus pellentes</a></li>
          <li><a href="http://www.free-css.com/">Que pharetra</a></li>
          <li><a href="http://www.free-css.com/">Maecenas vitae orci</a></li>
          <li><a href="http://www.free-css.com/">Vitae tellus feugiat</a></li>
          <li><a href="http://www.free-css.com/">Eleifend etiam ac</a></li>
          <li><a href="http://www.free-css.com/">Tortor eu metus</a></li>
          <li><a href="http://www.free-css.com/">Euismod lobortis</a></li>
          <li><a href="http://www.free-css.com/">Duis non ante in metus</a></li>
          <li><a href="http://www.free-css.com/">Commodo euismod<br />
            </a></li>
        </ul>
      </div>
    </div>
  </div>
  <div id="main">
    <div id="welcome" class="post">
      <h2 class="title">Welcome to Informatif!</h2>
      <h3 class="date"><span class="month">Mar.</span> <span class="day">8</span><span class="year">, 2007</span></h3>
      <div class="story"> <img src="informatif-images/img04.jpg" alt="" width="120" height="120" class="left" />
        <p><strong>Informatif</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 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>
    <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="story">
        <p>This is an example of a paragraph followed by a blockquote:</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:</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 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>
  </div>
</div>
<div id="footer">
  <p id="legal">Copyright &copy; 2007 Informatif. 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.grid-system
2.grotesqueart
3.grunge-superstar-website-template
4.guarantee
5.guideline
6.gumamela
7.gunmetal
8.h-free-software
9.h2o-bubbles
10.halcyon
11.hanging
12.hapal
13.happy_template
14.hardwarestore
15.hawaiblomst
16.heatwave
17.HelloLand
18.hexahedron
19.hibiscus
20.hifinews
21.HigherGround11
22.highmountains
23.highway
24.highwaycss
25.hilaryduff
26.HomeOfProjects
27.honeythemes
28.hyper
29.i-feel-lucky
30.ibex
31.html
32.html5-alin1
33.html5-passion
34.hurt-hobain-1.0
35.idyllic
36.ifeellucky
37.ignition
38.ikonik
39.illogix
40.illuminated
41.illusion
42.ilounge
43.imagination
44.impeccable
45.implied
46.imprimis
47.improved
48.in-fantasy
49.inapickle
50.inception
51.indication
52.indicator
53.indigo
54.individual
55.inf04-css
56.inf05
57.inf07
58.inf08
59.infinitehorizon
60.inflight
61.innodemag
62.inscriptions
63.inspired by google forum
64.instant
65.integral
66.intelligent-studios
67.intensesimplicity
68.interactive-media
69.interactive-works
70.interchange
71.intercosmic
72.intercraft
73.interior-art
74.interlude
75.intermediate
76.internationalway
77.internet-encyclopedia
78.internet-phenomenon
79.internetbroadcast
80.internetcenter
81.internetmusic
82.internetsharing
83.Internet_Studio
84.invention
85.Inverted_Headline
86.invision
87.ionika
88.iqbiz
89.isometric
90.it-advance
91.it-technologies
92.itdesk
93.ithilien
94.iViolet2b
95.I_Like
96.JA
97.Jan002
98.Jazz Hut Template
99.jdf-boxing
100.jenniferlovehewitt
101.jetbiz
102.jet_30
103.Jewerly-Store
104.joker
105.judgement
106.junkbox
107.just-lucid
108.justgrey
109.Just_Lucid
110.kaleidos
111.kappebeans
112.katz-maus
113.keep_it_simple
114.keero
115.khaki
116.kim-fashion
117.kitchen
118.konnekt-media
119.KrazieKen
120.language-ofa-lover
121.lasvegas
122.lasvegastoo
123.layoftheland
124.lazybreeze
125.leafbiz
126.leafbrush
127.leanmagazine
128.leavesdew
129.leavesv1
130.lemonlimev2
131.leonardo
132.lepidoptera
133.lessantique
134.level2
135.librarypro
136.Light
137.lightspeed
138.limegreen
139.limelight
140.Limey
141.linear
142.lingerie-store
143.link-line
144.liquidity_graph
145.lithium
146.loadfoov2
147.loadhost
148.localize
149.locomotive
150.logistix
151.longbeach
152.loseout
153.lotusflower
154.lucent
155.lunaria-1
156.lusciouscandy
157.luvbold
158.mactall
159.mag
160.magazine
161.majestic
162.majesty
163.makemyday
164.marcelle
165.marked
166.Matrix
167.maxos
168.maxosdarker
169.mcube
170.meadows
171.media
172.Medieval
173.megacorporate
174.meganews
175.megazzine
176.memoranda
177.meretricious
178.Midddot
179.middle-blue
180.midnightrainforest
181.mighty
182.milestone
183.mimbo-magazine
184.minigallery
185.minimal