Sie sind auf Seite 1von 14

<!doctype html public "-//w3c//dtd html 4.

01 transitional//en"
"http://www.w3.org/tr/html4/loose.dtd">

<!downloaded from http://templates-source.blogspot.com>

<html>
<head>
<title><$blogpagetitle$></title>
<$blogmetadata$>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />

<style type="text/css">
#g_title p, #g_footer p, #g_description p {
margin: 0;
}
/*

-- -- -- -- -- -- --
browser fixes
-- -- -- -- -- -- --

this file uses css filtering methods to fix various


layout bugs.

each of the following three imported files is a


separate, browser-specific css file that keeps all
hacks out of the main style sheet.

over time, as supporting these browsers no longer


remains a priority, cleaning up the hacks is as
easy as deleting the @import statement below, or
simply no longer linking this file from the html.

*/

/*
fix ie6 "peekaboo bug" using the "holly hack".
note, this style only gets applied to ie6
*/
* html .wrapper {
height: 0.1%;
}

/*
* ie5 mac - overrides the ie/win hack
*/

/*\*//*/

* html #threecolumn div {


height: auto;
}

/**/

/*
* ie5/win-specific css -ensures #container wraps all content on window resize
*/

@media tty {
i{content:"\";/*" "*/}} * html #container { height: 1%; } /*";}
}/* */
/* styling for editable elements. eventually, this will be part of the style. */
.editable {
border: 1px dashed blue;
}

#footer {
clear: both;
}

/* extra divs hidden by default. the custom css can override this though */
#extradiv1, #extradiv2, #extradiv3, #extradiv4, #extradiv5, #extradiv6 {
display: none;
}

a img,:link img,:visited img {border: none;}

/*
-- -- -- -- -- -- --
2 column layout
left sidebar
-- -- -- -- -- -- --
*/

/* center #container, constrain to 718px width


----------------------------------------------- */
body {
text-align: center;
}
#container {
width: 718px;
text-align: left;
margin: 0 auto;
}

/* set up the columns


----------------------------------------------- */
#main-content {
float: right;
width: 470px;
overflow: hidden;
}
#sidebar {
float: right;
width: 230px;
overflow: hidden;
}

/* clear the footer


----------------------------------------------- */
#footer {
clear: both;
}
/** begin custom skin **/
/*

-- -- -- -- -- -- --
base css
-- -- -- -- -- -- --

this file simply removes default styling on most html elements in


order to reduce the need to later override them.

*/

h1,h2,h3,h4,h5,h6,pre,code,p {font-size: 1em;}


dl,li,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{margin: 0; padding: 0;}
a img,:link img,:visited img {border: none;}
address {font-style: normal;}/*

-- -- -- -- -- -- --
type scheme: deco
-- -- -- -- -- -- --

*/

body {
font: 76% verdana, sans-serif;
}

h1, h2, h3, h4, h5, h6, p.description {


font-family: "trebuchet ms", trebuchet, sans-serif;
}
h1 {
font-size: 3em;
font-weight: bold;
letter-spacing: 2px;
}
h2 {
font-size: 2em;
font-weight: normal;
}
h3 {
font-size: 1.5em;
}
h4 {
font-size: 1.2em;
letter-spacing: 0.2em;
}
h5 {
font-size: 1.2em;
}
h6 {
font-size: 1em;
font-weight: bold;
}

p, td {
line-height: 1.8em;
}
code, kbd {
font-size: 1.25em;
}/*

-- -- -- -- -- -- --
style: micro
-- -- -- -- -- -- --

*/

/* ie6win */

/* ie/win fixes for various layouts


----------------------------------------------- */
* html #onecolumn #header {
margin-right: -3px;
}
* html #onecolumn #header,
* html #twocolumn-left #header, * html #twocolumn-right #header,
* html #twocolumn-liquid-left #header, * html #twocolumn-liquid-right #header {
padding-bottom: 1px;
}
* html #twocolumn-left #main-content, * html #twocolumn-right #main-content {
width: 459px;
}
* html #threecolumn #main-content {
width: 409px;
}

