Difference between revisions of "MediaWiki:Vector.css"
From Sim Settlements
Line 1: | Line 1: | ||
/* CSS placed here will affect users of the Vector skin */ | /* CSS placed here will affect users of the Vector skin */ | ||
− | #p- { | + | #p- {color: black; font-size:120% } |
− | + | ||
− | + | div#content a.external { color: yellow, text-decoration: underline, !important;} | |
− | + | .mw-body-content a:link {color: red, text-decoration: underline, !important;} | |
− | div#content a.external { | + | .mw-body-content a:visited {color: red, text-decoration: underline, !important;} |
− | + | .mw-body-content a:link.interwiki { color: red, text-decoration: underline, !important;} | |
− | } | ||
− | .mw-body-content a:link {color: red !important;} | ||
− | .mw-body-content a:visited {color: red !important;} | ||
− | .mw-body-content a:link.interwiki { color: red !important;} | ||
.mw-body {color: black; } | .mw-body {color: black; } | ||
− | a:link {color: red !important;} | + | a:link {color: red, text-decoration: underline, !important;} |
− | a:visited {color: red !important;} | + | a:visited {color: red, text-decoration: underline, !important;} |
− | a:link.interwiki { color: | + | a:link.interwiki { color: black, text-decoration: underline, !important;} |
− | + | .editOptions{ background-color: #000000 } | |
− | |||
− | .editOptions{ | ||
− | background-color: #000000 | ||
− | } | ||
.page-Main_Page .firstHeading { display:none; } | .page-Main_Page .firstHeading { display:none; } |
Revision as of 15:57, 14 May 2017
/* CSS placed here will affect users of the Vector skin */ #p- {color: black; font-size:120% } div#content a.external { color: yellow, text-decoration: underline, !important;} .mw-body-content a:link {color: red, text-decoration: underline, !important;} .mw-body-content a:visited {color: red, text-decoration: underline, !important;} .mw-body-content a:link.interwiki { color: red, text-decoration: underline, !important;} .mw-body {color: black; } a:link {color: red, text-decoration: underline, !important;} a:visited {color: red, text-decoration: underline, !important;} a:link.interwiki { color: black, text-decoration: underline, !important;} .editOptions{ background-color: #000000 } .page-Main_Page .firstHeading { display:none; } .toc, #toc { background: transparent; border: 1px solid #a7a7a7; } .toc td, #toc td { } #toctitle { } div#content #toctitle h2 { } .toctoggle, #toc .toctoggle { } .toctoggle a, #toc .toctoggle a { } .toctoggle a:hover, #toc .toctoggle a:hover { } #pagehistory li.selected { background-color: rgba(249, 249, 249, 0); border: 1px dashed #aaa; }