Änderungen

380 Bytes hinzugefügt ,  09:58, 28. Apr. 2022
keine Bearbeitungszusammenfassung
Zeile 98: Zeile 98:  
}
 
}
    +
/*
 
div#mw-content-text img {
 
div#mw-content-text img {
 
padding: 10px 0 20px 0;
 
padding: 10px 0 20px 0;
 +
}
 +
*/
 +
 +
div#maidipedia-intro {
 +
padding: 20px;
 +
}
 +
 +
/* Default icon URLs */
 +
.leaflet-default-icon-path {
 +
    background-image: url(images/marker-icon.png);
 +
}
 +
 +
.leaflet-default-shadow-path {
 +
    background-image: url(images/marker-shadow.png);
 +
}
 +
 +
div#localNotice {
 +
  color: #BA0000;
 +
  padding: 1rem;
 +
  width: 100%;
 +
  border: 1px dotted #777;
 +
  font-weight: bold;
 +
  font-size: 1rem;
 
}
 
}