Difference between revisions of "MediaWiki:Common.css"

From PDF XChange PDF SDK
Jump to: navigation, search
(Created page with "CSS placed here will be applied to all skins: table.methods, table.properties { background-color: #f9f9f9; border: 1px #aaaa solid; border-collapse: collapse; co...")
(No difference)

Revision as of 00:10, 17 April 2015

/* CSS placed here will be applied to all skins */
 
table.methods,
table.properties
{
  background-color: #f9f9f9;
  border: 1px #aaaa solid;
  border-collapse: collapse;
  color: black;
  margin-right:10pt;
  margin-left:10pt;
  width: 98%;
}
 
table.methods > tbody > tr > td,
table.properties > tbody > tr > td
{
  width: 25%;
  padding: 5pt;
}