Difference between revisions of "MediaWiki:Common.css"
[+/-]
Widgets
Widgets<bs-widget-edit>
From Asterix & Friends - Wiki
Line 19: | Line 19: | ||
width: 85%; | width: 85%; | ||
height: 200px; | height: 200px; | ||
− | + | border-collapse: collapse; | |
− | + | ||
− | + | ||
− | + | ||
padding: 15px; | padding: 15px; | ||
text-align: center; | text-align: center; | ||
Line 30: | Line 27: | ||
{ | { | ||
border: 1px solid grey; | border: 1px solid grey; | ||
+ | } | ||
+ | |||
+ | .outertable | ||
+ | { | ||
+ | border-width:7px; | ||
+ | border-style:outset; | ||
+ | border-color: black; | ||
} | } |
Revision as of 11:37, 14 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-collapse: collapse; padding: 15px; text-align: center; } table.Tabletest2 td, th { border: 1px solid grey; } .outertable { border-width:7px; border-style:outset; border-color: black; }