Editing Module:Message box/ombox.css

From Wings of Fire: The New World Wiki
Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.

The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.

Latest revision Your text
Line 1: Line 1:
/* {{pp|small=y}} */
/**
.ombox {
* {{ombox}} (other pages message box) styles
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-collapse: collapse;
border: 1px solid #a2a9b1;    /* Default "notice" gray */
/* Default "notice" gray */
background-color: var(--background-color-neutral-subtle, #f8f9fa);
border: 1px solid #a2a9b1;
background-color: #f8f9fa;
color: #333;
box-sizing: border-box;
box-sizing: border-box;
    color: var(--color-base, #202122);
}
}


/* For the "small=yes" option. */
/* An empty narrow cell */
.ombox.mbox-small {
.ombox td.mbox-empty-cell {
font-size: 88%;
border: none;
line-height: 1.25em;
padding: 0;
width: 1px;
}
}


.ombox-speedy {
/* The message body cell(s) */
border: 2px solid #b32424;   /* Red */
.ombox th.mbox-text,
background-color: #fee7e6;   /* Pink */
.ombox td.mbox-text {
border: none;
/* 0.9em left/right */
padding: 0.25em 0.9em;
/* Make all mboxes the same width regardless of text length */
width: 100%;
}
}


.ombox-delete {
/* The left image cell */
border: 2px solid #b32424;   /* Red */
.ombox td.mbox-image {
border: none;
text-align: center;
/* 0.9em left, 0px right */
/* @noflip */
padding: 2px 0 2px 0.9em;
}
}


.ombox-content {
/* The right image cell */
border: 1px solid #f28500;   /* Orange */
.ombox td.mbox-imageright {
border: none;
text-align: center;
/* 0px left, 0.9em right */
/* @noflip */
padding: 2px 0.9em 2px 0;
}
}


.ombox-style {
table.ombox-notice {
border: 1px solid #fc3;       /* Yellow */
/* Gray */
border-color: #a2a9b1;
}
}


.ombox-move {
table.ombox-speedy {
border: 1px solid #9932cc;    /* Purple */
/* Pink */
background-color: #fee7e6;
color: #333;
}
}


.ombox-protection {
table.ombox-speedy,
border: 2px solid #a2a9b1;    /* Gray-gold */
table.ombox-delete {
}
/* Red */
 
border-color: #b32424;
.ombox .mbox-text {
border-width: 2px;
border: none;
/* @noflip */
padding: 0.25em 0.9em;
width: 100%;
}
}


.ombox .mbox-image {
table.ombox-content {
border: none;
/* Orange */
/* @noflip */
border-color: #f28500;
padding: 2px 0 2px 0.9em;
text-align: center;
}
}


.ombox .mbox-imageright {
table.ombox-style {
border: none;
/* Yellow */
/* @noflip */
border-color: #fc3;
padding: 2px 0.9em 2px 0;
text-align: center;
}
}


/* An empty narrow cell */
table.ombox-move {
.ombox .mbox-empty-cell {
/* Purple */
border: none;
border-color: #9932cc;
padding: 0;
width: 1px;
}
}


.ombox .mbox-invalid-type {
table.ombox-protection {
text-align: center;
/* Gray-gold */
border-color: #a2a9b1;
border-width: 2px;
}
}


@media (min-width: 720px) {
/**
.ombox {
* {{ombox|small=1}} styles
margin: 4px 10%;
*
}
* These ".mbox-small" classes must be placed after all other
* ".ombox" classes. "html body.mediawiki .ombox"
.ombox.mbox-small {
* is so they apply only to other page message boxes.
/* @noflip */
*
clear: right;
* @source https://www.mediawiki.org/wiki/MediaWiki:Gadget-enwp-boxes.css
/* @noflip */
* @revision 2021-07-15
float: right;
*/
/* @noflip */
margin: 4px 0 4px 1em;
width: 238px;
}
}


/** T367463 */
/* For the "small=yes" option. */
body.skin--responsive table.ombox img {
html body.mediawiki .ombox.mbox-small {
max-width: none !important;
clear: right;
float: right;
margin: 4px 0 4px 1em;
box-sizing: border-box;
width: 238px;
font-size: 88%;
line-height: 1.25em;
}
}


html.skin-theme-clientpref-night .ombox-speedy {
html.skin-theme-clientpref-night table.ombox {
background-color: #310402;   /* Dark red, same hue/saturation as light */
    background-color: transparent;
    color: inherit;
}
}


@media (prefers-color-scheme: dark) {
@media (prefers-color-scheme: dark) {
html.skin-theme-clientpref-os .ombox-speedy {
    /* automatic mode */
background-color: #310402; /* Dark red, same hue/saturation as light */
    html.skin-theme-clientpref-os table.ombox {
}
    background-color: transparent;
    color: inherit;
    }
}
}
Please note that all contributions to Wings of Fire: The New World Wiki are considered to be released under the Creative Commons Attribution (see WOFTNW:Copyrights for details). If you do not want your writing to be edited mercilessly and redistributed at will, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource. Do not submit copyrighted work without permission!
Cancel Editing help (opens in new window)