MediaWiki:Common.css: Difference between revisions

Added default navbox styles
(Added mbox styles)
(Added default navbox styles)
Line 93:
/* change heading font */
h1, h2, h3, h4, h5, h6 {
font-family: Verdana, Helvetica, sans-serif !important;
}
 
Line 450:
}
 
table.fmboxh1fmbox-editnotice {
background-color: transparent;
}
Line 479:
font-size: 88%;
line-height: 1.25em;
}
 
/* Default styling for Navbar template */
.navbar {
display: inline;
font-size: 88%;
font-weight: normal;
}
.navbar ul {
display: inline;
white-space: nowrap;
}
.mw-body-content .navbar ul {
line-height: inherit;
}
.navbar li {
word-spacing: -0.125em;
}
.navbar.mini li abbr[title] {
font-variant: small-caps;
border-bottom: none;
text-decoration: none;
cursor: inherit;
}
/* Navbar styling when nested in infobox and navbox */
.infobox .navbar {
font-size: 100%;
}
.navbox .navbar {
display: block;
font-size: 100%;
}
.navbox-title .navbar {
/* @noflip */
float: left;
/* @noflip */
text-align: left;
/* @noflip */
margin-right: 0.5em;
}