Benutzer:Rodejong/vector.css

aus Wikipedia, der freien Enzyklopädie
Zur Navigation springen Zur Suche springen

Hinweis: Leere nach dem Veröffentlichen den Browser-Cache, um die Änderungen sehen zu können.

  • Firefox/Safari: Umschalttaste drücken und gleichzeitig Aktualisieren anklicken oder entweder Strg+F5 oder Strg+R (⌘+R auf dem Mac) drücken
  • Google Chrome: Umschalttaste+Strg+R (⌘+Umschalttaste+R auf dem Mac) drücken
  • Edge: Strg+F5 drücken oder Strg drücken und gleichzeitig Aktualisieren anklicken
@import url('https://en.wikipedia.org/w/index.php?action=raw&ctype=text/css&title=MediaWiki:Gadget-navpop.css');

/*--------------------------------------------------* OPTIES *--------------------------------------------------*
/*--------------------------------------------------* HIDE Logoff (enabled)
/* Hide logout */
#pt-logout { display: none; }

/*--------------------------------------------------* Hide Notices (enabled)
/* Verbergen tekst boven bewerkveld bij aanmaken nieuwe pagina = MediaWiki:Newarticletext */
#newarticletext { display:none; }

/* Verbergen Copywarn boven samenvattingsveld = MediaWiki:Wikimedia-copyrightwarning */
#editpage-copywarn { display:none; }

/*--------------------------------------------------* SITE NOTICE
/* Onzichtbaar maken MediaWiki:Sitenotice */
/* #siteNotice { display: none; } */

/* Temporary fix until [[bugzilla:19567]] is addressed, witruimte van sitenotice */
/* #siteNotice div { margin: 0; }
/* #siteNotice div.expanded table.siteNoticeUser { margin-bottom: 1em; }

/*--------------------------------------------------* OPMAAK *--------------------------------------------------*
/*--------------------------------------------------* KLEUREN
/* 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: #FFAA00; } /* oud: orange */
a.mw-redirect:visited { color: #FF5500; } /* 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 }


/*--------------------------------------------------* OPMAAK *--------------------------------------------------*
/*--------------------------------------------------* REGELHOOGTE INSTELLEN
/*-------------------------* FONT
/* Om tekstgrootte van .css- en .js-pagina's groter te krijgen */
/* pre { font-size:120%; } doet alle pagina's als .js en .css, maar ook die tussen <pre> en </pre> */
.css { font-size:120%; }
.javascript { font-size:120%; }

/* textarea { font-size: 10pt; line-height: 100%; } */
textarea { line-height:15px!important; }

/* Om een kleiner lettertype te krijgen in de persoonlijke balk van vector */
#p-personal { font-size:90%; }
#p-personal { top: -3px; }
 
/*-------------------------* HOOGTE
/* Regelhoogte speciale pagina's */
.special { line-height:15px!important; }
 
/* Om longpagewarning (MediaWiki:Longpagewarning) omhoog te schuiven (tussen titel en toolbar in) */
#longpagewarning { margin-top: -12.0px; }
 
/* Omhoog schuiven titel */
#firstHeading { margin-top: -10px; }
 
/* Om de toolbar wat omhoog te schuiven om de loze ruimte tussen de titel en de toolbar te reduceren, verschuift enkel toolbar, rest niet */
#toolbar { top: -1.1em; }
 
/* Verschuiven editfield */
.wikiEditor-ui-text, textarea { margin-top: 10px; }

/*-------------------------* Disabled
/* Om het bewerkveld omhoog te schuiven */
/* #wpTextbox1 { margin-top: -12.0px; } */
 
/* Om in preview-stand het gepreviewde omhoog te krijgen */
/* #wikiPreview { margin-top: -12.0px; } */
/* #wikiPreview { margin-bottom: 12.0px; } */
 
/* Ruimte tussen items in menu */
/* #mw-panel div.portal { padding-bottom: 0.1em !important} */
/* #mw-panel div.body li { padding: 0 0 0.1em 0 !important } */

/* Witruimte boven tabbladen weg? */
/* #mw-page-base { height: 3.1em; } */
/* #left-navigation { top: 0.6em; } */
/* #right-navigation { margin-top: 0.6em; } */

/*--------------------------------------------------* Disabled *--------------------------------------------------*
/* ----- [ MAX Width ] ----- */
/* #content {
  max-width:800px;
} */

/* ----- [ Quick keys ] ----- [[Wikipedia:Tastaturgenveje]] ----- */
/* a[accesskey]:before {
    content: " " attr(accesskey) " ";
    text-transform: uppercase;
    white-space: pre;
    border: thin solid;
    font-family: sans-serif;
    text-decoration: underline overline;
    margin-right: 0.5ex;
} */