/* ie5mac */

/*\*//*/
/* undoing ie/win fixes
----------------------------------------------- */
* html #onecolumn #header {
margin-right: 0;
}
* html #twocolumn-left #header, * html #twocolumn-right #header,
* html #twocolumn-liquid-left #header, * html #twocolumn-liquid-right #header {
padding-bottom: 0;
}
* html #twocolumn-left #main-content, * html #twocolumn-right #main-content {
width: 479px;
}
* html #threecolumn #main-content {
width: 429px;
}
/**/

@media tty {
i{content:"\";/*" "*/}} td { font-size: 0.8em; } /*";}
}/* */
/* basic html style
----------------------------------------------- */
body {
font: 76% "lucida grande", "lucida sans unicode", arial, sans-serif;
color: #000;
background: #fff;
margin: 0;
padding: 0;
}
blockquote {
margin: 1em 2em;
font-style: italic;
}
caption {
font-weight: bold;
color: #444;
background: #ccc;
border-bottom: 0;
padding: 0.3em 1em;
}
dd {
margin: 1em 2em;
}
dl {
margin: 2em 0;
}
dt {
font-weight: bold;
}
hr {
margin: 2em 0;
color: #c7c7c7;
background: #c7c7c7;
border-color: #c7c7c7;
border-style: none;
height: 1px;
}
li {
margin: 1em 0;
}
table {
border: solid 1px #ccc;
}
td {
vertical-align: top;
padding: 0.5em;
}
th {
text-align: left;
color: #fff;
background: #777;
padding: 0.5em;
}
ol, ul {
margin: 2em 0;
padding-left: 1em;
}
/* nested html elements, and basic classes
----------------------------------------------- */
ol li {
list-style-type: decimal;
margin-left: 2em;
}
ul li {
margin-left: 2em;
list-style-type: square;
}
td p {
margin-top: 0;
}

/* set the stage with main layout tweaks


----------------------------------------------- */
#container {
border: solid 7px #999;
border-left: 0;
border-right: 0;
padding-top: 1px;
}
#header {
color: #04172d;
border-top: solid 3px #777;
padding: 0;
margin: 0 0 1.5em 0;
}
#main-content .wrapper {
margin: 0;
}
.description {
font: normal 1em "lucida grande", "lucida sans unicode", arial, sans-serif;
color: #444;
background: #c7c7c7;
padding: 3px 25px 2.2em 25px;
margin: 0;
line-height: 1;
}
#footer {
clear: both;
color: #999;
padding: 0 1em 1em 1em;
border-bottom: solid 3px #777;
margin-bottom: 1px;
}

/* content area offset


----------------------------------------------- */
#main-content .wrapper {
padding: 0 25px;
}
#main-content td p {
margin: 0 0 1em 0;
}

/* custom font definitions


----------------------------------------------- */
p {
margin: 1em 0;
line-height: 1.5;
}
h1,h2,h3,h4,h5,h6 {
font-family: "trebuchet ms", arial, sans-serif;
}
h1 {
color: #b2b2b2;
font-size: 2.4em;
letter-spacing: 0.2em;
font-weight: normal;
padding: 1em 25px 0 25px;
}
h2 {
margin: 0 0 0.5em 0;
color: #777;
font-size: 1.4em;
font-weight: normal;
border-bottom: double 3px #c7c7c7;
padding: 0 0 0.4em 0;
}
h3 {
font-size: 1.2em;
background: #eee;
border: dotted 1px #c7c7c7;
padding: 0.2em;
}
h4 {
font-size: 1.2em;
padding: 0 0 0.2em 0;
margin: 0.6em 0 0 0.4em;
color: #777;
}
h5 {
border-bottom: dotted 1px #c7c7c7;
}
h6 {
color: #777;
border-left: solid 1.2em #777;
padding-left: 0.6em;
}

a:link {
color: #9db2df;
}
a:hover {
text-decoration: none;
border-bottom: 1px dotted #bb242d;
background-color: #e0e0e0;
}

