MediaWiki:Common.css: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
Line 16: | Line 16: | ||
.directoryIcon a:hover,a:visited { | .directoryIcon a:hover,a:visited { | ||
text-decoration: none; /* Needs to be specific so we can override */ | text-decoration: none; /* Needs to be specific so we can override */ | ||
} | |||
.navButton { | |||
float:left; | |||
margin-left:0.7em; | |||
margin-right: 0.7em; | |||
text-align: center; | |||
width: 15em; | |||
} | } |
Revision as of 07:53, 17 March 2025
/* CSS placed here will be applied to all skins */ .directoryIcon { font-size: 1000%; } .directoryText { font-size: 150%; } .directoryIcon:hover { border-radius: 25px; border: 2px solid #cc2314; } .directoryIcon a:hover,a:visited { text-decoration: none; /* Needs to be specific so we can override */ } .navButton { float:left; margin-left:0.7em; margin-right: 0.7em; text-align: center; width: 15em; }