MediaWiki:Global.css: Difference between revisions
MediaWiki interface page
More actions
Testing global |
No edit summary |
||
| Line 6: | Line 6: | ||
a.nick_dynamic_ip, a.nick_dynamic_ip:visited { color: #660066; } | a.nick_dynamic_ip, a.nick_dynamic_ip:visited { color: #660066; } | ||
/* 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 */ | /* Category bar fix */ | ||
| Line 17: | Line 31: | ||
} | } | ||
/* | /* Diff page overrides */ | ||
/* Main diff part */ | /* Main diff part */ | ||
| Line 50: | Line 64: | ||
} | } | ||
/* "Browse History" */ | /* "Browse History" overrides*/ | ||
.oo-ui-buttonElement-frameless.oo-ui-widget-enabled > .oo-ui-buttonElement-button { | .oo-ui-buttonElement-frameless.oo-ui-widget-enabled > .oo-ui-buttonElement-button { | ||
| Line 70: | Line 84: | ||
} | } | ||
/* Popup on hover in the browser history */ | /* Popup on-hover in the browser history */ | ||
.oo-ui-popupWidget-popup { | .oo-ui-popupWidget-popup { | ||
background-color:#111; | background-color:#111; | ||
Revision as of 23:47, 25 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; }
/* 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);
}