View source for Module:Message box/ambox.css
From BoyWiki
You do not have permission to edit this page, for the following reasons:
You can view and copy the source of this page.
/**
* {{ambox}} (article message box) styles
*
* @source https://www.mediawiki.org/wiki/MediaWiki:Gadget-enwp-boxes.css
* @revision 2021-07-15
*/
table.ambox {
/* 10% = Will not overlap with other elements */
margin: 0 10%;
border: 1px solid #a2a9b1;
/* Default "notice" blue */
border-left: 10px solid #36c;
background-color: #f5faff;
box-sizing: border-box;
}
/* Single border between stacked boxes. */
table.ambox + table.ambox,
table.ambox + link + table.ambox,
table.ambox + style + table.ambox {
margin-top: -1px;
}
000
1:0
Templates used on this page:
Return to Module:Message box/ambox.css.