MediaWiki:Common.css: Difference between revisions

From ERCIM Working Group OpenData
mNo edit summary
mNo edit summary
Line 9: Line 9:
display:none !important;
display:none !important;
}
}

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

Revision as of 18:54, 23 September 2014

/* CSS placed here will be applied to all skins */
.catlinks
{
display:none !important;
}

#catlinks
{
display:none !important;
}

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