Difference between revisions of "MediaWiki:Common.css"

From Chess Variant Wiki
Jump to: navigation, search
 
(2 intermediate revisions by the same user not shown)
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: #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;
}