Difference between revisions of "MediaWiki:Common.css"
From Chess Variant Wiki
(One intermediate revision by the same user not shown) | |||
Line 12: | Line 12: | ||
padding: 4px; | padding: 4px; | ||
margin: 4px; | margin: 4px; | ||
− | background-color: # | + | 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; }