MediaWiki:Common.css: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
Line 3: | Line 3: | ||
.directoryIcon { | .directoryIcon { | ||
font-size: 1000%; | font-size: 1000%; | ||
} | |||
.directoryIcon a:hover { | |||
text-decoration: strikethrough; | |||
} | } |
Revision as of 07:32, 17 March 2025
/* CSS placed here will be applied to all skins */ .directoryIcon { font-size: 1000%; } .directoryIcon a:hover { text-decoration: strikethrough; }