Module:Navbox/styles.css: Difference between revisions

Jump to navigation Jump to search
no edit summary
(Created page with "→‎{{pp|small=y}}: .navbox { box-sizing: border-box; border: 1px solid #a2a9b1; width: 100%; clear: both; font-size: 88%; text-align: center; padding: 1px; margin: 1em auto 0; →‎Prevent preceding content from clinging to navboxes: } .navbox .navbox { margin-top: 0; →‎No top margin for nested navboxes: } .navbox + .navbox, →‎TODO: remove first line after transclusions have updated: .navbox + .navbox-styles + .navbox { margin-top: -1px; /* Single pix...")
 
No edit summary
Line 2: Line 2:
.navbox {
.navbox {
box-sizing: border-box;
box-sizing: border-box;
border: 1px solid #a2a9b1;
width: 100%;
width: 100%;
clear: both;
clear: both;
Line 41: Line 40:
.navbox,
.navbox,
.navbox-subgroup {
.navbox-subgroup {
background-color: #fdfdfd;
}
}


.navbox-list {
.navbox-list {
line-height: 1.5em;
line-height: 1.5em;
border-color: #fdfdfd; /* Must match background color */
}
}


Line 66: Line 63:
}
}


.navbox-title {
background-color: #ccf; /* Level 1 color */
}
.navbox-abovebelow,
.navbox-group,
.navbox-subgroup .navbox-title {
background-color: #ddf; /* Level 2 color */
}
.navbox-subgroup .navbox-group,
.navbox-subgroup .navbox-abovebelow {
background-color: #e6e6ff; /* Level 3 color */
}
.navbox-even {
background-color: #f7f7f7;
}
.navbox-odd {
background-color: transparent;
}


/* TODO: figure out how to remove reliance on td as structure */
/* TODO: figure out how to remove reliance on td as structure */
8,856
edits

Navigation menu