User:Ilmari Karonen/monobook.css

From Wikipedia, the free encyclopedia
Note: After saving, you have to bypass your browser's cache to see the changes. Google Chrome, Firefox, Microsoft Edge and Safari: Hold down the ⇧ Shift key and click the Reload toolbar button. For details and instructions about other browsers, see Wikipedia:Bypass your cache.
/* Okay, enough of the ugly red button. */
#siteNotice .siteNoticeSmall { display: none; }

body.page-Special_RecentChanges div#content a[href^="/wiki/Special:BlockIP/"] { background: #fee; } /* TEST */

/* test proposed change to Common.css */
.mw-textarea-protected { background:#FFD8D8; }

/* make deletion reason box and dropdown menu have same width */
form#deleteconfirm input#wpReason,
form#deleteconfirm select#wpDeleteReasonList {
  width: 100%;
}

/* testing, see [[MediaWiki talk:Monobook.css#Base font size]] */
body.mediawiki { font-size: 62.5% }

/* nicer diff colors */
table.diff {
 padding:.5em;
}
table.diff td { 
 vertical-align:top;
}
td.diff-addedline { 
 background:#D8E4F6; 
}
td.diff-addedline .diffchange {
 background:#B0C0F0;
 color:#001040;
 font-weight:bold;
}
td.diff-deletedline {
 background:#E4F6D8;
}
td.diff-deletedline .diffchange {
 background:#B0E897;
 color:#104000;
 font-weight:bold;
}
td.diff-context {
 background:#FEFEFE;
}