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

Από enirisst wiki
Ετικέτα: Reverted
 
(45 ενδιάμεσες αναθεωρήσεις από τον ίδιο χρήστη δεν εμφανίζεται)
Γραμμή 1: Γραμμή 1:
 
/* Το τοποθετημένο εδώ CSS θα εφαρμοστεί σε όλα τα skins */
 
/* Το τοποθετημένο εδώ CSS θα εφαρμοστεί σε όλα τα skins */
  +
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,500,600,700&);
  +
 
.map {
 
.map {
 
float: right;
 
float: right;
Γραμμή 16: Γραμμή 18:
 
padding: 3px 0 0 3px;
 
padding: 3px 0 0 3px;
 
}
 
}
  +
.mw-headline {background-color:#ffffff;}
 
  +
#ca-edit > a, #ca-ve-edit > a, #ca-history > a, #ca-nstab-main > a, #ca-talk > a, #ca-nstab-mediawiki > a, #ca-unwatch > a, #ca-nstab-category > a, #ca-more > a, #mw-indicator>a, #ca-viewsource>a, #ca-view >a{
  +
filter: invert(50%) sepia(70%) saturate(3000%) hue-rotate(192deg) brightness(102%) contrast(97%);
  +
}
  +
.color-middle {background: #2a4b8d}
  +
.color-left {background: #73c7ec}
  +
.color-right {background: #7ad2d9}
  +
  +
#p-navigation-label, #p-tb-label{
  +
background: #73c7ec;
  +
color: white;
  +
}
  +
  +
#p-pagemisc-label, #p-cactions-label{
  +
background: #7ad2d9;
  +
color: white;
  +
}
  +
  +
body, #firstHeading, #mw-previewheader, .mw-headline, .h2, #personal, #mw-pages{
  +
font-family: Open Sans;
  +
}
  +
#firstHeading{
  +
font-weight: 600;
  +
}
  +
  +
#mw-previewheader, .mw-headline, .h2{
  +
font-weight: 500;
  +
}
  +
  +
#p-navigation, #p-tb-label, #p-pagemisc-label, #p-cactions-label{
  +
line-height: 1.3;
  +
}
  +
  +
#ca-talk > a:link{
  +
color: #0b3586;
  +
font-style: italic;
  +
}
  +
  +
#content-table-wrapper > .h2{
  +
background: #ebf7ff;
  +
}
   
 
@media only screen and (max-width: 750px) {
 
@media only screen and (max-width: 750px) {

Τελευταία αναθεώρηση της 21:14, 31 Μαρτίου 2022

/* Το τοποθετημένο εδώ CSS θα εφαρμοστεί σε όλα τα skins */
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,500,600,700&);

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

#ca-edit > a, #ca-ve-edit > a, #ca-history > a, #ca-nstab-main > a, #ca-talk > a, #ca-nstab-mediawiki > a, #ca-unwatch > a, #ca-nstab-category > a, #ca-more > a, #mw-indicator>a, #ca-viewsource>a, #ca-view >a{
	filter: invert(50%) sepia(70%) saturate(3000%) hue-rotate(192deg) brightness(102%) contrast(97%);
}
.color-middle {background: #2a4b8d}
.color-left {background: #73c7ec}
.color-right {background: #7ad2d9}

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

#p-pagemisc-label, #p-cactions-label{
	background: #7ad2d9;
	color: white;
}

body, #firstHeading, #mw-previewheader, .mw-headline, .h2, #personal, #mw-pages{
	font-family: Open Sans;
}
#firstHeading{
	font-weight: 600;
}

#mw-previewheader, .mw-headline, .h2{
	font-weight: 500;
}

#p-navigation, #p-tb-label, #p-pagemisc-label, #p-cactions-label{
	line-height: 1.3;
}

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

#content-table-wrapper > .h2{
	background: #ebf7ff;
}

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