User:Trappist the monk/common.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.
.searchResultImage-thumbnail {display: none}									/* hide thumbnails in search results */

table.mw-changeslist-bot:has(a[href="/wiki/User:Cewbot"]),						/* hide edits by Cewbot and Qwerfjkl (bot) */
table.mw-changeslist-bot:has(a[href="/wiki/User:Qwerfjkl_(bot)"]) {
  display: none;
}
.mw-parser-output span.cs1-maint {display: inline;}								/* display Citation Style 1 maintenance messages */
/*.mw-parser-output span.cs1-hidden-error {display: inline;}						/* display cs1|2 error messages */

/*.cs1-prop-foreign-lang-source {background: #FFC;}*/
/*.cs1-prop-foreign-lang-source-2 {background: #FFC;}*/
.cs1-prop-location-test {background: #FFC;}
.cs1-prop-long-vol {background: #FFC;}
/*.cs1-prop-script {background: #FFC;}*/
.cs1-prop-tracked-param {background: #FFC;}
.cs1-prop-year-range-abbreviated {background: #FFC;}

.citation-comment {display: inline !important;} 								/* display cite iucn maintenance messages (also shows cs1|2 maint messages) */
.harv-error {display: inline !important;}										/* display Module:Footnotes errors */

.lang-comment {display: inline !important;}										/* display Module:Lang maint messages */

a:visited {color: #800080;}														/* brighten visited links */
a:visited.external {color: #800080 !important;}

.mw-code .mw-script,
.mw-highlight {																	/* set tab size to 4 */
	-moz-tab-size: 4;
	-o-tab-size:   4;
	tab-size:      4;
}

pre {
  tab-size: 4;																	/* Set tab size to 4 spaces */
}

/* make it easier to spot spaces added/removed in diffs */
/*
td.diff-deletedline .diffchange { background-color: #cfc; }
td.diff-addedline .diffchange { background-color: #ffa; }
*/
td.diff-context {display:none;}
td.diff-addedline { color:silver; }
td.diff-deletedline .diffchange { color:red; text-decoration:line-through;}
td.diff-addedline .diffchange { color:red; background-color: #ffa; }

cite q {color:gray; font-size:85%;}
/*.shortdescription { display:block !important; }*/