Hallo,
Ich habe mir ein Suffusion Childtheme erstellt und bin auch wirklich zufrieden damit, erstellt habe ich es mit einer Sidebar links, jetzt wollte ich noch eine Sidebar zufügen, allerdings klappt es irgentwie nicht das die Optionen übernommen werden, gibt es eine möglichkeit das ganze so zu modifizieren das es für alle Sidebars automatisch übernommen wird? Hier ist erstmal der code:
ZitatAlles anzeigen
* Theme Name: xxxxxxxxxxx
* Description: Child theme of suffusion for vanvox
* Version: 0.1
* Author: xxxxxxxxxx
* Author URI: xxxxxxxxx
* Template: suffusion
*/#wrapper {
background-color: transparent;
}
@import url('../suffusion/style.css');
#sidebar.flattened, #sidebar-b.flattened {
width: 257px;
background: rgba(212, 224, 42, .2);
border-width: 2px;
border-style: outset;
border-color: #339C19;
}.postdata {
color: #000000;
font-size: 90%;
}span.author {
color: #000000;
display: inline-block;
max-width: 250px;
}.postdata a, .postdata a:visited {
-moz-text-blink: none;
-moz-text-decoration-color: -moz-use-text-color;
-moz-text-decoration-line: none;
-moz-text-decoration-style: solid;
color: #000000;
}
.post, article.page {
background-attachment: scroll;
background-clip: border-box;
background-color: transparent;
background-image: none;
background-origin: padding-box;
background-position: 0 0;
background-repeat: repeat;
background-size: auto auto;
background: rgba(78, 208, 46, .3);
border-width: 2px;
border-style: outset;
border-color: #339C19;
}