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

Από enirisst wiki
Γραμμή 19: Γραμμή 19:
 
.color-left {background: #73c7ec}
 
.color-left {background: #73c7ec}
 
.color-right {background: #2a4b8d}
 
.color-right {background: #2a4b8d}
#p-tb-label {
 
background: #73c7ec;
 
color: white;
 
}
 
   
#p-navigation-label{
+
#p-navigation-label, #p-pagemisc-label, #p-tb-label, #p-cactions-label{
 
background: #73c7ec;
 
background: #73c7ec;
 
color: white;
 
color: white;

Αναθεώρηση της 20:16, 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;
}

.color-left {background: #73c7ec}
.color-right {background: #2a4b8d}

#p-navigation-label, #p-pagemisc-label, #p-tb-label, #p-cactions-label{
	background: #73c7ec;
	color: white;
}

#p-navigation{
	line-height: 1.3;
}

#ca-talk > a:link{
	color: #0b3586;
	font-style: italic;
}

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