MediaWiki:Common.css: Difference between revisions

From ERCIM Working Group OpenData
mNo edit summary
mNo edit summary
 
(28 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 */
.catlinks
{
display:none !important;
}


#catlinks
#catlinks
Line 9: Line 5:
display:none !important;
display:none !important;
}
}

{{#css:
body {
background: yellow;
font-size: 20pt;
color: red;
}
}}

Latest revision as of 06:57, 24 September 2014

/* CSS placed here will be applied to all skins */

#catlinks
{
display:none !important;
}