MediaWiki:Global.css: Difference between revisions
MediaWiki interface page
More actions
No edit summary |
Testing global |
||
| Line 5: | Line 5: | ||
a.nick_ip, a.nick_ip:visited { color: darkred; } | a.nick_ip, a.nick_ip:visited { color: darkred; } | ||
a.nick_dynamic_ip, a.nick_dynamic_ip:visited { color: #660066; } | a.nick_dynamic_ip, a.nick_dynamic_ip:visited { color: #660066; } | ||
/* Category bar fix */ | |||
.catlinks { | |||
border:1px solid #a2a9b1; | |||
background-color:#f8f9fa; | |||
padding:5px; | |||
margin-top:1em; | |||
clear:both; | |||
background: #111; | |||
} | |||
/* Overrides to fix diff page */ | |||
/* 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" */ | |||
.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); | |||
} | |||
Revision as of 23:25, 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; }
/* Category bar fix */
.catlinks {
border:1px solid #a2a9b1;
background-color:#f8f9fa;
padding:5px;
margin-top:1em;
clear:both;
background: #111;
}
/* Overrides to fix diff page */
/* 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" */
.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);
}