At this point, major changes are made to alter a theme. Very important stylings for a common unique view are the classes bgcolor1, bgcolor2 and bgcolor3, together with the classes toggle1 and toggle2. All the classes reside in default.css. These classes are important beyond the anonymous view. When a user logges in, several administrative task across Controlpanel use these classes. For several lists designed with the zebra effects, the toggles are styled most with the mentioned classes.
.toggle1 {
background-color : #EDF4D1;
color : black;
}
.toggle2 {
background-color : white;
color : black;
}
.bgcolor1 {
background-color : #DEE2BD;
color : black;
}
.bgcolor2 {
background-color : #EDF4D1;
color : black;
}
.bgcolor3 {
background-color : #ADB583;
color : black;
}
An example is the module list from boost:
I change the background color in bgcolor1 and toggle1 to #78a, a medium sun blue ...
... and bgcolor2 and toggle2 to #777 some similar medium gray ...
Does the tab colors of Controlpanel just look strange? There is a comment bounded Controlpanel section in default.css with class names starting most with "tabmenu", where I made several changes. Note, class bckgrnd is no spelling fault - this name is true.
At this point, let break to explain the styling of controlpanel, because now modules CSS files become essential.
1.3.1.Conclusion
In this artikel, only three CSS files in a theme were altered and the sites view has changed very comprehensive. Hoping now, theme design for pWS 1.x is not more a bigger secret.