User:Edoderoo/vector.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:Edoderoo/vector.js. |
//kleur groen voor visited links... thanks to Erik Baas
//a:visited { color:#00ff00 ; }
#content a:visited { color:#00c040 ; }
//redirects in andere kleur
.mw-redirect { color:orange; }
.mw-redirect:visited { color:darkorange; }
a.stub { text-decoration: none; color:limegreen; }
//weg met die kleurplaten van handtekeningen! BLEGH!
//.handtekening_lang { display:none !important; }
.handtekening_lang {display:none;}
li.interwiki-de, li.interwiki-en, li.interwiki-fr, li.interwiki-nl {
font-weight: bold;
}
/* Volglijst: commentaar kleiner */
.page-Speciaal_Volglijst .comment {
font-size: 85%;
color: gray;
}
//
/* Kleuren voor links: normaal en bezocht */
a:link { color: #002bb8; } /* normal unvisited links */
a:link:visited { color: #5a3696; } /* visited links */
/* a:link:active { color: #FF0000; } active links */
a:link.new { color: #cc2200; } /* new links */
a:link.new:visited { color: #A55858; }
a:link.interwiki { color: #3366BB; } /* interwiki links */
a:link.interwiki:visited { color: #3366BB; }
a:link.external { color: #3366BB; } /* external links */
a:link.external:visited { color: #3366BB; }
a:link.stub { color: LimeGreen; }
a.stub:visited { color: DarkGreen; }
a.mw-redirect { color: #FF8C00; } /* oud: orange */
a.mw-redirect:visited { color: #FF4400; } /* oud: FF8C00 */
/* Links in menu */
div#mw-panel div.portal div.body ul li a { color: #002bb8 }
a:active { color: #faa700 }
a:visited, div#mw-panel div.portal div.body ul li a:visited { color: #5a3696 }
/* Bijdragen gebruiker overzichtelijker: */
.page-Speciaal_Bijdragen .comment {
font-style:normal;
font-size:90%;
color:grey;
}
.page-Speciaal_Bijdragen strong {
font-weight:normal;
font-size:80%;
}
/* "Logboeken" overzichtelijker: */
.page-Speciaal_Log .comment {
color:grey;
font-size:90%;
font-style:normal;
}
/* Links op idem minder opvallend: */
.page-Speciaal_Log .comment :link { color:grey; }
/* Lijst "Nieuwe artikelen" overzichtelijker: */
li.not-patrolled {
background-color:rgb(254,255,206);
}
ol.special li span.comment {
display:block;
margin-left:25em;
font-style:normal;
font-size:smaller;
font-weight:normal;
background-color:rgb(248,252,255);
color:grey;
}
/* Links op idem minder opvallend: */
ol.special li span.comment :link { color:grey; }
/* Kleur van redirects op "Volglijst bewerken" */
.watchlistredir :link {color:green; font-style:italic;}
.watchlistredir a:visited {color:#004000; font-style:italic;}
/* == Links naar andere wikimediaprojecten ==
Code om interwikilinks naar andere Wikimediaprojecten een andere kleur (donkergroen) te geven, zodat ze duidelijk anders worden dan de gewone interne links. */
/* van http://nl.wikipedia.org/wiki/Overleg_gebruiker:JePe#Volglijst */
.extiw { color: #084704 !important;
}
/* Kleur en opmaak van wijzigingen */
.diffchange {
background:#CBA;
color:#000;
padding-left:3px;
padding-right:3px;
}