uncomplicated : Design 8 « Templates « HTML / CSS






uncomplicated

   

<!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      : Uncomplicated 
Version    : 1.0
Released   : 20080920
Description: A two-column web design, best for your personal and business blogging.

-->
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>Uncomplicated  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
*/

body {
  margin: 0px;
  padding: 0px;
  background: #E9F0F2 url(uncomplicated-images/img02.jpg) repeat-x left top;
  text-align: justify;
  font: 12px Arial, Helvetica, sans-serif;
  color: #000000;
}

h1, h2, h3 {
  font: 1.82em;
  font-weight: normal;
  font-family: Arial, Helvetica, sans-serif;
  color: #000000;
}

p, ol, ul {
  line-height: 1.67em;
}

a {
  color: #DA2128;
}

a:hover {
  text-decoration: none;
}

hr {
  display: none;
}

/* Header */

#header {
  width: 1000px;
  height: 130px;
  background: #A3CFD9;
  margin: 0px auto;
}

/* Logo */

#logo {
  float: left;
  height: 130px;
  padding: 10px 0 0 30px;
}

#logo h1 {
  margin: 0;
  height: 100px;
  padding: 40px 0 0 0px;
  text-transform: lowercase;
  letter-spacing: -2px;
  font-size: 4em;
  font-weight: normal;
  color: #FFFFFF;
}

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

#logo p {
  margin: -103px 0 0 2px;
  text-transform: uppercase;
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 11px;
}

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

/* Menu */

#menu {
  float: right;
  background: #DA2128 url(uncomplicated-images/img03.jpg) no-repeat left top;
  margin-top: 60px;
}

#menu ul {
  background: url(uncomplicated-images/img04.jpg) no-repeat right top;
  margin: 0px;
  margin-left: 10px;
  margin-right: 15px;
  padding: 0px 0px 0px 0px;
  list-style: none;
}

#menu li {
  display: inline;
}

#menu a {
  display: block;
  float: left;
  margin-left: 5px;
  padding: 4px 15px;
  background: url(uncomplicated-images/img05.jpg) no-repeat right 50%;
  text-decoration: none;
  text-transform: uppercase;
  font-family: Arial, Helvetica, sans-serif; 
  font-weight: bold;
  font-size: 11px;
  color: #FFFFFF;
}

#menu a:hover, .active a {
}

/* Page */


#page {
  width: 940px;
  margin: 0px auto;
  padding: 20px 0 0 0;
}

/* Content */

#content {
  float: left;
  width: 650px;
  margin-bottom: 10px;
}

/* Post */

.post {
  margin-top: 20px;
}

.post .date {
  float: left;
  width: 79px;
  height: 79px;
  margin: 0;
  margin-top: 6px;
  margin-right: 20px;
  padding-top: 9px;
  background: url(uncomplicated-images/img01.jpg) no-repeat;
  line-height: normal;
  text-transform: uppercase;
  text-align: center;
  font-size: 11px;
  font-weight: bold;
  color: #000000;
}

.post .date b {
  margin: 0;
  padding: 0;
  display: block;
  margin-top: 12px;
  font-size: 32px;
  color: #000000;
  
}

.post .title {
  margin: 0;
  padding: 5px 0 0 0;
  margin-left: 10px;
  padding-left: 10px;
  font-size: 1.8em;
}

.post .title h2 {
  padding: 0;
  margin: 0;
}

.post .hr1 {
}

.post .meta {
  margin: 0 0 10px 100px;
  padding: 3px 10px 5px 10px;
  background: #A3CFD9;
  border: 2px #CCE5EB solid;
  line-height:normal;
  text-transform: uppercase;
  color: #000000;
}

.post .meta p {
}

.post .meta a {
  color: #DA2128;
}

.post .entry {
  margin: 0;
  padding: 0 0 20px 100px;
}

/* Sidebar */

#sidebar {
  float: right;
  width: 240px;
  padding-top: 20px;
  margin-bottom: 20px;
}

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

#sidebar li {
  margin-bottom: 30px;
}

#sidebar li ul {
  border-top: 1px dashed #666633;
}

#sidebar li li {
  margin: 0;
  padding: 4px 0 4px 0;
}

#sidebar li li a {
}

#sidebar h2 {
  padding: 0;
  margin: 0 0 6px 0;
  font-size: 12px;
  font-weight: bold;
}

#sidebar a {
  text-decoration: none;
}

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

/* Calendar */

#calendar_wrap {
  border-top: 1px dashed #666633;
}

