MediaWiki:Common.css

From MKT Toolbox Wiki

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 */
#p-categorytree-portlet > div > div > div > div > div.CategoryTreeItem > a,
#p-categorytree-portlet > div > div > div > div > div.CategoryTreeChildren > div > div.CategoryTreeItem > a,
#p-categorytree-portlet > div > div > div > div > div.CategoryTreeChildren > div > div.CategoryTreeChildren > div > div.CategoryTreeItem > a
{
	font-size: 0.75em;
}

#mw-panel > div.mw-sidebar-action {
	display: none;
}

body {
    background-image: url(/themes/mk/images/favicons/2000px-Mario_emblem.svg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-color: #fe0000;
    background-size: cover;	
	background-attachment: fixed;
}

body > div.mw-page-container {
    background-color: rgba(255, 255, 255, 0.9);
}