MediaWiki:Common.css: Difference between revisions
No edit summary |
No edit summary |
||
| Line 2: | Line 2: | ||
/* Also see MediaWiki:Gadget-DesignTokens.css */ | /* Also see MediaWiki:Gadget-DesignTokens.css */ | ||
/*Skip white background to display white logos when using Template:Thumb-Alpha*/ | /*Skip white background to display white logos when using Template:Thumb-Alpha*/ | ||
| Line 12: | Line 9: | ||
/*1.44 text visibility corrections*/ | /*1.44 text visibility corrections*/ | ||
figure[typeof~="mw:File/Thumb"] > figcaption{/*Image thumbnail text*/ | |||
color:var(--iopw-sys-palette-on-surface); | |||
} | |||
.cdx-message__content{ | .cdx-message__content{ | ||
text-shadow: none; | text-shadow: none; | ||
} | } | ||
.tabber__tab, .tabber__tab:visited{ | .tabber__tab, .tabber__tab:visited{/*Tab titles*/ | ||
color: var(--iopw-sys-palette-primary-lighter); | color: var(--iopw-sys-palette-primary-lighter); | ||
} | |||
.ext-WikiEditor-ManualWidget{/*Text color in dynamic preview tool*/ | |||
color:black; | |||
} | |||
.wikiEditor-ui .wikiEditor-ui-view {/*Text color in dynamic preview tool*/ | |||
color: white; | |||
} | } | ||
