Benutzerin:Alarya/vector.css: Unterschied zwischen den Versionen

Aus Almada Wiki
Zur Navigation springen Zur Suche springen
Keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
 
(6 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt)
Zeile 1: Zeile 1:
#mw-head, #mw-panel {
#mw-head, #mw-panel {
position: fixed;
position: fixed;
overflow-y: scroll;
}
}
#mw-panel {
#mw-panel {
top: 0;
top: 0;
bottom: 0;
bottom: 0;
width: 12em;
/* min-width: 12em; */
overflow-y: scroll;
-ms-overflow-style: none;  /* IE and Edge */
scrollbar-width: none;  /* Firefox */
}
/* Hide scrollbar for Chrome, Safari and Opera */
#mw-panel::-webkit-scrollbar {
  display: none;
}
}
#mw-content {
 
margin-left: 14em;
@media screen and (min-width: 982px) {
.mw-body, #mw-head-base, #left-navigation, #mw-data-after-content, .mw-footer {
/* margin-left: 14em; */
}
}
}

Aktuelle Version vom 12. Februar 2025, 07:53 Uhr

#mw-head, #mw-panel {
	position: fixed;
}
#mw-panel {
	top: 0;
	bottom: 0;
/*	min-width: 12em; */
	overflow-y: scroll;
	-ms-overflow-style: none;  /* IE and Edge */
	scrollbar-width: none;  /* Firefox */
}
/* Hide scrollbar for Chrome, Safari and Opera */
#mw-panel::-webkit-scrollbar {
  display: none;
}

@media screen and (min-width: 982px) {
	.mw-body, #mw-head-base, #left-navigation, #mw-data-after-content, .mw-footer {
/*		margin-left: 14em; */
	}
}