MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus kvwmap
Wechseln zu: Navigation, Suche
Zeile 32: Zeile 32:
  
 
div#p-namespaces.vectorTabs {
 
div#p-namespaces.vectorTabs {
 +
display: none;
 +
}
 +
 +
div#p-tb {
 
  display: none;
 
  display: none;
 
}
 
}

Version vom 24. Oktober 2023, 08:44 Uhr

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

.noautonum .tocnumber { display: none; }

.portlet h3 {
  font-size: 106%;
}

.portlet ul {
  line-height: 1.5em;
  font-size: 106%;
}

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

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

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

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

body.page-kvwmap_-_Open_Source_WebGIS .mw-content-ltr > p {
    display: none;
}

div#p-namespaces.vectorTabs {
 display: none;
}

div#p-tb {
 display: none;
}

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

#start-block2>div {
 font-size: 1.2em;
}

@media (min-width: 1450px) {
 #start-block2>div {
  font-size: 1.4em;
 }
}

@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;
 }
}

p.plainlinks.kvwmap-demo-button a {
  color: #fff;
}

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