Difference between revisions of "MediaWiki:Vector.css"
From Sim Settlements
Bludthurst (talk | contribs) |
|||
Line 43: | Line 43: | ||
background-color: rgba(249, 249, 249, 0); | background-color: rgba(249, 249, 249, 0); | ||
border: 1px dashed #aaa; | border: 1px dashed #aaa; | ||
+ | } | ||
+ | |||
+ | h3 { | ||
+ | font-weight: bold; | ||
} | } |
Revision as of 03:22, 10 September 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: red, 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; } h3 { font-weight: bold; }