User:FlightTime/common.css

From LizardWiki, FastLizard4's wiki and website
Jump to: navigation, search

Note: After saving, 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: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Clear the cache in Tools → Preferences
/* These mbox-small classes must be placed after all other
 ambox/tmbox/ombox etc classes. "body.mediawiki" is so
 they override "table.ambox + table.ambox" above. */
body.mediawiki table.mbox-small { /* For the "small=yes" option. */
 clear: right;
 float: right;
 margin: 4px 0 4px 1em;
 width: 238px;
 font-size: 88%;
 line-height: 1.25em;
}
body.mediawiki table.mbox-small-left { /* For the "small=left" option. */
 margin: 4px 1em 4px 0;
 width: 238px;
 border-collapse: collapse;
 font-size: 88%;
 line-height: 1.25em;
}