#calendar caption {
  padding-top: 5px;
  font-weight: bold;
}

#calendar table {
  width: 100%;
  border: 0px solid #E8E8E8;
  font-family: Arial, Helvetica, sans-serif;
}

#calendar thead {
  background: #514F42;
  text-align: center;
}

#calendar tbody td {
  border: 1px solid #514F42;
  text-align: center;
}

#today {
  font-weight: bold;
}

#prev {
}

#next {
  text-align: right;
}

/* Footer */

#wrapper2 {
}

#footer {
  width: 940px;
  margin: 0 auto;
  padding-top: 20px;
  padding-bottom: 20px;
  text-transform: uppercase;
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  color: #FFFFFF;
}

#footer a {
  text-decoration: none;
  font-size: 10px;
  color: #FFFFFF;
}

#legal {
  clear: both;
  margin: 0;
  padding: 10px 0;
  text-align: center;
  font-size: 10px;
  color: #000000;
  background: #A3CFD9;
  border: 2px #CCE5EB solid;
}

#legal a {
  border-bottom: 1px dotted #DA2128;
  text-decoration: none;
  color: #DA2128;
}

</style>


</head>
<body>
<!-- start header -->
<div id="header">
  <div id="logo">
    <h1><a href="#">Uncomplicated</a></h1>
    <p><a href="http://www.freecsstemplates.org/">Design by Free CSS Templates</a></p>
  </div>
  <div id="menu">
    <ul>
      <li class="active"><a href="#">Home</a></li>
      <li><a href="#">Blog</a></li>
      <li><a href="#">Gallery</a></li>
      <li><a href="#">About</a></li>
      <li><a href="#">Contact </a></li>
    </ul>
  </div>
