Module:NavboxMobile/styles.css: Difference between revisions

No edit summary
No edit summary
Line 67: Line 67:
.navboxMobile-group-content {
.navboxMobile-group-content {
      
      
    line-height: 1.0em;
     text-align: center; /* Centered text */
     text-align: center; /* Centered text */
     font-size: 1em;
     font-size: 1em;
Line 77: Line 76:
     margin-top: 0.0em; /* Add spacing above for separation */
     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 */
     padding:2px;
     padding:0.2em;
}
}


Line 88: Line 87:
     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;
     padding:2px;
     padding:0.2em;
}
}


Line 109: Line 108:
     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;
     padding:2px;
     padding:0.2em;
}
}


Line 124: Line 123:
/* Odd and Even Rows with Increased Specificity */
/* Odd and Even Rows with Increased Specificity */
.navboxMobile-list-content.navboxMobile-even {
.navboxMobile-list-content.navboxMobile-even {
     background-color: #f7f7f7;
     background-color: #eaeaea;
}
}


.navboxMobile-list-content.navboxMobile-odd {
.navboxMobile-list-content.navboxMobile-odd {
     background-color: #ffffff;
     background-color: #f4f4f4;
}
}