Module:NavboxMobile/styles.css: Difference between revisions

No edit summary
Tag: Reverted
No edit summary
Tag: Reverted
Line 78: Line 78:
.navboxMobile-group-level2 {
.navboxMobile-group-level2 {
     background-color: #e6e6ff; /* Level 2 color */
     background-color: #e6e6ff; /* Level 2 color */
     margin-top: 0.25em; /* Add space above for separation */
     margin-top: 0.5em; /* Add space above for separation */
     border-top: 2px solid white; /* White border at the top for separation */
     border-top: 2px solid white; /* White border at the top for separation */
     border-left: 1px solid #fdfdfd; /* Slightly thicker for reduced width */
     border-left: 2em solid transparent; /* Indent significantly */
     border-right: 1px solid #fdfdfd;
     border-right: 2em solid transparent; /* Indent significantly */
     margin-left: 1em; /* Indent slightly */
     margin-left: 2em; /* Indent significantly */
     margin-right: 1em;
     margin-right: 2em; /* Indent significantly */
     padding: 0.25em 0.5em; /* Reduced padding for text */
     padding: 0.25em 0.5em; /* Reduced padding for text */
}
}
Line 91: Line 91:
.navboxMobile-group-level3 {
.navboxMobile-group-level3 {
     background-color: #e6e6ff; /* Level 3 color */
     background-color: #e6e6ff; /* Level 3 color */
     margin-top: 0.25em; /* Add space above for separation */
     margin-top: 0.5em; /* Add space above for separation */
     border-top: 2px solid white; /* White border at the top for separation */
     border-top: 2px solid white; /* White border at the top for separation */
     border-left: 2px solid #fdfdfd;
     border-left: 4em solid transparent; /* Indent more compared to level 2 */
     border-right: 2px solid #fdfdfd;
     border-right: 4em solid transparent; /* Indent more compared to level 2 */
     margin-left: 2em; /* Indent more compared to level 2 */
     margin-left: 4em; /* Indent further */
     margin-right: 2em;
     margin-right: 4em; /* Indent further */
     padding: 0.25em 0.5em; /* Reduced padding for text */
     padding: 0.25em 0.5em; /* Reduced padding for text */
}
}