eatlon : Design 5 « Templates « HTML / CSS






eatlon

    

<!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" xml:lang="en" lang="en">
<head>
<title>Eatlon</title>
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<style type='text/css'>
/* Free standard-compliant open source XHTML/CSS template provided by Eatlon.com */

body {
  background-image: url(eatlon-imgs/body_bg.gif);
  background-repeat: repeat-x;
  background-color: #9faec2;
  font-family: arial, sans-serif;
  font-size: .7em;
  color: #8f8f8f;
  padding: 0;
  margin: 0;
}


a { text-decoration: none; color: #6d819d; padding: 0; margin: 0; }
a:hover { text-decoration: none; color: #a42929; border-bottom: 1px solid #6d819d; outline: 0; padding: 0; margin: 0; }

a.discrete { text-decoration: none; color: #7e7e7e; padding: 0; margin: 0; }
a.discrete:hover { text-decoration: underline; color: #7e7e7e; border-bottom: 0; outline: 0; padding: 0; margin: 0; }

a.title { text-decoration: none; color: #8f8f8f; padding: 0; margin: 0; }
a.title:hover { text-decoration: none; color: #8f8f8f; border-bottom: 0; outline: 0; padding: 0; margin: 0; }

h1 {
  font-family: georgia, serif;
  font-size: 5em;
  font-weight: 100;
  padding: 0;
  margin: 0;
}

h2 {
  font-size: 1.2em;
  font-style: italic;
  font-weight: 100;
  padding: 0;
  margin: 0;
}

h3 {
  font-family: georgia, serif;
  font-size: 2.3em;
  font-weight: 100;
  line-height: 1em;
  border-bottom: 1px solid #e0e0e0;
  padding: 0;
  margin: 0 0 5px 0;
}

h4 {
  font-size: 1.3em;
  font-weight: 100;
  padding: 0;
  margin: 0;
}

.in { text-indent: 20px; }

#wrap {
  width: 876px;
  min-height: 450px;
  height: auto !important;
  height: 450px;
  background-color: #fff;
  padding: 0;
  margin: 0 auto;
}

#header {
  width: 100%;
  height: 140px;
  background-image: url(eatlon-imgs/head_bg.gif);
  background-repeat: repeat-x;
  background-position: top center;
}

  .title_tagline {
    width: 95%;
    height: 140px;
    background-image: url(eatlon-imgs/banner.gif);
    background-repeat: no-repeat;
    background-position: top right;
    padding: 30px 0 0 30px;
    margin: 0;  
  }


#menu {
  height: 60px;
  background-image: url(eatlon-imgs/menu_bg.gif);
  background-repeat: repeat-x;
  font-size: 1.1em;
  padding: 11px 0 0 22px;
  margin: 0;
}

#menu a { text-decoration: none; color: #fafafa; font-weight: bold; padding: 0; margin: 0; }
#menu a:hover { text-decoration: none; color: #d0d0d0; outline: 0; padding: 0; margin: 0; }

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

  #menu ul li {
    float: left;
    padding: 0 0 0 0;
    margin: 0 10px 0 10px;
  }


#content {
  background-color: #fff;
  margin: 10px 0 0 0;
  padding: 0 18px 0 20px;
}

/* The following CSS,
  "submenu_a",
  "right_wrap",
  "content_middle" and
  "submenu_b"
define the double submenus layout for index.html */

  .submenu_a {
    float: left;
    width: 15%;
    padding: 0;
    margin: 0 0 0 10px;
  }

    .submenu_a p {
      padding: 0;
      margin: 6px 0 0 0;
    }

    .submenu_a ul {
      list-style-type: none;
      padding: 0;
      margin: 5px 0 25px 0;
    }

    .submenu_a ul li {
      padding: 0;
      margin: 0;
    }

  .right_wrap {
    float: right;
    width: 80%;
    padding: 0 24px 0 0;
  }

    .content_middle {
      float: left;
      width: 65%;
      font-size: 1.1em;
      line-height: 1.5em;
      text-align: justify;
      padding: 0 30px 0 25px;
      margin: 0 1px 0 19px;
      border-left: 1px solid #e0e0e0;
      border-right: 1px solid #e0e0e0;
    }

      .content_middle p {
        padding: 0;
        margin: 7px 0 0 0;
      }

    .submenu_b {
      float: right;
      width: 18%;
      padding: 0 9px 0 0;
      margin: 0;
    }

      .submenu_b p {
        padding: 0;
        margin: 6px 0 0 0;
      }

      .submenu_b ul {
        list-style-type: none;
        padding: 0;
        margin: 5px 0 25px 0;
      }

      .submenu_b ul li {
        padding: 0;
        margin: 0;
      }

/* The following CSS,
  "menu_left" and
  "content_right"
define the left-wing layout for index.html */

  .menu_left {
    float: left;
    width: 16%;
    padding: 0;
    margin: 0 0 0 10px;
  }

    .menu_left p {
      padding: 0;
      margin: 6px 0 0 0;
    }

    .menu_left ul {
      list-style-type: none;
      padding: 0;
      margin: 5px 0 25px 0;
    }

    .menu_left ul li {
      padding: 0;
      margin: 0;
    }

  .content_right {
    float: right;
    width: 75%;
    font-size: 1.1em;
    line-height: 1.5em;
    text-align: justify;
    padding: 0 20px 0 25px;
    margin: 0;
    border-left: 1px solid #e0e0e0;
  }

    .content_right p {
      padding: 0;
      margin: 7px 0 0 0;
    }

/* The following CSS,
  "content_left" and
  "menu_right"
define the right-wing layout for right_wing.html */

  .content_left {
    float: left;
    width: 74%;
    font-size: 1.1em;
    line-height: 1.5em;
    text-align: justify;
    padding: 0 25px 0 10px;
    margin: 0;
    border-right: 1px solid #e0e0e0;
  }

    .content_left p {
      padding: 0;
      margin: 7px 0 0 0;
    }

  .menu_right {
    float: right;
    width: 16%;
    padding: 0 20px 0 0;
    margin: 0;
  }

    .menu_right p {
      padding: 0;
      margin: 6px 0 0 0;
    }

    .menu_right ul {
      list-style-type: none;
      padding: 0;
      margin: 5px 0 25px 0;
    }

    .menu_right ul li {
      padding: 0;
      margin: 0;
    }


.square {
  width: 120px;
  border-top: 1px solid #bcc6d4;
  border-bottom: 1px solid #bcc6d4;
  padding: 5px 8px 5px 0;
  margin: 0 0 25px 0;
}

.post { padding: 0 0 20px 0; }

.layouts { text-align: center; padding: 10px 0 0 0; }

#bottom {
  clear: both;
  width: 100%;
  height: 163px;
  background-image: url(eatlon-imgs/bottom_bg.gif);
  background-repeat: no-repeat;
  padding: 0;
  margin: 0 auto;
}

  .footer {
    width: 100%;
    text-align: center;
    padding: 40px 0 0 0;
    margin: 0;
  }

