Difference between revisions of "MediaWiki:Common.css"

From Chess Variant Wiki
Jump to: navigation, search
(Created page with "CSS placed here will be applied to all skins: div.diagram { border: 1px solid; padding: 4px; margin: 4px; }")
 
Line 5: Line 5:
 
   padding: 4px;
 
   padding: 4px;
 
   margin: 4px;
 
   margin: 4px;
 +
  background-color: #fcfcfc;
 
}
 
}

Revision as of 18:28, 6 March 2015

/* CSS placed here will be applied to all skins */

div.diagram {
   border: 1px solid;
   padding: 4px;
   margin: 4px;
   background-color: #fcfcfc;
}