User:HHahn/vector.css
Appearance
(Redirected from User:HHahn/Vector.css)
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 can be added at User:HHahn/vector.js. |
body { font-family: calibri; font-size: 14pt; }
textarea { font-family: calibri; font-size: 14pt; }
math { background-color: transparent; }
.pTitel0 { font-size: 200%; border-bottom: 2px dashed #B0B0B0; }
.divVertaalbron { background-color: #FFFFE0; border: 1px solid #C0C0C0; }
.tdHH__ { background-color: #FFFFE8; border: 1px solid #E8E8C0; padding: 0 2px 0 0; display: table-cell !important; }
.divHH__ { background-color: #FFFFE8; border: 1px solid #E8E8C0; padding: 1px 2px 1px 3px; display: block !important; }
#history-toolbox { display: block !important; }
/* Links naar redirects in afwijkende kleur */
.mw-redirect { color:#008800; }
.mw-redirect:visited { color:#00CC00; }
/* Links naar doorverwijspagina's in afwijkende kleur
.mw-disambiguation { color:#900000; }
.mw-disambiguation:visited { color:#C00000; } */
/* Links naar doorverwijspagina's in afwijkende kleur: */
.dablink-found { color: #006400; border-bottom: 1px solid #A00000; background-color: #FFFF00; }
.dablink-found:visited { color: #228B22; border-bottom: 1px solid #FF0000; background-color: #FFFFC0; }
/* Externe links in andere kleur: */
/* .external text:active { color: #000066; } */
/* .external text:visited { color: #000099; } */
.external text:active { color: #0066FF; }
.external text:visited { color: #00AAFF; }
/* Gewone links in andere kleur: */
a:active { color: #0066FF; }
a:visited { color: #00AAFF; }
/* Kleinere regelafstand in edit-veld: */
/* p { line-height: 120%!important; } */
/* Layout navpopups: */
/* .navpopup { font-size:180%!important; } */
/* Extra tabblad statistieken bovenaan iedere pagina
function stats() {
addPortletLink('p-cactions', 'http://stats.grok.se/nl/200804/'+wgPageName, "stats", "ca-stats", "See article stats");
}
addOnloadHook(stats); */