Difference between revisions of "MediaWiki:Common.css"

From Tresario Archives
Jump to: navigation, search
(Created page with "CSS placed here will be applied to all skins: .mw-confirmaccount-body-0 { background-color: #333; }")
 
Line 1: Line 1:
 
/* CSS placed here will be applied to all skins */
 
/* CSS placed here will be applied to all skins */
 
.mw-confirmaccount-body-0 {
 
.mw-confirmaccount-body-0 {
 +
    background-color: #333;
 +
}
 +
.mw-confirmaccount-type-0 {
 +
    background-color: #333;
 +
}
 +
.mw-confirmaccount-bar {
 
     background-color: #333;
 
     background-color: #333;
 
}
 
}

Revision as of 03:50, 20 September 2018

/* CSS placed here will be applied to all skins */
.mw-confirmaccount-body-0 {
    background-color: #333;
}
.mw-confirmaccount-type-0 {
    background-color: #333;
}
.mw-confirmaccount-bar {
    background-color: #333;
}