Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

MediaWiki:Common.css: Difference between revisions

MediaWiki interface page
No edit summary
No edit summary
Line 176: Line 176:
/* Shared homepage navigation-list links. Descriptive text following each link
/* Shared homepage navigation-list links. Descriptive text following each link
   remains normal weight because only the anchor itself is emphasized. */
   remains normal weight because only the anchor itself is emphasized. */
.wizlords-mainpage-link-list a {
.wizlords-mainpage-link-list a,
.wizlords-mainpage-whatislarp-list a {
color: var(--wiz-link, #ff942d);
color: var(--wiz-link, #ff942d);
font-weight: normal;
font-weight: normal;
Line 182: Line 183:
}
}


.wizlords-mainpage-link-list a:hover {
.wizlords-mainpage-link-list a:hover,
.wizlords-mainpage-whatislarp-list a:hover {
color: #ffd37a;
color: #ffd37a;
text-decoration: none;
text-decoration: none;