ambiance : Design 2 « Templates « HTML / CSS






ambiance

     

<!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

Title      : Ambiance
Version    : 1.0
Released   : 20070807
Description: A wide two-column, fixed width template with fluid header/footer background. Suitable for blogs and small websites.

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

body {
  margin: 0;
  padding: 0;
  background: #FFFFFF url(ambiance-images/img01.gif) repeat-x;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 13px;
  color: #666666;
}

form {
  margin: 0;
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  border: none;
}

input, textarea, select {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 13px;
  color: #666666;
}

h1, h2, h3 {
  margin: 0;
  font-weight: normal;
  color: #4F789F;
}

h1 {
  letter-spacing: -1px;
  font-size: 2.6em;
}

h2 {
  font-size: 1.8em;
}

h3 {
  font-size: 1.2em;
  font-weight: bold;
}

p, ul, ol {
  margin-bottom: 1.6em;
}

p {
}

blockquote {
  font-style: italic;
}

ul {
}

ol {
}

a {
  color: #4F789F;
}

a:hover {
  text-decoration: none;
}

small {
}

hr {
  display: none;
}

img {
  border: none;
}

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

img.right {
  float: left;
  margin: 0 0 0 15px;
}

/* Header */

#header {
  width: 900px;
  height: 300px;
  margin: 0 auto;
  padding: 0 40px;
  background: url(ambiance-images/img03.jpg) no-repeat left bottom;
}

/* Menu */

#menu {
  width: 900px;
  height: 100px;
}

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

#menu li {
  display: inline;
}

#menu a {
  display: block;
  float: left;
  width: 150px;
  height: 38px;
  padding: 12px 0 0 0;
  text-align: center;
  text-decoration: none;
  text-transform: lowercase;
  font-size: 1.8em;
}

#menu .active a {
  background: #B3EAFD url(ambiance-images/img02.jpg) no-repeat;
}

/* Logo */

#logo {
  clear: both;
  width: 900px;
  height: 200px;
}

#logo h1, #logo h2 {
  text-transform: lowercase;
  font-style: italic;
}

#logo h1 {
  padding: 70px 0 0 0;
  font-size: 4em;
}

#logo h2 {
  padding: 0 0 0 100px;
  font-size: 2em;
}

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

/* Page */

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

/* Content */

#content {
  float: left;
  width: 580px;
}

.post {
}

.post .date {
  float: left;
  width: 70px;
  margin: 0 15px 0 0;
  padding: 2px 0;
  background: #C9E5FC;
  border: 1px solid #C9E5FC;
  text-align: center;
  font-size: 11px;
  color: #3F4C6B;
}

.post .date b {
  display: block;
  padding: 5px 0;
  background: #F4FAFE;
  font-size: 24px;
  font-weight: normal;
}

.post .title {
  margin: 0;
}

.post .meta {
  margin: 0 0 0 0;
  color: #B2B7C4;
}

.post .entry {
  padding: 20px 0;
  line-height: 200%;
}

/* Sidebar */

#sidebar {
  float: right;
  width: 280px;
}

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

#sidebar li {
  margin-bottom: 20px;
  padding: 20px 20px 40px 20px;
  background: url(ambiance-images/img04.jpg) no-repeat;
}

#sidebar li ul {
  line-height: 240%;
}

#sidebar li li {
  margin: 0;
  padding: 0;
  background: none;
  padding-left: 15px;
  background: url(ambiance-images/img05.gif) no-repeat left center;
}

#sidebar h2 {
  margin-bottom: 20px;
  text-transform: lowercase;
  color: #4F789F;
}

#s {
  width: 160px;
}

/* Footer */

#footer {
  clear: both;
  padding: 40px 0;
  background: #EAF1F7;
  border-top: 5px solid #A2C9EA;
  text-align: center;
}

#footer p {
  margin: 0;
  color: #76AEDB;
}

#footer a {
  color: #76AEDB;
}


</style>


</head>
<body>
<!-- start header -->
<div id="header">
  <div id="menu">
    <ul>
      <li class="active"><a href="http://www.free-css.com/">Home</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/">Links</a></li>
      <li><a href="http://www.free-css.com/">Contact</a></li>
    </ul>
  </div>
  <div id="logo">
    <h1><a href="http://www.free-css.com/">Ambiance</a></h1>
    <h2><a href="http://www.freecsstemplates.org/">By Free CSS Templates</a></h2>
  </div>
