Usor:DeirdreAnne/common.css

E Wikisource

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
/*.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;
/*}
/*.navbox .collapseButton {   In navboxes, the show/hide button balances */
/*    width: 6em;             the vde links from [[Template:Navbar]],    */
/*}                           so they need to be the same width.         */


/* indent page text on screen out of the way of the page numbers */
@media screen, handheld, projection
{
 div.indented-page
 {
  margin-left:3em;
 }
 cite *.printonly
 {
  display: none;
 }