MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus kvwmap
Wechseln zu: Navigation, Suche
Zeile 11: Zeile 11:
 
     position: fixed;
 
     position: fixed;
 
}
 
}
 +
 +
/* -------------- Startseite -------------- */
  
 
body.page-kvwmap_-_Open_Source_WebGIS #firstHeading {
 
body.page-kvwmap_-_Open_Source_WebGIS #firstHeading {
 
     display: none;
 
     display: none;
 
}
 
}
 +
 +
@media screen and (max-width: 800px) {
 +
#start-block2 > div {
 +
  flex-direction: column;
 +
}
 +
#start-block2 > div > div {
 +
  width: 100%;
 +
}
 +
}
 +
 +
/* -------------- Startseite Ende -------------- */

Version vom 27. Oktober 2022, 14:44 Uhr

/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */

.noautonum .tocnumber { display: none; }

img.halfwidth {
    width: 100%;
    height: auto;
}

div#mw-panel.collapsible-nav {
    position: fixed;
}

/* -------------- Startseite -------------- */

body.page-kvwmap_-_Open_Source_WebGIS #firstHeading {
    display: none;
}

@media screen and (max-width: 800px) {
 #start-block2 > div {
  flex-direction: column;
 }
 #start-block2 > div > div {
  width: 100%;
 }
}

/* -------------- Startseite Ende -------------- */