Module:NavboxMobile/styles.css: Difference between revisions

No edit summary
No edit summary
Line 77: Line 77:
     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:0.1em;
     padding:0.1em;
    border-bottom:1px
}
}


Line 85: Line 86:
     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.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: 1px solid white; /* White border at the top for separation */
     box-sizing: border-box;
     box-sizing: border-box;
     padding:0.1em;
     padding:0.1em;
Line 96: Line 97:
     box-sizing: border-box;
     box-sizing: border-box;
     margin: 0 auto; /* Center the content */
     margin: 0 auto; /* Center the content */
     border: none; /*need*/
     border: 1px solid white; /*need*/
     padding-left: 7px;
     padding-left: 7px;
     padding-right: 7px;
     padding-right: 7px;
Line 147: Line 148:
     word-wrap: break-word;
     word-wrap: break-word;
     overflow-wrap: break-word; /* Ensure compatibility for older browsers */
     overflow-wrap: break-word; /* Ensure compatibility for older browsers */
     border-bottom:2px
     border:2px
}
}




/* List with Group */
/* List with Group  
.navboxMobile-list-with-group {
.navboxMobile-list-with-group {
     text-align: left;
     text-align: left;
     border-left: 2px solid #fdfdfd;
     border-left: 2px solid #fdfdfd;
}
}*/


/* Styles Container */
/* Styles Container */