User:Fourthords/monobook.css
Appearance
(Redirected from User:Pd THOR/monobook.css)
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. |
The accompanying .js page for this skin is at User:Fourthords/monobook.js. |
/* Issuebox template style, v0.6 */
table.issuebox {
clear: both;
width: 80%;
margin: 0 0 0 10%; /* More compatible than "auto". */
border-collapse: collapse;
background: #f8fcff;
border: 1px solid #aaa;
border-left: 10px solid #39f; /* Default "notice" blue */
}
table.issuebox th, table.issuebox td { /* The message body cell(s) */
padding: 0.25em 0.5em; /* 0.5em left/right */
}
table.issuebox td.issuebox-image { /* The left image cell */
width: 52px;
padding: 2px 0px 2px 0.5em; /* 0.5em left, 0px right */
text-align: center;
}
table.issuebox td.issuebox-imageright { /* The right image cell */
width: 52px;
padding: 2px 0.5em 2px 0px; /* 0px left, 0.5em right */
text-align: center;
}
table.issuebox-notice {
border-left: 10px solid #39f; /* Blue */
/* border-right: 10px solid #39f; */ /* If you want two blue bars */
}
table.issuebox-serious {
border-left: 10px solid #c00; /* Red */
}
table.issuebox-content {
border-left: 10px solid #f63; /* Orange */
}
table.issuebox-style {
border-left: 10px solid #fc3; /* Yellow */
}
table.issuebox-merge {
border-left: 10px solid #a4a; /* Violet */
}
A.disambiguation { background-color:#88ff88; }