educational-site
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Educational Site</title>
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<style type='text/css'>
@import url(dropdown_menu.css);
@import url(form.css);
html, body {border: 0; margin: 0; padding: 0;}
body {
font: 90%/1 arial, helvetica, sans-serif;
background: url(educational-site-images/bg_repeat.jpg) repeat 0 0;
line-height: 130%;
width: 100%;
min-width: 970px;
}
/***** Common Formatting *****/
h1, h2, h3, h4, h5, h6 {
margin: 0;
padding: 0;
font-weight: normal;
}
p {margin: 0; padding: 0 0 18px 0;}
ul {list-style: none; margin: 0; padding: 0;}
blockquote {
font-family: Georgia, "Times New Roman", Times, serif;
font-style: italic;
color: #666;
margin: 10px 20px;
display: block;
}
blockquote span.open {
background: url(educational-site-images/quote_open.gif) no-repeat left top;
padding: 0 0 0 15px;
}
blockquote span.close {
background: url(educational-site-images/quote_close.gif) no-repeat bottom right;
padding: 0 15px 0 0;
}
code {
display: block;
background-color: #F5F4F3;
border: #E2DBD8 1px solid;
color: #666666;
padding: 3px 5px;
margin: 10px 15px;
font-size: 1.2em;
}
pre {
padding: 1em;
border: 1px dashed #2f6fab;
color: black;
background-color: #f9f9f9;
line-height: 1.1em;
}
small {font-size: 0.85em;}
big {font-size: 1.4em;}
.red {
color: #FF0000;
}
/***** Links *****/
a {
text-decoration: none;
color: #0099CC;
}
a:hover {text-decoration: none; color: #00CCFF;}
a img {
border: none;/*remove border for linked images*/
}
/***** Global Classes *****/
.clear {clear: both;}
.alignleft {display: block; float: left;}
.alignright {display: block; float: right;}
.aligncenter {
display: block;
text-align: center;
margin: 0 auto;
}
.endOfSection {
clear: both;
width: 100%;
height: 0;
line-height: 0;
font-size: 0;
padding: 0;
margin: 0;
border: 0;
}
/* images */
img {border: none;}
img.alignleft,
img.alignright,
img.aligncenter {
display: block;
padding: 3px;
background: #F5F4F3;
border: 1px solid #E8E4E2;
}
img.alignleft {
float: left;
margin: 0 10px 2px 0;
}
img.alignright {
float: right;
margin: 0 0 2px 10px;
}
img.aligncenter {
margin: 5px auto;
}
/***** Main Layout ****/
#container {
width: 100%;
height: 100%;
text-align: center;/* IE fix to center the page */
background: url(educational-site-images/bg.jpg) repeat-x 0 0;
position: relative;
z-index: 0;
}
#wrapper {
width: 960px;
background: url(educational-site-images/bg_content.jpg) repeat-y top left;
margin: 0 auto;/* center the page in Firefox */
text-align: left;
position: relative;
z-index: 2;
}
/***** TOP PAGE *****/
#top {
height: 90px;
padding: 0 25px;
background: #F4F4EA url(educational-site-images/bg.jpg) repeat-x 0 0;
}
#top .logo {
width: 360px;
height: 25px;
float: left;
clear: left;
margin-top: 45px;
margin-left: 20px;
background: url(educational-site-images/logo.jpg) no-repeat;
}
#top .logo a span {
color: #66FF00;
}
#top .logo a {
display: block;
width: 100%;
height: 100%;
color: white;
font-size: 1.6em;
padding-left: 50px;
line-height: 25px;
}
#top .logo a:hover {
color: white;
}
/* Login */
#top ul.login {
height: 36px;
width: auto;
float: right;
clear: right;
font-weight: bold;
line-height: 36px;
margin-right: 50px;
color: white;
font-size: 80%;
text-align: center;
background: url(educational-site-images/login_r.jpg) no-repeat right 0;
padding-right: 40px;
}
#top ul.login li.left {
background: url(educational-site-images/login_l.jpg) no-repeat left 0;
height: 36px;
width: 40px;
padding: 0;
margin: 0;
display: block;
float: left;
}
#top ul.login li {
text-align: left;
padding: 0 6px;
display: block;
float: left;
height: 36px;
background: url(educational-site-images/login_bg.jpg) repeat-x 0 0;
}
#top ul.login li a {
color: #8EF433;
}
#top ul.login li a:hover {
color: white;
}
/***** HEADER *****/
#header {
width: 100%;
height: 214px;
background: url(educational-site-images/header.jpg) no-repeat;
position: relative;
z-index: 1;
color: white;
font-family: "Trebuchet MS",Tahoma, Arial, sans-serif;
}
#header .intro {
width: 500px;
height: 130px;
padding: 50px 0 0 30px;
}
#header .intro h1 {
font-size: 1.8em;
padding: 5px 0 5px 0;
font-weight: bold;
text-transform: uppercase;
}
#header .intro h2 {
font-size: 1.4em;
padding: 0;
margin: 0;
font-weight: bold;
}
#header .intro p {
font-size: 1.2em;
padding: 0;
margin: 0;
color: #333;
}
/***** Search Box *****/
#header #searchform {
position: absolute;
z-index: 2;
left: 600px;
top: 180px;
width: 205px;
}
#header #searchform .searchField {
border: none;
background: transparent;
width: 158px;
height: 23px;
line-height: 23px;
}
#header #searchform .searchSubmit {
background: transparent url(educational-site-images/searchButton.jpg) no-repeat 0 0;
width: 40px;
height: 26px;
border: none;
cursor: pointer;
}
/***** CONTENT *****/
#content {
display: block;
float: left;
clear: left;
width: 635px;
padding: 20px;
margin: 0 0 30px 0;
clear: both;
text-align: justify;
font-size: 0.9em;
}
#content h1 {
background: #F8F7F3 url(educational-site-images/post_h1.jpg) no-repeat 0 bottom;
border: #EEEEDF 1px solid;
height: 20px;
font-size: 1.4em;
font-variant: small-caps;
font-weight: bold;
padding: 5px 0 0 30px;
margin: 10px 0;
color: #006699;
}
#content h2 {
background: #F8F7F3 url(educational-site-images/post_h2.jpg) no-repeat 0 bottom;
border: #EEEEDF 1px solid;
height: 20px;
font-size: 1.4em;
font-variant: small-caps;
font-weight: bold;
padding: 5px 0 0 30px;
margin: 10px 0;
color: #65C80B;
}
#content h3 {
font-size: 1.4em;
color: #4A4A4A;
font-weight: bold;
margin: 30px 0 10px 0;
padding: 5px 0;
}
#content h4 {
font-size: 1.2em;
color: #333;
font-weight: bold;
margin: 10px 0 10px 20px;
}
#content a {
text-decoration: underline;
}
#content p {
padding: 5px 0 5px 15px;
}
#content ul, #content ol {
padding: 5px 0 5px 20px;
margin-left: 15px;
}
#content ul li {
background: url(educational-site-images/bullet.jpg) 0 6px no-repeat;
padding-left: 15px;
}
/* Back to top */
#content a.backToTop {
display: block;
clear: both;
width: 100%;
height: 20px;
margin-top: -5px;
margin-bottom: 4px;
background: url(educational-site-images/content_backToTop.jpg) no-repeat right 0;
}
#content a:hover.backToTop {
border: none;
background: url(educational-site-images/content_backToTop.jpg) no-repeat right -20px;
}
/* content typography */
#content .dwnld,
#content .note,
#content .error {
display: block;
width: 585px;
min-height: 35px;
float: left;
margin: 10px 0;
padding: 7px 10px 7px 40px;
border-top: #EBE8D7 1px solid;
border-bottom: #EBE8D7 1px solid;
line-height: normal;
}
#content .dwnld {background: #EBFEDA url(educational-site-images/dwnld.jpg) no-repeat 5px 4px;}
#content .note {background: #FFF9D7 url(educational-site-images/info.jpg) no-repeat 5px 4px;}
#content .error {
background: #FF9D9D url(educational-site-images/error.gif) no-repeat 5px 4px;
border-top: #FF3300 1px solid;
border-bottom: #FF3300 1px solid;
min-height: 20px;
}
/***** SIDEBAR *****/
#sidebar {
display: block;
float: left;
width: 255px;
padding-left: 15px;
margin-bottom: 30px;
font-size: 0.8em;
background: url(educational-site-images/sidebar_bg.jpg) no-repeat 0 0;
}
#sidebar h2 {
font-size: 1.4em;
font-variant: small-caps;
color: #65C80B;
border-bottom: 1px solid #ccc;
width: 255px;
font-weight: bold;
margin: 30px 0 10px 0;
}
/* News */
#sidebar ul#news li {
line-height: normal;
border-bottom: dotted 1px #ccc;
margin: 0 0 5px 0;
padding: 0;
}
#sidebar ul#news li a img {
display: block;
float: left;
border: #EDEBE9 1px solid;
background: #F5F4F3;
padding: 3px;
margin: 0 5px 0 0;
}
#sidebar ul#news li a:hover img {
border: #ccc 1px solid;
background: #eee;
}
#sidebar ul#news li h3 {
color: #CC3300;
font-size: 1em;
font-weight: bold;
margin: 0;
display: block;
float: left;
width: 188px;
padding: 0;
}
#sidebar ul#news li p {
margin: 0;
padding: 0 0 5px 0;
}
#sidebar ul#news li a {
text-decoration: underline;
}
/***** FOOTER *****/
#footer {
clear: both;
width: 960px;
height: 150px;
background: #F4F4EA url(educational-site-images/footer_bg.jpg) repeat-x 0 0;
color: #999;
font-size: 0.9em;
}
#footer a {
color: #999;
border-bottom: 1px dotted #555;
}
#footer a:hover {
color: #bbb;
border-bottom: none;
}
#footer .foot_l {
background: url(educational-site-images/footer_l.jpg) no-repeat left top;
width: 80px;
height: 74px;
float: left;
}
#footer .foot_l a {
display: block;
width: 100%;
height: 100%;
text-decoration: none;
border: 0;
}
#footer .foot_r {
background: url(educational-site-images/footer_r.jpg) no-repeat right top;
width: 26px;
height: 74px;
float: right;
clear: none;
}
#footer .foot_content {
display: block;
clear: none;
width: 800px;
float: left;
clear: none;
padding: 10px 0 0 0;
text-align: center;
}
#footer .foot_content p {
margin: 0;
padding: 0;
line-height: 20px;
}
#footer .foot_content .logo {
display: block;
width: 196px;
height: 38px;
margin-top: 3px;
float: left;
}
#footer .foot_content .logo a {
display: block;
width: 100%;
height: 100%;
cursor: pointer;
border: none;
background: url(educational-site-images/footer_logo.jpg) no-repeat 0 0;
}
#footer .foot_content .logo a:hover {
display: block;
background: url(educational-site-images/footer_logo.jpg) no-repeat 0 -38px;
}
#footer .foot_info {
display: block;
clear: both;
width: 850px;
margin: 0 auto;
text-align: center;
font-size: 0.80em;
line-height: normal;
}
/* Back to top */
#footer .backToTop {
display: inline;
width: 40px;
height: 74px;
float: right;
}
#footer .backToTop a {
display: block;
width: 100%;
height: 100%;
border: none;
background: url(educational-site-images/footer_backToTop.jpg) no-repeat 0 0;
}
#footer .backToTop a:hover {
border: none;
background: url(educational-site-images/footer_backToTop.jpg) no-repeat 0 -74px;
}
#footer ul li {
display: inline;
}
</style>
<script type="text/javascript" src="js/mootools-release-1.11.js"></script>
<script src="js/dropDownMenu.js" type="text/javascript"></script>
<!--[if IE 7]><style>#dropdownMenu li ul ul {margin-left: 100px;}</style><![endif]-->
</head>
<body>
<div id="container">
<div id="wrapper">
<div id="top">
<div class="logo"><a href="http://www.free-css.com/"><span>EDUCATIONAL</span> SITE</a></div>
<ul class="login">
<li class="left"> </li>
<li>Hello Guest!</li>
<li>|</li>
<li><a href="http://www.free-css.com/">Login</a></li>
<li>|</li>
<li><a href="http://www.free-css.com/">Register</a></li>
</ul>
</div>
<ul id="nav">
<li class="left"> </li>
<li><a class="active" href="http://www.free-css.com/">Home</a></li>
<li> <a href="http://www.free-css.com/">Drop Down example <img src="educational-site-images/nav_bullet.jpg" alt="" /></a>
<ul>
<li><a href="http://www.free-css.com/">Our shcool</a></li>
<li><a href="http://www.free-css.com/">Location</a></li>
<li><a href="http://www.free-css.com/">Staff</a></li>
</ul>
</li>
<li> <a href="http://www.free-css.com/">Topics <img src="educational-site-images/nav_bullet.jpg" alt="" /></a>
<ul>
<li><a href="http://www.free-css.com/">Math</a></li>
<li><a href="http://www.free-css.com/">English</a></li>
<li><a href="http://www.free-css.com/">Art & Music</a></li>
<li><a href="http://www.free-css.com/">Science & Tech</a></li>
</ul>
</li>
<li><a href="http://www.free-css.com/">Teachers Space</a></li>
<li><a href="http://www.free-css.com/">Parents Space</a></li>
<li><a href="http://www.free-css.com/">Contact Us</a></li>
<li class="sep"> </li>
<li class="right"> </li>
</ul>
<div id="header">
<div class="intro">
<h2>Your Company Name</h2>
<h1>Your nice and fancy slogan</h1>
<p>And finally, a short introduction. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam...</p>
<form method="get" id="searchform" action="http://www.free-css.com/">
<div>
<input class="searchField" type="text" value="" name="q" />
<input class="searchSubmit" type="submit" value="" />
<input type="hidden" name="sitesearch" value="" />
</div>
</form>
</div>
</div>
<div id="content">
<h1>About this template</h1>
<img class="alignleft" src="educational-site-images/temp/post1.jpg" alt="" />
<p><b>Why this template?</b> I was working for free for a startup. No contract, no money. My work was to design the site, a educational/game site. I won't tell you the full story, but after a while, I started to think the project was taking a bad turn and I decided to quit.</p>
<p>This free template is the result of few months working on this project. I hope you like it.</p>
<p class="note">This template is released under the <a target="_blank" href="http://creativecommons.org/licenses/by/2.5/">Creative Commons Attribution v2.5</a>. You are free to use it as long as you keep the link to Web-Kreation.com in the footer. Thanks.</p>
<big class="dwnld" style="padding-top: 10px;"><a href="http://www.free-css.com/">dignissimos ducimus qui</a></big> <a class="backToTop" href="http://www.free-css.com/"> </a>
<h1>Heading 1</h1>
<img class="alignleft" src="educational-site-images/temp/post2.jpg" alt="" />
<p><b>At vero eos et accusamus et iusto odio</b> dignissimos ducimus qui blanditiis praesentium voluptatum deleniti atque corrupti quos dolores et quas molestias excepturi sint occaecati cupiditate non provident, similique sunt in culpa qui officia deserunt mollitia animi, id est laborum et dolorum fuga.</p>
<p>Et harum quidem rerum facilis est et expedita distinctio. Nam libero tempore, cum soluta nobis est eligendi optio cumque nihil impedit quo minus id quod maxime placeat facere possimus, omnis voluptas assumenda est, omnis dolor repellendus. Temporibus autem quibusdam et aut officiis debitis aut rerum necessitatibus saepe eveniet ut et voluptates repudiandae sint et molestiae non recusandae. Itaque earum rerum hic tenetur a sapiente delectus, ut aut reiciendis voluptatibus maiores alias consequatur aut perferendis doloribus asperiores repellat.</p>
<a class="backToTop" href="http://www.free-css.com/" title="Back To Top"> </a>
<h2>Heading 2: typography</h2>
<h3>This is a sample heading 3</h3>
<h4>This is a sample heading 4</h4>
<ol>
<li>This is a sample <b>Ordered List</b>.</li>
<li>Lorem ipsum dolor sit amet consectetuer.</li>
<li>Condimentum quis.</li>
<li>Congue Quisque augue elit dolor nibh.</li>
</ol>
<ul>
<li>This is a sample <b>Unordered List</b>.</li>
<li>Lorem ipsum dolor sit amet consectetuer.</li>
<li>Condimentum quis.</li>
<li>Congue Quisque augue elit dolor nibh.</li>
</ul>
<blockquote><span class="open"> </span>This is a sample blockquote. Use <b><blockquote> <span class="open">&nbsp;</span></b> Your quote goes here <b><span class="close">&nbsp;</span> </blockquote></b><span class="close"> </span></blockquote>
<p class="note">This is a sample note.Use <b><p class="note">... </p></b>. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt.</p>
<p class="dwnld">This is a sample download.Use <b><p class="dwnld">... </p></b>. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt.</p>
<p class="error">This is a sample error.Use <b><p class="error">... </p></b>. </p>
<a class="backToTop" href="http://www.free-css.com/"> </a> </div>
<div id="sidebar">
<h2>News & Announcements</h2>
<ul id="news">
<li> <a href="http://www.free-css.com/"> <img src="educational-site-images/temp/news1.jpg" alt="" width="54" /> </a>
<h3>News Heading H3</h3>
<p>At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium... <br />
<a href="http://www.free-css.com/">More »</a></p>
</li>
<li> <a href="http://www.free-css.com/"> <img src="educational-site-images/temp/news2.jpg" alt="" width="54" /> </a>
<h3>News Heading H3</h3>
<p>At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium... <br />
<a href="http://www.free-css.com/">More »</a></p>
</li>
<li> <a href="http://www.free-css.com/"> <img src="educational-site-images/temp/news3.jpg" alt="" width="54" /> </a>
<h3>News Heading H3</h3>
<p>At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium... <br />
<a href="http://www.free-css.com/">More »</a></p>
</li>
</ul>
<h2>Advertising</h2>
Put Google Ads Here </div>
<div id="footer">
<div class="foot_l"><a href="http://www.free-css.com/"> </a></div>
<div class="foot_content">
<ul>
<li><a href="http://www.free-css.com/">Home</a></li>
<li><a href="http://www.free-css.com/">About Us</a></li>
<li><a href="http://www.free-css.com/">Parents</a></li>
<li><a href="http://www.free-css.com/">Teachers</a></li>
<li><a href="http://www.free-css.com/">Contact Us</a></li>
</ul>
<p>All contents copyright © YourName. All rights reserved.</p>
</div>
<div class="foot_r"> </div>
<div class="backToTop"> <a class="backToTop" href="http://www.free-css.com/"> </a> </div>
<div class="foot_info">
<p>Valid <a target="_blank" href="http://validator.w3.org/check?uri=referer">XHTML</a> & <a target="_blank" href="http://jigsaw.w3.org/css-validator">CSS</a>. Template by <a href="http://web-kreation.com">Web-kreation</a></p>
</div>
</div>
</div>
</div>
</body>
</html>
Related examples in the same category