coffee_stain : Coffee « Templates « HTML / CSS






coffee_stain

    

<!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>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Untitled Document</title>
<style type='text/css'>
body {
  margin:0;
  padding:0;
  font-family: Geneva, Arial, Helvetica, sans-serif;
  font-size: medium;
  color: #333333;
}

/* headings */
h1 {
  font-size: 2em;
  margin-top: .5em;
  margin-bottom: 1em;
  margin-left: 15px;
}
h2 {
  font-size: 1.7em;
  margin-top: 1em;
  margin-bottom: 1em;
  margin-left: 15px;
}
h3 {
  margin-top: 1em;
  margin-bottom: 1em;
  margin-left: 15px;
  font-size: 1.5em;
  text-decoration:underline;
}

/*links */
a {
  text-decoration:none;
  font-variant:small-caps;
  color: #0099CC;
  margin:0;
  padding:0;
}
a:hover {
  color: #996600;
  text-decoration: underline;
}

/* paragraph defaults */
p {
  margin:0;
  padding:0;
}

/* list defaults */
ul {
  list-style-type: disc;
  list-style-image: url(images/li_image.gif);
}
ol {
  list-style-type:decimal-leading-zero;  
}
li {
  line-height: 1em;
}

/* blockqoute style */
blockquote {
background-color:#dddddd;
color:#666666;
border-top:#666666 solid 1px;
border-bottom:#666666 solid 2px;
font-style:italic;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:1.1em;
text-align:justify;
padding:3px;
}
#content blockquote p {
  margin:0;
  padding:0;
}

/* wraps the entire content */
#wrapper {
  margin: 0 auto;
}


/* the header div sets up the background image and text */
#header {
  background-attachment: scroll;
  background-image: url(images/coffee-beans.jpg);
  background-repeat: no-repeat;
  background-position: center right;
  min-height: 139px;
  height: 139px;
}
  #header_text {
    display:block;  
    font-size: 3em;
    font-variant: small-caps;
    color: #333333;
    padding-top:.6em;
    margin-left:25px;
  }
  #header #slogan_shadow {
    font-size:1.3em;
    color: #FFFFFF;
    margin-top:0;
    clear:both;
    margin-left:220px;
    line-height:1em;
  }
  #header #slogan {
  color: #0099CC;
  position: relative;
  top: -20px;
  left: 1px;
  }

/* this sets up the 100 width wrapper and sets the background colour for the main content */
#content_wrapper {
  clear:both;
  float:left;
  background-color: #e9e3de;
  width: 100%;
  border-top-width: 5px;
  border-top-style: solid;
  border-top-color: #666666;
}
/* tis sets the width of the actual content to a fixed 800 pixels */
#content_block {
  width: 800px;
  margin: 0 auto;
  position:relative;
}

/* side bar is the left column */
#side_bar {
  float: left;
  width: 190px;
}

/* content (right column) div style*/
#content {
  margin-left:10px;
  float:right;
  width:590px;
}


/* Styles dealing with the sidemenu navigation */
.sidemenu {
  margin:0;
  margin-bottom:1em;
  margin-top:1.5em;
  padding:0;
  list-style-type: none;
  list-style-image:none;
}
.sidemenu a {
  width: 180px;
  display: block;
  line-height: 1.6em;
  font-size: 1.1em;
  text-transform:uppercase;
  padding-left:10px;
  background-color: #e9e3de;
  border-bottom-color: #CCCCCC;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  color: #666666;
}
#side_bar .sidemenu a:hover {
  text-decoration:none;
  background-color: #F0E3DA;
  border-right-width: 3px;
  border-right-style: solid;
  border-right-color: #0099CC;
  border-bottom-color: #0099CC;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  color: #996600;
}
#side_bar .active_sidemenu {
  border-right-width: 3px;
  border-right-style: solid;
  border-right-color: #0099CC;
  border-bottom-color: #0099CC;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}
/* end sidemenu styles



/*styles for the content paragraphs */
#content p {
  text-align:justify;
  line-height:1.3em;
  margin-bottom: 1em;
  padding-left: 10px;
  padding-right: 10px;
}
#content li {
  font-size:1.1em;
  margin-left:25px;
  color:#000;
}
/* the extra_content class styles the extra content boxes */
.extra_content {
  color:#666666; 
  background-color:#dddddd; 
  border:2px solid #0099CC; 
  margin-top:1.5em;
  margin-left:2px;
  margin-left:2px;
  margin-bottom:1em;
  font-size:1em;
  width:186px;
  float:right;
  clear:both;
}

/*  this is specifically for some styles only used on the extra_content boxes within the content area        */
/*  changes made here will only affect the boxes within the content                     */
#content .extra_content { 
  margin-left:15px;
  margin-right:15px;
}

