monotone : Color « Templates « HTML / CSS






monotone

   

<!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=utf-8" />
<title>monotone - Free CSS Template by spyka Webmaster</title>
<style type='text/css'>
body {
  background: #fff url('monotone-images/bodybg.jpg') repeat-x scroll top left;
  margin:0;
  padding:0;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 12px;
  color: #444;
}

* {
  margin:0;
  padding:0;
}

/** element defaults **/
table {
  width: 100%;
  text-align: left;
}

th, td {
  padding: 10px 10px;
}

th {
  color: #fff;
  background: #333333 url(monotone-images/h4-bg.png) repeat-x scroll left bottom;
}

td {
  background: #ddd;
  border-bottom: 1px solid #ccc;
}

code, blockquote {
  display: block;
  border-left: 5px solid #222;
  padding: 10px;
  margin-bottom: 20px;
}
code {
  background-color: #222;
  color:#ccc;
  border: none;
}
blockquote {
  border-left: 5px solid #222;
}

blockquote p {
  font-style: italic;
  font-family: Georgia, "Times New Roman", Times, serif;
  margin: 0;
  color: #444;
  height: 1%;
}

p {
  line-height: 2.1em;
  margin-bottom: 20px;
}

a {
  color: #333;
}

a:hover {
  color: #000;
}

a:focus {
  outline: none;
}

fieldset {
  display: block;
  border: none;
  border-top: 1px solid #ddd;
}

fieldset legend {
  font-weight: bold;
  font-size: 13px;
  padding-right: 10px;
  color: #999;
}

fieldset form {
  padding-top: 15px;
}

fieldset p label {
  float: left;
  width: 150px;
}

form input, form select, form textarea {
  padding: 5px;
  color: #333333;
  border: 1px solid #999;
  border-right:1px solid #eee;
  border-bottom:1px solid #eee;
  background-color:#ccc;
  color:#333;
}

form input.formbutton {
  border: none;
  background: #222;
  color: #ffffff;
  font-weight: bold;
  padding: 5px 10px;
  font-size: 12px;
  font-family: Tahoma, Geneva, sans-serif;
  letter-spacing: 1px;
  width: auto;
  overflow: visible;
}

form.searchform p {
  margin: 5px 0;
}


span.required {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: #ff0000;
}

h1 {
  color: #999999;
  font-size: 35px;
  font-weight: normal;
}

h2 {
  color: #111;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 30px;
  letter-spacing: 0px;
  font-weight: normal;
  padding: 0 0 5px;
  margin: 0;
}

h3 {
  color: #666;
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 10px;
}

h4 {
  padding-bottom: 10px;
  font-size: 15px;
  color: #999;
}

h5 {
  padding-bottom: 10px;
  font-size: 13px;
  color: #999;
}

ul, ol {
  margin: 0 0 35px 35px;
}

li {
  padding-bottom: 5px;
}

li ol, li ul {
  font-size: 1.0em;
  margin-bottom: 0;
  padding-top: 5px;
}


#container {
  width: 980px;
  margin:0 auto;
  padding: 0;
}
#top {
  background: transparent url('monotone-images/headerbg.jpg') repeat-x scroll 0 0;
  height: 117px;
}
#header {
  padding: 0 15px;
  margin: 0 auto;
  float: left;
}

#header h1  {
  padding-top: 20px;
  text-align: center;
}

#header h1 a {
  color: #444444;
  font-size: 40px;
  font-weight: normal;
  font-family: Arial, Helvetica, sans-serif;
  letter-spacing: -2px;
  text-align: center;
  text-decoration: none;
}

#nav {
  background: transparent none repeat-x scroll top left;
  height: 59px;
  margin: 8px 15px;
  display: block;
  float: right;
}

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

#nav ul li {
  float: left;
  display: block;
  padding: 0;
  padding: 22px 20px 21px;
}

#nav ul li a {
  color: #333333;
  display: block;
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  text-decoration: underline;
}

#nav ul li a:hover {
  color: #000;
}