</div>
<hr />
<!-- end header -->
<!-- start page -->
<div id="wrapper">
  <div id="page">
    <!-- start content -->
    <div id="content">
      <div class="post">
        <p class="date">november<b>03</b></p>
        <h2 class="title">Welcome to Our Website!</h2>
        <div class="entry">
          <p>This is <strong>Uncomplicated</strong>, a free, fully standards-compliant CSS template designed by <a href="http://www.freecsstemplates.org/">Free CSS Templates</a>. This free template is released under a <a href="http://creativecommons.org/licenses/by/2.5/">Creative Commons Attributions 2.5</a> license, so you're pretty much free to do whatever you want with it (even use it commercially) provided you keep the links in the footer intact. Aside from that, have fun with it :)</p>
          <p>This template is also available as a <a href="http://www.freewpthemes.net/preview/Uncomplicated/">WordPress theme</a> at <a href="http://www.freewpthemes.net/">Free WordPress Themes</a>.</p>
        </div>
        <p class="meta"><small>Posted <a href="#">freewordpressthemes</a> | <a href="#">Edit</a> Filed under <a href="#">WordPress</a>, <a href="#">Internet</a> | <a href="#">No Comments &raquo;</a></small></p>
      </div>
      <div class="post">
        <p class="date">october<b>26</b></p>
        <h2 class="title">Praesent scelerisque scelerisque erat</h2>
        <div class="entry">
          <p>In posuere eleifend odio. Quisque semper augue mattis wisi. Maecenas ligula. Pellentesque viverra vulputate enim. Aliquam erat volutpat. Pellentesque tristique ante ut risus. Quisque dictum. Integer nisl risus, sagittis convallis, rutrum id, elementum congue, nibh. Suspendisse dictum porta lectus. Donec placerat odio vel elit. Nullam ante orci, pellentesque eget, tempus quis, ultrices in, est. Curabitur sit amet nulla. Nam in massa. </p>
        </div>
        <p class="meta"><small>Posted <a href="#">freewordpressthemes</a> | <a href="#">Edit</a> Filed under <a href="#">WordPress</a>, <a href="#">Internet</a> | <a href="#">No Comments &raquo;</a></small></p>
      </div>
      <div class="post">
        <p class="date">September<b>22</b></p>
        <h2 class="title">Maecenas luctus lectus at sapien</h2>
        <div class="entry">
          <p>In posuere eleifend odio. Quisque semper augue mattis wisi. Maecenas ligula. Pellentesque viverra vulputate enim. Aliquam erat volutpat. Pellentesque tristique ante ut risus. Quisque dictum. Integer nisl risus, sagittis convallis, rutrum id, elementum congue, nibh. Suspendisse dictum porta lectus. Donec placerat odio vel elit. Nullam ante orci, pellentesque eget, tempus quis, ultrices in, est. Curabitur sit amet nulla. Nam in massa. </p>
          <p>Pellentesque viverra vulputate enim. Aliquam erat volutpat. Pellentesque tristique ante ut risus. Quisque dictum. Integer nisl risus, sagittis convallis, rutrum id, elementum congue, nibh. Suspendisse dictum porta lectus. Donec placerat odio vel elit. Nullam ante orci, pellentesque eget, tempus quis, ultrices in, est. <br />
          </p>
        </div>
        <p class="meta"><small>Posted <a href="#">freewordpressthemes</a> | <a href="#">Edit</a> Filed under <a href="#">WordPress</a>, <a href="#">Internet</a> | <a href="#">No Comments &raquo;</a></small></p>
      </div>
    </div>
    <!-- end content -->
    <!-- start sidebar -->
    <div id="sidebar">
      <ul>
        <li id="categories">
          <h2>Categories</h2>
          <ul>
            <li><a href="#">Lorem Ipsum Dolor Sit Amit </a> (1) </li>
            <li><a href="#">Uncategorized Here </a>(4) </li>
            <li><a href="#">Nulla luctus eleifend dictum </a> (1) </li>
            <li><a href="#">Pellentesque tempus</a> (4) </li>
            <li><a href="#">Donec dictum metus</a> (1) </li>
            <li><a href="#">Etiam posuere augue</a> (4) </li>
          </ul>
        </li>
        <li id="calendar">
          <h2>Calendar</h2>
          <div id="calendar_wrap">
            <table id="wp-calendar" summary="Calendar">
              <caption>
              September 2008
              </caption>
              <thead>
                <tr>
                  <th abbr="Monday" scope="col" title="Monday">M</th>
                  <th abbr="Tuesday" scope="col" title="Tuesday">T</th>
                  <th abbr="Wednesday" scope="col" title="Wednesday">W</th>
                  <th abbr="Thursday" scope="col" title="Thursday">T</th>
                  <th abbr="Friday" scope="col" title="Friday">F</th>
                  <th abbr="Saturday" scope="col" title="Saturday">S</th>
                  <th abbr="Sunday" scope="col" title="Sunday">S</th>
                </tr>
              </thead>
              <tfoot>
                <tr>
                  <td abbr="July" colspan="3" id="prev"><a href="#">&laquo; Jul</a></td>
                  <td class="pad">&nbsp;</td>
                  <td abbr="September" colspan="3" id="next" class="pad"><a href="#">Sep &raquo;</a></td>
                </tr>
              </tfoot>
              <tbody>
                <tr>
                  <td colspan="2" class="pad">&nbsp;</td>
                  <td>1</td>
                  <td>2</td>
                  <td>3</td>
                  <td>4</td>
                  <td>5</td>
                </tr>
                <tr>
                  <td>6</td>
                  <td>7</td>
                  <td>8</td>
                  <td>9</td>
                  <td>10</td>
                  <td>11</td>
                  <td>12</td>
                </tr>
                <tr>
                  <td>13</td>
                  <td>14</td>
                  <td>15</td>
                  <td>16</td>
                  <td>17</td>
                  <td>18</td>
                  <td>19</td>
                </tr>
                <tr>
                  <td>20</td>
                  <td id="today">21</td>
                  <td>22</td>
                  <td>23</td>
                  <td>24</td>
                  <td>25</td>
                  <td>26</td>
                </tr>
                <tr>
                  <td>27</td>
                  <td>28</td>
                  <td>29</td>
                  <td>30</td>
                  <td>31</td>
                  <td class="pad" colspan="2">&nbsp;</td>
                </tr>
              </tbody>
            </table>
          </div>
        </li>
        <li>
          <h2>Lorem Ipsum Dolor</h2>
          <ul>
            <li><a href="#">Nulla luctus eleifend purus</a></li>
            <li><a href="#">Praesent scelerisque scelerisque erat</a></li>
            <li><a href="#">Ut nonummy rutrum sem</a></li>
            <li><a href="#">Pellentesque tempus quam quis nulla</a></li>
            <li><a href="#">Fusce ultrices fringilla metus</a></li>
            <li><a href="#">Praesent mattis condimentum nisl</a></li>
          </ul>
        </li>
      </ul>
    </div>
    <!-- end sidebar -->
    <br style="clear: both;" />
  </div>
