MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus kvwmap
Wechseln zu: Navigation, Suche
Zeile 22: Zeile 22:
 
}
 
}
  
#start-block2>div.start-block2-box:last-child {
+
#start-block2 .start-block2-box:last-child {
 
  margin-left: 0.8em;
 
  margin-left: 0.8em;
 
}
 
}
Zeile 33: Zeile 33:
 
   width: 100%;
 
   width: 100%;
 
  }
 
  }
  #start-block2>div.start-block2-box:last-child {
+
  #start-block2 .start-block2-box:last-child {
 
   margin-left: 0;   
 
   margin-left: 0;   
 
   margin-top: 0.8em;
 
   margin-top: 0.8em;

Version vom 28. Oktober 2022, 10:14 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;
}

#start-block2 .floatleft {
 margin: 0;
}

#start-block2 .start-block2-box:last-child {
 margin-left: 0.8em;
}

@media (max-width: 1023px) {
 #start-block2>div {
  flex-direction: column;
 }
 .start-block2-box {
  width: 100%;
 }
 #start-block2 .start-block2-box:last-child {
  margin-left: 0;  
  margin-top: 0.8em;
 }
}

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