Difference between revisions of "MediaWiki:Common.css"
Line 2: | Line 2: | ||
body, | body, | ||
#mw-page-base{ | #mw-page-base{ | ||
− | background-color: #853d3d; | + | background-color: #853d3d !important; |
} | } | ||
+ | #mw-panel .portal .body li a { | ||
+ | color: #FFF; | ||
+ | } | ||
+ | #mw-panel .portal h3 { | ||
+ | font-size: 0.75em; | ||
+ | color: #FFF; | ||
+ | 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; | ||
+ | } | ||
a { | a { | ||
− | color: #FFF | + | text-decoration: none; |
+ | color: #FFF; | ||
+ | background: none; | ||
} | } |
Revision as of 15:00, 30 January 2019
/* CSS placed here will be applied to all skins */ body, #mw-page-base{ background-color: #853d3d !important; } #mw-panel .portal .body li a { color: #FFF; } #mw-panel .portal h3 { font-size: 0.75em; color: #FFF; 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; } a { text-decoration: none; color: #FFF; background: none; }