If you wish to contribute or participate in the discussions about articles you are invited to contact the Editor
MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
mNo edit summary |
||
Line 9: | Line 9: | ||
@media print { | @media print { | ||
.noprint { | .noprint { | ||
display:none; | |||
} | |||
} | |||
@media screen { | |||
.hidden { | |||
display:none; | display:none; | ||
} | } | ||
} | } |
Revision as of 12:50, 14 March 2014
/* CSS placed here will be applied to all skins */ body.page-Main_Page h1.firstHeading { display:none; } /* even and odd in tables*/ smwtable.row-even {background-color:#FFF;} smwtable.row-odd {background-color:#CDE6EA;} @media print { .noprint { display:none; } } @media screen { .hidden { display:none; } }