Gaaanz komisch, meine Angabe werden teilweise einfach nicht übernommen!
Zum Beispiel sind die Überschriften in der Sidebar nicht rot und der Hintergrund nicht blau...ich habe keine Ahnung, woran es liegt!
Meine Seite
Meine .css:
Code
/*
Theme Name: XXX111
Theme URI: XXX
Description: XXX
Version: XXX
Author: XXX
Author URI: XXX
Tags: XXX
XXX is a clean template that puts focus on the content rather than the design.
CSS, XHTML and design is released under GPL: http://www.opensource.org/licenses/gpl-license.php
*/
body {
margin: 0px;
padding: 0px;
background: #000000;
font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Helvetica, Arial, sans-serif; }
#header {
width: 100%;
height: 20px;
background: #00FF00; }
#page {
width: 100%;
height: auto;
background: #0099FF; }
#content {
width: 70%;
height: auto;
float: left;
padding: 10px 10px 10px 25px; }
.post-titel {
width: auto;
height: auto;
text-align: right; }
.post-titel h2 {
font-size: medium;
font-weight: bold;
color: #FF0000; }
.post-entry {
width: auto;
height: auto;
text-align: justify; }
.post-entry p {
font-size: small;
font-weight: normal;
color: #0000FF; }
.post-info {
width: auto;
height: auto;
text-align: right; }
.post-info p {
font-size: small;
font-weight: normal;
color: #FF0000; }
#sidebar {
width: auto;
height: auto;
float: left;
padding: 10px 25px 10px 10px;
text-align: left; }
.sidebar h2 {
font-size: medium;
font-weight: bold;
color: #FF0000; }
.sidebar p {
font-size: small;
font-weight: normal;
color: #0000FF; }
#footer {
width: 100%;
height: 20px;
clear: both;
background: #00FF00; }
Alles anzeigen