Difference between revisions of "MediaWiki:Common.css"
Jump to navigation
Jump to search
Line 11: | Line 11: | ||
#footer { | #footer { | ||
+ | background-color: #303030; | ||
+ | } | ||
+ | |||
+ | #bodyContent { | ||
background-color: #303030; | background-color: #303030; | ||
} | } |
Revision as of 00:56, 26 September 2020
/* CSS placed here will be applied to all skins */
#content {
background-color: #303030;
color: #afafaf;
}
#content h1,h2,h3,h4,h5,h6 {
color: #dfdfdf;
}
#footer {
background-color: #303030;
}
#bodyContent {
background-color: #303030;
}
#body {
background-color: #303030;
}
#catlinks {
background-color: #616161;
color: #DFDFDF;
}
#mw-head-base {
background-color: #303030;
}
#p-tb {
background-color: #303030;
}
#mw-panel {
background-color: #303030;
}