MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus Phoenix-Larp Wiki

Keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
Zeile 2: Zeile 2:


#p-personal {
#p-personal {
background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" height="16" width="14" viewBox="0 0 448 512"><!--!Font Awesome Free 6.5.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2023 Fonticons, Inc.--><path d="M224 256A128 128 0 1 0 224 0a128 128 0 1 0 0 256zm-45.7 48C79.8 304 0 383.8 0 482.3C0 498.7 13.3 512 29.7 512H418.3c16.4 0 29.7-13.3 29.7-29.7C448 383.8 368.2 304 269.7 304H178.3z"/></svg>');
background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" height="14" width="12" viewBox="0 0 448 512"><!--!Font Awesome Free 6.5.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2023 Fonticons, Inc.--><path d="M224 256A128 128 0 1 0 224 0a128 128 0 1 0 0 256zm-45.7 48C79.8 304 0 383.8 0 482.3C0 498.7 13.3 512 29.7 512H418.3c16.4 0 29.7-13.3 29.7-29.7C448 383.8 368.2 304 269.7 304H178.3z"/></svg>');
     background-position: top right;
     background-position: top right;
     background-repeat: no-repeat;
     background-repeat: no-repeat;

Version vom 9. Dezember 2023, 21:20 Uhr

/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */

#p-personal {
background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" height="14" width="12" viewBox="0 0 448 512"><!--!Font Awesome Free 6.5.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2023 Fonticons, Inc.--><path d="M224 256A128 128 0 1 0 224 0a128 128 0 1 0 0 256zm-45.7 48C79.8 304 0 383.8 0 482.3C0 498.7 13.3 512 29.7 512H418.3c16.4 0 29.7-13.3 29.7-29.7C448 383.8 368.2 304 269.7 304H178.3z"/></svg>');
    background-position: top right;
    background-repeat: no-repeat;
    padding-right: 20px;
}

#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) {
	a#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;
	}
}

@media screen {
  #p-search input {
    background-color: rgba(255,255,255,0.8);
    border: none;
    margin-right: 10px;
    border-radius: 10px;
  }
}