also hab jetzt weng experimentiert, aber bekomm den fehler irgendwie net weg :cry:
CSS
* {
font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, Geneva, Arial, Sans-Serif;
font-size: 100%;
margin: 0;
padding: 0;
list-style: none;
}
html, body {
color: #474747;
height: auto !important;
height: 100%;
min-height: 100%;
}
body {
background-color: #000;
font-size: 0.9em;
text-align: center; /* hack for IE5.5 to display website centered */
}
/*
LAYOUT: Two-Column (Right)
DESCRIPTION: Two-column fluid layout with one sidebar(s) right of content
*/
div#wrapper {
margin: 0 auto;
width: 1020px;
min-width: 600px;
}
div#header {
height: 130px;
}
div#access {
height: 19px;
padding: 3px 10px 2px 5px;
}
div#container {
clear: both;
float: left;
margin: 0 -320px 50px 0;
width: 100%;
}
div#content {
margin: 25px 50px 0 0;
overflow: hidden;
padding: 0 20px;
}
div#content.widecolumn {
margin: 25px 0 0;
}
div.sidebar {
float: right;
overflow: hidden;
padding: 0 15px;
width: 00px;
}
div#primary {
margin: 0 0 0;
}
div#secondary {
margin: 0 0 0;
clear: right;
}
.sidebar-column {
font-size: 0.9em;
overflow: hidden;
padding: 0 5px 10px;
width: 46%;
}
#sidebar-column1 {
float: left;
margin: 15px 0;
}
#sidebar-column2 {
float: right;
margin: 15px 0;
}
div#bottombars {
clear: both;
width: 100%;
overflow: hidden;
}
.bottombar-column {
float: left;
overflow: hidden;
margin: 0 2%;
width: 28%;
padding: 0 0 20px;
}
div#footer {
clear: both;
height: 0.9em;
overflow: hidden;
padding: 4px 10px;
}
/* hide not used elements (read about this in the documentation if you want to use sandbox templates with dkret) */
.meta-sep, .entry-meta-above .cat-links, .entry-meta-above .tag-links, .entry-meta-above .edit-link,
.home .entry-meta .author, .home .entry-meta .comments-link {
display: none;
}
/* show special elements */
#footer .meta-sep {
display: inline;
}
/* Default html styles and css classes B*/
h2, h2 a, h2 a:hover, h3, h3 a, h3 a:hover, h4, h4 a, h4 a:hover {
color: #000000;
font-weight: normal;
margin: 20px 0 10px;
text-align: left;
}
a {
color: #000000;
outline: none;
text-decoration: none;
}
a:hover {
color: #000000;
}
a img {
border: none;
}
#menu a {
color: white;
}
img {
font-size: 0.6em;
}
strong, b {
font-weight: bold;
}
em, i, cite {
font-style: italic;
}
big {
font-size: 120%;
}
small {
font-size: 80%;
}
hr {
border-bottom: 1px dotted #000000;
}
pre {
background: #FFFFFF;
border: 1px solid #ccc;
overflow: auto;
padding: 5px;
font-family: 'Bitstream Vera Sans Mono','Andale Mono','LucidaTypewriter',monospace;
}
code {
background: #000000;
font-family: 'Bitstream Vera Sans Mono','Andale Mono','LucidaTypewriter',monospace;
font-size: 0.8em;
margin: 10px 0 10px 0;
}
blockquote {
background-color: #F5FCFF;
border: 1px solid #D1EFFF;
margin: 5px 15px;
padding: 5px 20px;
}
.right {
text-align: right;
}
.centered {
text-align: center;
}
.block {
text-align: justify;
}
.clear {
clear: both;
padding: 10px 0 0 0;
}
.space {
padding: 15px 0 0 0;
}
.border {
border-bottom: 1px solid #444;
}
.padding {
padding: 3px;
}
.icon {
padding: 0!important;
margin: 0!important;
border: none!important;
}
acronym, abbr, span.caps {
cursor: help;
border-bottom: 1px dotted;
}
.entry-header .entry-date abbr {
border: none;
}
Alles anzeigen