</style>


</head>
<body>
<div id="wrap">
  <div id="header">
    <div class="title_tagline">
      <h1><a href="http://www.free-css.com/" class="title">Eatlon</a></h1>
      <h2>- The most witty tagline in human history</h2>
    </div>
  </div>
  <div id="menu">
    <ul>
      <li><a href="http://www.free-css.com/">Home</a></li>
      <li><a href="http://www.free-css.com/">Archive</a></li>
      <li><a href="http://www.free-css.com/">Contact</a></li>
      <li><a href="http://www.free-css.com/">Sitemap</a></li>
    </ul>
  </div>
  <div id="content">
    <div class="submenu_a">
      <div class="square">
        <h4>Information</h4>
        <p>The column layout of the template is changeable:</p>
        <p><a href="index.html">+ Double submenus</a><br />
          <a href="left_wing.html">+ Left-wing submenu</a><br />
          <a href="right_wing.html">+ Right-wing submenu</a></p>
        <p>Please leave the credit link in the footer and thereby giving a small biscuit of appreciation to the designer.</p>
      </div>
      <h4>Latest articles</h4>
      <ul>
        <li><a href="http://www.free-css.com/">Eatlon.com brings you...</a></li>
        <li><a href="http://www.free-css.com/">Lorem ipsum dolor sit...</a></li>
        <li><a href="http://www.free-css.com/">Praesent congue</a></li>
        <li><a href="http://www.free-css.com/">Pellentesque purus dui</a></li>
      </ul>
      <h4>Categories</h4>
      <ul>
        <li><a href="http://www.free-css.com/">Lorem ipsum</a></li>
        <li><a href="http://www.free-css.com/">Maecenas mollis lectus</a></li>
        <li><a href="http://www.free-css.com/">Praesent congue</a></li>
        <li><a href="http://www.free-css.com/">Pellentesque purus dui</a></li>
      </ul>
    </div>
    <div class="right_wrap">
      <div class="content_middle">
        <div class="post">
          <h3>The first-born is here</h3>
          <p>This is the first template ever delivered to you by Eatlon.com - hopefully you like it!
            The ambition for this template was to produce a slim and professional look. There are three different column layout possibilites: one submenu to the left and the main content to the left, same dividing but reversed and also a centered main content surrounded by two submenus.</p>
          <div class="layouts"><img src="eatlon-imgs/layouts.gif" alt="" /></div>
          <p>Feel free to use and modify the template however you like. There is no compulsion to leave the credit link to Eatlon.com in the footer, but only very appreciated by the creator of this <em>free</em> template who put down quite some hours to produce it.</p>
        </div>
        <div class="post">
          <h3>Lorem ipsum dolor sit amet</h3>
          <p><img src="eatlon-imgs/image.gif" style="float: left; padding: 4px 10px 0 0;" alt="" />Consectetuer adipiscing elit. Sed ultricies dictum sapien. Donec libero turpis, vestibulum eu, molestie mollis, porttitor vitae, quam. Etiam venenatis sapien in sem. Eatlon tempor rutrum lorem. Nulla a lectus a nulla mollis egestas. Morbi nisi nisl, ultrices nec, scelerisque vitae, adipiscing sit amet, velit. Aliquam erat volutpat. Maecenas dui leo, vestibulum in, auctor vehicula, lacinia ac, nibh. Etiam at libero quis dolor porttitor malesuada. Vestibulum tellus. Vivamus molestie, ligula et nonummy fermentum, augue tortor tristique risus, at rutrum enim risus nec mi. Cras fringilla magna eu libero. Etiam pharetra ultrices erat. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; In a ligula.</p>
        </div>
      </div>
      <div class="submenu_b">
        <h4>RSS feeds</h4>
        <ul>
          <li>You are very welcome to subscribe to our <a href="http://www.free-css.com/">news feed</a> by RSS or e-mail.</li>
        </ul>
        <img src="eatlon-imgs/feed.gif" alt="" />
        <h4>Latest comments</h4>
        <ul>
          <li><a href="http://www.free-css.com/">Donovan (I would say...)</a></li>
          <li><a href="http://www.free-css.com/">Powell (I agree with...)</a></li>
          <li><a href="http://www.free-css.com/">Lanning (Probably the...)</a></li>
          <li><a href="http://www.free-css.com/">Calvin (I like the very...)</a></li>
        </ul>
        <h4>Links</h4>
        <ul>
          <li><a href="http://www.free-css.com/">Free Layouts</a></li>
          <li><a href="http://www.free-css.com/">Free templates</a></li>
        </ul>
      </div>
    </div>
  </div>
  <br />
  <div id="bottom">
    <div class="footer"> 2007 &copy; Your name | Design by <a href="http://eatlon.com" class="discrete">Eatlon.com</a> | Valid <a target="_blank" href="http://validator.w3.org/check?uri=referer" class="discrete">XHTML</a> and <a target="_blank" href="http://jigsaw.w3.org/css-validator/check/referer" class="discrete">CSS</a> </div>
  </div>