</div>
<!-- end header -->
<!-- start page -->
<div id="page">
  <!-- start content -->
  <div id="content">
    <div class="post">
      <p class="date">September <b>30th</b></p>
      <h1 class="title">Welcome to Our Website!</h1>
      <p class="meta"><small>Filed under <a href="http://www.free-css.com/">Uncategorized</a> &nbsp;|&nbsp; <a href="http://www.free-css.com/">Comments (12)</a></small></p>
      <div class="entry">
        <p>This is <strong>Ambiance</strong>, 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 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. Aside from that, have fun with it :)</p>
        <p>This template is also available as a <a href="http://www.freewpthemes.net/preview/ambiance/">WordPress theme</a> at <a href="http://www.freewpthemes.net/">Free WordPress Themes</a>.</p>
        <h2>Sample Tags</h2>
        <blockquote>
          <p>&#8220;A blockquoted paragraph. In posuere eleifend odio quisque semper augue mattis wisi maecenas ligula.&#8221;</p>
        </blockquote>
        <p>An example of an ordered list:</p>
        <ol>
          <li>Lorem ipsum dolor sit amet, consectetuer adipiscing elit.</li>
          <li>Phasellus nec erat sit amet nibh pellentesque congue.</li>
          <li>Cras vitae metus aliquam risus pellentesque pharetra.</li>
        </ol>
        <h3>Heading Level 3: Followed by an Unordered List</h3>
        <ul>
          <li>Cras vitae metus aliquam risus pellentesque pharetra.</li>
          <li>Maecenas vitae orci vitae tellus feugiat eleifend.</li>
          <li>Etiam ac tortor eu metus euismod lobortis</li>
        </ul>
      </div>
    </div>
  </div>
  <!-- end content -->
  <!-- start sidebar -->
  <div id="sidebar">
    <ul>
      <li id="search">
        <h2>Search</h2>
        <form method="get" action="">
          <fieldset>
          <input type="text" id="s" name="s" value="" />
          <input type="submit" id="x" value="Search" />
          </fieldset>
        </form>
      </li>
      <li>
        <h2>Lorem Ipsum</h2>
        <ul>
          <li><a href="http://www.free-css.com/">Fusce dui neque fringilla</a></li>
          <li><a href="http://www.free-css.com/">Eget tempor eget nonummy</a></li>
          <li><a href="http://www.free-css.com/">Magna lacus bibendum mauris</a></li>
          <li><a href="http://www.free-css.com/">Velit semper nisi molestie</a></li>
          <li><a href="http://www.free-css.com/">Eget tempor eget nonummy</a></li>
        </ul>
      </li>
      <li>
        <h2>Volutpat Dolore</h2>
        <ul>
          <li><a href="http://www.free-css.com/">Magna lacus bibendum mauris</a></li>
          <li><a href="http://www.free-css.com/">Velit semper nisi molestie</a></li>
          <li><a href="http://www.free-css.com/">Nec metus sed donec</a></li>
          <li><a href="http://www.free-css.com/">Magna lacus bibendum mauris</a></li>
          <li><a href="http://www.free-css.com/">Fusce dui neque fringilla</a></li>
        </ul>
      </li>
    </ul>
  </div>
  <!-- end sidebar -->
</div>
<!-- end page -->
<div id="footer">
  <p id="legal">&copy;2007 Ambiance. 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/">Privacy</a> | <a href="http://www.free-css.com/">Terms</a> | <a href="http://validator.w3.org/check/referer" title="This page validates as XHTML 1.0 Transitional"><abbr title="eXtensible HyperText Markup Language">XHTML</abbr></a> | <a href="http://jigsaw.w3.org/css-validator/check/referer" title="This page validates as CSS"><abbr title="Cascading Style Sheets">CSS</abbr></a></p>
</div>
</body>
</html>

   
    
    
    
    
  








Related examples in the same category

1.metamorph_drop
2.metamorph_energybolt
3.metamorph_exit
4.metamorph_global
5.metamorph_glowing
6.metamorph_host
7.metamorph_icybreeze
8.metamorph_interiordesign
9.metamorph_interstate60
10.metamorph_lotr
11.metamorph_lyrics_lt
12.metamorph_melancholy_lt
13.metamorph_mercuryworld
14.metamorph_metaform
15.metamorph_models
16.metamorph_nuke
17.metamorph_oldheavens
18.metamorph_palmbeach
19.metamorph_strongrey_lt
20.metamorph_thames
21.metamorph_transitional
22.metamorph_tropic
23.metamorph_truncata
24.metamorph_tubes
25.metamorph_tunel
26.ablaze
27.aboutfruts
28.abrasive
29.abscond
30.abstraction
31.acallia-development
32.accomplishable
33.actualbiz
34.adhesive
35.adios
36.advantage
37.aero-solutions
38.aerolyk
39.affection
40.agency
41.ahoy
42.al-infolabs
43.alexx-c
44.alieninvasion
45.alpha
46.altered
47.altruism
48.amoreira
49.angryhornet
50.anibanner01
51.AnotherSquare
52.anther
53.anthropod
54.Antikoerperchen
55.antiquity
56.aphotic
57.applique
58.aprilshowers
59.Arbenting-MinimalistResumeTemplate
60.expanding-portfolio
61.experience
62.expertvision
63.exploitable
64.ezine02
65.familiar
66.favorite-cakes
67.featherlight
68.featuring
69.femflex1
70.fernando1
71.fertilization
72.Fibre
73.fibreglass
74.filaments
75.findingpeace
76.firerescuesquad
77.fivestar
78.Flair Template
79.flair
80.flan2
81.flange
82.flattering
83.flavour
84.fleur
85.flightandfight
86.fluidity
87.fluidsolution
88.flyover-builders
89.WP-Bliss
90.website-design
91.website-traffic