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>“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.”</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 & Updates</h2>
<ul>
<li>
<h3>25th May</h3>
<p><a href="http://www.free-css.com/">Pellentesque quis elit non lectus gravida blandit…</a></p>
</li>
<li>
<h3>23rd May</h3>
<p><a href="http://www.free-css.com/">Lorem ipsum dolor sit amet, consectetuer adipiscing…</a></p>
</li>
<li>
<h3>21st May</h3>
<p><a href="http://www.free-css.com/">Phasellus nec erat sit amet nibh pellentesque congue…</a></p>
</li>
<li>
<h3>17th May</h3>
<p><a href="http://www.free-css.com/">Maecenas vitae orci vitae tellus feugiat eleifend…</a></p>
</li>
</ul>
</li>
</ul>
</div>
<!-- end sidebar -->
<div style="clear: both;"> </div>
</div>
<!-- end page -->
<div id="footer">
<p id="legal">Copyright © 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