the-island : Design 8 « Templates « HTML / CSS






the-island

   

<!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      : The Island
Version    : 1.0
Released   : 20070612
Description: A two-column, fixed-width, blue-themed template that can be easily converted into a blog theme.
-->
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>The Island 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-top: 0;
}

body {
  margin: 0;
  padding: 0;
  background: #314D6B url(the-island-images/img01.jpg) no-repeat center top;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  color: #A0A0A0;
}

h1, h2, h3 {
  font-weight: normal;
  color: #FFFFFF;
}

h1 { font-size: 197%; }
h2 { font-size: 167%; }
h3 { font-size: 100%; font-weight: bold; }

p, ul, ol {
  font-size: 100%;
}

p {
}

ul {
}

ol {
}

blockquote {
}

a {
  color: #7EBCFF;
}

a:hover {
  text-decoration: none;
}

/* Header */

#header {
  width: 680px;
  height: 110px;
  margin: 0 auto;
}

#header h1, #header p {
  margin: 0;
  font-weight: bold;
}

#header h1 {
  padding: 30px 0 0 20px;
  text-transform: lowercase;
  font-size: 229%;
}

#header p {
  margin: -5px 0 0 0;
  padding: 0 0 0 20px;
  text-transform: uppercase;
  font-size: 85%;
}

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

/* Menu */

#menu {
  width: 680px;
  height: 51px;
  margin: 0 auto;
  background: url(the-island-images/img02.jpg) no-repeat;
}

#menu h2 {
  display: none;
}

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

#menu li {
  display: inline;
}

#menu a {
  display: block;
  float: left;
  height: 22px;
  padding: 8px 20px 0 20px;
  border-right: 1px solid #2A2C2F;
  text-transform: lowercase;
  text-decoration: none;
  text-align: center;
  font-size: 11px;
  color: #DFE8F2;
}

#menu a:hover, #menu .active a {
  background-color: #000000;
}

/* Page */

#page {
  width: 680px;
  margin: 0 auto;
  background: #0F1720 url(the-island-images/img03.gif) repeat-y;
}

/* Content */

#content {
  float: left;
  width: 375px;
  padding: 20px 25px 0 40px;
  background: url(the-island-images/img04.jpg) no-repeat;
}

.boxed {
  background: #121B23;
  border: 1px dotted #000000;
}

.boxed .title {
  margin: 0;
  padding: 5px 20px;
  background: #000000;
  text-transform: uppercase;
  font-size: 100%;
  font-weight: bold;
}

.boxed .content {
  padding: 20px;
}

/* Sidebar */

#sidebar {
  float: right;
  width: 220px;
  padding: 20px 20px 0 0;
  background: url(the-island-images/img05.jpg) no-repeat;
}

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

#sidebar li {
}

#sidebar li ul {
  padding: 20px;
}

#sidebar li li {
  margin: 0;
  padding: 5px 0;
  background: url(the-island-images/img06.gif) repeat-x left bottom;
}

#sidebar h2 {
  margin: 0;
  padding: 10px;
  background: #000000;
  border-top: 1px solid #23282E;
  border-bottom: 1px solid #23282E;
  text-transform: lowercase;
  font-size: 100%;
  font-weight: bold;
  color: #DFE8F2;
}

#sidebar h3 {
  margin: 0;
}

#sidebar p {
  margin: 0;
}

#sidebar a {
  text-decoration: none;
}

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

/* Search */

#search {
}

#search fieldset {
  margin: 0;
  padding: 0;
  border: none;
}

#search legend {
  display: none;
}

#search input {
  float: right;
  margin-bottom: 5px;
  background: #5A83AE;
  border: 1px solid #000000;
  text-transform: lowercase;
  font: bold 100% Arial, Helvetica, sans-serif;
  color: #000000;
}

#searchform {
  margin: 0;
  padding: 10px 20px 20px 20px;
}

#searchfield {
  width: 165px;
  padding: 2px 5px;
}

#searchsubmit {
}

/* Submenu */

#submenu a {
  padding-left: 15px;
  background: url(the-island-images/img07.gif) no-repeat left center;
}

/* Footer */

#footer {
  width: 680px;
  height: 100px;
  margin: 0 auto;
  padding: 30px 0 0 0;
  background: url(the-island-images/img08.jpg) no-repeat;
}

#footer p {
  margin: 0;
  padding: 0 0 0 40px;
  font-size: 77%;
  color: #0F1720;
}

#footer a {
  color: #0F1720;
}

</style>


