MediaWiki:Timeless.css: Unterschied zwischen den Versionen

Aus HuskyWiki
(Die Seite wurde neu angelegt: „→‎CSS placed here will affect users of the Timeless skin: #p-logo { display: none; }“)
 
KKeine Bearbeitungszusammenfassung
 
Zeile 1: Zeile 1:
/* CSS placed here will affect users of the Timeless skin */
.oo-ui-clippableElement-clippable {
#p-logo {  
width:auto !important;
display: none;
}
.oo-ui-popupWidget-popup {
width:auto !important;
max-width:400px !important;
}
@media screen and (max-width: 500px) {
#p-logo-text {
display:none;
}
#hauptseite {
display:block;
width:auto;
}
}
.suggestions {
z-index: 100 !important;
margin-top:50px;
}
}

Aktuelle Version vom 14. Oktober 2018, 16:29 Uhr

.oo-ui-clippableElement-clippable {
	width:auto !important;
}
.oo-ui-popupWidget-popup {
	width:auto !important;
	max-width:400px !important;
}
@media screen and (max-width: 500px) {
	#p-logo-text {
		display:none;	
	}
	#hauptseite {
		display:block;
		width:auto;
	}
} 
.suggestions {
	z-index: 100 !important;
	margin-top:50px;
}