User:Obhf/global.css

From Meta, a Wikimedia project coordination wiki
(Redirected from User:Obahn/global.css)

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.
h1.firstHeading, h2, h3, h4 {
	font-family: 'Chalkboard SE', Helvetica, Arial, sans-serif !important;
}

/* Prevent the new CSS in "Typography Refresh" (since early 2014) from showing page titles and headings in serif font */
h1, h2 { font-family: inherit !important; }

/* Bold the sidebar interwiki links to Enwiki, and interproject links to Commons */
.interwiki-en, .wb-otherproject-commons {
        font-weight: bold;
}

/* strikeout Upload File link as a reminder to upload to Commons instead */
li#t-upload { text-decoration: line-through; }