Module:NavboxMobile/styles.css: Difference between revisions
EnWikiAdmin (talk | contribs) No edit summary |
EnWikiAdmin (talk | contribs) No edit summary |
||
Line 84: | Line 84: | ||
background-color: #e6e6ff; /* Level 2 color */ | background-color: #e6e6ff; /* Level 2 color */ | ||
box-shadow: inset 5px 0 #fff, inset -5px 0 #fff; /* Create shadow effect */ | box-shadow: inset 5px 0 #fff, inset -5px 0 #fff; /* Create shadow effect */ | ||
margin-top: 0. | margin-top: 0.0em; /* Add spacing above for separation */ | ||
border-top: 1px solid white; /* White border at the top for separation */ | border-top: 1px solid white; /* White border at the top for separation */ | ||
box-sizing: border-box; | box-sizing: border-box; | ||
Line 104: | Line 104: | ||
.navboxMobile-group-level3 { | .navboxMobile-group-level3 { | ||
background-color: #e6e6ff; /* Level 3 color */ | background-color: #e6e6ff; /* Level 3 color */ | ||
margin-top: 0. | margin-top: 0.0em; /* Add spacing above for separation */ | ||
box-shadow: inset 10px 0 #fff, inset -10px 0 #fff; /* Create shadow effect */ | box-shadow: inset 10px 0 #fff, inset -10px 0 #fff; /* Create shadow effect */ | ||
border-top: 1px solid white; /* White border at the top for separation */ | border-top: 1px solid white; /* White border at the top for separation */ | ||
box-sizing: border-box; | box-sizing: border-box; | ||
} | } | ||