MediaWiki:Common.css: Difference between revisions
Appearance
Taurussmith (talk | contribs) Created page with "→CSS placed here will be applied to all skins: →Remove underline from links: a { text-decoration: none; } →Show underline only when hovering: a:hover { text-decoration: underline; }" |
Taurussmith (talk | contribs) No edit summary |
||
| Line 8: | Line 8: | ||
a:hover { | a:hover { | ||
text-decoration: underline; | text-decoration: underline; | ||
} | |||
.search-shortdesc { | |||
font-size: 12px; | |||
color: #54595d; | |||
margin-top: 2px; | |||
} | } | ||
Revision as of 17:00, 10 March 2026
/* CSS placed here will be applied to all skins */
/* Remove underline from links */
a {
text-decoration: none;
}
/* Show underline only when hovering */
a:hover {
text-decoration: underline;
}
.search-shortdesc {
font-size: 12px;
color: #54595d;
margin-top: 2px;
}