Difference between revisions of "User:Makanyane/twc.css"
From TWC Wiki
Jump to navigationJump to searchLine 2: | Line 2: | ||
/* Margin around it adjusted. */ | /* Margin around it adjusted. */ | ||
− | .mw- | + | .mw-custom { |
width: 100%; | width: 100%; | ||
margin: 0px; | margin: 0px; | ||
} | } | ||
− | .mw- | + | .mw-custom th { |
text-align: left; | text-align: left; | ||
background-color: rgba(255, 255, 255, 0.2); | background-color: rgba(255, 255, 255, 0.2); | ||
padding: 0px 15px; | padding: 0px 15px; | ||
} | } | ||
− | .mw- | + | .mw-custom td { |
background-color: rgba(255, 255, 255, 0.4); | background-color: rgba(255, 255, 255, 0.4); | ||
} | } |
Revision as of 02:50, 1 April 2020
/* Collapsible elements. Toggle-link moved to left. /* Margin around it adjusted. */ .mw-custom { width: 100%; margin: 0px; } .mw-custom th { text-align: left; background-color: rgba(255, 255, 255, 0.2); padding: 0px 15px; } .mw-custom td { background-color: rgba(255, 255, 255, 0.4); } .mw-collapsible span.mw-collapsible-toggle { float:left; margin-left:0; margin-right:1em; }