MediaWiki:Global.css: Difference between revisions
MediaWiki interface page
More actions
No edit summary |
No edit summary |
||
| Line 7: | Line 7: | ||
/* Overrides to fix | /* General overrides */ | ||
/* Infobox */ | |||
.infobox.vcard{ | |||
background:#555; | |||
color:white; | |||
} | |||
th.fn.org{ | |||
color:white; | |||
background:#202020; | |||
} | |||
.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 style errors */ | |||
/* "Unchecked" (patrol) box fix */ | /* "Unchecked" (patrol) box fix */ | ||
| Line 90: | Line 111: | ||
border-radius:2px; | border-radius:2px; | ||
box-shadow:0 2px 2px 0 rgba(0,0,0,0.25); | 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 | |||
} | } | ||
Revision as of 11: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{
background:#555;
color:white;
}
th.fn.org{
color:white;
background:#202020;
}
.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 style errors */
/* "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;
}
/* 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
}