Difference between revisions of "MediaWiki:Common.css"

From CWCki
Jump to navigation Jump to search
(New page: →‎* CSS placed here will be applied to all skins: .collapseButton { →‎'show'/'hide' buttons created dynamically: float: right; /* by the CollapsibleTables javasc...)
 
m
Line 6: Line 6:
     width: auto;
     width: auto;
}
}
/* Prevent line breaks in silly places:
  1) links when we don't want them to
  2) HTML formulae
  3) Ref tags with group names <ref group="Note"> --> "[Note 1]"
*/
.nowraplinks a,
span.texhtml,
sup.reference a { white-space: nowrap; }

Revision as of 21:28, 7 June 2009

/** CSS placed here will be applied to all skins */
.collapseButton {          /* 'show'/'hide' buttons created dynamically */
    float: right;          /* by the CollapsibleTables javascript in    */
    font-weight: normal;   /* [[MediaWiki:Common.js]]are styled here    */
    text-align: right;     /* so they can be customised.                */
    width: auto;
}
/* Prevent line breaks in silly places: 
   1) links when we don't want them to
   2) HTML formulae
   3) Ref tags with group names <ref group="Note"> --> "[Note 1]"
*/
.nowraplinks a,
span.texhtml,
sup.reference a { white-space: nowrap; }