From SCP: Secret Laboratory Hub Wiki

No edit summary
No edit summary
Line 11: Line 11:
/* Infobox */
/* Infobox */
.infobox.vcard{
.infobox.vcard{
color:white;
color:white;
}
}
th.fn.org{
th.fn.org{
color:white;
color:white;
}
}
.infobox.vcard th, .infobox.vcard td, .infobox.vcard p{
.infobox.vcard th, .infobox.vcard td, .infobox.vcard p{
font-size:14px;
font-size:14px;
}
}
.infobox.vcard th{
.infobox.vcard th{
width:110px;
width:110px;
}
}
.infobox.vcard td{
.infobox.vcard td{
width:240px;
width:240px;
}
}


/* Overrides to fix various style errors */
/* Overrides to fix various style errors */
/* Tables */
table.wikitable > tr > th, table.wikitable > * > tr > th{
  background: #333;
}
table.wikitable td{
  background:#111;
}
table.wikitable.preview-limit-report th, table.wikitable.preview-limit-report td{
  background:#111;
}


/* "Unchecked" (patrol) box fix */
/* "Unchecked" (patrol) box fix */
Line 52: Line 64:
/* Global account page "List of local accounts" */
/* Global account page "List of local accounts" */
table.wikitable th.headerSort {
table.wikitable th.headerSort {
  background:#111;
background:#111;
}
/* Global account popup box */
.merge-method-help-div{
background-color:#111;
}
}



Revision as of 17:21, 26 August 2018

a.nick_global-sysop, a.nick_global-sysop:visited { font-weight: bold; color: #F70D1A !important; }
a.nick_admin, a.nick_admin:visited { font-weight: bold; color: darkgreen !important; }
a.nick_O5, a.nick_O5:visited { font-weight:bold; color: crimson !important; }
a.nick_friend, a.nick_friend:visited { color: green !important; }
a.nick_ip, a.nick_ip:visited { color: darkred; }
a.nick_dynamic_ip, a.nick_dynamic_ip:visited { color: #660066; }


/* General overrides */

/* Infobox */
.infobox.vcard{
 color:white;
}
th.fn.org{
 color:white;
}
.infobox.vcard th, .infobox.vcard td, .infobox.vcard p{
 font-size:14px;
}
.infobox.vcard th{
 width:110px;
}
.infobox.vcard td{
 width:240px;
}

/* Overrides to fix various style errors */

/* Tables */
table.wikitable > tr > th, table.wikitable > * > tr > th{
  background: #333;
} 
table.wikitable td{
  background:#111;
}

table.wikitable.preview-limit-report th, table.wikitable.preview-limit-report td{
  background:#111;
}

/* "Unchecked" (patrol) box fix */
div.flaggedrevs_short {
 border:1px solid #222;
 background-color:#111;
 font-size:95%;
 font-weight:normal;
 margin:0 0 0 1em;
 line-height:16px;
 padding:2px;
 float:right;
}

/* Category bar fix */ 
.catlinks {
 border:1px solid #a2a9b1;
 background-color:#f8f9fa;
 padding:5px;
 margin-top:1em;
 clear:both;
 background: #111;
}

/* Global account page "List of local accounts" */
table.wikitable th.headerSort {
 background:#111;
}
/* Global account popup box */
.merge-method-help-div{
 background-color:#111;
}

/* Diff page overrides */

/* Main diff part */
.diff-addedline,.diff-deletedline,.diff-context {
 font-size:88%;
 line-height:1.6;
 vertical-align:top;
 white-space:-moz-pre-wrap;
 white-space:pre-wrap;
 border-style:solid;
 border-width:1px 1px 1px 4px;
 border-radius:0.33em;
 color: white;
 background: #111;
}
.diff-context {
 border-color: white;
 color: #ccc;
}

.diff-addedline .diffchange {
 background:#1390ff;
}
.diff-addedline {
 border-color:#1390ff;
}
.diff-deletedline {
 border-color:#ffbf13;
}
.diff-deletedline .diffchange {
 background:#ffbf13;
}

/* "Browse History"  overrides*/

.oo-ui-buttonElement-frameless.oo-ui-widget-enabled > .oo-ui-buttonElement-button {
 color:white
}
.oo-ui-buttonElement-frameless.oo-ui-widget-enabled > .oo-ui-buttonElement-button:hover {
 color:#777
}
.oo-ui-buttonElement-frameless.oo-ui-labelElement.oo-ui-iconElement > .oo-ui-buttonElement-button {
 padding-left:2.14285714em;
 background: #111;
}

.mw-revslider-slider-wrapper {
 min-height:142px;
 border-top:1px solid #ccc;
 padding:20px 10px;
 background: #111;
}

/* Popup on-hover in the browser history */
.oo-ui-popupWidget-popup {
 background-color:#111;
 border:1px solid #a2a9b1;
 border-radius:2px;
 box-shadow:0 2px 2px 0 rgba(0,0,0,0.25);
}

/* Page history */
#pagehistory li {
 border:1px solid white;
 background-color:#111;
}
#pagehistory li.selected {
 background-color:#111;
 color:white;
 border:1px dashed white
}
Cookies help us deliver our services. By using our services, you agree to our use of cookies.