User:KatrinWehrheim/common.css

From Polyfolds.org
Revision as of 16:55, 21 June 2017 by KatrinWehrheim (Talk | contribs) (Created page with "/* Personalized changes */ /* jwf--Make displayed text larger or smaller */ #mw-content-text { font-size: 1.500em; } jwf--Make displayed text larger or smaller: #body...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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
/* Personalized changes */

/* jwf--Make displayed text larger or smaller */
#mw-content-text {
  font-size: 1.500em;
}

/* jwf--Make displayed text larger or smaller */
#bodyContent {
  font-size: 1.500em;
}


/* jwf--Make editing text larger or smaller */
#wpTextbox1 {
    font-size: 1.5em;
}


/* jwf--Make summary text larger or smaller */
#wpSummary {
    font-size: 1.5em;
}