MediaWiki:Common.css: verschil tussen versies
Uit Delta Noodmaatregelen
(28 tussenliggende versies door één gebruiker worden niet weergegeven) | |||
Regel 1: | Regel 1: | ||
/** CSS die hier wordt geplaatst heeft invloed op alle skins */ | /** CSS die hier wordt geplaatst heeft invloed op alle skins */ | ||
− | /** | + | /** Create cursor hand on collapseble menus*/ |
+ | .collapse_img{cursor:pointer;} | ||
+ | |||
+ | /**Edit Table of Contents*/ | ||
.noautonum .tocnumber { display: none; } | .noautonum .tocnumber { display: none; } | ||
+ | #toctitle { display: none; } | ||
+ | #toc {border:none; height:100%; width:100%;} | ||
+ | #toc > ul{margin-left:5%;} | ||
+ | #toc > ul > li{font-size:132%; font-weight:bold; line-height:132%;} | ||
+ | #toc li > ul{font-size:0.8em; font-weight:normal; line-height:1.5em;} | ||
+ | |||
+ | /**Remove View history tab*/ | ||
+ | #ca-history { display:none!important; } | ||
+ | |||
+ | /**Dynamic resizing images*/ | ||
+ | .dynamicImg img | ||
+ | {display:block; width:100%; height:auto;} | ||
+ | |||
+ | /**Div style so headings will not show up in TOC*/ | ||
+ | .NoTOCHeading.h4 {font-size:116%; color:black; font-weight:bold;} | ||
+ | .NoTOCHeading.h3 {font-size:132%; color:black; font-weight:bold;} | ||
+ | .NoTOCHeading.h2 {font-size:164%; color:black; font-weight:normal;} | ||
+ | .NoTOCHeading.h1 {font-size:2.2em; color:black; font-weight:normal;} | ||
− | + | .NoTOCHeading {margin:8px 0 8px 0;} | |
− | .NoTOCHeading { | + | |
.NoTOCHeading a{color:black;} | .NoTOCHeading a{color:black;} |
Huidige versie van 6 apr 2017 om 12:22
/** CSS die hier wordt geplaatst heeft invloed op alle skins */ /** Create cursor hand on collapseble menus*/ .collapse_img{cursor:pointer;} /**Edit Table of Contents*/ .noautonum .tocnumber { display: none; } #toctitle { display: none; } #toc {border:none; height:100%; width:100%;} #toc > ul{margin-left:5%;} #toc > ul > li{font-size:132%; font-weight:bold; line-height:132%;} #toc li > ul{font-size:0.8em; font-weight:normal; line-height:1.5em;} /**Remove View history tab*/ #ca-history { display:none!important; } /**Dynamic resizing images*/ .dynamicImg img {display:block; width:100%; height:auto;} /**Div style so headings will not show up in TOC*/ .NoTOCHeading.h4 {font-size:116%; color:black; font-weight:bold;} .NoTOCHeading.h3 {font-size:132%; color:black; font-weight:bold;} .NoTOCHeading.h2 {font-size:164%; color:black; font-weight:normal;} .NoTOCHeading.h1 {font-size:2.2em; color:black; font-weight:normal;} .NoTOCHeading {margin:8px 0 8px 0;} .NoTOCHeading a{color:black;}