ElEditors, Interface administrators, Administrators
70,980
edits
No edit summary |
No edit summary |
||
(17 intermediate revisions by the same user not shown) | |||
Line 1,050: | Line 1,050: | ||
} | } | ||
.mw-message-box p { | .mw-message-box:not(.mw-message-box-warning) p { | ||
color: var(--text-color); | color: var(--text-color); | ||
} | } | ||
figure { | figure[typeof~='mw:File/Thumb'], figure[typeof~='mw:File/Frame'] { | ||
background-color: var(--theme-tone-7); | background-color: var(--theme-tone-7); | ||
border-color: var(--border-color); | border-color: var(--border-color); | ||
} | } | ||
figure figcaption { | figure[typeof~='mw:File/Thumb'] > figcaption, figure[typeof~='mw:File/Frame'] > figcaption { | ||
border-color: var(--border-color); | border-color: var(--border-color); | ||
background-color: var(--theme-tone-7); | background-color: var(--theme-tone-7); | ||
Line 1,066: | Line 1,066: | ||
figure[typeof~='mw:File/Thumb'] > :not(figcaption) .mw-file-element, figure[typeof~='mw:File/Frame'] > :not(figcaption) .mw-file-element { | figure[typeof~='mw:File/Thumb'] > :not(figcaption) .mw-file-element, figure[typeof~='mw:File/Frame'] > :not(figcaption) .mw-file-element { | ||
border-color: var(--border-color); | border-color: var(--border-color); | ||
} | |||
#wikiEditor-section-secondary { | |||
display: none; | |||
} | |||
.ext-WikiEditor-ResizingDragBar { | |||
background-color: var(--theme-tone-9); | |||
} | |||
.ve-ui-mwParameterPage-inlineDescription, | |||
.ve-ui-mwParameterPage-inlineDescription .ve-ui-mwParameterPage-doc-example, | |||
.ve-ui-mwParameterPage-doc-default, | |||
.ve-ui-mwParameterPage-doc-required { | |||
color: var(--text-color); | |||
} | |||
.ve-ui-expandableContent-toggle, | |||
.ve-ui-mwTransclusionOutlineTemplateWidget-sticky { | |||
background: var(--theme-tone-5); | |||
} | |||
.ve-ui-expandableContent-fade { | |||
background: linear-gradient(to right,rgba(255,255,255,0) 0, var(--theme-tone-5) 90%); | |||
} | |||
.ve-ui-mwTwoPaneTransclusionDialogLayout > .oo-ui-menuLayout-menu { | |||
width: 240px; | |||
border-right: 1px solid var(--border-color); | |||
padding-right: 2rem; | |||
} | |||
form:not(.oo-ui-layout) button:not(:disabled):hover, form:not(.oo-ui-layout) input[type='submit']:not(:disabled):hover, form:not(.oo-ui-layout) button:not(:disabled):active, form:not(.oo-ui-layout) input[type='submit']:not(:disabled):active { | |||
background-color: var(--theme-tone-8); | |||
} | |||
.oo-ui-textInputWidget.oo-ui-widget-enabled .oo-ui-inputWidget-input[readonly] { | |||
background-color: var(--theme-tone-3)!important; | |||
} | |||
.mw-rcfilters-ui-filterTagMultiselectWidget-mobile .oo-ui-tagMultiselectWidget-input.oo-ui-textInputWidget input[readonly]::placeholder { | |||
color: var(--text-color); | |||
} | |||
.mw-warning-with-logexcerpt { | |||
color: var(--text-color); | |||
} | } |