Difference between revisions of "MediaWiki:Common.css"
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 32: | Line 32: | ||
} | } | ||
.transcript { | .transcript ol>li{ | ||
text-indent: -2em; | |||
} | } | ||
.compact-para p ~ p {margin-top: -.5em;} | .compact-para p ~ p {margin-top: -.5em;} |
Revision as of 05:04, 5 f’Śägmuai 2020
/* CSS placed here will be applied to all skins */ .callout { border-style: solid; border-width: 1px; padding: 10pt 10pt 10pt 10pt; font-size: 90%; } .issue { border-color: #ffad99; background-color: #ffe6e6; } .request { border-color: #ffca99; background-color: #fff3e6; } .nb { border-color: #6696ff; background-color: #e6eeff; } .transcript { border-style: solid; border-width: 1px; margin: 10pt; padding: 10pt 10pt 10pt 10pt; border-color: #666677; background-color: #eeeeff; font-family: sans-serif; } .transcript ol>li{ text-indent: -2em; } .compact-para p ~ p {margin-top: -.5em;}