User:Random832/modern.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. |
The accompanying .js page for this skin is at User:Random832/modern.js. |
/* hide external link marker for in-wikipedia (see also js) */
#mw_content a.extonwiki, body:not(.ns-0) #mw_content a.autonumber
{ background: none !important; padding-right: 0 !important }
table.persondata {display: table;}
#preftoc { font-size: small; font-family: sans-serif }
#mw_contentholder {
font-size: medium;
font-family: serif;
}
.mw-headline { font-family: sans-serif }
pre[class|=source] .br0 { color: darkgreen; font-weight: bold; }
sup,sub { line-height: 0 }
table.diff {
background: transparent;
border-collapse: collapse;
empty-cells: show;
}
span.diffchange { background-color: #fcc; color: black; }
table.diff td.diff-deletedline,
table.diff td.diff-addedline,
table.diff td.diff-context {
border: 1px solid gray;
}
.diff-context:empty:before { content:"\00a0" }
#sitenotice-fundraiser { display: none }
.page-Template_Watchlist-notice #watchlist-message { display: block !important }
.page-Category_Candidates_for_speedy_deletion #mw_content a:visited { color: gray }
ul { list-style-image: none; }
#mw_content ul { list-style-type: circle }
.page-Special_Contributions #mw_content ul { list-style-type: decimal }
#mw_portlets .pBody ul { color: #999; list-style-type: square }
/* defects in theme
.usermessage {
background-color: #fc7;
border: 1px solid #fa0;
color: black;
font-weight: bold;
margin: .5em 0;
padding: .5em 1em;
vertical-align: middle;
}// */
/* gadgetry */
#utcdate { font-family: consolas; font-weight: normal !important }
/* squeeze the tabs */
#p-cactions li {
margin: 0pt 0.1em;
padding: 0pt 0.1em;
}
#p-cactions { height: auto }
.mw-topboxes { margin:-0.4em -0.8em 0pt; }