View source for Module:Message box/tmbox.css
Appearance
You do not have permission to edit this page, for the following reason:
You can view and copy the source of this page.
/**
* {{tmbox}} (talk page message box) styles
*
* @source https://www.mediawiki.org/wiki/MediaWiki:Gadget-enwp-boxes.css
* @revision 2021-07-15
*/
table.tmbox {
margin: 4px 10%;
border-collapse: collapse;
/* Default "notice" gray-brown */
border: 1px solid #c0c090;
background-color: #f8eaba;
/* temp fix for dark mode */
color: #222;
min-width: 80%;
box-sizing: border-box;
}
.tmbox.mbox-small {
/* reset the min-width of tmbox above */
min-width: 0;
}
000
1:0
Templates used on this page:
Return to Module:Message box/tmbox.css.