Difference between revisions of "MediaWiki:Common.css"
[+/-]
Widgets
Widgets<bs-widget-edit>
From Asterix & Friends - Wiki
Line 28: | Line 28: | ||
table.Tabletest2 td | table.Tabletest2 td | ||
{ | { | ||
− | border | + | border: 1px solid black; |
− | + | ||
} | } |
Revision as of 13:01, 12 December 2016
/* CSS placed here will be applied to all skins */ .Tabletest { color: black; width: 85%; height: 200px; border-width:7px; border-style:outset; border-color: black; padding: 15px; text-align: center; } .Tabletest2 { color: black; width: 85%; height: 200px; border-width:7px; border-style:outset; border-color: black; padding: 15px; text-align: center; } table.Tabletest2 td { border: 1px solid black; }