</head>
<body>
<div id="wrapper">
  <div id="header">
    <h1><a href="http://www.free-css.com/">The Island</a></h1>
    <p><a href="http://www.freecsstemplates.org/">By Free CSS Templates</a></p>
  </div>
  <!-- end header -->
  <div id="menu">
    <h2>Main Menu</h2>
    <ul>
      <li class="active"><a href="http://www.free-css.com/">Home</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/">Forums</a></li>
      <li><a href="http://www.free-css.com/">Support</a></li>
      <li><a href="http://www.free-css.com/">About</a></li>
      <li><a href="http://www.free-css.com/">Contact</a></li>
    </ul>
  </div>
  <!-- end menu -->
  <div id="page">
    <div id="content">
      <h1 class="title"><span>Welcome to The Island!</span></h1>
      <p><strong>The Island</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 header 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>
      <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 class="boxed">
        <h2 class="title">Lorem Ipsum Dolor</h2>
        <div class="content">
          <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. Sed vel tellus.</p>
          <h3>Curabitur Sem Urna</h3>
          <p>Vel consequat, suscipit in, mattis placerat, nulla. Sed ac leo. Pellentesque imperdie:</p>
          <blockquote>
            <p>&ldquo;In posuere eleifend odio quisque semper augue mattis wisi maecenas ligula.Donec leo, vivamus fermentum nibh in augue praesent a lacus at urna congue rutrum. Quisque dictum integer nisl risus, sagittis convallis, rutrum id, congue, and nibh.&rdquo;</p>
          </blockquote>
        </div>
      </div>
    </div>
    <!-- end content -->
    <div id="sidebar">
      <ul>
        <li id="search">
          <form id="searchform" method="get" action="">
            <fieldset>
            <legend>Search</legend>
            <input id="searchfield" type="text" name="q" value="" />
            <input id="searchsubmit" type="submit" value="Search" />
            </fieldset>
          </form>
        </li>
        <li id="submenu">
          <h2>Other Links</h2>
          <ul>
            <li><a href="http://www.free-css.com/">Semper vestibulum</a></li>
            <li><a href="http://www.free-css.com/">Vestibulum luctus</a></li>
            <li><a href="http://www.free-css.com/">Integer rutrum</a></li>
            <li><a href="http://www.free-css.com/">Etiam malesuada</a></li>
            <li><a href="http://www.free-css.com/">Elementum facilisis</a></li>
            <li><a href="http://www.free-css.com/">Ut tincidunt</a></li>
            <li><a href="http://www.free-css.com/">Odio sagittis</a></li>
          </ul>
        </li>
        <li id="news">
          <h2>News &amp; Updates</h2>
          <ul>
            <li>
              <h3>25th May</h3>
              <p><a href="http://www.free-css.com/">Pellentesque quis elit non lectus gravida blandit&hellip;</a></p>
            </li>
            <li>
              <h3>23rd May</h3>
              <p><a href="http://www.free-css.com/">Lorem ipsum dolor sit amet, consectetuer adipiscing&hellip;</a></p>
            </li>
            <li>
              <h3>21st May</h3>
              <p><a href="http://www.free-css.com/">Phasellus nec erat sit amet nibh pellentesque congue&hellip;</a></p>
            </li>
            <li>
              <h3>17th May</h3>
              <p><a href="http://www.free-css.com/">Maecenas vitae orci vitae tellus feugiat eleifend&hellip;</a></p>
            </li>
          </ul>
        </li>
      </ul>
    </div>
    <!-- end sidebar -->
    <div style="clear: both;">&nbsp;</div>
  </div>
  <!-- end page -->
  <div id="footer">
    <p id="legal">Copyright &copy; 2007 The Island. 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/">Privacy Policy</a> | <a href="http://www.free-css.com/">Terms of Use</a></p>
  </div>
  <!-- end footer -->
</div>
<!-- end wrapper -->
</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-mmozine
58.the-music-studio
59.the-new-audi
60.the-synopsis
61.the-themepod
62.the-web-news
63.theacmegroup
64.thechosenone
65.thelatest
66.themanor
67.tinytemplate
68.themissing-piece
69.thermal
70.thesite
71.thetechies
72.thewall
73.the_gig
74.thisistext
75.throughout
76.thunder
77.ticktocklight
78.time
79.Timeless Template
80.timeless
81.timemanager
82.toolkit
83.tooplain
84.topbusiness
85.topgadgets
86.topworks
87.tornpaperdocom
88.totaltouch
89.towers
90.traditionalist
91.transient
92.transition
93.transport
94.trialservices
95.trikea-static
96.trinityinstitute
97.tropical-evening
98.tropical
99.truenature
100.turn-out-mag
101.Turnesol
102.turnitup
103.turrion-development
104.tv-archade
105.twirling
106.twisted
107.Typography
108.ultimateweb
109.unbound-1.0
110.uncomplicated
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