Sacra.Wiki MediaWiki:Common.css: Unterschied zwischen den Versionen

MediaWiki:Common.css: Unterschied zwischen den Versionen

MediaWiki interface page
Zeile 62: Zeile 62:
text-decoration: underline dotted !important;
text-decoration: underline dotted !important;
color: var(--color-base);
color: var(--color-base);
}
#bodyContent a:hover {
color: var(--color-base--emphasized);
}
}

Version vom 27. September 2022, 17:30 Uhr

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

.sidebar {
	width: 100%;
	border: 1px solid rgba(0, 0, 0, 0.05) !important;
	margin-bottom: 20px;
}

@media screen and (min-width: 992px) {
	.sidebar {
		position: relative;
		float: right;
		clear: right;
		max-width: 100%;
		width: 400px;
		margin: 0 0 20px 20px;
	}
}

.sidebar th {
	padding: 10px 20px 10px 20px !important;
	vertical-align: middle;
}

.sidebar tr:first-child th {
	border-radius-top-left: 8px; 
}
.sidebar tr:first-child td {
	border-radius-top-right: 8px; 
}
.sidebar tr:last-child th {
	border-radius-bottom-left: 8px; 
}
.sidebar tr:last-child td {
	border-radius-bottom-right: 8px; 
}

.functions-table td, .functions-table th {
    text-align: center;
}
.functions-table--title {
    padding: 10px 0 !important;
    background-color: lavender !important;
}

#searchbar {
	display: flex;
	flex-direction: row;
}

#searchbar input[type=text] {
	flex-grow: 1;
	margin-right: 8px;
	width: 100%;
}

#searchbar input[type=submit] {
	flex-shrink: 0;	
}

#bodyContent a {
	text-decoration: underline dotted !important;
	color: var(--color-base);
}

#bodyContent a:hover {
	color: var(--color-base--emphasized);
}
Cookies helfen uns bei der Bereitstellung von Sacra.Wiki. Durch die Nutzung von Sacra.Wiki erklärst du dich damit einverstanden, dass wir Cookies speichern.