Difference between revisions of "MediaWiki:Common.css"
From Chess Variant Wiki
| Line 6: | Line 6: | ||
margin: 4px; | margin: 4px; | ||
background-color: #fcfcfc; | background-color: #fcfcfc; | ||
| + | } | ||
| + | |||
| + | div.autorule { | ||
| + | border: 1px solid; | ||
| + | padding: 4px; | ||
| + | margin: 4px; | ||
| + | background-color: #fcffff; | ||
} | } | ||
Revision as of 11:45, 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: #fcffff;
}