MediaWiki:Common.css: Difference between revisions

From MKT Toolbox Wiki
(Created page with "→‎CSS placed here will be applied to all skins: #p-categorytree-portlet > div > div > div > div > div.CategoryTreeItem > a { font-size: 0.75em; }")
 
No edit summary
 
(8 intermediate revisions by the same user not shown)
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* 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.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;
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);
}
}

Latest revision as of 21:30, 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;	
	background-attachment: fixed;
}

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