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

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..."
en.wikipedia>Izno
(and move mbox-small to 720px here as well)
 
(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...")
/**
/* {{pp|small=y}} */
* {{ombox}} (other pages message box) styles
.ombox {
*
margin: 4px 0;
* @source https://www.mediawiki.org/wiki/MediaWiki:Gadget-enwp-boxes.css
* @revision 2021-07-15
*/
table.ombox {
margin: 4px 10%;
border-collapse: collapse;
border: 1px solid #a2a9b1; /* Default "notice" gray */
border: 1px solid #a2a9b1;
background-color: #f8f9fa;
box-sizing: border-box;
}
 
/* ForAn theempty "small=yes"narrow option.cell */
.ombox td.mbox-smallempty-cell {
font-sizeborder: 88%none;
padding: 0;
line-height: 1.25em;
width: 1px;
}
 
/* The message body cell(s) */
.ombox-speedy {
.ombox th.mbox-text,
border: 2px solid #b32424; /* Red */
.ombox td.mbox-text {
background-color: #fee7e6; /* Pink */
border: none;
/* 0.9em left/right */
padding: 0.25em 0.9em;
/* Make all mboxes the same width regardless of text length */
width: 100%;
}
 
/* The left image cell */
.ombox-delete {
.ombox td.mbox-image {
border: 2px solid #b32424; /* Red */
border: none;
text-align: center;
/* 0.9em left, 0px right */
/* @noflip */
padding: 2px 0 2px 0.9em;
}
 
/* The right image cell */
.ombox-content {
.ombox td.mbox-imageright {
border: 1px solid #f28500; /* Orange */
border: none;
text-align: center;
/* 0px left, 0.9em right */
/* @noflip */
padding: 2px 0.9em 2px 0;
}
 
table.ombox-stylenotice {
/* Gray */
border: 1px solid #fc3; /* Yellow */
border-color: #a2a9b1;
}
 
table.ombox-movespeedy {
/* Pink */
border: 1px solid #9932cc; /* Purple */
background-color: #fee7e6;
}
 
table.ombox-protection {speedy,
table.ombox-delete {
border: 2px solid #a2a9b1; /* Gray-gold */
/* Red */
border-color: #b32424;
border-width: 2px;
}
 
table.ombox .mbox-textcontent {
/* Orange */
border: none;
border-color: #f28500;
/* @noflip */
padding: 0.25em 0.9em;
width: 100%;
}
 
table.ombox .mbox-imagestyle {
/* Yellow */
border: none;
border-color: #fc3;
/* @noflip */
padding: 2px 0 2px 0.9em;
text-align: center;
}
 
table.ombox .mbox-imagerightmove {
/* Purple */
border: none;
border-color: #9932cc;
/* @noflip */
padding: 2px 0.9em 2px 0;
text-align: center;
}
 
table.ombox-protection {
/* An empty narrow cell */
/* Gray-gold */
.ombox .mbox-empty-cell {
border-color: #a2a9b1;
border-width: 2px;
}
 
/**
* {{ombox|small=1}} styles
*
* These ".mbox-small" classes must be placed after all other
* ".ombox" classes. "html body.mediawiki .ombox"
* is so they apply only to other page message boxes.
*
* @source https://www.mediawiki.org/wiki/MediaWiki:Gadget-enwp-boxes.css
* @revision 2021-07-15
*/
 
/* For the "small=yes" option. */
html body.mediawiki .ombox.mbox-small {
clear: right;
float: right;
margin: 4px 0 4px 1em;
box-sizing: border-box;
width: 238px;
font-size: 88%;
line-height: 1.25em;
}
 
/* !! CUSTOM !! emulates older ombox style (pre-centering) */
table.legacy-ombox {
text-align: unset;
border: none;
paddingfont-size: 0100%;
margin: initial
width: 1px;
}
 
.legacy-ombox th.mbox-invalid-type {text,
.legacy-ombox td.mbox-text {
text-align: center;
border: none;
padding: unset;
width: unset;
}
 
table.stub-ombox {
@media (min-width: 720px) {
text-align: center;
.ombox {
background: #ddefff;
margin: 4px 10%;
border: 1px solid blue;
}
color: black;
.ombox.mbox-small {
/* @noflip */
clear: right;
/* @noflip */
float: right;
/* @noflip */
margin: 4px 0 4px 1em;
width: 238px;
}
}