MediaWiki

MediaWiki:Common.css

Opmerking: na het publiceren moet je misschien je browsercache legen om de veranderingen te zien.

  • Firefox / Safari: houd Shift ingedrukt terwijl u:je op Vernieuwen klikt of druk op Ctrl-F5 of Ctrl-R (⌘-Shift-R op een Mac)
  • Google Chrome: druk op Ctrl-Shift-R (⌘-Shift-R op een Mac)
  • Edge: houd Ctrl ingedrukt terwijl u:je op Vernieuwen klikt of druk op Ctrl-F5.
/* Editor */
.wikiEditor-ui-toolbar{height:0px;}
/* modern timeline */
.tl-storyslider img, .tl-storyslider embed, .tl-storyslider object, .tl-storyslider video, .tl-storyslider iframe {height:186px!important;}
/* Inhoudopgave */
.toc ul{margin-left:17px;}
:not( :checked ) > .toctogglespan:after{content:'';}
:not( :checked ) > .toctogglespan:before{content:'';}
/* Blockfloat */
.blockfloat-cell{display:inline-block;vertical-align:top;}
.blockfloat-mix{width:100%;display:inline-block;margin-right:10px;margin-bottom:10px;}
.blockfloat-text {text-align:justify;position:relative;vertical-align:top;font-family: Helvetica, sans-serif;font-size:14px;line-height:15px;border-bottom:1px #ccc solid;}
@media all and (min-width: 600px){.blockfloat-mix{width: 47%;}}
@media all and (min-width: 900px){.blockfloat-mix{width: 32.1%;}}
@media all and (min-width: 2050px){.blockfloat-mix{width: 24.2%;}}
@media all and (min-width: 2650px){.blockfloat-mix{width: 16.1%;}}
@media all and (min-width: 3250px){.blockfloat-mix{width: 13.8%;}}
@media all and (min-width: 3850px){.blockfloat-mix{width: 383px;}}
@media only screen and (min-width: 49.5em){h2 {font-size:1.3rem;}}
/* woordenboek */
.sys_woordenboek_first{display:inline-block;width:150px;word-wrap:break-word;word-break:normal;font-style: italic;vertical-align:top}
.sys_woordenboek_last{display:inline-block;margin-left:5px;width:100%;min-width:200px;max-width:400px;vertical-align:top}
table.collapsed tr.collapsable {display: none;}
.collapseButton {		/* 'show'/'hide' buttons created dynamically by the		*/
	float: left;		/* CollapsibleTables JavaScript in [[MediaWiki:Common.js]] */
	font-weight: normal;	/* are styled here so they can be customised.		  */
	text-align: left;
	width: auto;
}
/* sys_table class for skinning normal tables in light color*/
table.sys_table {
    width:auto;
    background: #fdfdfd;
    border: 1px #aaa solid;
    border-collapse: collapse;
}
.sys_table td {
    border: 1px #aaa solid;
    padding: 0.3em;
    vertical-align:top;
}
.sys_table th {
    background: #f2f2f2;
    text-align: center;
    border: 1px #aaa solid;
    padding: 0.3em;
}
/* sys.noborder class for skinning normal tables in light color without border*/
table.sys_table_noborder {
    width:auto;
    border:none;
}
.sys_table_noborder td {
    vertical-align:top;
    border:none;
}
.sys_table_noborder th {
    text-align: center;
    border:none;
}
/* Aanpassing kop h3 en h4 */
h3 {font-size:114%;font-style:italic;font-weight:normal;}
h4 {font-size:106%;font-style:italic;font-weight:normal;}
/* Google AI */
.wiMplc{color:var(--jINu6c);}
.ofC0Ud{transform:rotate(135deg);}
.wiMplc{color:var(--bbQxAb);display:inline-block;}
button, .button {padding: 0rem 2rem 1.0625rem 1rem;}
@media only screen and (min-width: 58.375em) {button, .button {display: inline-block;}}
button,.button {
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 0;
    border-style: solid;
    border-width: 0;
    cursor: pointer;
    font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-weight: normal;
    line-height: normal;
    margin: 0 0 1.25rem;
    position: relative;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    padding: 1rem 2rem 1.0625rem 2rem;
    font-size: 1rem;
    background-color: #008CBA;
    border-color: #007095;
    color: #FFFFFF;
    transition: background-color 300ms ease-out;
}
svg[Attributes Style] {fill: currentcolor;width: 12px;height: 12px;}
svg:not(:root) {overflow-clip-margin: content-box;overflow: hidden;}