MediaWiki:Common.css

From wikinotes

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.
/* CSS placed here will be applied to all skins */




/ * NOTES                                                                      * /
/ * You Can Easily find out which section of your wiki you are                 * /
/ * Formatting in FireFox by choosing Options > DevelopperTools > Inspector    * /
/ * And then clicking on the part of the webpage you want to modify            * /
/ *                                                                            * /
/ * in CSS, div classes are marked with a '.', and div ids are marked with '#' * /
/ * ex: <div id="wiki" class="wikiclass">                                      * /
/ * #wiki { padding: 1px };                                                    * /
/ * .wikiclass { padding: 1px };                                               * /
/ *                                                                            * /