xodafields0.2
<!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>XodaFields 0.2</title>
<meta http-equiv="content-type" content="text/html; charset=iso-8859-1" />
<style type='text/css'>
/*
Skin for websitetemplate XodaFields
http://www.xoda.se/projects/wordpress/2006/12/18/theme-xodafields/
Description: A theme with dark frame and grass in header.
Author: Mattias Wirf
Author URI: http://www.xoda.se
Version: 0.2
Colors used:
White - #FFF
Lightyellow - #FFFFDF
Lightgreen - #D9EFC2
Green for links - #7B7
Lightorange - #F93
Darkorange - #C60
Different Grays
*/
/* --- Main page layout --- */
html, body { /* give us control over your body and soul */
width: 100%;
height: 100%;
padding: 0;
margin: 0;
}
body { /* main font, change here if you want another font */
background: #111; /*url(xodafields0.2-images/middleback.gif) repeat-y 50% 0%;*/
font-size: 90%;
font-family: Verdana, Arial, Helvetica, sans-serif;
text-align: center;
color: #666;
}
#page { /* wraps everything */
margin: 0 auto;
padding: 0;
font-size: 100%;
width: 780px;
background: #FFF url(xodafields0.2-images/limeColumnBack.gif) repeat-y;
text-align: left;
}
#header { /* header, with image */
background: #427BD6 url(xodafields0.2-images/headerback.jpg);
width: 780px;
height: 140px;
margin: 0;
padding: 0;
border-bottom: 2px solid #666;
}
#content { /* content column */
float: right;
width: 600px;
padding: 0;
margin: 0;
border-top: 1px solid #ccc;
}
/* --- Page menu ---*/
ul#pages {
position: absolute;
top: 102px;
}
* html ul#pages { /* stupid fix for stupid browser: IE 6 */
top: 116px;
}
*+html ul#pages { /* stupid fix for stupid browser: IE 7 */
top: 116px;
}
ul#pages li {
float: left;
list-style-type: none;
background: url(xodafields0.2-images/button.png);
height: 25px;
padding: 2px 10px 0 10px;
margin-left: 10px;
border: 1px solid #333;
border-bottom-width: 0px;
font-family: Georgia, 'Trebuchet MS', Arial, Helvetica, sans-serif;
font-weight: bold;
}
* html ul#pages li { /* stupid fix for stupid browser: IE 6 */
background-image: none;
background-color: #FFF;
/*border-bottom: 1px solid #666;*/
}
ul#pages li a {
color: #333;
}
* html ul#pages li a { /* stupid fix for stupid browser: IE 6 */
color: #999;
}
ul#pages li.current_page_item {
background: url(xodafields0.2-images/buttonFill.png);
}
ul#pages li.current_page_item {
border-bottom: 0;
}
ul#pages li.current_page_item a {
color: #C60;
}
/* --- Sidebar column --- */
#sidebar {
float: left;
width: 160px;
margin: 0;
padding: 10px;
border-top: 2px solid #ccc;
font-size: 11px;
}
* html #sidebar {
padding-top: 25px;
}
*+html #sidebar {
padding-top: 25px;
}
#sidebar h2 {
font-size: 18px;
text-transform: capitalize;
}
#sidebar a {
color: #666;
font-weight: normal;
text-decoration: none;
}
#sidebar a:hover {
color: #7B7;
text-decoration: underline;
}
#sidebar ul {
list-style-type: none;
padding-left: 0;
margin-left: 0.6em;
}
/* --- List of links --- */
ul#links {
list-style-type: none;
margin-left: 0;
padding-left: 0;
}
ul#links li {
list-style-type: none;
margin-left: 0;
padding-left: 0;
}
#links h2 {
text-transform: capitalize;
}
/* --- Headers --- */
h1, h2, h3, h4 {
font-family: Georgia, 'Trebuchet MS', Arial, Helvetica, sans-serif;
}
h1 {
text-transform: uppercase;
margin: 0;
padding: 1em 2em 0 85px;
font-size: 32px;
}
h1 a {
text-decoration: none;
color: #FFF;
}
h1 a:hover {
text-decoration: none;
color: #FFFFDF;
}
h2 {
color: #F93;
}
/* --- Links and text --- */
a {
color: #7B7;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
p {
color: #666;
}
blockquote {
border: 1px dashed #ccc;
background: #FFF;
padding: 6px;
color: #999;
}
blockquote p {
padding: 0;
margin: 0;
color: #999;
}
/* --- Posts --- */
.post {
padding: 0 2em 1em 1em;
border-top: 1px solid #D9EFC2;
font-size: 90%;
line-height: 150%;
}
.post h2 {
margin-bottom: 2px;
padding-bottom: 0;
font-size: 18px;
}
.post .postmetadata {
font-size: 11px;
text-align: center;
color: #999;
}
/* every other posts get a different color, controlled by odd and even */
.odd {
background: #FFFFDF;
}
.odd h2 a {
color: #C60;
}
.odd small {
color: #F93;
}
.even {
background: #FFFFFF;
}
.even h2 a {
color: #F93;
}
.even small {
color: #ccc;
}
h3.single a {
color: #C60;
}
/* --- Navigation links (previuos post and next post) --- */
.navigation {
width: 600px;
background: #FFFFDF;
border-top: 1px solid #D9EFC2;
color: #7B7;
margin: 0;
padding: 0;
}
.navigation .alignleft {
float: left;
padding-left: 10px;
}
.navigation .alignright {
float: right;
padding-right: 10px;
}
/* --- Footer --- */
#footer {
clear: both;
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
text-align: center;
background: #111;
width: 100%;
border-top: 1px solid #D9EFC2;
padding-top: 4px;
padding-bottom: 20px;
}
#footer p {
color: #888;
}
#footer a {
color: #888;
}
#footer a:hover {
color: #C60;
}
#footer #searchform div {
margin: 0 auto;
}
#searchform input {
font-family: Verdana, Arial, Helvetica, sans-serif;
}
#searchform #s {
background: #999;
padding: 0.1em;
padding-left: 0.2em;
border: 1px solid #ccc;
border-top-color: #333;
border-left-color: #333;
}
#searchsubmit {
font-size: 11px;
background: #999;
border: 2px solid #ccc;
border-bottom-color: #333;
border-right-color: #333;
margin-left: 4px;
}
/* --- Comments --- */
#comments {
width: 600px;
}
h3#comments {
width: 100%;
text-align: center;
font-size: 11px;
color: #ccc;
border-top: 1px solid #D9EFC2;
padding-top: 4px;
}
.commentlist {
width: 500px;
color: #666;
font-size: 11px;
}
.commentlist li {
padding: 0.4em;
}
/* --- Commentform --- */
h3#respond {
color: #F93;
}
#commentform input, #commentform textarea {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 0.9em;
padding: 0.1em;
padding-left: 0.2em;
color: #666;
}
#commentform {
width: 580px;
margin: 0 auto;
}
#author, #email, #url, #comment {
background: #FFFFDF;
border: 1px solid #D9EFC2;
border-top-color: #7B7;
border-left-color: #7B7;
}
textarea#comment {
width: 400px;
}
#commentform #submit {
margin-bottom: 1em;
font-size: 10px;
color: #333;
}
/* --- Miscellenious --- */
.clear {
clear: both;
}
.description { /* Used below blogtitle */
font-size: 12px;
color: #FFF;
margin: 0;
margin-left: 86px;
padding: 0;
}
</style>
</head>
<body>
<div id="page">
<div id="header">
<h1><a href="http://www.free-css.com/">XodaFields 0.2</a></h1>
<p class="description">A websitetemplate by www.xoda.se</p>
<ul id="pages">
<li class="page_item current_page_item"><a href="http://www.free-css.com/">Home</a></li>
<li class="page_item"><a href="http://www.free-css.com/">Page 2</a></li>
<li class="page_item"><a href="http://www.free-css.com/">Page 3</a></li>
</ul>
</div>
<div id="sidebar">
<ul id="links">
<li id="linkcat-1">
<h2>Links</h2>
<ul>
<li><a href="http://www.free-css.com/">Xoda Wordpressprojects</a></li>
<li><a href="http://www.free-css.com/">Open Design Community</a></li>
<li><a href="http://www.free-css.com/">Wordpress</a></li>
<li><a href="http://www.free-css.com/">Wordpress themes</a></li>
<li><a href="http://www.free-css.com/">Xoda (in swedish)</a></li>
</ul>
</li>
</ul>
<h2>Header 2</h2>
<ul>
<li>Non-link item</li>
<li><a href="http://www.free-css.com/">Link item</a> (1)</li>
</ul>
<h2>Header 3</h2>
<ul>
<li><a href="http://www.free-css.com/">December 2006</a></li>
<li><a href="http://www.free-css.com/">November 2006</a></li>
</ul>
</div>
<div id="content" class="narrowcolumn">
<div class="post odd">
<h2><a href="http://www.free-css.com/">Template: XodaFields</a></h2>
<small>December 22th, 2006</small>
<h3>What?</h3>
<p>This is a basic template that you can use for your website. It consist of HTML, CSS and image-files wich
you can download. Use it to build your site from.</p>
<p>It is also available as a theme
for the popular blogtool Wordpress.</p>
<h3>Who?</h3>
<p>Developed by Mattias Wirf (me) on the swedish company XODA. Please
leave the "designed by"-text in the footer part.</p>
<h3>How?</h3>
<p>I have tried to hold things clean, the code as easy as possible. It has been tested on Firefox 2.0, Internet Explorer 6, Internet Explorer 7 and Opera 9.02.
If you find bugs or have suggestions, please report them in the comments for the themes blogpost - or
contact me somewhere else. Thanks! Enjoy!</p>
<blockquote><strong>Note:</strong><br />
You could use doctype for XHTML 1.0 Strict, but since the wordpress-theme do not I will stick with the
Transitional for now. </blockquote>
<p>
<!--Creative Commons License-->
<br />
<a rel="license" href="http://creativecommons.org/licenses/by-sa/2.5/"><img alt="Creative Commons License" style="border-width: 0" src="http://i.creativecommons.org/l/by-sa/2.5/88x31.png" /></a><br />
This work is licensed under a <br />
<a rel="license" href="http://creativecommons.org/licenses/by-sa/2.5/">Creative Commons Attribution-Share Alike 2.5 License</a>.<br />
<!--/Creative Commons License-->
</p>
<p class="postmetadata"><em>A postfooter, maybe with</em> <a href="http://www.free-css.com/">a commentlink</a></p>
</div>
<div class="post even">
<h2><a href="http://www.free-css.com/">My little sandbox</a></h2>
<small>November 30th, 2006</small>
<p>Here we can try different forms of text. <strong>Fat fat text looks like this?</strong></p>
<p>A <a href="http://www.free-css.com/">list can be nice to</a> see</p>
<ul>
<li>Curabitur ornare.</li>
<li>Vestibulum pretium nisl quis est.</li>
<li>Proin eleifend posuere mi</li>
</ul>
<p>Quotes, something you want to use on a blog - how do they look?</p>
<blockquote>
<p>Suspendisse enim odio, <em>eleifend quis</em>, ultrices id, feugiat ut, odio. Etiam fringilla dignissim sapien. Pellentesque sem. Sed elementum convallis velit. Sed pulvinar ante a eros sodales consequat. Nullam vestibulum laoreet erat. Aenean luctus euismod lacus</p>
</blockquote>
<p>If I <del>make mistakes</del>, <ins>I can correct them again</ins>.<br />
Sometime you want to write long posts, then read more-links come in handy:</p>
<p><a href="http://www.free-css.com/">Read on…</a></p>
<p class="postmetadata"><em>One more footer with</em> 1 more <a href="http://www.free-css.com/">link</a></p>
</div>
</div>
<div id="footer">
<p>Design by <a href="http://www.xoda.se">Mattias Wirf on XODA</a>.</p>
<form method="get" id="searchform" action="#">
<div>
<input type="text" value="" name="s" id="s" />
<input type="submit" id="searchsubmit" value="Search" />
</div>
</form>
</div>
</div>
</body>
</html>
Related examples in the same category