Διαφορά μεταξύ των αναθεωρήσεων του «MediaWiki:Common.css»
Από enirisst wiki
| Γραμμή 14: | Γραμμή 14: | ||
font-size: 94%; |
font-size: 94%; |
||
padding: 3px 0 0 3px; |
padding: 3px 0 0 3px; |
||
| + | } |
||
| + | |||
| + | .leaflet-container.crosshair-cursor-enabled { |
||
| + | cursor:crosshair; |
||
} |
} |
||
Αναθεώρηση της 16:02, 21 Φεβρουαρίου 2021
/* Το τοποθετημένο εδώ CSS θα εφαρμοστεί σε όλα τα skins */
.map {
float: right;
border: 3px solid #c8ccd1;
padding: 3px;
background-color: #f8f9fa;
min-width: 300px;
margin-bottom: 20px;
clear: both;
width: min-content;
}
.map > p {
font-size: 94%;
padding: 3px 0 0 3px;
}
.leaflet-container.crosshair-cursor-enabled {
cursor:crosshair;
}
@media only screen and (max-width: 750px) {
.map {
float: left;
width: 100%;
}
.leaflet-container {
width: 100%
}
}
