atomohost : Design 4 « Templates « HTML / CSS






atomohost

     

<!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>AtomoHost</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 {
  background: #FFFFFF url(atomohost-images/img01.gif) repeat-x;
  font: normal small Arial, Helvetica, sans-serif;
  color: #999999;
}

form {
}

fieldset {
  border: none;
}

legend {
  display: none;
}

h1, h2, h3 {
  margin: 0;
  color: #11A6D4;
}

h2 {
  margin-bottom: .5em;
  font-size: 1.8em;
}

h3 {
  margin-bottom: 1em;
  font-size: 1em;
}

p, blockquote, ul, ol {
  margin-bottom: 1.5em;
  line-height: 1.8em;
}

p {
}

blockquote {
}

ul {
  margin-left: 2em;
  list-style: square;
}

ul li {
}

ol {
  margin-left: 2em;
  list-style: lower-roman;
}

ol li {
}

a {
  color: #EA672E;
}

a:hover {
  text-decoration: none;
  color: #11A6D4;
}

img {
  border: none;
}

/* Boxed Style */

.boxed {
  margin-bottom: 1em;
  background: #F7F7F7 url(atomohost-images/img07.gif) repeat-x;
  border: 1px solid #CCCCCC;
}

.boxed .title {
  height: 29px;
  padding: 11px 0 0 27px;
  background: url(atomohost-images/img08.gif) no-repeat 10px 50%;
  text-transform: uppercase;
  font-size: 1.2em;
  color: #FFFFFF;
}

.boxed .content {
  padding: 10px;
}

/* Header */

#header {
  width: 700px;
  height: 130px;
  margin: 0 auto;
  background: url(atomohost-images/img02.jpg) no-repeat;
}

/* Header > Logo */

#logo {
  float: left;
  padding: 65px 0 0 0;
}

#logo h1 {
  text-transform: uppercase;
  font-size: 2em;
}

#logo h2 {
  margin: 0;
  text-transform: uppercase;
  font-size: 1.2em;
}

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

/* Header > Top Menu */

#topmenu {
  float: right;
}

#topmenu ul {
  margin: 0;
  padding: 100px 0 0 0;
  list-style: none;
  line-height: normal;
}

#topmenu li {
  display: inline
}

#topmenu a {
  display: block;
  float: left;
  margin: 0 0 0 20px;
  padding: 0 0 0 15px;
  text-transform: uppercase;
  text-decoration: none;
  font-size: x-small;
  font-weight: bold;
  color: #FFFFFF;
}

#topmenu a:hover {
  text-decoration: underline
}

#topmenu1 {
  background: url(atomohost-images/img03.gif) no-repeat left center;
}

#topmenu2 {
  background: url(atomohost-images/img04.gif) no-repeat left center;
}

#topmenu3 {
  background: url(atomohost-images/img05.gif) no-repeat left center;
}

/* Menu */

#menu {
  width: 700px;
  height: 40px;
  margin: 0 auto;
}

#menu ul {
  margin: 0;
  list-style: none;
  line-height: normal;
}

#menu li {
  display: inline;
}

#menu a {
  display: block;
  float: left;
  height: 26px;
  padding: 14px 18px 0 20px;
  background: url(atomohost-images/img06.gif) no-repeat;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: bold;
}

#menu a:hover {
  text-decoration: underline;
}

#menu .first a {
  padding-left: 0;
  background: none;
}

/* Content */

#content {
  width: 700px;
  margin: 0 auto;
  padding: 20px 0;
}

/* Content > Main */

#main {
  float: left;
  width: 460px;
}

/* Content > Main > Example */

#example {
}

/* Content > Main > Welcome */

#welcome {
  margin: 0 0 3em 0;
  padding: 10px 0 1.5em 0;
  border-bottom: 1px solid #CCCCCC;
}

/* Content > Sidebar */

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

/* Content > Sidebar > Login */

#login {
}

#login label {
  display: block;
}

