essence : Effect « Templates « HTML / CSS






essence

    

<!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>Essence</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-bottom: 50px;
  background: #FFFFFF url(essence-images/img1.gif) repeat-x;
  font: normal 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
  color: #3B3B3B;
}

h1, h2, h3 {
  color: #4F789F;
}

h1 {
}

h2 {
}

h3 {
  font-size: 1em;
}

p, blockquote, ul, ol {
}

p {
}

blockquote {
}

ul {
}

ul li {
}

ol {
}

ol li {
}

a {
  color: #4F789F;
}

a:hover {
  text-decoration: none;
}

img {
  border: 1px solid #3B3B3B;
}

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

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

/* Boxed Style */

.boxed {
}

.boxed .title {
  padding: 10px 15px;
  background: #3B3B3B;
  text-transform: uppercase;
  font: bold .77em Georgia, "Times New Roman", Times, serif;
  color: #FFFFFF;
}

.boxed .content {
  padding: 15px;
}

.boxed ul {
  list-style: none;
}

/* Post */

.post {
  clear: both;
  padding: 20px;
  border-bottom: 1px solid #3B3B3B;
}

.post .title {
}

.post .content {
  line-height: 1.6em;
}

.post .title {
  margin-bottom: 20px;
  font-family: Georgia, "Times New Roman", Times, serif;
}

.post p, .post blockquote, .post ul, .post ol {
  margin-bottom: 1em;
}

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

/* Header */

#header {
  width: 700px;
  height: 150px;
  margin: 0 auto;
  background: #69B10A url(essence-images/img2.jpg);
}

#header h1, #header h2 {
  text-transform: lowercase;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-style: italic;
  font-weight: normal;
}

#header h1 {
  float: left;
  padding: 80px 0 0 20px;
  letter-spacing: -3px;
  font-size: 48px;
}

#header h2 {
  float: left;
  padding: 107px 0 0 7px;
}

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

/* Page */

#page {
  width: 700px;
  margin: 0 auto;
  background: url(essence-images/img3.gif) repeat-y;
  border-top: 20px solid #3B3B3B;
}

#content {
  float: right;
  width: 497px;
  padding-right: 1px;
}

#sidebar {
  float: left;
  width: 200px;
  padding-left: 1px;
}

/* Menu */

#menu {
}

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

#menu li {
  display: inline;
}

#menu a {
  display: block;
  padding: 5px 15px;
  border-bottom: 1px solid #FFFFFF;
  text-decoration: none;
  color: #3B3B3B;
}

#menu a:hover {
  background: #4F789F;
  color: #FFFFFF;
}

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

/* Login */

#login {
}

#login fieldset {
  border: none;
}

#login legend {
  display: none;
}

#login input {
  margin-bottom: 5px;
}

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

/* Updates */

#updates {
}

#updates ul {
}

#updates li {
  margin-bottom: 20px;
}

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

/* Footer */

#footer {
  width: 670px;
  height: 15px;
  margin: 0 auto;
  padding: 5px 15px;
  background: #3B3B3B;
  font-size: .77em;
  color: #FFFFFF;
}

#legal {
  float: left;
}

#links {
  float: right;
}

</style>


</head>
<body>
<div id="header">
  <h1><a href="http://www.free-css.com/">Essence</a></h1>
  <h2><a href="http://www.free-css.com/">Free CSS Templates</a></h2>
</div>
<div id="page">
  <div id="content">
    <div id="welcome" class="post">
      <h1 class="title">Welcome to Essence!</h1>
      <div class="content"><img src="essence-images/img4.jpg" alt="" width="120" height="120" class="left" />
        <p><strong>Essence</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>
      <div class="content">
        <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>
  </div>
  <div id="sidebar">
    <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 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>May 17, 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 13, 2007</h3>
            <p><a href="http://www.free-css.com/">Quisque dictum integer nisl risus, sagittis convallis, rutrum id, and nibh&#8230;</a></p>
          </li>
        </ul>
      </div>
    </div>
  </div>
  <div style="clear: both;">&nbsp;</div>
</div>
<div id="footer">
  <p id="legal">Copyright &copy; 2007 Essence. 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.amazinglycool
2.exposure
3.expressivestars
4.extended
5.external
6.extracts
7.falling-away
8.fantasy
9.flare
10.flashyweb
11.flash_web
12.fireworks
13.floating
14.falling
15.fantasyland
16.metamorph_weird
17.metamorph_violet
18.metamorph_violetdream
19.metamorph_mydesign
20.metamorph_myst
21.metamorph_mywaves
22.metamorph_myweb
23.metamorph_freedom_lt
24.metamorph_gloryfield
25.metamorph_horizon
26.bubble
27.classic-luxury
28.classic
29.classique
30.classliclink
31.civilized
32.metamorph_cool
33.metamorph_imaginary
34.metamorph_infinity
35.metamorph_newage
36.metamorph_madness
37.metamorph_heaven
38.metamorph_lensflare
39.metamorph_shinyblur_lt
40.metamorph_sparks_lt
41.metamorph_soulfrost
42.metamorph_space
43.metamorph_spaceglowing
44.metamorph_sphere
45.metamorph_starwars
46.metamorph_steel
47.metamorph_stones
48.abundant
49.chalkboard
50.cool-web
51.coolblack
52.CoolishBlack
53.coolracing
54.coolzone
55.cool_web
56.creative-media
57.creative-mind
58.creative
59.creevykeel
60.decayed
61.essential
62.auroradesktop
63.scenic-reflections