Änderungen

Zur Navigation springen Zur Suche springen
1.003 Bytes hinzugefügt ,  16:52, 10. Mär. 2020
/* Das folgende CSS wird für alle Nutzer der mobilen Ansicht geladen. */
/* CSS placed here will affect users of the mobile site */
.mobile-float-reset { float: none !important; width: 100% !important; }

/* Floating table headers for Wikimedia_Hackathon_2018/Program */
@supports (position:sticky) or (position:-webkit-sticky) {
/*.wikitable.sticky {*/
/* max-height: 90vh;*/
/* overflow: auto; !important;*/
/*}*/
/*.wikitable.sticky > * > tr.sticky > th {*/
/* position: -webkit-sticky;*/
/* position: sticky;*/
/* top: 0;*/
/*}*/
/*.wikitable.sticky > * > tr:not(.sticky) > th:first-child {
position: -webkit-sticky;
position: sticky;
left: 0;
}*/
}
#ca-talk { display:none!important; }
#ca-history { display:none!important; }
#ca-viewsource { display:none!important; }
#ca-view { display:none!important; }
#ca-watch { display:none!important; }
#ca-move { display:none!important; }
#ca-delete { display:none!important; }
#ca-nstab-main { display:none!important; }

Navigationsmenü