multiple : Design 4 « Templates « HTML / CSS






multiple

   

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<!--
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License

Title      : Multiple
Version    : 1.0
Released   : 20070412
Description: A two-column fixed-width template featuring colorful yet fast-loading design. Suitable for blogs and small business websites.

-->
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>Multiple by Free Css Templates</title>
<meta name="keywords" content="" />
<meta name="description" content="" />
<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 {
  margin: 20px 0;
  background: #FFFFFF url(multiple-images/img1.gif);
  font: normal small Verdana, Arial, Helvetica, sans-serif;
  color: #333333;
}

h1, h2, h3 {
  color: #000000;
}

h2 {
}

h3 {
}

p, blockquote, ul, ol {
  text-align: justify;
}

p {
}

blockquote {
  margin-left: 3em;
}

ul {
  margin-left: 3em;
}

ul li {
}

ol {
  margin-left: 3em;
}

ol li {
}

a {
  color: #BC2121;
}

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

img {
  border: 4px solid #000000;
}

img.left {
  float: left;
  margin: 5px 15px 0 0;
}

img.right {
  float: right;
  margin: 5px 0 0 15px;
}

/* Boxed Style */

.boxed {
  margin-bottom: 10px;
  background: #FFFFFF;
  border: 10px solid #000000;
  border-right: none;
}

.boxed .title {
  padding: 10px 20px;
  background: #FFA200;
  border-bottom: 1px solid #000000;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 10px;
  font-weight: bold;
  color: #000000;
}

.boxed .content {
  padding: 20px 20px 40px 20px;
}

/* Post */

.post {
}

.post .title {
  padding: 10px 20px;
  background: #FF7200;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 10px;
  font-weight: bold;
  color: #000000;
}

.post .date {
  float: left;
  width: 100px;
  height: 25px;
  padding-top: 15px;
  background: #EAEB97;
  border-right: 1px solid #000000;
  border-bottom: 1px solid #000000;
  text-align: center;
  font-size: 9px;
}

.post .date .month {
}

.post .date .day {
}

.post .date .year {
}

.post .meta {
  float: left;
  width: 369px;
  height: 32px;
  padding: 8px 0 0 20px;
  background: #F1F2BC;
  border-bottom: 1px solid #000000;
  font-size: 9px;
}

.post .meta p {
}

.post .story {
  clear: both;
  padding: 20px;
}

.post .story p, .post .story blockquote, .post .story ul, .post .story ol {
  margin-bottom: 1.5em;
  line-height: 180%;
}

/* Logo */

#logo {
  width: 200px;
  height: 100px;
  margin: 0 auto;
  padding: 0 510px 0 10px;
  text-align: center;
}

#logo h1 {
  padding-top: 30px;
  text-transform: lowercase;
  font-size: 36px;
  font-weight: normal;
}

#logo h2 {
  text-transform: uppercase;
  font-size: 10px;
}

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

/* Page */

#page {
  width: 720px;
  margin: 0 auto;
}

#extra {
}

/* Content */

#content {
  float: right;
  width: 490px;
  margin-top: -100px;
  background: #FFFFFF;
  border: 10px solid #000000;
}

/* Sidebar */

#sidebar {
  float: left;
  width: 210px;
}

/* Content > Sidebar > Login */

#login {
}

#login form {
}

#login fieldset {
  border: none;
}

#login legend {
  display: none;
}

#login label {
  font-size: x-small;
  font-weight: bold;
}

#login input {
  margin-bottom: 5px;
  padding: 2px 5px;
  border: 1px solid #000000;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

#inputtext1, #inputtext2 {
  width: 150px;
}

#inputsubmit1 {
  background: #BC2121;
  color: #FFFFFF;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 10px;
  font-weight: bold;
}

/* Content > Sidebar > Menu */

#menu {
}

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

#menu li {
  display: inline;
}

#menu a {
  display: block;
  width: 160px;
  padding: 10px 20px;
  border-top: 1px solid #000000;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 10px;
  font-weight: bold;
  color: #000000;
}

#menu a:hover {
  background: #EAEB97;
}

#menu .first a {
  border: none;
}

#menu .active a {
  background: #BC2121;
  color: #FFFFFF;
}

/* Footer */

#footer {
  clear: both;
  width: 660px;
  margin: 0 auto;
}

#footer p {
  margin: 0;
  text-align: right;
  font-size: x-small;
}

/* Footer > Legal */

#legal {
}

/* Footer > Links */

#links {
}

</style>


