Jump to content

MediaWiki:Common.css: Difference between revisions

Taurussmith (talk | contribs)
No edit summary
Taurussmith (talk | contribs)
m Protected "MediaWiki:Common.css" ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite))
(No difference)

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;
}