Module:NavboxMobile/styles.css: Difference between revisions

No edit summary
Tag: Reverted
No edit summary
Tag: Manual revert
Line 70: Line 70:
}
}


/* Second-Level Group Heading */
/* Level 2: Main Groups */
.navboxMobile-group-level2 {
.navboxMobile-group-level2 {
     width: 95%; /* Slightly narrower than level 1 */
     background-color: #e6e6ff; /* Level 2 color */
     margin: 0 auto; /* Center within parent */
     padding-left: 0; /* No indentation */
     box-shadow: inset 5px 0 #fff, inset -5px 0 #fff;
     margin-top: 0.25em; /* Add spacing above for separation */
     padding: 0.5em;
     width: 95%; /* Slightly narrower than the title */
     text-align: left;
     border-top: 1px solid white; /* White border at the top for separation */
     background-color: #e6e6ff;
     box-sizing: border-box;
}
}


/* Third-Level Group Heading */
/* 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 */
    margin: 0 auto;
     box-sizing: border-box;
     box-shadow: inset 3px 0 #ccc, inset -3px 0 #ccc;
    padding: 0.5em;
    text-align: left;
    background-color: #f0f0ff;
}
}


/* Odd and Even Rows with Increased Specificity */
/* Odd and Even Rows with Increased Specificity */