MediaWiki:Common.css: Difference between revisions
MediaWiki interface page
More actions
/* standard link colors / .mw-body-content a:link { color: #f2d7c1; } / normal unvisited links / .mw-body-content alinkvisited { color: #d6b295; } / visited links / .mw-body-content a:link.external { color: #f2d7c1; } / external links |
test |
||
Line 3: | Line 3: | ||
.mw-body-content a:link { color: #f2d7c1; } | .mw-body-content a:link { color: #f2d7c1; } | ||
.mw-body-content a:link.external { color: #f2d7c1; } | .mw-body-content a:link.external { color: #f2d7c1; } | ||
.mw-wiki-logo:lang(en) { | |||
background-image: url( /images/3/36/SLLogo.png ) !important; | |||
} |
Revision as of 23:27, 5 May 2020
/* CSS placed here will be applied to all skins */ .mw-body-content a:link:visited { color: #d6b295; } .mw-body-content a:link { color: #f2d7c1; } .mw-body-content a:link.external { color: #f2d7c1; } .mw-wiki-logo:lang(en) { background-image: url( /images/3/36/SLLogo.png ) !important; }