User:Lojbanist/retroambox.css
Appearance
Code that you insert on this page could contain malicious content capable of compromising your account. If you import a script from another page with "importScript", "mw.loader.load", "iusc", or "lusc", take note that this causes you to dynamically load a remote script, which could be changed by others. Editors are responsible for all edits and actions they perform, including by scripts. User scripts are not centrally supported and may malfunction or become inoperable due to software changes. A guide to help you find broken scripts is available. If you are unsure whether code you are adding to this page is safe, you can ask at the appropriate village pump. This code will be executed when previewing this page. |
This user script seems to have a documentation page at User:Lojbanist/retroambox. |
/* Article message box styles */
table.ambox {
margin: 0 10%; /* 10% = Will not overlap with other elements */
border: 1px solid #a2a9b1;
/* @noflip */
border-left: 1px solid #a2a9b1; /* Default "notice" blue */
background: #fbfbfb;
}
table.ambox + table.ambox { /* Single border between stacked boxes. */
margin-top: 1px;
}
.ambox th.mbox-text,
.ambox td.mbox-text { /* The message body cell(s) */
padding: 0.25em 0.5em; /* 0.5em left/right */
}
.ambox td.mbox-image { /* The left image cell */
/* @noflip */
padding: 2px 0 2px 0.5em; /* 0.5em left, 0px right */
}
.ambox td.mbox-imageright { /* The right image cell */
/* @noflip */
padding: 2px 0.5em 2px 0; /* 0px left, 0.5em right */
}
table.ambox-notice {
/* @noflip */
border: 1px solid #a2a9b1;
background-color: #f8f9fa;
width: auto;
padding: .2em;
}
table.ambox-speedy {
/* @noflip */
padding:.5em;
background-color:#FEE;
border:1px solid #999;
text-align:left;
font-size:95%;
}
table.ambox-delete {
/* @noflip */
padding: 0 7px 0px 7px;
background-color: #EDF1F1;
border: 1px solid #999999;
text-align: left;
font-size:95%;
}
table.ambox-content {
/* @noflip */
border: 1px solid #a2a9b1;
background-color: #FFF0D9;
width: auto;
padding: .2em;
text-align: center;
}
table.ambox-style {
/* @noflip */
border: 1px solid #9f9fff;
background-color: #efefff;
text-align: center;
}
table.ambox-move {
/* @noflip */
border: 1px solid #c0b8cc; !important;
border-left: 1px solid #c0b8cc; !important;
background-color: #f0e5ff;
text-align: center;
}
table.ambox-protection {
/* @noflip */
border:2px solid #99B;
background-color: #f8f9fa;
padding:0px;
font-size:0.9em;
}