#login #inputtext1, #login #inputtext2 {
  width: 180px;
  margin-bottom: .5em;
  padding: 2px 5px;
  border: 1px solid #CCCCCC;
  font: normal small Arial, Helvetica, sans-serif;
  color: #999999;
}

#login #inputsubmit1 {
  float: right;
  width: 60px;
  margin-right: 7px;
  border: 1px solid #CCCCCC;
  border-top-color: #FFFFFF;
  border-left-color: #FFFFFF;
  font: normal small Arial, Helvetica, sans-serif;
}

#login p {
  margin: 0;
  padding-top: .2em;
  font-size: x-small;
}

/* Content > Sidebar > Updates*/

#updates {
}

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

#updates li {
  margin-bottom: 1em;
}

#updates h3 {
  margin: 0;
  padding: 0 0 0 10px;
  background: url(atomohost-images/img09.gif) no-repeat left center;
  font-size: x-small;
}

#updates p {
  margin: 0;
  padding: 0 0 0 10px;
  line-height: normal;
  font-size: .85em;
}

#updates a {
  text-decoration: none;
}

/* Content > Sidebar > Partners*/

#partners {
}

/* Footer */

#footer {
  clear: both;
  width: 700px;
  margin: 0 auto 2em auto;
  background: #F7F7F7 url(atomohost-images/img07.gif) repeat-x;
  border: 1px solid #CCCCCC;
}

/* Footer > Legal */

#legal {
  margin: 0;
  padding: 8px;
  text-align: center;
  color: #FFFFFF;
}

#legal a {
  font-weight: bold;
  color: #FFFFFF;
}

/* Footer > Links */

#links {
  margin: 0;
  padding: 10px;
  text-align: center;
}


</style>


</head>
<body>
<div id="header">
  <div id="topmenu">
    <ul>
      <li><a href="http://www.free-css.com/" id="topmenu1" accesskey="1">Home</a></li>
      <li><a href="http://www.free-css.com/" id="topmenu2" accesskey="2">Contact</a></li>
      <li><a href="http://www.free-css.com/" id="topmenu3" accesskey="3">Sitemap</a></li>
    </ul>
  </div>
  <div id="logo">
    <h1><a href="http://www.free-css.com/">AtomoHost</a></h1>
    <h2><a href="http://www.free-css.com/">Free CSS Templates</a></h2>
  </div>
