Difference between revisions of "MediaWiki:Common.css"

From ERCIM Working Group OpenData
Jump to navigation Jump to search
m
m
Line 13: Line 13:
 
display:none !important;
 
display:none !important;
 
}
 
}
  +
* {color:green}
 
  +
  +
.catlinks ul {
  +
list-style-type: none;
  +
/* ... */
  +
}
  +
.catlinks ul li {
  +
/* styling for the single items */
  +
}

Revision as of 19:39, 23 September 2014

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

#catlinks
{
display:none !important;
}

p.catlinks {
display:none !important;
}
 

.catlinks ul {
  list-style-type: none;
  /* ... */
}
.catlinks ul li {
  /* styling for the single items */
}