Difference between revisions of "MediaWiki:Common.css"
From Chess Variant Wiki
(Created page with "→CSS placed here will be applied to all skins: div.diagram { border: 1px solid; padding: 4px; margin: 4px; }") |
|||
(3 intermediate revisions by the same user not shown) | |||
Line 5: | Line 5: | ||
padding: 4px; | padding: 4px; | ||
margin: 4px; | margin: 4px; | ||
+ | background-color: #fcfcfc; | ||
+ | } | ||
+ | |||
+ | div.autorule { | ||
+ | border: 1px solid; | ||
+ | padding: 4px; | ||
+ | margin: 4px; | ||
+ | background-color: #ffcfcf; | ||
+ | } | ||
+ | |||
+ | td.square { | ||
+ | width: 1em; | ||
+ | height: 1em; | ||
+ | text-align: center; | ||
} | } |
Latest revision as of 14:57, 9 March 2015
/* CSS placed here will be applied to all skins */ div.diagram { border: 1px solid; padding: 4px; margin: 4px; background-color: #fcfcfc; } div.autorule { border: 1px solid; padding: 4px; margin: 4px; background-color: #ffcfcf; } td.square { width: 1em; height: 1em; text-align: center; }