/*
Theme Name:WordPress Theme Vorlage
*/
/* fuer unterschiedliche Kommentare*/
.alt {
background-color: #f8f8f8;
border-top: 1px solid #ddd;
border-bottom: 1px solid #ddd;
}
/* braucht man immer*/
acronym, abbr, span.caps {
cursor: help;
}
a {
outline: none;
}
html {
background-color: #458AD8 /*#F27A35*/;
margin:0;
padding:0;
}
/* Body */
body {
font:80% Trebuchet MS, Tahoma, sans-serif;
color:#030303;
min-width: 41em;
margin:0;
padding:0;
}
div#inhalt {
margin-left: 2em;
margin-right: 2em;
min-width: 16em; /* Mindestbreite (der Ueberschrift) verhindert Anzeigefehler in modernen Browsern */
background-color: white;
}
div#navigation {
font-size: 0.91em;
float: left; width: 22em;
margin-left: 2em;
padding-left: 1em;
padding-right: 1em;
padding-bottom: 1em;
border: 1px dashed silver;
}
/* Window */
.corner-top-left
{
background-image:
url(./images/corner-top-left.png);
background-repeat: no-repeat;
background-position: top left;
background-color: transparent;
width: 100%;
}
.corner-top-right
{
background-image:
url(./images/corner-top-right.png);
background-repeat: no-repeat;
background-position: top right;
background-color: transparent;
width: 100%;
}
.corner-bott-left
{
background-image:
url(./images/corner_bott_left.png);
background-repeat: no-repeat;
background-position: bottom left;
width: 100%;
}
.corner-bott-right
{
background-image:
url(./images/corner_bott_right.png);
background-repeat: no-repeat;
background-position: bottom right;
width: 100%;
}
.line-hor-top
{
background-image:
url(./images/line_hor_top.png);
background-repeat: repeat-x;
background-position: top left;
width: 100%;
}
.line-hor-bott
{
background-image:
url(./images/line_hor_bott.png);
background-repeat: repeat-x;
background-position: bottom left;
width: 100%;
}
.line-vert-left
{
background-image:
url(./images/line_vert_left.png);
background-repeat: repeat-y;
background-position: top left;
width: 100%;
}
.line-vert-right
{
background-image:
url(./images/line_vert_right.png);
background-repeat: repeat-y;
background-position: top right;
width: 100%;
}
.content
{
padding-left: 2em;
padding-right: 2em;
padding-bottom: 2em;
overflow: auto;
max-height: 600px;
}
/* Stats */
div#Stats {}
/* Footer */
div#Taskbar {
clear: both;
background:transparent
url(./images/taskbar.png) repeat-x;
width:100%;
line-height:30px;
position:fixed;
bottom:0px;
margin: 0;
}
div#Taskbar a {
float: left;
background-image:
url(./images/StartBtn_normal.png);
width: 99px;
height: 30px;
}
#content_container {
padding-bottom:3em;
}
/* For IE only */
*
html, *
html body {
margin:0;
padding:0;
height:100%;
overflow:hidden;
}
*
html #content_container {
padding:0;
height:95%;
overflow:auto;
}
*
html #Taskbar {
clear: both;
background:transparent
url(./images/taskbar.png) repeat-x;
width:100%;
line-height:30px;
position:fixed;
bottom:0px;
margin: 0;
}
*
html #Taskbar a {
background-image:
url(./images/StartBtn_normal.png);
width: 99px;
height: 30px;
}