MediaWiki:Common.css: Difference between revisions

From MKT Toolbox Wiki
No edit summary
No edit summary
Line 12: Line 12:


body {
body {
background-color: #fe0000;
    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;
}
}

Revision as of 21:24, 24 April 2023

/* 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;	
}