Module:NavboxMobile/styles.css: Difference between revisions
EnWikiAdmin (talk | contribs) No edit summary |
EnWikiAdmin (talk | contribs) No edit summary |
||
Line 67: | Line 67: | ||
.navboxMobile-group-content { | .navboxMobile-group-content { | ||
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: | 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: | 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: | 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: # | background-color: #eaeaea; | ||
} | } | ||
.navboxMobile-list-content.navboxMobile-odd { | .navboxMobile-list-content.navboxMobile-odd { | ||
background-color: # | background-color: #f4f4f4; | ||
} | } | ||