MediaWiki:Refreshed.css

Aus Schauungen, Visionen & Prophezeiungen

Hinweis: Leeren Sie nach dem Veröffentlichen den Browser-Cache, um die Änderungen sehen zu können.

  • Firefox/Safari: Umschalttaste drücken und gleichzeitig Aktualisieren anklicken oder entweder Strg+F5 oder Strg+R (⌘+R auf dem Mac) drücken
  • Google Chrome: Umschalttaste+Strg+R (⌘+Umschalttaste+R auf dem Mac) drücken
  • Internet Explorer / Edge: Strg+F5 drücken oder Strg drücken und gleichzeitig Aktualisieren anklicken
  • Opera: Gehen Sie zu Menü → Einstellungen (Opera → Einstellungen auf dem Mac) und dann auf Datenschutz & Sicherheit → Browserdaten löschen → Gespeicherte Bilder und Dateien.
body {
	background: #f7f4ef;
	background-image: url("gewebe.jpg") !important;
	background-repeat: repeat;
	background-attachment: fixed;
}
body,
#content-wrapper {
	font-family: "Segoe UI", "Calibri", "DejaVu Sans", Caliban, sans-serif;
}

a, .mw-parser-output a.external {
	color: #1a21a2;
	text-decoration: none;
}
a:visited {
	color: #a21a21;
}
a:hover, a:focus {
	text-decoration: underline;
}
a:active {
	color: #ff3508;
}
a.sidebar-item:focus,
a.sidebar-item:hover,
a.sidebar-item:active,
a.sidebar-item.selected {
	border-left-color: unset;
	border-bottom-color: currentColor;
}

#file img:hover {
	background: unset;
	filter: saturate(2);
}

.mw-parser-output a.extiw:visited, .mw-parser-output a.external:visited {
    color: #a21a65;
}

.refreshed-dropdown-tray a, #refreshed-toolbox a, .catlinks a, #user-info-dropdown-tray a, #user-info-dropdown-tray a:visited {
    color: #1a21a2;
}

a.new {
    color: #777 !important;
}

#header-wrapper {
	background: linear-gradient(to left, #f0f0f1 0, #fafafb 50%, #f0f0f1 100%);
	color: #000;
}

.header-button:hover,
.header-button:active,
.header-button:focus,
.refreshed-dropdown-checkbox:checked ~ .header-button.refreshed-dropdown-button,
.refreshed-collapsible-checkbox:checked ~ .header-button.refreshed-collapsible-button,
#sidebar-toggler-checkbox:checked ~ #header-wrapper #sidebar-toggler-button {
	background: #cbcee6;
	text-decoration: none;
}

.site-navigation-logo-img, .site-navigation-logo-text {
	padding-left: 0;
	padding-right: 0;
}

.refreshed-logo-current, .site-navigation-logo-text {
	font-family: "Nocturne Serif",Constantia,Georgia,Times,serif;
	font-variant: small-caps;
	color: #000;
}

.refreshed-modal-background {
	background-color: rgba(0, 0, 0, 0.25);
}

#header-wrapper .refreshed-logo {
	background: unset;
	text-decoration: none;
}

#sidebar .header-button {
	background-color: #f4f4f4;
}

#sidebar-toggler-checkbox:checked ~ #sidebar-wrapper {
	box-shadow: 0 0 0.25em 0.25em rgba(50, 50, 50, 0.75);
}

#sidebar-wrapper, #footer-wrapper {
	color: #000;
}

#sidebar-toggler-checkbox:checked ~ #sidebar-wrapper {
	box-shadow: 0 0 0.25em 0.25em rgba(50, 50, 50, 0.75);
}

.sidebar-heading {
	margin: 0;
	width: 100%;
	display: flex;
	padding-top: 2px;
	padding-bottom: 2px;
	background-color: lightgray;
	justify-content: center;
	font-variant: small-caps;
}

a.sidebar-item {
	margin-top: 0.2em;
	margin-bottom: 0.2em;
	padding-top: 0 !important;
	padding-bottom: 0 !important;
	color: currentColor;
	padding-left: 0 !important;
	padding-right: 0 !important;
	margin-left: 1em !important;
	margin-right: 1em !important;
	border-right: 0 !important;
	border-left: 0 !important;
	border-bottom: 1px solid transparent;
	border-bottom-color: transparent;
	border-right: 0.3em solid transparent;
	text-decoration: none;
	display: inline-block !important;
}

#content {
	line-height: unset;
	font-size: 1em;
	text-align: justify;
}

blockquote {
	margin: 0 1em 0 1em;
	padding: 0.5em;
	background-color: ghostwhite;
	border: 1px solid #eaecf0;
}

.poem + p {
	display: flex;
	width: fit-content;
	margin-left: auto;
	margin-bottom: 0;
}

#p-namespaces li.selected a, #p-views li.selected a, #p-namespaces a, #p-views a {
	border-bottom: 0;
}

#main-title-messages {
	border-bottom: 1px solid #a2a9b1;
}

.firstHeading {
	font-size: 2em;
}

@media screen and (max-width: 719px) {
	#sidebar-wrapper {
		width: 15em;
		background: #f4f4f4;
	}
	
	#sidebar-wrapper, 
	#sidebar {
		margin-top: 0;
	}
	
	div#sidebar-wrapper {
		padding-top: 0;
	}
}

@media screen and (min-width: 720px) {
	.refreshed-toolbox-stuck {
		box-shadow: 0 2px 5px 0 rgba(75,75,75,0.4) !important;
	}
}

@media screen and (max-width: 1000px) {
	#sidebar-wrapper {
		width: 15em;
		background: #f4f4f4;
	}
	
	#sidebar-wrapper, #sidebar {
		margin-top: 0;
		padding-top: 0.2em;
	}
	
	#site-navigation-sidebar-heading-categories-sidebar-wrapper {
		display: initial;
	}
}

@media screen and (min-width: 1001px) {
#header-search-dropdown-tray {
	width: 30em;
}

/*
Manuelle Änderungen in /skins/Refreshed/refreshed/styles/screen/config-default.less:
Zeile 10: @header-sidebar-footer-font-color: #000;
Zeile 13: @header-button-focus-background: #cbcee6;
 */