MediaWiki:Common.css: Difference between revisions

From Global Agoras
Styles for main page
 
No edit summary
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */
#p-logo {
    display: none !important;
}


.icon-box {
.icon-box {
Line 9: Line 13:
             padding: 2rem; /* p-4 */
             padding: 2rem; /* p-4 */
             box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05); /* shadow-lg */
             box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05); /* shadow-lg */
              
             overflow-x: hidden;
            max-width: 100%;
            box-sizing: border-box;
         }
         }