Difference between revisions of "MediaWiki:Vector.css"

From Sim Settlements
Jump to: navigation, search
Line 7: Line 7:
 
.mw-body-content a:visited {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-content a:link.interwiki { color: red, text-decoration: underline, !important;}
.mw-body {color: black; }
+
.mw-body {color:red; }
 
a:link {color: red, text-decoration: underline, !important;}
 
a:link {color: red, text-decoration: underline, !important;}
 
a:visited {color: red, text-decoration: underline, !important;}
 
a:visited {color: red, text-decoration: underline, !important;}

Revision as of 17:24, 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:red; }
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;
}