Module:Navbox/styles.css: Difference between revisions
Richardpruen (talk | contribs) m 1 revision imported |
Richardpruen (talk | contribs) m 1 revision imported: template update |
||
| (3 intermediate revisions by 3 users not shown) | |||
| Line 66: | Line 66: | ||
} | } | ||
.navbox-title { | |||
.navbox-title { | |||
background-color: #ccf; /* Level 1 color */ | background-color: #ccf; /* Level 1 color */ | ||
} | } | ||
.navbox-abovebelow, | .navbox-abovebelow, | ||
.navbox-group, | |||
.navbox-subgroup .navbox-title { | .navbox-subgroup .navbox-title { | ||
background-color: #ddf; /* Level 2 color */ | background-color: #ddf; /* Level 2 color */ | ||
| Line 114: | Line 111: | ||
/* @noflip */ | /* @noflip */ | ||
margin-right: 0.5em; | margin-right: 0.5em; | ||
} | |||
/** T367463 */ | |||
body.skin--responsive .navbox-image img { | |||
max-width: none !important; | |||
} | |||
@media print { | |||
body.ns-0 .navbox { | |||
display: none !important; | |||
} | |||
} | } | ||