Difference between revisions of "MediaWiki:Vector.css"

From Sim Settlements
Jump to: navigation, search
Line 2: Line 2:
  
 
#p- {
 
#p- {
         color: white;
+
         color: black;
 
         font-size:120%
 
         font-size:120%
 
}
 
}
Line 8: Line 8:
 
     color: yellow;
 
     color: yellow;
 
}
 
}
.mw-body-content a:link {color: #ffe947 !important;}
+
.mw-body-content a:link {color: red !important;}
.mw-body-content a:visited {color: #ffe947 !important;}
+
.mw-body-content a:visited {color: red !important;}
.mw-body-content a:link.interwiki { color: #CC2200 !important;}
+
.mw-body-content a:link.interwiki { color: red !important;}
.mw-body {
+
.mw-body {color: black; }
color: white;
+
a:link {color: red !important;}
{
+
a:visited {color: red !important;}
a:link {color: #ffe947 !important;}
+
a:link.interwiki { color: red !important;}
a:visited {color: #ffe947 !important;}
 
a:link.interwiki { color: #CC2200 !important;}
 
  
 
}
 
}

Revision as of 15:49, 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;
}
.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; }
a:link {color: red !important;}
a:visited {color: red !important;}
a:link.interwiki { color: red !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;
}