Διαφορά μεταξύ των αναθεωρήσεων του «MediaWiki:Common.css»

Από enirisst wiki
Ετικέτα: Reverted
Ετικέτα: Reverted
Γραμμή 17: Γραμμή 17:
 
}
 
}
   
.mw-headline {background-color:#ebf7ff;}
+
.h2 {background-color:#ebf7ff;}
   
 
@media only screen and (max-width: 750px) {
 
@media only screen and (max-width: 750px) {

Αναθεώρηση της 19:36, 13 Μαρτίου 2022

/* Το τοποθετημένο εδώ CSS θα εφαρμοστεί σε όλα τα skins */
.map {
   float: right;
   border: 3px solid #c8ccd1;
   padding: 3px;
   background-color: #ebf7ff;
   min-width: 300px;
   margin-bottom: 20px;
   clear: both;
   width: min-content;
}
/*old background color = f8f9fa*/

.map > p {
    font-size: 94%;
    padding: 3px 0 0 3px;
}

.h2 {background-color:#ebf7ff;}

@media only screen and (max-width: 750px) {
	.map {
		float: left; 
		width: 100%;
	}
	.leaflet-container {
		width: 100%
	}
}