MediaWiki:Common.css: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
| Line 6: | Line 6: | ||
.directoryIcon:hover { | .directoryIcon:hover { | ||
border-radius: 25px; | |||
border: | border: 2px solid #882314; | ||
padding: 20px; | |||
} | } | ||
.directoryIcon a:hover { | .directoryIcon a:hover { | ||
text-decoration: none; /* Needs to be specific so we can override */ | |||
} | } | ||
Revision as of 07:40, 17 March 2025
/* CSS placed here will be applied to all skins */
.directoryIcon {
font-size: 1000%;
}
.directoryIcon:hover {
border-radius: 25px;
border: 2px solid #882314;
padding: 20px;
}
.directoryIcon a:hover {
text-decoration: none; /* Needs to be specific so we can override */
}