</head>
<body>
<div id="logo">
  <h1><a href="#">[Multiple]</a></h1>
  <h2><a href="http://www.freecsstemplates.org/">By Free CSS Templates</a></h2>
</div>
<div id="page">
  <div id="content">
    <div id="welcome" class="post">
      <h2 class="title">Welcome to Multiple!</h2>
      <h3 class="date"><span class="month">Mar.</span> <span class="day">8</span><span class="year">, 2007</span></h3>
      <div class="meta">
        <p>Posted by Jane Anderson under <a href="#">Uncategorized</a>, <a href="#">Daily Journal</a><br />
          <a href="#">Trackback URI</a> | <a href="#">No Comments</a> | <a href="#">Permalink</a></p>
      </div>
      <div class="story">
        <img src="multiple-images/img2.jpg" alt="" width="110" height="120" class="left" />
        <p><strong>Multiple</strong> is a free template from <a href="http://www.freecsstemplates.org/">Free CSS Templates</a> released under a <a href="http://creativecommons.org/licenses/by/2.5/">Creative Commons Attribution 2.5 License</a>. The photo is from <a href="http://www.pdphoto.org/">PDPhoto.org</a>. 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>
      </div>
    </div>
    <div id="example" class="post">
      <h2 class="title">Examples of Common Tags</h2>
      <h3 class="date"><span class="month">Feb.</span> <span class="day">24</span><span class="year">, 2007</span></h3>
      <div class="meta">
        <p>Posted by Jane Anderson under <a href="#">Samples</a><br />
          <a href="#">Trackback URI</a> | <a href="#">No Comments</a> | <a href="#">Permalink</a></p>
      </div>
      <div class="story">
        <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>&ldquo;Pellentesque tristique ante ut  risus. Quisque dictum. Integer nisl risus, sagittis convallis, rutrum  id, elementum congue, nibh. Suspendisse dictum porta lectus. Donec  placerat odio.&rdquo;</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.  Pellentesque 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>
  <!-- end #content -->
  <div id="sidebar">
    <div id="menu" class="boxed">
      <ul>
        <li class="active first"><a href="#" title="">Homepage</a></li>
        <li><a href="#" title="">About Us</a></li>
        <li><a href="#" title="">Products</a></li>
        <li><a href="#" title="">Services</a></li>
        <li><a href="#" title="">Clients</a></li>
        <li><a href="#" title="">Support</a></li>
      </ul>
    </div>
    <!-- end #menu -->
    <div id="login" class="boxed">
      <h2 class="title">Client Account</h2>
      <div class="content">
        <form id="form1" method="post" action="#">
          <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="#">Forgot your password?</a></p>
          </fieldset>
        </form>
      </div>
    </div>
    <!-- end #login -->
  </div>
  <!-- end #sidebar -->
  <div id="extra" style="clear: both;">&nbsp;</div>
</div>
<!-- end #page -->
<div id="footer">
  <p id="legal">Copyright &copy; 2007 Multiple. All Rights Reserved. Designed by <a href="http://www.freecsstemplates.org/">Free CSS Templates</a>.</p>
  <p id="links"><a href="#">Privacy Policy</a> | <a href="#">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.atomohost
10.atrandafir582
11.AttainDigital
12.audi-template
13.aurelius
14.authenticity
15.autoportal
16.axian
17.azulmedia2-1
18.azure
19.bagatelle
20.balanced
21.bananaleaf
22.barricade
23.begrimed
24.belowthehorizon
25.bennevis
26.bermuda01
27.besmart
28.bestwebdesign
29.beta
30.beyond
31.bigdeal
32.BigSpaceLove
33.bioessence
34.Biru_Manteb
35.bittersweet
36.Black
37.chamberlandsrestaurant
38.chara
39.characterized
40.charcoal
41.charitable-organization
42.chary
43.chasmogamous
44.chesspiece
45.chic
46.chicanery
47.chromz
48.churchsitev.2
49.citrus-island1-1
50.clementine
51.clicker
52.modernclassic
53.modernmagic
54.modernworld
55.A_Simple_Theme
56.minimalistica
57.miniseries
58.mint-idea
59.minty
60.mirax
61.miscellaneous
62.mistybud
63.mlpdesign02
64.mlpdesign03
65.mlpdesign04
66.mlpdesign08
67.model-4-me
68.model-portfolio
69.modelagency
70.modelportfolio
71.model_2
72.moderna
73.Modified
74.modulation
75.module-mag
76.mokofactory
77.monster
78.mork-horisont
79.mountainbreeze
80.mouse
81.mrtechie
82.multiflex2
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