MediaWiki:Common.css

Revision as of 06:54, 15 February 2020 by Nouvakis (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to 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: Go to Menu → Settings (Opera → Preferences on a Mac) and then to Privacy & security → Clear browsing data → Cached images and files.
body {font-family: Verdana,Arial,sans-serif; font-size: 1.2em;}
#footer { padding: 0.3em; }
div#content h1, div#content h2 {font-family: Verdana,Arial,sans-serif;}

/* Get rid of the ugly black circle icon next to "Help" link
* in upper right corner [indicator space] of some pages (most
* notably "Watchlist", "Revision history" and "Recent changes")
*/
#mw-indicator-mw-helplink a {background-image:none;display:none!important; }

#ca-talk { display: none !important; }
#ca-viewsource { display:none!important; }
#ca-nstab-main { display:none!important; }
#ca-nstab-talosnet { display:none!important; }
#ca-nstab-category { display:none!important; }
#ca-nstab-special { display:none!important; }

body.page-Main_Page #ca-delete {
    display: none !important;
}

/* To make images responsive */
.responsive-img img {
   max-width:100%;
   height:auto;
}

img.responsive-img {
   max-width:100%;
   height:auto;
}