MediaWiki:Common.css: Difference between revisions

From CIRPwiki
Jump to navigation Jump to search
No edit summary
mNo edit summary
Line 6: Line 6:
#p-cactions { left: 14em }
#p-cactions { left: 14em }
*/
*/
/* displayed formula, formula number */
div.texdisplay {
  margin: 3px; padding: 3px;
  background-color: transparent;
  text-align:center;
}
/* change to float:left if you want formula numbers appear on the left */
div.texdisplay span.dispno {
  float: right;
}

Revision as of 20:15, 10 May 2010

/* CSS placed here will be applied to all skins 
#column-content { margin-left: -15em }
#content { margin-left: 15em }
#p-logo a, #p-logo a:hover { width: 15em }
.portlet { width: 14em }
#p-cactions { left: 14em }
*/

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