Difference between revisions of "MediaWiki:Common.css"
Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
− | body | + | body { |
− | #mw-page-base{ | + | background-color: #853d3d; |
− | background-color: #853d3d !important; | + | } |
+ | #mw-page-base { | ||
+ | height: 5em; | ||
+ | background-position: bottom left; | ||
+ | background-repeat: repeat-x; | ||
+ | background-image: none !important; | ||
+ | background-color: #853d3d; | ||
+ | background-image: none !important; | ||
+ | background-image: none !important; | ||
+ | background-image: none !important; | ||
+ | background-color: #853d3d; | ||
} | } | ||
− | |||
#mw-panel .portal .body li a { | #mw-panel .portal .body li a { | ||
− | color: #FFF; | + | color: #FFF !important; |
} | } | ||
#mw-panel .portal h3 { | #mw-panel .portal h3 { | ||
font-size: 0.75em; | font-size: 0.75em; | ||
− | color: #FFF; | + | color: #FFF !important; |
font-weight: normal; | font-weight: normal; | ||
margin: 0.5em 0 0 0.66666667em; | margin: 0.5em 0 0 0.66666667em; | ||
Line 18: | Line 27: | ||
} | } | ||
a.new, #p-personal a.new { | a.new, #p-personal a.new { | ||
− | color: #FFF; | + | color: #FFF !important; |
} | } | ||
a { | a { | ||
text-decoration: none; | text-decoration: none; | ||
− | color: #FFF; | + | color: #FFF !important; |
background: none; | background: none; | ||
} | } |
Revision as of 15:02, 30 January 2019
/* CSS placed here will be applied to all skins */ body { background-color: #853d3d; } #mw-page-base { height: 5em; background-position: bottom left; background-repeat: repeat-x; background-image: none !important; background-color: #853d3d; background-image: none !important; background-image: none !important; background-image: none !important; background-color: #853d3d; } #mw-panel .portal .body li a { color: #FFF !important; } #mw-panel .portal h3 { font-size: 0.75em; color: #FFF !important; font-weight: normal; margin: 0.5em 0 0 0.66666667em; padding: 0.25em 0; cursor: default; border: 0; } a.new, #p-personal a.new { color: #FFF !important; } a { text-decoration: none; color: #FFF !important; background: none; }