MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 27: | Line 27: | ||
text-decoration: none; | text-decoration: none; | ||
cursor: inherit; | cursor: inherit; | ||
} | |||
.mw-body-content .navbar ul { | |||
line-height: inherit; | |||
} | |||
.navbar ul { | |||
display: inline-block; | |||
white-space: nowrap; | |||
} | |||
.hlist dl, .hlist ol, .hlist ul { | |||
margin: 0; | |||
padding: 0; | |||
} | } |
Revision as of 16:25, 25 August 2024
/* CSS placed here will be applied to all skins */
.ability-icon {
filter: invert(100%);
opacity: 0.7;
}
.navbox-title .navbar {
float: left;
text-align: left;
margin-right: 0.5em;
}
.navbox .navbar {
display: block;
font-size: 100%;
}
.navbar {
display: inline;
font-size: 88%;
font-weight: normal;
}
.navbar.mini li abbr[title] {
font-variant: small-caps;
border-bottom: none;
text-decoration: none;
cursor: inherit;
}
.mw-body-content .navbar ul {
line-height: inherit;
}
.navbar ul {
display: inline-block;
white-space: nowrap;
}
.hlist dl, .hlist ol, .hlist ul {
margin: 0;
padding: 0;
}