MediaWiki:Common.css: Difference between revisions

No edit summary
No edit summary
 
(11 intermediate revisions by the same user not shown)
Line 26: Line 26:
     background-color: #eecdf2;
     background-color: #eecdf2;
     display: block;
     display: block;
    width: 100%;
     margin-top: 0;
     margin-top: 0;
     padding-top: 0;
     padding: 0.2em 0.4em;
    border-top: 1px solid #a2a9b1;
    border-bottom: 1px solid #a2a9b1;
}
}


.current-text-header:first-child {
.current-text-header:first-child {
    padding-top: 0; /* Removes padding above the first header */
     margin-top: 0;
     margin-top: 0;
    border-top: 0px solid #a2a9b1;
}
}


Line 50: Line 51:
     background-color: #cef2e0;
     background-color: #cef2e0;
     display: block;
     display: block;
    width: 100%;
     margin-top: 0;
     margin-top: 0;
    padding: 0.2em 0.4em;
    border-top: 1px solid #a2a9b1;
    border-bottom: 1px solid #a2a9b1;
}
}


.current-media-header:first-child {
.current-media-header:first-child {
    padding-top: 0; /* Removes padding above the first header */
     margin-top: 0;
     margin-top: 0;
    border-top: 0px solid #a2a9b1;
}
}


Line 171: Line 174:
     width: 100% !important;   
     width: 100% !important;   
     height: 100% !important;
     height: 100% !important;
     padding-left: 2%;
     padding-left: 2%;  
     max-width: 96%;           
    padding-right: 2%;
    padding-bottom: 2%;
    padding-top: 2%;
     max-width: 100%;           
     box-sizing: border-box;   
     box-sizing: border-box;   
}
.navbox {
    padding: 0 !important;
}
}