User:Nihiltres/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.
#editpage-copywarn, #editpage-copywarn2, #editpage-copywarn3 {display:none;}
/* removes some annoying warnings against copyvio */
.mw-plusminus-pos, .mw-plusminus-neg, .mw-plusminus-null {display: none;}
/* remove annoying watchlist numbers, they don't help me much */
a:visited {color: #3D3696;}
/* make visited blue link colour less purple */
div#bodyContent a {text-decoration: underline;}
div#contentSub a {text-decoration: underline;}
div#editpage-specialchars a {text-decoration: none;}
div#editpage-specialchars a:hover {text-decoration: underline;}
#bodyContent .editsection a {text-decoration: none;}
#bodyContent a.CategoryTreeToggle {text-decoration: none;}
#bodyContent a.CategoryTreeLoaded {text-decoration: none;}
/* make links always underlined, but only in body content, not in interface elements, generally works. Might need fine-tuning. */
/* except in Special:Preferences, where it looks a little annoying but doesn't cause any real problems */
/* #p-cactions li { -webkit-border-top-left-radius: 4px; -webkit-border-top-right-radius: 4px; -moz-border-radius-topright: 4px; -moz-border-radius-topleft: 4px;} */
/* #p-cactions a { -webkit-border-top-left-radius: 4px; -webkit-border-top-right-radius: 4px; -moz-border-radius-topright: 4px; -moz-border-radius-topleft: 4px;} */
#content { -webkit-border-top-left-radius: 7px; -moz-border-radius-topleft: 7px;}
/* rounds the tab corners (disabled) and page corner in Safari and Firefox! */
.diffchange {color:black; background-color:#FF7458; border:none;}
.diffchange-inline {color:black; background-color:#FF7458; border:none;}
/* makes diffs easier to parse */
form#blockip table {background-color: rgb(248, 252, 255);}
/* makes the background of the table with block options 'just' the right colour... */
span#wpSummaryLabel {white-space:nowrap;}
/* make the edit summary label line not wrap around annoyingly every now and then…*/
.references-column-count { -webkit-column-count:2;} /* this line sets default */
.references-column-count-2 { -webkit-column-count:2;}
.references-column-count-3 { -webkit-column-count:3;}
.references-column-width { -webkit-column-width:30em;}
/* Makes references display with multiple columns in some cases. Safari's minor bug with respect to this isn't that big of a deal. */
.mw-textarea-protected {background:white !important;}
.mw-textarea-protected textarea {background:white !important;}
textarea.mw-textarea-protected {background:white !important;}
.ns-8 textarea {background:white !important;}
/* Makes protected text fields appear white, rather than the recently-implemented pink. */
input, textarea {font-family:'Lucida Grande', sans-serif;}
/* used to override stupid monospace from bug 1941, now overrides monospace in browsers that aren't Safari, and handles input elements as well */
#p-coll-create_a_book {display:none;}
/* removes the "create a book" sidebar entry, since I don't plan to use it much. I'd prefer to have it hidden by default and enabled dynamically, but for now it goes… */
#mw-wikimedia-editpage-tos-summary {display:none;}
/* Hides the Terms of Service notice that <s>someone stuck in MediaWiki:Edittools</s> is inserted by [[MediaWiki:Wikimedia-editpage-tos-summary]], since I prefer my edit screens free of boilerplate */