MediaWiki:Common.css
Naar navigatie springen
Naar zoeken springen
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.
/** CSS die hier wordt geplaatst heeft invloed op alle vormgevingen */
/* body {background-color: #5a7425; color: #5a7425; font-size: 18px; font-family: "Courier New"; } */
/* html{font-size: 1.4vw;} */
html{font-size: 100%;}
/*body {font-size: 1em;}*/
div#mw-panel div.portal div.body ul li,
div#mw-panel div.portal h3 {
font-size: 0.8em; /* original was 0.75em */
}
div#mw-panel {
width: 10em; /* increase width of the container; was 10em */
}
./*
mw-body {margin-left: 6em; margin-right: 6em; /* move content to a fitting place; was 13em */}
*/
.mw-body-header{margin-left: 1em; margin-right: 1em; /* move content to a fitting place; was 13em */}
.mw-body-content{margin-left: 4em; margin-right: 2em; /* move content to a fitting place; was 13em */
overflow-x:hidden; overflow-y:hidden; /*height:600px;*/}
/*
.sidebar-chunk{overflow-x:hidden;overflow-y:auto;height:450px;}
*/
.page-Main_Page #mw-redirectedfrom { display: none; }
.page-Main_Page #contentSub { display: none; }
.mw-redirectedfrom{ display: none; }
.fancytree ul { background: none; border: none; /* font-size: 12px;*/
}
ul.fancytree-container { outline: 0; border: none; overflow: hidden;
}
.res-img-100 img {max-width:100%; height:auto;}
.res-img-75 img {max-width:75%; height:auto;}
.res-img-66 img {max-width:66%; height:auto;}
.res-img-50 img {max-width:50%; height:auto;}
.res-img-33 img {max-width:33%; height:auto;}
.res-img-25 img {max-width:25%; height:auto;}
.res-img-75-l img {max-width:75%; height:auto; padding:0; margin:0.4em;float:left;}
.res-img-66-l img {max-width:66%; height:auto; padding:0; margin:0.4em;float:left;}
.res-img-50-l img {max-width:50%; height:auto; padding:0; margin:0.4em;float:left;}
.res-img-33-l img {max-width:33%; height:auto; padding:0; margin:0.4em;float:left;}
.res-img-25-l img {max-width:25%; height:auto; padding:0; margin:0.4em;float:left;}
.res-img-75-r img {max-width:75%; height:auto; padding:0; margin:0.4em;float:right;}
.res-img-66-r img {max-width:66%; height:auto; padding:0; margin:0.4em;float:right;}
.res-img-50-r img {max-width:50%; height:auto; padding:0; margin:0.4em;float:right;}
.res-img-33-r img {max-width:33%; height:auto; padding:0; margin:0.4em;float:right;}
.res-img-25-r img {max-width:25%; height:auto; padding:0; margin:0.4em;float:right;}
img {
max-width:100%;
height:auto;
}
.mw-wiki-logo{
width: 10em;
height: 11em;
margin-top:0;
}
#p-logo a{
background-position: center center;
background-repeat: no-repeat;
display: block;
width: 10em;
height: 200px;
text-decoration: none;
margin-top: 0;
}
#sidebar{
top: 80px;
position: relative;
}
div.tright,
div.floatright,
table.floatright {
clear: none;
float: right;
padding:0 0 0.2em 0.5em;
}
div.tleft,
div.floatleft,
table.floatleft {
clear: none;
float: left;
padding:0 0.5em 0.2em 0;
}
.wikitablefontsize tr{
font-size:0.8em;
}
.mw-createacct-benefits-container{
width:50%;
}
#coll-create_a_book{
display:none;
}
element.style {
}
blockquote p {
font-size: 0.8em;
}