Difference between revisions of "MediaWiki:Common.css"
From Conceptual Reconstructionism Project
Thaumasnot (talk | contribs) (Created page with "→CSS placed here will be applied to all skins: :target { background-color: deepskyblue; transition: all 1s linear; } .meta-def { position: relative; left: -0.1em...") |
Thaumasnot (talk | contribs) |
||
Line 11: | Line 11: | ||
left: -0.1em; | left: -0.1em; | ||
font-weight: bold; | font-weight: bold; | ||
font-style: italic; | |||
font-size: 0.7em; | font-size: 0.7em; | ||
vertical-align: sub; | vertical-align: sub; |
Revision as of 13:43, 5 December 2021
/* CSS placed here will be applied to all skins */ :target { background-color: deepskyblue; transition: all 1s linear; } .meta-def { position: relative; left: -0.1em; font-weight: bold; font-style: italic; font-size: 0.7em; vertical-align: sub; } .meta-def a { color: black; }