simplecorp : Simple « Templates « HTML / CSS






simplecorp

  

<!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>Free web template - simplecorp - by spyka Webmaster</title>
<style type='text/css'>
* {
  margin:0;
  padding:0;
}
body {
  background:#9A9786;
  margin:0 auto;
  padding:0;
  font-family:Arial, Helvetica, sans-serif;
  color:#333333;
}



/* wrapper */
div.wrapper {
  width:85%;
  margin:0px auto;
  padding:10px;
  border-right:10px solid #8D8A77;
  border-left:10px solid #8D8A77;
  background-color:#ffffff;
}


/* header & nav */
div.header {
  padding:20px 10px 25px;
  margin:0 auto;
  background-color:#4086AA;
  border-top:4px solid #326A85;
  margin-bottom:10px;
}
div.header h2 {
  float:left;
  padding-top:20px;
  padding-left:10px;
  font-size:0.75em;
}
div.header h1 {
  float:left;
  padding:0;
}
div.page-content {
  padding:5px 0;
  border-top:4px solid #E6E6E6;
}
div.menu {
  background-color:#383838;
  height:65px;
  margin-bottom:20px;
}
div.menu ul {
  list-style:none;
  margin:0;
  padding:0;
}
div.menu ul li {
  float:left;
  display:block;
}
div.menu ul li a {
  color:#FFFFFF;
  display:block;
  float:left;
  font-family:"Trebuchet MS", Verdana, Arial;
  font-weight:bold;
  padding:24px 20px 22px;
  text-transform:uppercase;
  text-decoration:none;
}
div.menu ul li a:hover {
  text-decoration:underline;
  background-color:#2B2B2B;
}

/* headers */
h1 {
  font-size:3.2em;
  letter-spacing:-2px;
  text-align:left;
  line-height:1.0em;
  font-weight:normal;
  font-family:Georgia, "Times New Roman", Times, serif;
  padding-bottom:10px;
}
h1 a, h1 a:hover, h1 a:visited {
  text-decoration:none;
  color:#FFFFFF;
  font-weight:normal;
  padding-left:10px;
}
h2 {
  color:#1D3D4E;
  font-size:1.7em;
  font-weight:normal;
  padding:0 0 10px;
  text-align:left;
  text-transform:none;
}
h3 {
  color:#222;
  font-size:1.2em;
  font-weight:bold;
  padding-bottom:10px;
}
h4 {
  font-family:Arial, Helvetica, sans-serif;
  font-size:0.95em;
  font-weight:bold;
  padding-bottom:10px;
  color:#32698B;
  text-transform:uppercase;
}
h5 {
  padding-bottom:10px;
}
div.sidebar h4 {
  background-color:#32698B;
  border-top:4px solid #2B5B78;
  color:#FFFFFF;
  padding:10px;
}

/* element defaults */
p {
  margin-bottom:20px;
  line-height:1.9em;
  font-size:0.75em;
}
ul, ol {
  font-size:0.75em;
  padding:0 0 20px 35px;
  list-style:none;
}
ol { 
  list-style:decimal;
}
code {
  background-color:#666666;
  display:block;
  color:#ffffff;
  padding:10px;
  margin:10px 0;
}

/* default forms */
fieldset { 
  border:none;
  border-top:1px solid #dddddd;
  margin-top:10px;
}
fieldset legend {
  font-size:0.8em;
  color:#666;
  font-weight:bold;
  padding:3px;
  background-color:#dddddd;
}
form { }
form input, form textarea {
  border:1px solid #999999;
  border-bottom-color:#cccccc;
  border-right-color:#cccccc;
  padding:5px;
  color:#666666;
  font-family:Arial, Helvetica, sans-serif;
  font-size:1.0em;
}
form input.formbutton {
  background:#4086AA none repeat-x scroll bottom left;
  border:1px solid #2B5B78;
  color:#ffffff;
  font-size:0.9em;
  padding:6px 14px;
  font-weight:bold;
  font-family:Verdana, Arial, Helvetica, sans-serif;
}

/* default tables */ 
table {
  width:100%;
  margin-bottom:10px;
  font-size:0.75em;
}
table tr th, table tr td {
  padding:5px 10px; 
}
table tr th {
  background:#4086AA none repeat-x scroll bottom left;
  color:#ffffff;
  border-top:3px solid #2B5B78;
}
table tr td {
  border-bottom:1px solid #dddddd;
}


/* default links */
a, a:visited { 
  color:#4086AA;
} 
a:hover { 
  color:#2B5B78; 
}
div.sidebar a {
  color:#4086AA;
  font-family:Georgia, "Times New Roman", Times, serif;
  font-size:0.9em;
  text-decoration:none;
}
div.sidebar a:hover {
  color:#244C65;
}



/* content */
div.page-wrap {
  padding:20px;
  clear:both;
}
div.content {
  float:right;
  width:68%;
  color:#333333;
}
div.content ul {
  font-size:0.75em;
  list-style:disc;
}
div.content ul li, div.content ol li {
  padding-bottom:5px;
}
div.content li ul, div.content li ul {
  font-size:1.0em;
}