</div>
<!-- end page -->
<!-- start footer -->
<div id="footer">
<p id="legal"> &copy;2007 Uncomplicated . All Rights Reserved.
  &nbsp;&nbsp;&bull;&nbsp;&nbsp;
  Design by <a href="http://www.freecsstemplates.org/">Free CSS Templates</a> &nbsp;&nbsp;&bull;&nbsp;&nbsp;
  Icons by <a href="http://famfamfam.com/">FAMFAMFAM</a>.  <a href="http://validator.w3.org/check/referer" class="xhtml" title="This page validates as XHTML">Valid <abbr title="eXtensible HyperText Markup Language">XHTML</abbr></a> &nbsp;&nbsp;&bull;&nbsp;&nbsp; <a href="http://jigsaw.w3.org/css-validator/check/referer" class="css" title="This page validates as CSS">Valid <abbr title="Cascading Style Sheets">CSS</abbr></a> </p>
<!-- end footer -->
</div>
</body>
</html>

   
    
    
  








Related examples in the same category

1.sprayedstrokes
2.Square
3.squarely
4.st-valentines-day
5.stacko
6.stamp
7.standardissue
8.standardized
9.starburst
10.stardust
11.stargazer
12.stark
13.steppingstone
14.stichy
15.stickybud
16.stickynotes
17.Stock
18.streetclock
19.strict
20.strockes
21.students-site
22.stygian
23.stylevantage1-0
24.stylish
25.stylized
26.subdued
27.subordinate
28.substance
29.substantial
30.superior
31.supplementary
32.surpris
33.surreal
34.sweatbee
35.swift
36.switchr
37.sworm
38.Symisun_01
39.symphonic
40.symphonyofhorror
41.synchronize
42.Synergy
43.systematized
44.tabbed
45.tangular
46.tardy
47.tcm
48.tealzine
49.team_three
50.templatika
51.Tenebrific
52.terje1_winter
53.terrafirma
54.terrafirma2
55.The-Carbon
56.the-dark-one
57.the-island
58.the-mmozine
59.the-music-studio
60.the-new-audi
61.the-synopsis
62.the-themepod
63.the-web-news
64.theacmegroup
65.thechosenone
66.thelatest
67.themanor
68.tinytemplate
69.themissing-piece
70.thermal
71.thesite
72.thetechies
73.thewall
74.the_gig
75.thisistext
76.throughout
77.thunder
78.ticktocklight
79.time
80.Timeless Template
81.timeless
82.timemanager
83.toolkit
84.tooplain
85.topbusiness
86.topgadgets
87.topworks
88.tornpaperdocom
89.totaltouch
90.towers
91.traditionalist
92.transient
93.transition
94.transport
95.trialservices
96.trikea-static
97.trinityinstitute
98.tropical-evening
99.tropical
100.truenature
101.turn-out-mag
102.Turnesol
103.turnitup
104.turrion-development
105.tv-archade
106.twirling
107.twisted
108.Typography
109.ultimateweb
110.unbound-1.0
111.undefined
112.Underground
113.undertaking
114.UnderWraps
115.undiscovered
116.unembellished
117.unilluminated
118.uniq
119.unite
120.universal
121.unknown
122.unlink
123.unnamed
124.unqualified
125.urbanartist
126.usabilityreport
127.variety
128.vectorlover1-0
129.vegetable
130.veggie
131.ventix
132.vertical
133.verticals
134.vertigo
135.VeryGreen
136.VIBE
137.vibrant
138.Village
139.vintage-style
140.violetrays
141.visioninc
142.visions
143.vitruvius
144.vivid
145.Viziora
146.voodoo-dolls
147.voodoodollyv2.0
148.voyage
149.WaiveLive
150.walls
151.wanderer
152.warmblue
153.warped
154.watchthis
155.watercolored-portfolio
156.waterfactory
157.waterfall
158.waterfalls
159.WaterPool
160.we think
161.web-application
162.web-design-studio
163.web-design
164.web-hosting
165.web-shop
166.web2
167.webdesign
168.webdesigninfo
169.webmob
170.websitedesignx
171.webvision
172.Web_Application
173.wellness
174.whatsyoursolution
175.wickedred
176.widecommerce
177.widget
178.widgetlike
179.wildgoose
180.wing-the-air
181.winglobal
182.wiremesh
183.world-of-warcraft
184.xenlog
185.xgallery
186.xhtmldesign
187.xhtmldev_rainbow
188.xhtmldev_RealEstate
189.xodafields0.2
190.ynt
191.yosemite
192.your-blazing-app
193.yourhost
194.yourministry
195.zillanine