8,856
editsAd placeholder
Module:Message box/ombox.css: Difference between revisions
Jump to navigation
Jump to search
no edit summary
(Created page with "→* * {{ombox}} (other pages message box) styles * * @source https://www.mediawiki.org/wiki/MediaWiki:Gadget-enwp-boxes.css * @revision 2021-07-15: table.ombox { margin: 4px 10%; border-collapse: collapse; →Default "notice" gray: border: 1px solid #a2a9b1; background-color: #f8f9fa; box-sizing: border-box; } →An empty narrow cell: .ombox td.mbox-empty-cell { border: none; padding: 0; width: 1px; } →The message body cell(s): .ombox th.mbox-te...") |
No edit summary |
||
(2 intermediate revisions by the same user not shown) | |||
Line 9: | Line 9: | ||
border-collapse: collapse; | border-collapse: collapse; | ||
/* Default "notice" gray */ | /* Default "notice" gray */ | ||
box-sizing: border-box; | box-sizing: border-box; | ||
} | } | ||
Line 51: | Line 49: | ||
table.ombox-notice { | table.ombox-notice { | ||
/* Gray */ | /* Gray */ | ||
border | border: 1px solid #141414; | ||
} | } | ||