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

Jump to navigation Jump to search
m
Fix {{Ombox|small=1}} styles comment
>ExE Boss
(code style conventions)
>ExE Boss
m (Fix {{Ombox|small=1}} styles comment)
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
/* Cell sizes for ambox/tmbox/imbox/cmbox/ombox/fmbox/dmbox message boxes */
th.mbox-text, td.mbox-text {  /* The message body cell(s) */
padding: 0.25em 0.9em;    /* 0.9em left/right */
}
td.mbox-image {                /* The left image cell */
padding: 2px 0 2px 0.9em;  /* 0.9em left, 0px right */
}
td.mbox-imageright {          /* The right image cell */
padding: 2px 0.9em 2px 0;  /* 0px left, 0.9em right */
}
/**
/**
  * {{ombox}} (other pages message box) styles
  * {{ombox}} (other pages message box) styles
  *
  *
  * @source https://www.mediawiki.org/wiki/MediaWiki:Gadget-enwp-boxes.css
  * @source https://www.mediawiki.org/wiki/MediaWiki:Gadget-enwp-boxes.css
  * @revision 2021-07-06
  * @revision 2021-07-15
  */
  */
table.ombox {
table.ombox {
Line 23: Line 12:
background-color: #f8f9fa;
background-color: #f8f9fa;
box-sizing: border-box;
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-text,
.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%;
}
/* The left image cell */
.ombox td.mbox-image {
border: none;
text-align: center;
/* 0.9em left, 0px right */
/* @noflip */
padding: 2px 0 2px 0.9em;
}
/* The right image cell */
.ombox td.mbox-imageright {
border: none;
text-align: center;
/* 0px left, 0.9em right */
/* @noflip */
padding: 2px 0.9em 2px 0;
}
}


Line 63: Line 87:
}
}


/* These mbox-small classes must be placed after all other
/**
  ambox/tmbox/ombox etc classes. "html body.mediawiki" is so
* {{ombox|small=1}} styles
  they override "table.ambox + table.ambox" above. */
*
html body.mediawiki .mbox-small {  /* For the "small=yes" option. */
* 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;
clear: right;
float: right;
float: right;
margin: 4px 0 4px 1em;
margin: 4px 0 4px 1em;
box-sizing: border-box;
width: 238px;
font-size: 88%;
line-height: 1.25em;
}
}
Anonymous user

Navigation menu