User:Trappist the monk/common.css
.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;
}
:root .mw-parser-output .cs1-maint {display: inline;} /* display Citation Style 1 maintenance messages */
:root .mw-parser-output .cs1-hidden-error {display: inline;} /* display hidden Citation Style 1 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;}
.cs1-prop-vanc-accept {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; }*/