Guten morgen zusammen,
habe heute morgen schon auf 4.1. aktualisiert, hat alles geklappt. Verwende eine Child Theme für das twenty ten in dem auch die Seitenfarbe angepasst wird. Warum auch immer greift das nicht. Die weiteren Änderung im child theme werden "verwendet". Woran kann das liegen? Füge mal das komplette child theme bei. Bei der vorherigen Aktualisierung hat das noch funktioniert. Vielen Dank vorab.
Theme Name: twentyten Child
Template: twentyten
Description: Ein Child fuer das twentyten-Theme
Author: Juergen Steiner
Version: 1.0
*/
@import url("../twentyten/style.css");
#wrapper
{
position:relative;
}
#tcrlogo
{
position:absolute;
top: 3px;
right: 20px;
}
/*
Änderung des Titels hinsichtlich Schriftgroeße
*/
#site-title
{
float: left;
font-size: 30px;
line-height: 36px;
margin: 0 0 0px 0;
width: 700px;
}
/*
Aenderung wegen Unter- und Oberstrich ueber Logo geaendert border-bottom auf 0px
*/
#branding img
{
border-top: 0px solid #000;
border-bottom: 0px solid #000;
display: block;
float: left;
}
/*
Aenderung Schriftfarbe des Titels im header
*/
#site-title a
{
color: #0000FF;
font-weight: bold;
text-decoration: none;
}
/*Aenderung Schriftfarbe des Titel im Footer
*/
#site-info a {
color: #0000FF;
text-decoration: none;
/*
Aenderung der Seitenfarbe
*/
#wrapper {
background: #f6d572;
margin-top: 20px;
padding: 0 20px;
}
hr {
background-color: #f6d572; /* alt e7e7e7 */
border: 0;
clear: both;
height: 1px;
margin-bottom: 18px;
}