MediaWiki: Common.css
From Red Candle
Line 3: | Line 3: | ||
#sidebar { background: rgb(249, 249, 249); background: rgba(249, 249, 249, .9); } | #sidebar { background: rgb(249, 249, 249); background: rgba(249, 249, 249, .9); } | ||
.plainlilnks img { max-width: 100%; } | .plainlilnks img { max-width: 100%; } | ||
+ | table td { padding: 5px; border-bottom: solid 1px black; border-right: solid 1px black; } | ||
+ | table { border-top: solid 1px left; border-left: solid 1px black; } |
Revision as of 15:43, 21 September 2017
/* CSS placed here will be applied to all skins */
#toc ul > li > ul { display: block; }
#sidebar { background: rgb(249, 249, 249); background: rgba(249, 249, 249, .9); }
.plainlilnks img { max-width: 100%; }
table td { padding: 5px; border-bottom: solid 1px black; border-right: solid 1px black; }
table { border-top: solid 1px left; border-left: solid 1px black; }