Difference between revisions of "MediaWiki:Common.css"
From Exilent
Line 4: | Line 4: | ||
max-width: 100%; | max-width: 100%; | ||
height: auto; | height: auto; | ||
+ | } | ||
+ | |||
+ | a { | ||
+ | text-decoration: underline; | ||
} | } | ||
Revision as of 23:03, 3 April 2019
/* CSS placed here will be applied to all skins */ img { max-width: 100%; height: auto; } a { text-decoration: underline; } /* https://www.mediawiki.org/wiki/Manual:Remove_Tabs */ /* #ca-nstab-main { display:none!important; } */ #ca-talk { display:none!important; } #ca-watch { display:none!important; } #ca-unwatch { display:none!important; } #ca-purge { display:none!important; }