#body {
  background: #fff;
  padding: 0;
  margin: 0 25px;
  width: 930px;
  position: relative;
  top: -15px;
}

#content {
  float: left;
  width: 620px;
  margin: 0;
}

.sidebar {
  width: 280px;
  padding: 0;
  float: right;
}


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

.sidebar ul li {
  margin-bottom: 20px;
  line-height: 1.9em;
}

.sidebar li ul {
  background: #ddd;
}

.sidebar li ul li {
  display: block;
  border-top: none;
  padding: 6px 7px;
  margin: 0;
  line-height: 1.5em;
  font-size: 13px;
  color: #333;
}

.sidebar li ul li a {
  font-weight: normal;
  color: #333;
}

.sidebar li ul.blocklist li {
  padding: 0;
  display: inline;
}

.sidebar li ul.blocklist li a {
  display: block;
  padding: 9px 8px;
  text-decoration: none;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #fff;
  font-size: 12px;
  font-weight: bold;
}

.sidebar li ul.blocklist li a:hover {
  color: #000;
}

.sidebar li ul li a:hover {
  color: #000;
}

.sidebar h4 {
  color: #eee;
  font-family: Arial, Helvetica, sans-serif;
  background: #333333 url('monotone-images/h4-bg.png') repeat-x scroll left bottom;
  font-size: 12px;
  letter-spacing: 0;
  text-transform: uppercase;
  margin: 0;
  padding: 5px 10px;
  font-weight: bold;
}

.clear {
  clear: both;
}

#footer {
  margin:0 auto 60px;
  border-top: 10px solid #000;
}

#footer p {
  text-align: left;
  color: #eee;
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
  margin: 0;
  padding: 0;
}

#footer p a {
  color: #fff;
  font-weight: bold;
}

.footer-content {
  padding: 30px 5px 60px;
  background: #222;
  border-top: 10px solid #111;
}

#footer .footer-content p {
  color: #666;
  position: relative;
  top: 12px;
  margin-left: 165px;
}

#footer .footer-content p a {
  color: #ccc;
}

#footer .footer-content p a:hover {
  color: #fff;
}

#footer .footer-content span.sitename {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 40px;
  font-weight: normal;
  letter-spacing: -2px;
  color: #fff;
  float: left;
}

.footer-width {
  width: 940px;
  margin: 0 auto;
}

#footer .footer-bottom {
  padding-top: 10px;
}

#footer .footer-bottom p, #footer .footer-bottom p a {
  color: #888;
}

</style>


</head>