/* extra content geading style */
.extra_content h1 {
  display:block;
  text-align:center;
  text-transform:uppercase;
  font-size:1.2em;
  margin:0;
}

/* extra content paragraph styling, changes made here will affect all boxes */
#content .extra_content p, .extra_content p {
  padding:0;
  margin-top:1.2em;
  margin-left:5px;
  margin-right:5px;
  margin-bottom:.2em;
  text-align:justify;
}

/*  this controls the bottom image */
#bottom_image {
  clear:both;
  background-attachment: scroll;
  background-image: url(images/stain_top.jpg); /* change this to your own desired image */
  background-repeat: no-repeat;
  background-position: center left;
  min-height: 73px; 
  height: 73px; 
  min-width: 800px; 
}

/*  this is the footer */
#footer {
  background-color: #666666;
  color: #e9e3de;
  text-align:center;
  font-size:.8em;
  font-variant:small-caps;
}
#footer a:hover {
  color: #F0E3DA;
  text-decoration:none;
}


</style>


</head>

<body>
<!--Wrapper around all the content -->
<div id="wrapper">

<!--start of the header -->
  <div id="header">
    <div id="header_text">Coffee Stain</div>
    <div id="slogan_shadow">wake up and smell the coffee<div id="slogan">wake up and smell the coffee</div></div>
  </div>
<!--end of header -->

<!--this is the content background -->
  <div id="content_wrapper">
  
  <!--this wraps the content and fixes the width to 800px -->
    <div id="content_block">
    
    <!-- the content is the right content section that holds the main text -->
      <div id="content">
        <h1>Stain removal </h1>
            <p>This is Coffee Stain my third open source design, as you can see it is inspired by coffee.</p>      
          <blockquote><p>this is a blockqoute, it is very usefull for drawing attention to very important things other people have said.</p></blockquote>         
          
          <div class="extra_content">
            <h1>floating box</h1>
            <p>this is an extra content div, used in the main section, as you can see it floats to the right and the extra_content boxes can be placed anywhere, </p>
          </div> 
          
          <div class="extra_content">
            <h1>links</h1>
            <p>you can use them for links: <br />
              <a href="http://www.oswd.org/">OSWD</a><br />
              <a href="http://openwebdesign.org/">Open Web Design</a><br />
              <a href="http://www.visual-aid.co.uk">Visual Aid</a></p>
          </div>
          
          <p>This template is free to use with no restrictions, I would however very much appreciate it if you could leave the design by <a href="http://www.visual-aid.co.uk">Visual Aid</a> in the footer. I would also like an email if you do use or change this template. Thanks.</p>
          
          
            
            <h2>Heading 2</h2>
          <p>The images used are designed by me or downloaded free from stock.xchng and have no usage restrictions. </p>
            
            
            
          <h3>Heading 3</h3>
          <p>Some more examples of styles</p>
          <ul>
                  <li>Unordered</li>
                      <li>List</li>
                </ul>
                <ol>
                        <li>Ordered</li>
                        <li>List</li>
                  </ol>
     </div> 
     
     
     
      
<!-- this is the side bar, it floats to the left and is used for the navigation and extra content -->
      <div id="side_bar">
        <ul class="sidemenu"> 
          <li><a href="#" class="active_sidemenu">home</a></li>
          <li><a href="#">about</a></li>
          <li><a href="#">services</a></li>
          <li><a href="#">portfolio</a></li>
          <li><a href="#">contact</a></li>
          <li><a href="#">blog</a></li>
        </ul>
        <div class="extra_content">
          <h1>extra heading</h1>
          <p>this is an extra content div, you could take this out if you had no need for it</p>
        </div>
        <div class="extra_content">
          <h1>news</h1>
          <p>or you can add as many of these extra content <a href="#">boxes</a> as you need</p>
        </div>
      </div> 



    </div>    
  </div> 

<!-- footer -->
  <div id="bottom_image">  
  <p id="footer">&copy; Your Name | Design by <a href="http://www.visual-aid.co.uk" title="Open Source Template Designed by Visual Aid">Visual-Aid</a> | <a href="http://validator.w3.org/check?uri=referer" title="Validate this page's XHTML">XHTML 1.0 Strict</a> and <a href="http://jigsaw.w3.org/css-validator/check/referer" title="Validate this page's CSS">CSS</a> valid </p>  
  </div> 


</div> 

</body>
</html>

   
    
    
    
  








Related examples in the same category

1.coffe
2.coffee-maker
3.COFFEE 2
4.coffeeblossom
5.coffeecup
6.coffeencream
7.metamorph_coffee
8.metamorph_coconut
9.ftdcoffeehouse
10.ftd_coffeecup
11.thecoffeeshop
12.hot-coffee