Module:Navbar/styles.css: Difference between revisions

m
20 revisions imported from wikipedia:Module:Navbar/styles.css: this is nice to have
(integrate 2 sheets)
m (20 revisions imported from wikipedia:Module:Navbar/styles.css: this is nice to have)
 
(19 intermediate revisions by 3 users not shown)
Line 1:
/* CSS below is common{{pp|small=yes}} */
.navbar {
display: inline;
font-size: 88%;
font-weight: normal;
 
.navbar.mini li span-collapse {
float: left;
text-align: left;
 
.navbar-boxtext {
word-spacing: 0;
}
 
Line 9 ⟶ 18:
display: inline-block;
white-space: nowrap;
cursorline-height: inherit;
}
 
.navbar-brackets::before {
body.skin-Minerva .navbar ul {
margin-right: -0.125em;
display: inline; /* why does mobile differ here? */
content: '[ ';
 
.navbar-brackets::after {
margin-left: -0.125em;
content: ' ]';
}
 
Line 18 ⟶ 34:
word-spacing: -0.125em;
}
/*
Space reserved for remaining common fixes.
 
.navbar.-mini li abbr[title] {
font-variant: small-caps;
border-bottom: none;
text-decoration: none;
cursor: inherit;
 
.navbar-ct-full {
font-size: 114%;
margin: 0 7em;
}
 
.navbar-ct-mini {
font-size: 114%;
margin: 0 4em;
}
 
/* Navbar styling when nested in infobox and navbox */
*/
/* Should consider having a separate TemplateStyles for those specific places
 
using an infobox/navbox and a navbar, or possibly override from using template */
/* Navbar styling when nested in infobox and navbox */
/* Should consider having a separate TemplateStyles for those specific places
using an infobox/navbox and a navbar */
.infobox .navbar {
font-size: 100%;
Line 45 ⟶ 71:
/* @noflip */
margin-right: 0.5em;
 
body.skin-Minerva .navbox-title .navbar {
width: 6em; /* Why does mobile set this width? */
 
/* CSS below is from Common.css */
.mw-body-content .navbar ul {
line-height: inherit; /* Why is this missing in Minerva? */
.navbar.mini li abbr[title] {
font-variant: small-caps;
border-bottom: none;
text-decoration: none;
cursor: inherit;
 
/* CSS below is from Mobile.css */
.navbar.mini li span {
font-variant: small-caps; /* This just looks like it missed the update to abbr */
}