/* sidebar
----------------------------------------------- */
#sidebar h3, #sidebar-alternate h3 {
margin: 0;
color: #777;
background: none;
font-size: 1.4em;
font-weight: normal;
border: none;
padding: 0;
}

#sidebar blockquote, #sidebar blockquote p,


#sidebar-alternate blockquote, #sidebar-alternate blockquote p {
margin-left: 0;
margin-right: 0;
}
#sidebar blockquote {
margin: 1em 0;
padding: 0;
}
#adsense {
text-align: center;
}

.editable {
border: dashed 1px #c33;
}

/* tweaks for two-column right layout


----------------------------------------------- */
#twocolumn-right #sidebar .wrapper {
margin: 0 10px;
}

/* tweaks for two-column left layout


----------------------------------------------- */
#twocolumn-left #sidebar .wrapper {
margin: 0 10px;
}

/* tweaks for three-column layout


----------------------------------------------- */
#threecolumn #sidebar .wrapper {
margin: 0 10px;
}
#threecolumn #sidebar-alternate .wrapper {
margin: 0 10px;
}
/*

-- -- -- -- -- -- --
color scheme: blueprint
-- -- -- -- -- -- --

*/

/* basic html style


----------------------------------------------- */
a:link {
color: #445aa9;
}
a:visited {
color: #283d88;
}
body {
color: #283769;
background: #eceef6;
}
caption {
color: inherit;
background: #eceef6;
}
hr {
color: #c7c7c7;
background: #c7c7c7;
border-color: #c7c7c7;
}
table {
background: #fff;
border-color: #b3bcdc;
}
th {
color: #fff;
background: #445aa9;
}

/* set the stage with main layout tweaks


----------------------------------------------- */
#container {
background-color: #f6f7fb;
border-color: #6678b8;
}
#header {
color: #445aa9;
border-top-color: #6678b8;
}
.description {
color: #445aa9;
background: #c9d0e6;
}
#footer {
color: #5064ae;
border-bottom-color: #6678b8;
}

/* custom font definitions


----------------------------------------------- */
h1 {
color: #445aa9;
}
h2 {
color: #5064ae;
border-bottom-color: #b3bcdc;
}
h3 {
background: #eceef6;
border-color: #c9d0e6;
}
h4 {
border-bottom-color: #b3bcdc;
color: #1a4292;
}
h5 {
border-bottom-color: #c7c7c7;
}
h6 {
color: #5064ae;
border-left-color: #b3bcdc;
}

/* sidebar
----------------------------------------------- */
#sidebar h3, #sidebar-alternate h3 {
color: #5064ae;
background: none;
}
/** end custom skin **/
</style>

<!-- hack to avoid flash of unstyled content in ie -->


<script> </script>

</head>

<body id="twocolumn-left">
<div id="container">
<div class="wrapper">
<div id="header">
<div class="wrapper">
<h1 id="page-title"><div id='g_title'><$blogtitle$></div></h1>
<div style="clear: both"></div>
<p class="description"><div id='g_description'><$blogdescription$></div></p>
<div style="clear: both"></div>
</div>
</div>
<!-- /wrapper --><!-- /header -->
<div id="main-content">
<div class="wrapper">
<div class="content-item"><div id='g_body'>

<blogger>

<blogdateheader>
<h2 class="date-header"><$blogdateheaderdate$></h2>
</blogdateheader>

<!-- begin .post -->


<div class="post"><a name="<$blogitemnumber$>"></a>

<blogitemtitle>
<h3 class="post-title">
<blogitemurl><a href="<$blogitemurl$>" title="external link"></blogitemurl>
<$blogitemtitle$>
<blogitemurl></a></blogitemurl>
</h3>
</blogitemtitle>

<div class="post-body">

<div>
<$blogitembody$>
</div>

</div>

<p class="post-footer">
<em>posted by <$blogitemauthornickname$> @ <a href="<$blogitempermalinkurl$>"
title="permanent link"><$blogitemdatetime$></a></em> &nbsp;
<mainorarchivepage><blogitemcommentsenabled>
<a class="comment-link"
href="<$blogitemcommentcreate$>"<$blogitemcommentformonclick$>><$blogitemcommentco
unt$> comments</a>
</blogitemcommentsenabled><blogitembacklinksenabled>
<a class="comment-link" href="<$blogitempermalinkurl$>#links">links to this
post</a>
</blogitembacklinksenabled>
</mainorarchivepage> <$blogitemcontrol$>
</p>

