User:Trappist the monk/common.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:Trappist the monk/common.js. |
.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; }*/