MediaWiki:Common.css: Difference between revisions
Appearance
.tale, .censor |
.caps |
||
Line 2: | Line 2: | ||
.tts-only, .tts .aural { height: 0px; width: 0px; overflow: hidden; } /* hidden from visual rendering, shown to TTS */ | .tts-only, .tts .aural { height: 0px; width: 0px; overflow: hidden; } /* hidden from visual rendering, shown to TTS */ | ||
strong.caps { text-transform: uppercase; font-style: normal; } | |||
cite.article, cite.tale { font-style: normal; } | cite.article, cite.tale { font-style: normal; } |
Revision as of 05:35, 20 July 2025
/* CSS placed here will be applied to all skins */
.tts-only, .tts .aural { height: 0px; width: 0px; overflow: hidden; } /* hidden from visual rendering, shown to TTS */
strong.caps { text-transform: uppercase; font-style: normal; }
cite.article, cite.tale { font-style: normal; }
cite.article:before, cite.tale:before { content: open-quote; } cite.article:after, cite.tale:after { content: close-quote; }
/* bop CSS */
/* removals */
del.dots, s.censor, s.thingamabob { text-decoration: none; } /* del.dots allows marking semantic omissions in del tags */
/* redaction tape, silly alternate names */
s.censor, s.thingamabob { white-space: pre-wrap !important; background-color: #303030; color: transparent; } /* .censor: for swear words in gray-areas, or SCP entries */
.censor a, s.thingamabob, .thingamabob a { color: inherit; }
s.thingamabob { background-color: #D0D0D0; padding: 0 0.1em 0 0.1em; } /* .thingamabob: for marking up things that are being called by names that are Lewis Carroll level of arbitrary. highly optional. */
/* Hue CSS */
/* either medium - print or screen */
.tts .help { display: none; } .tts .aural { display: inline-block; } /* hide pronunciation from screen & print media, but not from audio */
/* [[Category:Fake Item lists]] [[Category:Hue-format fake Items]] */