</div>
<div id="menu">
  <ul>
    <li class="first"><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/">Services</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="content">
  <div id="main">
    <div id="welcome">
      <h2>Welcome to AtomoHost!</h2>
      <p><strong>AtomoHost</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>
      <p>An unordered list example:</p>
      <ul>
        <li>List item number one</li>
        <li>List item number two</li>
        <li>List item number three</li>
      </ul>
    </div>
    <div id="example">
      <h2>A Few Examples of Common Tags</h2>
      <p>This is an example of a paragraph followed by a blockquote. In posuere  eleifend odio. Quisque semper augue mattis wisi. Maecenas ligula.  Pellentesque viverra vulputate enim. Aliquam erat volutpat lorem ipsum  dolorem.</p>
      <blockquote>
        <p>Pellentesque tristique ante ut  risus. Quisque dictum. Integer nisl risus, sagittis convallis, rutrum  id, elementum congue, nibh. Suspendisse dictum porta lectus. Donec  placerat odio</p>
      </blockquote>
      <h3>Heading Level Three</h3>
      <p>This is another example of a paragraph followed by an unordered list. In posuere  eleifend odio. Quisque semper augue mattis wisi. Maecenas ligula.  Viverra vulputate enim. Aliquam erat volutpat lorem ipsum  dolorem.</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 id="sidebar">
    <div id="login" class="boxed">
      <h2 class="title">Client Account</h2>
      <div class="content">
        <form id="form1" method="post" action="http://www.free-css.com/">
          <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>March 5, 2007</h3>
            <p><a href="http://www.free-css.com/">In posuere eleifend odio quisque semper augue mattis wisi maecenas&#8230;</a></p>
          </li>
          <li>
            <h3>March 3, 2007</h3>
            <p><a href="http://www.free-css.com/">Quisque dictum integer nisl risus, sagittis convallis, rutrum id, congue, and nibh&#8230;</a></p>
          </li>
          <li>
            <h3>February 28, 2007</h3>
            <p><a href="http://www.free-css.com/">Donec leo, vivamus fermentum nibh in augue praesent a lacus at urna congue rutrum&#8230;</a></p>
          </li>
          <li>
            <h3>February 25, 2007</h3>
            <p><a href="http://www.free-css.com/">Nam pede erat, porta eu, lobortis eget, tempus et, tellus. Etiam nequea&#8230;</a></p>
          </li>
        </ul>
      </div>
    </div>
    <div id="partners" class="boxed">
      <h2 class="title">Partners</h2>
      <div class="content">
        <ul>
          <li><a href="http://www.free-css.com/">Donec Dictum Metus</a></li>
          <li><a href="http://www.free-css.com/">Etiam Rhoncus Volutpat</a></li>
          <li><a href="http://www.free-css.com/">Integer Gravida Nibh</a></li>
          <li><a href="http://www.free-css.com/">Maecenas Luctus Lectus</a></li>
          <li><a href="http://www.free-css.com/">Mauris Vulputate Dolor</a></li>
          <li><a href="http://www.free-css.com/">Nulla Luctus Eleifend</a></li>
          <li><a href="http://www.free-css.com/">Posuere Augue Sit Nisl</a></li>
        </ul>
      </div>
    </div>
  </div>
</div>
<div id="footer">
  <p id="legal">Copyright &copy; 2007 AtomoHost. 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.arrangement
2.arthemia
3.artica
4.aspherical
5.assiduous
6.asterisk
7.astounded
8.astroturfd
9.atrandafir582
10.AttainDigital
11.audi-template
12.aurelius
13.authenticity
14.autoportal
15.axian
16.azulmedia2-1
17.azure
18.bagatelle
19.balanced
20.bananaleaf
21.barricade
22.begrimed
23.belowthehorizon
24.bennevis
25.bermuda01
26.besmart
27.bestwebdesign
28.beta
29.beyond
30.bigdeal
31.BigSpaceLove
32.bioessence
33.Biru_Manteb
34.bittersweet
35.Black
36.chamberlandsrestaurant
37.chara
38.characterized
39.charcoal
40.charitable-organization
41.chary
42.chasmogamous
43.chesspiece
44.chic
45.chicanery
46.chromz
47.churchsitev.2
48.citrus-island1-1
49.clementine
50.clicker
51.modernclassic
52.modernmagic
53.modernworld
54.A_Simple_Theme
55.minimalistica
56.miniseries
57.mint-idea
58.minty
59.mirax
60.miscellaneous
61.mistybud
62.mlpdesign02
63.mlpdesign03
64.mlpdesign04
65.mlpdesign08
66.model-4-me
67.model-portfolio
68.modelagency
69.modelportfolio
70.model_2
71.moderna
72.Modified
73.modulation
74.module-mag
75.mokofactory
76.monster
77.mork-horisont
78.mountainbreeze
79.mouse
80.mrtechie
81.multiflex2
82.multiple
83.multiplex
84.music
85.muzzle
86.MyCode
87.mydiary
88.myfamily
89.myhedspacefree08
90.mykindathing
91.myportfolio
92.mystic-garden
93.Mythology
94.myvalentine
95.naeve
96.natheless
97.nationalpark
98.neapolitan
99.neatness
100.nebuladog
101.nedweb
102.NelVoize
103.neoneon
104.neonix
105.neoplanet-01
106.neotech
107.netindustries
108.neuphoric
109.neutral
110.neutraldesk
111.neutralgreen
112.new kitchen design
113.new-fast-host
114.new-home
115.new-rise
116.new-year