/* sidebar */
div.sidebar {
  padding-right:10px;
  float:left;
  width:30%;
  color:#999999;
}
div.sidebar p { 
  color:#777777;
  margin-bottom:40px;
  padding:2px;
}
div.sidebar ul {
  font-size:0.9em;
  margin:0 0 40px;
  padding:0px;
}
div.sidebar ul li {
  padding:0;
}
div.sidebar ul li ul {
  padding:0 2px;
}
div.sidebar ul li ul li {
  padding:10px;
  border-bottom:1px dashed #ddd;
}




/* footer */
p.footer {
  text-align:left;
  color:#fff;
  background-color:#326A85;
  font-size:0.7em;
  padding:15px 10px;
  margin:0;
}
p.footer a {
  color:#fff;
  border-bottom:none;
  text-decoration:underline;
}

/* search form */
form.searchform {
}


/* misc classes */
*:focus {
  outline:none;
}
.clear {
  clear:both;
}

</style>


</head>
<body>
<div class="wrapper">
  <div class="top">
    <div class="header">
      <!-- TITLE -->
      <h1><a href="#">simplecorp</a></h1>
      <h2>simple, clean and accessible business template with no images</h2>
      <div class="clear"></div>
      <!-- END TITLE -->
    </div>
    <div class="menu">
      <ul>  
        <!-- MENU -->
        <li><a href="index.html">Home</a></li>
        <li><a href="examples.html">Examples</a></li>
        <li><a href="#">Solutions</a></li>
        <li><a href="#">Support</a></li>
        <li><a href="#">Contact</a></li>
        <!-- END MENU -->
      </ul>
    </div>
  </div>    
  <div class="content">  
    <div class="page-content">  
      <!-- CONTENT -->
      <h1>Heading H1</h1>
      <h2>Heading H2</h2>
      <h3>Heading H3</h3>
      <h4>Heading H4</h4>
      <h5>Heading H5</h5>
      
      <p>&nbsp;</p>
      
      <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>
          
      <h3>Code</h3>

      <code>&lt;? echo('Hello world'); ?&gt;</code>
      <p>&nbsp;</p>
      
      <h3>Form</h3>
      
      <fieldset>
        <legend>Form legend</legend>
        <form action="#" method="get">
          <p><label for="name">Name:</label><br />
          <input type="text" name="name" id="name" value="" /><br /></p>
  
          <p><label for="email">Email:</label><br />
  
          <input type="text" name="email" id="email" value="" /><br /></p>
          <p><label for="message">Message:</label><br />
  
          <textarea cols="60" rows="11" name="message" id="message"></textarea><br /></p>
          <p><input type="submit" name="send" class="formbutton" value="Send" /></p>
        </form>
      </fieldset>
      <p>&nbsp;</p>
      
      <h3>Table</h3>

      <table>
        <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>
      <!-- END CONTENT -->
    </div>
  </div>
  <div class="sidebar">  
    
    <!-- SIDEBAR -->
    <ul>  
      <li>
        <h4>Links</h4>
        <ul>
          <li><a href="http://www.spyka.net" title="spyka Webmaster resources">spyka webmaster</a></li>
          <li><a href="http://www.justfreetemplates.com" title="free web templates">Free web templates</a></li>
          <li><a href="http://www.spyka.net/forums" title="webmaster forums">Webmaster forums</a></li>
          <li><a href="http://www.awesomestyles.com/mybb-themes" title="mybb themes">MyBB themes</a></li>
          <li><a href="http://www.awesomestyles.com" title="free phpbb3 themes">phpBB3 styles</a></li>
        </ul>
      </li>
      
      <li>
        <h4>Categories</h4>
        <ul>
          <li><a href="#">Lorem ipsum dolor sit amet.</a></li>
          <li><a href="#">Quisque consequat nunc a felis.</a></li>
          <li><a href="#">Suspendisse consequat magna at.</a></li>
          <li><a href="#">Etiam eget diam id ligula rhoncus.</a></li>
          <li><a href="#">Sed in mauris non nibh.</a></li>
        </ul>
      </li>
    </ul>
    <!-- SIDEBAR -->

  </div>

  <div class="clear"></div>      

  <p class="footer">
    <a href="http://validator.w3.org/check/referer" title="valid XHTML">XHTML</a> | <a href="http://jigsaw.w3.org/css-validator/check/referer" title="valid CSS">CSS</a> &nbsp;&nbsp; &copy; YourWebsiteName. Design: <a href="http://www.spyka.net">Free CSS Templates</a> | <a href="http://www.justfreetemplates.com">Free Web Templates</a> 
  </p>
</div>

      

</body>
</html>

   
    
  








Related examples in the same category

1.simple-blue
2.simple-brown
3.simple-elegance
4.simple-jojo
5.simple-personal
6.simple-solution
7.simple-type
8.simple 1
9.simple3column
10.simpleandsleak
11.simpleblog1-0
12.simplecurve
13.simpleelegance03
14.simpleevent
15.SimpleMin
16.simplepagedesign
17.simplepassage
18.simplepicture
19.simples
20.simplescheme-magazine
21.simpletex
22.simpleton
23.simpletwocolumn
24.simplex
25.simplified
26.simply_plain_v2