Module:NavboxMobile/styles.css: Difference between revisions
EnWikiAdmin (talk | contribs) No edit summary Tag: Reverted |
EnWikiAdmin (talk | contribs) No edit summary Tag: Manual revert |
||
Line 70: | Line 70: | ||
} | } | ||
/* | /* Level 2: Main Groups */ | ||
.navboxMobile-group-level2 { | .navboxMobile-group-level2 { | ||
background-color: #e6e6ff; /* Level 2 color */ | |||
padding-left: 0; /* No indentation */ | |||
margin-top: 0.25em; /* Add spacing above for separation */ | |||
width: 95%; /* Slightly narrower than the title */ | |||
border-top: 1px solid white; /* White border at the top for separation */ | |||
box-sizing: border-box; | |||
} | } | ||
/* | /* Level 3: Subgroups */ | ||
.navboxMobile-group-level3 { | .navboxMobile-group-level3 { | ||
background-color: #e6e6ff; /* Level 3 color */ | |||
padding-left: 1em; /* Indentation for subgroups */ | |||
margin-top: 0.25em; /* Add spacing above for separation */ | |||
width: 90%; /* Even narrower for level 3 */ | width: 90%; /* Even narrower for level 3 */ | ||
box-sizing: border-box; | |||
box- | |||
} | } | ||
/* Odd and Even Rows with Increased Specificity */ | /* Odd and Even Rows with Increased Specificity */ |