MediaWiki:Common.css: Difference between revisions
mNo edit summary |
mNo edit summary |
||
Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ |
/* CSS placed here will be applied to all skins */ |
||
#ca-talk { display:none!important; } |
|||
.catlinks |
.catlinks { display:none!important; } |
||
{ |
|||
display:none !important; |
|||
} |
|||
#catlinks |
#catlinks { display:none!important; } |
||
{ |
|||
display:none !important; |
|||
} |
|||
p.catlinks { |
|||
display:none !important; |
|||
} |
|||
.catlinks ul { |
|||
list-style-type: none; |
|||
/* ... */ |
|||
} |
|||
.catlinks ul li { |
|||
/* styling for the single items */ |
|||
} |