MediaWiki:Group-soul.css: Difference between revisions
Created page with "→CSS placed here will affect soul only: →Show hidden items that have class="aragir-show".: div.soul-show, p.soul-show { border: 1px dotted red; background-color:..." |
mNo edit summary |
||
Line 1: | Line 1: | ||
/* CSS placed here will affect soul only */ | /* CSS placed here will affect soul only */ | ||
/* Show hidden items that have class=" | /* Show hidden items that have class="soul-show". */ | ||
div.soul-show, | div.soul-show, | ||
p.soul-show { | p.soul-show { |
Latest revision as of 13:38, 21 November 2023
/* CSS placed here will affect soul only */ /* Show hidden items that have class="soul-show". */ div.soul-show, p.soul-show { border: 1px dotted red; background-color: #804949; padding: 5px; display: block !important; width:60%; } span.soul-show, small.soul-show { border: 1px dotted red; background-color: #804949; padding: 5px; width:60%; display: inline !important; } table.soul-show { border: 1px dotted red; background-color: #804949; padding: 5px; width:60%; display: table !important; } li.soul-show { border: 1px dotted red; background-color: #804949; padding: 5px; width:60%; display: list-item !important; }