User:Mip/common.css

From miki
Jump to navigation Jump to search

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.
/***** Increase default text size ****/
/* Easiest & best solution - override the default setting #bodyContent {font-size: 0.8em} in the default stylesheet.
 * Other solutions:
 * - override #content: cause a misalignement between body and navigation
 */
/* #bodyContent {font-size: 0.88em} */
/* body.page-Main_Page #bodyContent {font-size: 0.8em} */

#content h4,h5 {font-style: italic}

code {
    border: 1px solid #DDDDDD;
    border-radius: 2px;
    padding: 1px 4px;
}