</div>
</body>
</html>

   
    
    
    
  








Related examples in the same category

1.d-tv
2.dogstemplate
3.domesticated
4.dottis
5.duet-plasma
6.dusky
7.dusplic
8.dynamic
9.dzine
10.eastern-tales
11.easybreeze
12.easymoto
13.ebullient
14.echo
15.ecolution-warrior
16.ecom-1
17.edgy
18.edy-builders
19.efflorescence
20.elements
21.elitecircle1-0
22.emblazoned
23.embouteillage
24.emerald
25.emergence
26.emperor
27.empireserver
28.emporium
29.enclosed
30.endless
31.energybox
32.enlight
33.enlighten1-0
34.enormous
35.enter
36.enthusiastica
37.entomology
38.envision1-0
39.epod
40.equivalency
41.ergophobia
42.established
43.etags
44.euphonics
45.europe
46.everydayseries
47.evolution
48.exalted
49.excess
50.excursus
51.Executive Template
52.executive
53.Exotic_Blue
54.Exotic_Red
55.fotografix
56.fotolandia
57.foundation
58.foxy
59.fractalbroccoli
60.fragrance
61.frankincense
62.freches-fruechtchen
63.free-css-lunch
64.freecsstemplate 55
65.freecsstemplateno57
66.freecsswebsitetemplate39
67.freecss_greentextile
68.freecss_modern
69.freecss_monolit
70.freecss_redleaves
71.freecss_set
72.freeport
73.freeradicals
74.freestyle
75.frozenage
76.ftd-redblack
77.ftdbusiness
78.ftdcinema
79.ftddrops
80.ftdExplosionBlue
81.ftditight
82.ftdkiwi
83.ftdlagoon
84.ftdLight
85.ftdLightBlue
86.ftdluminescent
87.ftdMoonLight
88.ftdprime
89.ftdspace
90.ftdvivid
91.ftdworld
92.funkytimes
93.funride
94.futuremag-aio
95.fword_three
96.galaxy
97.gallerize
98.gamberetto
99.gameportal
100.Ganesh01
101.gastropoda
102.gathering14
103.gazebo
104.gconsultant
105.general
106.genesis
107.genghiskahn
108.genius_web
109.gentle_wiki
110.geoforce
111.gestured
112.gift-gallery
113.giftig-gruen
114.gila
115.glazed
116.godetia
117.godofgates
118.GoFlexible
119.goinggrey
120.gradientis
121.grandenally
122.grandhost
123.GraniteGlass
124.greefies