Page MenuHomeWickedGov Phorge

ext.centralauth.less
No OneTemporary

Size
2 KB
Referenced Files
None
Subscribers
None

ext.centralauth.less

@import 'mediawiki.skin.variables.less';
@import 'mediawiki.mixins.less';
.merge-method-help-div {
position: absolute;
z-index: 3;
cursor: pointer;
width: 15em;
border: 1px solid #000;
background-color: #ff9;
padding: 0.5em;
}
.merge-method-help-name {
font-weight: bold;
}
/* Hide them when JavaScript fails or isn't enabled */
.client-nojs .mw-centralauth-wikislist .merge-method-help {
display: none;
}
.mw-centralauth-admin-status-intro,
.mw-centralauth-admin-delete-intro {
color: @color-subtle;
}
.mw-special-CentralAuth {
// Fix spacing around tables, so that they are consistent with the normal spacing for OOUI fields.
.mw-centralauth-wikislist,
.mw-centralauth-globalblock-exempt-list-table {
margin: 1em 0 0;
}
#mw-centralauth-globalblock-exempt-list .oo-ui-fieldsetLayout-header {
margin-bottom: 1em;
}
#mw-centralauth-admin-status {
// Remove the styling for the form sections added to allow grouping the "Locked" and "Hidden" radio inputs into
// a wrapping element.
.oo-ui-panelLayout-framed,
.oo-ui-panelLayout-padded {
border: 0;
padding: 0;
.oo-ui-fieldsetLayout-header {
display: none;
}
}
// Make the "Locked" and "Hidden" radio inputs appear next to each other
#mw-htmlform-lockedhidden {
display: flex;
>:first-child {
margin-right: 5%;
}
>:not( :first-child ) {
margin-top: 0;
}
}
// Make the "other reason" field appear below the dropdown in a similar way to Special:Block.
.mw-htmlform-select-and-other-field {
.oo-ui-textInputWidget,
.oo-ui-dropdownInputWidget {
display: block;
max-width: 50em;
}
.oo-ui-textInputWidget {
margin-top: 0.5em;
}
}
}
.mw-centralauth-wikislist {
.mw-centralauth-wikislist-method {
text-align: center;
}
.mw-centralauth-wikislist-editcount {
text-align: right;
}
}
}
@media screen {
html.skin-theme-clientpref-night .merge-method-help-div {
background-color: #3d3d00;
border: 1px solid #fff;
}
}
@media screen and ( prefers-color-scheme: dark ) {
html.skin-theme-clientpref-os .merge-method-help-div {
background-color: #3d3d00;
border: 1px solid #fff;
}
}

File Metadata

Mime Type
text/plain
Expires
Sat, May 16, 14:08 (1 d, 9 h)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
56/6f/2ccf25ce50239e79b5f52b752940
Default Alt Text
ext.centralauth.less (2 KB)

Event Timeline