<body>
<div id="container">
    <div id="top">
        <div id="header">
            <h1><a href="/">monotone</a></h1>
        </div>
        <div id="nav">
            <ul>
                <li><a href="index.html">Home</a></li>
                <li><a href="examples.html">Examples</a></li>
                <li><a href="#">Products</a></li>
                <li><a href="#">Solutions</a></li>
                <li><a href="#">Contact</a></li>
            </ul>
        </div>
    </div>
    <div id="body">
        <div id="content">
            <h2>Examples</h2>
    
                <h1>Heading H1</h1>
                <h2>Heading H2</h2>
                <h3>Heading H3</h3>
                <h4>Heading H4</h4>
                <h5>Heading H5</h5>
                
                
                <p>&nbsp;</p>
    
                
                <h3>Lists</h3>
                <ul>
    
                    <li>List item</li>
                    <li>List item</li>
                    <li>List item</li>
                </ul>
                        
                <ol>
                    <li>List item</li>
                    <li>List item</li>
                    <li>List item</li>
                </ol>
    
                <p>&nbsp;</p>
    
                
                    
                <h3>Code and blockquote</h3>
                <code>&lt;? echo('Hello world'); ?&gt;</code>
    
                <blockquote><p>Mauris sit amet tortor in urna tincidunt aliquam. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas</p></blockquote>
    
                
                <p>&nbsp;</p>
                
                
                
                <h3>Table</h3>
    
                <table cellspacing="0">
                    <tr>
                        <th>ID</th>
                        <th>Name</th>
                        <th>Age</th>
                    </tr>
                    <tr>
                        <td>1</td>
                        <td>John Smith</td>
                        <td>28</td>
                    </tr>
                    <tr>
                        <td>2</td>
                        <td>Fred James</td>
                        <td>49</td>
                    </tr>
                    <tr>
                        <td>3</td>
                        <td>Rachel Johnson</td>
                        <td>19</td>
                    </tr>
    
                </table>
    
                <p>&nbsp;</p>
    
                
                <h3>Form</h3>
    
                <fieldset>
                    <legend>Form legend</legend>
                    <form action="#" method="get">
                        <p><label for="name">Name:</label>
                        <input name="name" id="name" value="" type="text" /></p>
                        <p><label for="email">Email:</label>
                        <input name="email" id="email" value="" type="text" /></p>
    
                        <p><label for="message">Message:</label>
                        <textarea cols="37" rows="11" name="message" id="message"></textarea></p>
                        <p><input name="send" style="margin-left: 150px;" class="formbutton" value="Send" type="submit" /></p>
                    </form>
                </fieldset>
            
        </div>
        
        <div class="sidebar">
            <ul>  
               <li>
                    <h4><span>Navigate</span></h4>
                    <ul class="blocklist">
                        <li><a href="index.html">Home</a></li>
                        <li><a href="examples.html">Examples</a></li>
                        <li><a href="#">Products</a></li>
                        <li><a href="#">Solutions</a></li>
                        <li><a href="#">Contact</a></li>
                    </ul>
                </li>
                
                <li>
                    <h4>About</h4>
                    <ul>
                        <li>
                            <p style="margin: 0;">Aenean nec massa a tortor auctor sodales sed a dolor. Duis vitae lorem sem. Proin at velit vel arcu pretium luctus.</p>
                        </li>
                    </ul>
                </li>
                
                <li>
                    <h4>Search</h4>
                    <ul>
                        <li>
                            <form method="get" class="searchform" action="http://wpdemo.justfreetemplates.com/" >
                                <p>
                                    <input type="text" size="24" value="" name="s" class="s" />
                                    <input type="submit" class="searchsubmit formbutton" value="Search" />
                                </p>
                            </form>  
                        </li>
                    </ul>
                </li>
                
                <li>
                    <h4>Sponsors</h4>
                    <ul>
                        <li><a href="http://www.themeforest.net/?ref=spykawg" title="premium templates"><strong>ThemeForest</strong></a> - premium HTML templates, WordPress themes and PHP scripts</li>
                        <li><a href="http://www.dreamhost.com/r.cgi?259541" title="web hosting"><strong>Web hosting</strong></a> - 50 dollars off when you use promocode <strong>awesome50</strong></li>
                        <li><a href="http://www.4templates.com/?aff=spykawg" title="4templates"><strong>4templates</strong></a> - brilliant premium templates</li>
                    </ul>
                </li>
                
            </ul> 
        </div>
        <div class="clear"></div>
    </div>
</div>
<div id="footer">
    <div class="footer-content">
      <div class="footer-width">
            <span class="sitename">sitename</span>
                <p class="footer-links">
                <a href="index.html">Home</a> |
                <a href="examples.html">Examples</a> |
                <a href="#">Products</a> |
                <a href="#">Solutions</a> |
                <a href="#">Contact</a>
            </p>
         </div>
    </div>
    <div class="footer-width footer-bottom">
        <p>&copy; YourSite 2010. Design by <a href="http://www.spyka.net">Free CSS Templates</a> | <a href="http://www.justfreetemplates.com">Free Web Templates</a></p>
     </div>
</div>
</body>
</html>

   
    
    
  








Related examples in the same category

1.metamorph_colorful
2.metamorph_colorwaves
3.metamorph_colourswirls
4.metamorph_contrast
5.colorimetry
6.colors_one
7.colorvoid-website-template
8.colorvoid
9.Color_Pencils
10.colourise1-0
11.colourworld
12.monoblock
13.monochrome
14.tricolor
15.i-love-colour-1
16.Light color tempalte
17.Light color template