Difference between revisions of "MediaWiki:Common.css"

From WikiROMS
Jump to navigationJump to search
Line 6: Line 6:
   background-color: transparent;
   background-color: transparent;
   text-align:center;
   text-align:center;
  vertical-align: middle;
}
}
/* change to float:left if you want formula numbers appear on the left */
/* change to float:left if you want formula numbers appear on the left */
div.texdisplay span.dispno {
div.texdisplay span.dispno {
   float: right;
   float: right;
  vertical-align: middle;
}
}

Revision as of 14:48, 23 July 2008

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

/* displayed formula, formula number */
div.texdisplay {
   margin: 3px; padding: 3px;
   background-color: transparent;
   text-align:center;
   vertical-align: middle;
}
/* change to float:left if you want formula numbers appear on the left */
div.texdisplay span.dispno {
   float: right;
}