</div>
<!-- end .post -->

<!-- begin #comments -->


<itempage>

<div id="comments">
<blogitemcommentsenabled><a name="comments"></a>

<h4><$blogitemcommentcount$> comments:</h4>

<ul>
<blogitemcomments>
<li id="c<$blogcommentnumber$>"><a name="c<$blogcommentnumber$>"></a>
<p class="comment-data">at <a href="#c<$blogcommentnumber$>" title="comment
permalink"><$blogcommentdatetime$></a>, <$blogcommentauthor$> said&hellip;</p>
<div class="comment-body">
<p><$blogcommentbody$></p>
<$blogcommentdeleteicon$>
</div>
</li>
</blogitemcomments>
</ul>

<p class="comment-data">
<$blogitemcreate$>
</p>

</blogitemcommentsenabled>
<blogitembacklinksenabled>
<a name="links"></a><h4>links to this post:</h4>
<dl id="comments-block">
<blogitembacklinks>
<dt class="comment-title">
<$blogbacklinkcontrol$>
<a href="<$blogbacklinkurl$>" rel="nofollow"><$blogbacklinktitle$></a>
<$blogbacklinkdeleteicon$>
</dt>
<dd class="comment-body"><$blogbacklinksnippet$>
<br />
<span class="comment-poster">
<em>posted by <$blogbacklinkauthor$> @ <$blogbacklinkdatetime$></em>
</span>
</dd>
</blogitembacklinks>
</dl>
<p class="comment-timestamp"><$blogitembacklinkcreate$></p>
</blogitembacklinksenabled>

<p class="comment-data">
<a href="<$blogurl$>">&lt;&lt; home</a>
</p>
</div>

</itempage>
<!-- end #comments -->

</blogger>

</div></div>
<div style="clear: both"></div>
</div>
</div>
<!-- /wrapper --><!-- /main-content -->
<div id="sidebar">
<div class="wrapper">
<div class="links">

<div class="wrapper"><div id='g_sidebar'>


<$blogmemberprofile$>

<h3>previous posts</h3>

<bloggerpreviousitems><li><a
href="<$blogitempermalinkurl$>"><$blogpreviousitemtitle$></a></li></bloggerpreviou
sitems>

<br>
<h3>archives</h3>

<bloggerarchives>
<li><a href='<$blogarchiveurl$>'><$blogarchivename$></a></li>
</bloggerarchives>

<br>
<h3>links</h3>
<li><a href="http://templates-source.blogspot.com/">the
blogger templates source</a></li>
<li><a href="http://">edit-me!</a></li>

<br>
<h3>credits</h3>
<br>
<a href="http://www.blogger.com"><img
src="http://buttons.blogger.com/bloggerbutton1.gif" alt="powered by blogger"
/></a>
<br>

</div></div>
<div style="clear: both"></div>
</div>
<!-- /wrapper --><!-- /links -->
</div>
</div>
<!-- /wrapper --><!-- /sidebar -->
<div id="footer"><div class="wrapper">
<hr />

<p><div id='g_footer'><br>&copy; 2006 <a href="<$blogurl$>" title="<$blogtitle$>">


<$blogtitle$></a></br>
<br>| template downloaded from <a href="http://templates-source.blogspot.com">the
blogger templates source</a> |<br/> </div></p>
<div style="clear: both"></div>
</div></div>
<!-- /wrapper --><!-- /footer -->
</div>
</div>
<!-- /wrapper --><!-- /container -->
<div id="extradiv1"><span></span></div><div id="extradiv2"><span></span></div>
<div id="extradiv3"><span></span></div><div id="extradiv4"><span></span></div>
<div id="extradiv5"><span></span></div><div id="extradiv6"><span></span></div>

</body>
</html>

Das könnte Ihnen auch gefallen