MediaWiki:Timeless.css: verschil tussen versies
Uit KeukenWiki
Regel 45: | Regel 45: | ||
} | } | ||
+ | |||
+ | /* Divider hiden */ | ||
+ | |||
+ | h1 > .mw-editsection > span.mw-editsection-divider, | ||
+ | h2 > .mw-editsection > span.mw-editsection-divider, | ||
+ | h3 > .mw-editsection > span.mw-editsection-divider, | ||
+ | h4 > .mw-editsection > span.mw-editsection-divider, | ||
+ | h5 > .mw-editsection > span.mw-editsection-divider, | ||
+ | h6 > .mw-editsection > span.mw-editsection-divider {display:none;} | ||
+ | |||
+ | h1:hover > .mw-editsection > span:nth-last-of-type(2), | ||
+ | h2:hover > .mw-editsection > span:nth-last-of-type(2), | ||
+ | h3:hover > .mw-editsection > span:nth-last-of-type(2), | ||
+ | h4:hover > .mw-editsection > span:nth-last-of-type(2), | ||
+ | h5:hover > .mw-editsection > span:nth-last-of-type(2), | ||
+ | h6:hover > .mw-editsection > span:nth-last-of-type(2) {display:inline;} | ||
+ | .mw-editsection-bracket {display:none!important; } | ||
+ | |||
+ | /* Eerste link en opvolgende divider verwijderen */ | ||
+ | .mw-editsection-visualeditor > span.glyphicon {display:none;} | ||
+ | .mw-editsection-visualeditor + span.mw-editsection-divider {display:none;} | ||
+ | |||
+ | /* Gehele editsection verwijderen */ | ||
+ | /*.mw-editsection { display:none!important; } */ | ||
body.page-Main_Page li#ca-talk { display: none !important; } | body.page-Main_Page li#ca-talk { display: none !important; } |
Versie van 16 jan 2021 09:11
/* All CSS here will be loaded for users of the Timeless skin */ .mainpage_row { display: flex; flex-direction: row; flex-flow: row wrap; justify-content: space-between; padding: 0; margin: 0 -5px 0 -5px; } .mainpage_box { flex: 1; margin: 5px; min-width: 210px; border: 1px solid #CCC; padding: 0 10px 10px 10px; box-shadow: 0 2px 2px rgba(0,0,0,0.1); } .mainpage_box h3 { /* Reset padding so is equal across skins */ padding: 0; margin: 0.5em 0; } .mainpage_box h3 .header_icon { float: left; margin-right: 5px; } .mainpage_box .items { border-top: 1px solid #CCC; padding-top: 0.5em; } .mainpage_box p:last-child { margin-bottom: 0; } .mainpage_boxcontents_small { font-size: 95%; } @media screen and (max-width: 719px) { .thumb { float: none; } .thumb, .thumbinner { margin-left: auto; margin-right: auto; } /* Divider hiden */ h1 > .mw-editsection > span.mw-editsection-divider, h2 > .mw-editsection > span.mw-editsection-divider, h3 > .mw-editsection > span.mw-editsection-divider, h4 > .mw-editsection > span.mw-editsection-divider, h5 > .mw-editsection > span.mw-editsection-divider, h6 > .mw-editsection > span.mw-editsection-divider {display:none;} h1:hover > .mw-editsection > span:nth-last-of-type(2), h2:hover > .mw-editsection > span:nth-last-of-type(2), h3:hover > .mw-editsection > span:nth-last-of-type(2), h4:hover > .mw-editsection > span:nth-last-of-type(2), h5:hover > .mw-editsection > span:nth-last-of-type(2), h6:hover > .mw-editsection > span:nth-last-of-type(2) {display:inline;} .mw-editsection-bracket {display:none!important; } /* Eerste link en opvolgende divider verwijderen */ .mw-editsection-visualeditor > span.glyphicon {display:none;} .mw-editsection-visualeditor + span.mw-editsection-divider {display:none;} /* Gehele editsection verwijderen */ /*.mw-editsection { display:none!important; } */ body.page-Main_Page li#ca-talk { display: none !important; }