Common.css: verschil tussen versies
Geen bewerkingssamenvatting |
Geen bewerkingssamenvatting Label: Handmatige ongedaanmaking |
||
| (12 tussenliggende versies door dezelfde gebruiker niet weergegeven) | |||
| Regel 1: | Regel 1: | ||
/* 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 */ | /* Inhoudopgave */ | ||
.toc ul{margin-left:17px;} | |||
:not( :checked ) > .toctogglespan:after{content:'';} | :not( :checked ) > .toctogglespan:after{content:'';} | ||
:not( :checked ) > .toctogglespan:before{content:'';} | :not( :checked ) > .toctogglespan:before{content:'';} | ||
| Regel 13: | Regel 18: | ||
@media all and (min-width: 3850px){.blockfloat-mix{width: 383px;}} | @media all and (min-width: 3850px){.blockfloat-mix{width: 383px;}} | ||
@media only screen and (min-width: 49.5em){h2 {font-size:1.3rem;}} | @media only screen and (min-width: 49.5em){h2 {font-size:1.3rem;}} | ||
/* woordenboek */ | /* woordenboek */ | ||
.sys_woordenboek_first{display:inline-block;width:150px;word-wrap:break-word;word-break:normal;font-style: italic;vertical-align:top} | .sys_woordenboek_first{display:inline-block;width:150px;word-wrap:break-word;word-break:normal;font-style: italic;vertical-align:top} | ||
Huidige versie van 18 dec 2025 om 17:00
/* 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;}