MediaWiki:Common.css: Difference between revisions
Appearance
mNo edit summary |
Correct display of category icons |
||
Line 4: | Line 4: | ||
/* Adjust color scheme */ | /* Adjust color scheme */ | ||
body, body.ns-0, #article { background-color: #fafafa; } | body, body.ns-0, #article { background-color: #fafafa; } | ||
#sitetitle, #toplinks { text-transform: none; background-color: #0470b1; | #sitetitle, #toplinks { text-transform: none; } /* background-color: #0470b1; geht aktuell nicht, weil Companies-Icon dieselbe Farbe hat. war #6688aa; */ | ||
.mediawiki #content { min-height: 620px; background-color: #e1ebf1; } | .mediawiki #content { min-height: 620px; background-color: #e1ebf1; } | ||
Line 16: | Line 16: | ||
/* Correct display of category icons */ | /* Correct display of category icons */ | ||
#pp-symbols { white-space: nowrap; } | #pp-symbols { text-align: center; margin: 7px auto; display: block; white-space: nowrap; } | ||
/* Format searchbar */ | /* Format searchbar */ |