MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus Phoenix-Larp Wiki

Keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
Zeile 17: Zeile 17:


@media screen and (max-width: 960px) {
@media screen and (max-width: 960px) {
#p-banner {
margin-left: 0;
min-width: 300px;
}
#p-search {
#p-search {
padding: 0 0 0.5rem 0;
padding: 0 0 0.5rem 0;

Version vom 13. März 2023, 21:58 Uhr

/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */
#footer {
	z-index: auto;
	height: 120px;
}

.mw-body-content img {
	max-width: 100%;
	height: auto;
}

@media screen and (min-width: 751px) {
	#column-navigation {
		width: 13em;
	}
}

@media screen and (max-width: 960px) {
	#p-banner {
		margin-left: 0;
		min-width: 300px;
	}

	#p-search {
		padding: 0 0 0.5rem 0;
		width: 100%;
		display: flex;
		position: relative;
		top: inherit;
		right: inherit;
	}

	#searchInput {
		flex: 15em 1 1;
	}

	#searchGoButton {
		flex: 1.5rem 0 0;
		margin: 0 10px;
	}
}

@media screen and (max-width: 1024px) {
	#page-tools {
		display: flex;
		flex-wrap: wrap;
		line-height: 1.2rem;
	}
}