(hiddenStructure) |
(infobox css) |
||
Line 3: | Line 3: | ||
tr.hiddenStructure { | tr.hiddenStructure { | ||
display: none; | display: none; | ||
} | |||
table.infobox { | |||
float: right; | |||
border: 1px solid var(--yellow); | |||
border-collapse: unset; /* originally collapse, but this caused problems with yellow borders not showing up properly */ | |||
margin: 10px; | |||
padding: 10px; | |||
width:200px; | |||
} | } |
Revision as of 03:41, 26 January 2021
/* All CSS here will be loaded for users of the Vector skin */ tr.hiddenStructure { display: none; } table.infobox { float: right; border: 1px solid var(--yellow); border-collapse: unset; /* originally collapse, but this caused problems with yellow borders not showing up properly */ margin: 10px; padding: 10px; width:200px; }