Difference between revisions of "User:Makanyane/twc.css"
From TWC Wiki
Jump to navigationJump to searchLine 4: | Line 4: | ||
.mw-collapsible th { | .mw-collapsible th { | ||
background-color: rgba(201, 76, 76, 0.3); | background-color: rgba(201, 76, 76, 0.3); | ||
+ | padding: 0px 15px; | ||
+ | width: 100%; | ||
} | } | ||
.mw-collapsible td { | .mw-collapsible td { | ||
background-color: rgba(201, 76, 76, 0.5); | background-color: rgba(201, 76, 76, 0.5); | ||
+ | width: 100%; | ||
} | } | ||
Revision as of 00:08, 1 April 2020
/* Collapsible elements. Toggle-link moved to left. /* Margin around it adjusted. */ .mw-collapsible th { background-color: rgba(201, 76, 76, 0.3); padding: 0px 15px; width: 100%; } .mw-collapsible td { background-color: rgba(201, 76, 76, 0.5); width: 100%; } .mw-collapsible span.mw-collapsible-toggle { float:left; margin-left:0; margin-right:1em; }