User:Trödel/monobook.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:Trödel/monobook.js. |
<pre>
/* ---- See how the proposed changes to blockquote will work ---- */
.blockquote {
font-size: 50.75%;
margin: 1em 1.6em;
}
/* ----- remove bold from byte change count ---- */
.mw-plusminus-pos {font-weight:normal}
.mw-plusminus-neg {font-weight:normal}
.mw-plusminus-null {font-weight:normal}
/* ---- Force display of AD and BC - does this even do anything? ---- */
.Use_Default_Date_Convention { display: none; }
.Use_AD_and_BC { display:inline; }
.Use_BCE_and_CE { display:none; }
/* -------------- These are the defaults: --------------
ol.references { font-size: 100%; }
.references-small { font-size: 90%; }
.same-bg { background: amber }
----------------- end defaults ------------------------- */
/* ------ My customized formatting for references ------ */
ol.references { color: #282800; }
.references-small { color: #282800; }
/* ---- Display Personal Data on biography articles ----
------------ see [[Wikipedia:Persondata]] ------------ */
table.persondata {display:table;}
table.metadata {display:table;}
/* [[User:Lupin/popups.js]] - please include this line */
/* ----- Was crashing occasionally so I took it out -----
document.write('<script type="text/javascript" src="'
+ 'http://en.wikipedia.org/w/index.php?title=User:Lupin/popups.js'
+ '&action=raw&ctype=text/javascript&dontcountme=s"></script>');
---------- end javascript popup on links ------------- */
/* ----------- default TOC to float right
---------- This is doing strange stuff - so commented out
.toc {
float:right
}
-------------- end toc float right ------------------- */
/* ----------- have ambox work right for chrome ------- */
/* table.ambox { */
/* margin: 0px 10% 0px !important; */
/* } */
/* table.ambox + table.ambox { */
/* border-top: none !important; */
/* } */
/* ----------------- end ambox ----------------------- */
</pre>