MediaWiki

MediaWiki:Common.css

Opmerking: nadat u de wijzigingen hebt gepubliceerd is het wellicht nodig uw browsercache te legen.

  • Firefox / Safari: houd Shift ingedrukt terwijl u 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)
  • Internet Explorer / Edge: houd Ctrl ingedrukt terwijl u op Vernieuwen klikt of druk op Ctrl-F5
  • Opera: druk op Ctrl-F5.
/* 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;}}
/* 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;}