Module:Message box/imbox.css: Difference between revisions

m Protected "Module:Message box/imbox.css": cant type again there we o Mode ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite))
No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
/* {{pp|small=y}} */
.imbox {
.imbox {
margin: 4px 0;
border: 3px solid #36c;    /* Default "notice" blue */
border: 3px solid #36c;    /* Default "notice" blue */
background-color: var(--background-color-interactive-subtle, #f8f9fa);  
background-color: var(--background-color-interactive-subtle, #f8f9fa);  
box-sizing: border-box;
box-sizing: border-box;
overflow-x: hidden;
overflow-x: hidden;
align-items: center;
}
}


Line 78: Line 77:
/* @noflip */
/* @noflip */
padding-right: 1em;
padding-right: 1em;
}
}
@media (min-width: 640px) {
.imbox {
margin: 4px 10%;
}
}
}
}