MediaWiki:Pivot.css
Aus Lünepedia
Hinweis: Leere 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: Strg+F5
/* Kopfleiste */
.tab-bar {
background: #e7e7e7;
font-family: 'Montserrat', 'Jost', sans-serif;
}
/* style the labels - Überschriften im linken Seitenmenü */
ul.side-nav label {
color: #fff;
font-size: 1.0em;
font-weight: 600;
border: none;
display: block;
background: #779b48;
padding: .25em .5em;
font-family: Montserrat, Jost, sans-serif;
pointer-events: none;
border-radius: 0;
}
/* sidebar background color */
body {
background-color: #e7e7e7;
}
/* controls the main body area styling */
#p-cactions {
margin-top: 0;
padding-top: 1.5em;
padding-bottom: .5em;
background-color: #fff;
border-left: 1px solid #ccc;
border-right: 1px solid #ccc;
}
#Lelue {
font-size: 12px;
}
/* Style here are only to highlight functionality of Pivot */
/* make the main page subheaders solid bars */
.subheader {
background-color: #008d8d;
color: #fff;
text-align: center;
padding: .5em;
font-size: 15px;
border-radius: 0;
font-family: Montserrat, Jost, sans-serif;
font-weight: 600;
margin-top: 20px;
}
.heading-box {
display: inline-block;
font-family: Montserrat,Jost;
font-weight: 500;
background-color: #008d8d;
padding: 0.6em 1.6em 0.3em 1.6em;
margin-bottom: 5px;
-webkit-box-shadow: 2px 2px 5px 0 rgba(0,0,0,0.3);
-moz-box-shadow: 2px 2px 5px 0 rgba(0,0,0,0.3);
box-shadow: 2px 2px 5px 0 rgba(0,0,0,0.3);
}
@media only screen and (max-width: 640px) {
.heading-box {
max-width: unset !important;
}
}
.row.display .columns:nth-child(2),
.row.display .columns.small-centered,
.row.display .columns.large-centered {
background: #e1e1e1 none repeat scroll 0% 0%;
}
.row.display {
background: #eee none repeat scroll 0% 0%;
font-size: 1rem;
margin-bottom: 10px;
line-height: 2rem;
border: 1px solid #e7e7e7;
margin-left: 0 !important;
margin-right: 0 !important;
}
.row.display-end {
background: #fff none repeat scroll 0% 0%;
font-size: 1rem;
margin-bottom: 10px;
line-height: 2rem;
border: 1px solid #e7e7e7;
margin-left: 0px !important;
margin-right: 0px !important;
}
.row.display-end .columns {
background: #e1e1e1 none repeat scroll 0% 0%;
border-left: 1px solid #e7e7e7;
}
pre.code {
/*background-color: #ffffff;*/
border-color: #dfdfdf;
border-style: solid;
border-width: 1px;
color: #444;
font-family: Montserrat, Jost, sans-serif;
font-weight: normal;
padding: .75em;
font-size: .85rem;
}
/* Table of Contents */
@media only screen and (min-width: 769px) {
#toc,
.toc {
margin: .5em 0 .5em .5em;
}
}
/* Fix edit bar of VisualEditor at least for MediaWiki 1.31 and later */
.oo-ui-tool .oo-ui-tool-link {
padding-top: 0;
}
.oo-ui-popupToolGroup .oo-ui-tool-link .oo-ui-tool-accel,
.oo-ui-popupToolGroup .oo-ui-tool-link .oo-ui-tool-title {
padding-top: 1em;
}
h4.namespace.label {
padding:0.4em;
font-size:1.25em !important;
font-weight:500 ;
font-family: Montserrat, Jost, sans-serif;
background-color: #efa02d;
border-radius: 0px;
transform: rotate(0.2deg);
}
/* Aside CSS */
ul.off-canvas-list input#searchInput-offcanvas,
ul.off-canvas-list button.button.search {
height: 2rem;
margin: 0;
}
/* max-width row */
.row {
max-width: 100%;
}
ul.side-nav .button {
margin: 0;
}
/*Suchfeld*/
ul.side-nav input[type="search"] {
height: 1.9rem;
font-size: 0.9rem;
font-family: Jost, Montserrat, sans-serif;
font-weight: 500;
}
/*Inhalt des linken Seitenmenüs*/
.side-nav li a:not(.button) {
padding: 0 0 0 .5em;
background-color: #e7e7e7;
color: #333;
font-family: Jost, Montserrat, sans-serif;
font-size: 16px;
}
/*Überschrift des rechten Seitenmenüs ("Personal")*/
ul.off-canvas-list li label {
background: #779b48;
border: none;
border-left: 1px solid #fff;
color: #fff;
font-size: 18px;
text-transform: capitalize;
padding-top: 9px;
padding-bottom: 9px;
font-family: Montserrat, Jost, sans-serif;
cursor: default;
border-right: solid 1px white;
}
/*Inhalt des rechten Seitenmenüs*/
ul.off-canvas-list li a {
border: none;
background: #e7e7e7;
color: #333;
font-family: Jost, Montserrat, sans-serif;
}
ul.off-canvas-list li a:hover {
background: #eee;
}
a {
color: #008d8d;
}
a:hover {
color: #096464;
}
/* Bereich im rechten Seitenmenü unterhalb der Buttons*/
.right-off-canvas-menu, .left-off-canvas-menu {
background: #e7e7e7;
}
/*Hover-Effekt bei Buttons im linken Seitenmenü */
.side-nav li a:not(.button):hover,
.side-nav li a:not(.button):focus {
background: #e7e7e7;
color: #333;
}
/*Startseite Text oben (Willkommen...)*/
li.name.logo {
margin-bottom: 1em;
margin-right: auto;
margin-left: auto;
text-align: center;
}
li.name.logo:hover,
li.name.logo:focus {
background-color: #e7e7e7;
background: #e7e7e7;
}
@media only screen and (min-width: 642px) {
.tab-bar-section.middle { left: .8125rem; text-align: left; }
}
/* TOC */
/* Inhaltsverzeichnis oben Überschrift und "verbergen"*/
#toc #toctitle, .toc #toctitle, #toc .toctitle, .toc .toctitle {
text-align: center;
padding: 5px 15px 10px 10px;
font-size: 10px;
line-height: 2px;
}
.toctitle > h2 {
padding-top: 5px !important;
font-size: 14px;
}
h1 {
font-weight: 600;
font-family: Montserrat, Jost, serif;
}
h2 {
font-weight: 600;
font-family: Montserrat, Jost, serif;
}
h3 {
font-weight: 500;
font-family: Jost, sans-serif;
padding-top: 15px;
}
h4 {font-weight: 500;
font-family: Jost, sans-serif;
}
h5 {font-weight: 500;
font-family: Jost, sans-serif;
}
.mw-editsection {
font-family: Jost;
}
.toctogglelabel {
font-size: 11px;
line-height: 2px;
color: #008d8d;
}
/* Inhaltsverzeichnis unterer Teil*/
#toc ul, .toc ul {
list-style-type: none;
list-style-image: none;
margin-left: 1em;
margin-right: 1em;
padding: 0;
text-align: left;
font-size: 14px;
}
#toctitle h2 {
font-size: 16px;
display: inline;
font-weight: bold;
font-family: sans-serif;
border: none;
}
/*Inhaltsverzeichnis Hintergrund*/
#toc, .toc, .mw-warning {
border: 1px solid #aaa;
background-color: #f9f9f9;
}
/*Ausrichtung der Inhaltsverzeichnis-Box*/
#toc {
display: inline-block;
}
/* Anmelde-Icon rechts oben*/
span#menu-user {
display: block;
width: 100%;
margin: 0 .9em;
color: #fff;
}
span#nav-main {
display: block;
width: 100%;
margin: 0 .9em;
color: #e7e7e7;
}
/*Schrift im Menü links*/
#sidebar ul a {
font-size: 15px;
font-family: Jost, Montserrat, sans-serif;
}
.tab-bar h1, .tab-bar h2, .tab-bar h3, .tab-bar h4 {
font-size: 1.5em;
font-weight: 400;
}
/*Anmeldeicon*/
section.right-small {
border-left: none;
}
section.left-small {
border-right: none;
}
h5.subtitle {
font-size:.80em !important;
}
/*Trennstrich Inhaltsverzeichnis und Startseite unten*/
.mw-content-ltr h2 {
display: block;
border-bottom: 1px solid #ddd;
overflow: hidden;
padding-top: 20px;
}
/*Seitenname "Lünepedia" ganz oben*/
.tab-bar .title {
color: #FFFFFF;
line-height: 2.8125rem;
margin: 0;
font-weight:600;
font-size: 1.5rem;
text-align: center;
font-family: Montserrat, Jost, sans-serif;
}
h1.title {
font-size: 1.8rem;
padding-bottom: 0em;
margin-top: .5em;
margin-bottom: 0.1rem;
}
section#middle-nav .title a {
text-decoration: none;
}
@media only screen and (min-width: 40.0625em){
h1.title {
font-size: 1.9rem;
}
}
h1, h2, h3, h4, h5, h6 { line-height: 1.4; }
/* Input boxes, e.g. on main page */
.mw-ui-button.mw-ui-progressive {
background-color: #008d8d;
color: #fff;
border: 1px solid #ccc;
font-family: Montserrat, Jost, sans-serif;
border-radius: 0;
}
.mw-ui-button.mw-ui-progressive:hover {
background-color: #fff;
border-color: #008d8d;
color: #008d8d;
font-family: Montserrat, Jost, sans-serif;
border-radius: 0;
}
.mw-ui-button.mw-ui-progressive:disabled {
border-radius: 0;
}
input[type="submit"] {
background-color: #008d8d;
border-color: #ccc;
color: white;
font-family: Montserrat, Jost, sans-serif;
}
.mw-ui-button:hover {
background-color: #ffffff;
color: #008d8d;
border-color: #ccc;
font-family: Montserrat, Jost, sans-serif
}
/* Schriftart des Haupttextes */
p, table {
font-size: 15px;
}
/* Zahnrad Icon für Aktionsmenü mit Font Awesome 4 */
#p-cactions > a.button i::before {
margin-bottom: 0.8em;
content: "\f013"!important;
}
#p-cactions #drop1 {
z-index: 1000;
background-color: #e7e7e7;
white-space: nowrap;
}
#p-cactions #drop1 a:hover {
color: #000;
}
/* Menü Icon für mobile Ansicht */
.left-off-canvas-toggle #menu-user > i.fa::before {
content: "\f0c9"!important;
}
/* Benutzer-Icon rechts oben mit FA4 */
.right-off-canvas-toggle #menu-user > i.fa::before {
content: "\f007"!important;
}
/* Make Echo extension more mobile friendly on small widths including mobiles in landscape view */
@media only screen and (max-width: 640px) {
.oo-ui-popupWidget-popup {
width: auto !important;
position: relative !important;
margin-left: 10rem !important;
margin-right: 0!important;
left: auto;
right: 0.9rem;
font-size: 75% !important;
}
.oo-ui-clippableElement-clippable.oo-ui-popupWidget-body {
width: 100% !important;
right: 1.5rem;
}
.embedvideo.ev_right.autoResize {
text-align: center;
float: none !important;
margin: .5em auto;
}
}
.mw-echo-ui-overlay {
z-index: 1000;
}
.infobox {
float: right;
padding: 10px;
clear: none;
}
.infobox .wikitable {
float: right;
}
@media only screen and (min-width: 640px) {
.infobox {
max-width: min-content;
min-width: 350px;
}
}
@media only screen and (max-width: 640px) {
/* Infoboxen auf kleinen Bildschirmen nicht mehr neben, sondern über Einleitungstext */
.infobox {
width: 100%;
}
}
#pt-notifications-notice .mw-echo-notifications-badge,
#pt-notifications-message .mw-echo-notifications-badge {
display: none !important;
}
.f-dropdown.drop-left::before {
border-color: transparent transparent transparent #E7E7E7;
}
.mw-echo-ui-toggleReadCircleButtonWidget-circle {
background-color: #008d8d;
}
.mw-echo-ui-toggleReadCircleButtonWidget-circle-unread {
background-color: #e7e7e7;
border: 1px solid #72777d;
}
.mw-echo-ui-toggleReadCircleButtonWidget:hover .mw-echo-ui-toggleReadCircleButtonWidget-circle {
background-color: #096464;
}
.oo-ui-buttonElement-framed.oo-ui-widget-enabled.oo-ui-flaggedElement-primary.oo-ui-flaggedElement-progressive > .oo-ui-buttonElement-button {
color: #fff;
background-color: #008d8d;
border-color: #008d8d;
}
.oo-ui-buttonElement-framed.oo-ui-widget-enabled.oo-ui-flaggedElement-primary.oo-ui-flaggedElement-progressive > .oo-ui-buttonElement-button:hover {
background-color: #096464;
border-color: #096464;
}
.oo-ui-checkboxInputWidget.oo-ui-widget-enabled [type="checkbox"]:checked + span, .oo-ui-checkboxInputWidget.oo-ui-widget-enabled [type="checkbox"]:indeterminate + span {
background-color: #008d8d;
border-color: #008d8d;
}
.oo-ui-checkboxInputWidget.oo-ui-widget-enabled [type="checkbox"]:checked:hover + span, .oo-ui-checkboxInputWidget.oo-ui-widget-enabled [type="checkbox"]:indeterminate:hover + span {
background-color: #096464;
border-color: #096464;
}
.oo-ui-buttonElement-framed.oo-ui-widget-enabled.oo-ui-flaggedElement-primary.oo-ui-flaggedElement-progressive > .oo-ui-buttonElement-button:active, .oo-ui-buttonElement-framed.oo-ui-widget-enabled.oo-ui-flaggedElement-primary.oo-ui-flaggedElement-progressive > .oo-ui-buttonElement-button:active:focus, .oo-ui-buttonElement-framed.oo-ui-widget-enabled.oo-ui-flaggedElement-primary.oo-ui-flaggedElement-progressive.oo-ui-buttonElement-pressed > .oo-ui-buttonElement-button, .oo-ui-buttonElement-framed.oo-ui-widget-enabled.oo-ui-flaggedElement-primary.oo-ui-flaggedElement-progressive.oo-ui-buttonElement-active > .oo-ui-buttonElement-button, .oo-ui-buttonElement-framed.oo-ui-widget-enabled.oo-ui-flaggedElement-primary.oo-ui-flaggedElement-progressive.oo-ui-popupToolGroup-active > .oo-ui-buttonElement-button {
color: #fff;
background-color: #0a5454;
border-color: #0a5454;
box-shadow: none;
}
.oo-ui-buttonElement-framed.oo-ui-widget-enabled.oo-ui-buttonElement-active > .oo-ui-buttonElement-button {
background-color: #096464;
color: #fff;
border-color: #096464;
}
.mw-echo-ui-pageNotificationsOptionWidget.oo-ui-optionWidget-selected {
color: #008d8d;
}
.mw-echo-ui-pageNotificationsOptionWidget.oo-ui-optionWidget-selected {
background-color: #eaf3ff;
color: #008d8d;
}
.mw-echo-ui-pageNotificationsOptionWidget.oo-ui-optionWidget-selected {
background-color: #008d8d29;
color: #008d8d;
}
.oo-ui-optionWidget-selected .mw-echo-ui-pageNotificationsOptionWidget-label-count {
background: none;
color: #008d8d;
}
.mw-echo-ui-pageNotificationsOptionWidget.oo-ui-optionWidget-selected.mw-echo-ui-pageNotificationsOptionWidget.oo-ui-optionWidget-highlighted,
.mw-echo-ui-pageNotificationsOptionWidget.oo-ui-optionWidget-pressed.mw-echo-ui-pageNotificationsOptionWidget.oo-ui-optionWidget-highlighted {
background-color: #008d8d29;
color: #096464;
}
@media only screen and (max-width: 640px) {
.mw-echo-ui-notificationBadgeButtonPopupWidget-popup.oo-ui-widget.oo-ui-widget-enabled.oo-ui-labelElement.oo-ui-floatableElement-floatable.oo-ui-popupWidget-anchored.oo-ui-popupWidget.oo-ui-popupWidget-anchored-top {
top: 83.1333px;
left: -144px !important;
}
}
.oo-ui-radioInputWidget.oo-ui-widget-enabled [type="radio"]:checked + span {
border-color: #008d8d;
}
.oo-ui-radioInputWidget.oo-ui-widget-enabled [type="radio"]:checked:hover + span {
border-color: #096464;
}
#mw-createaccount-join {
background-color: #008d8d;
color: #fff;
font-family: Montserrat, Jost;
}
#mw-createaccount-join:hover {
background-color: #fff;
color: #008d8d;
}
#mw-createaccount-join:focus {
border-color: #096464;
box-shadow: inset 0 0 0 1px #096464;
}
#mw-createaccount-join:active {
background-color: #e7e7e7;
color: #096464;
border-color: #096464;
}
.oo-ui-checkboxInputWidget.oo-ui-widget-enabled [type="checkbox"]:checked:focus + span, .oo-ui-checkboxInputWidget.oo-ui-widget-enabled [type="checkbox"]:indeterminate:focus + span {
background-color: #008d8d;
border-color: #008d8d;
box-shadow: inset 0 0 0 1px #008d8d,inset 0 0 0 2px #fff;
}
.wikiEditor-ui-toolbar .tabs span.tab a, .wikiEditor-ui-toolbar .tabs span.tab a:visited {
color: #096464;
}
.wikiEditor-ui-toolbar .sections .section {
background-color: #e7e7e7;
}
.wikiEditor-ui {
scrollbar-color: #cdcdcd #e7e7e7;
}
.wikiEditor-ui-toolbar .booklet .index div {
color: #096464;
}
.wikiEditor-ui-toolbar {
background-image: -webkit-gradient(linear,right top,right bottom,color-stop(0,#fdfefe),color-stop(32px,#008d8d29));
background-image: -webkit-linear-gradient(top,#fdfefe 0,#008d8d29 32px);
background-image: -moz-linear-gradient(top,#fdfefe 0,#008d8d29 32px);
background-image: linear-gradient(to bottom,#fdfefe 0,#008d8d29 32px);
}
#mw-normal-catlinks a.new {
color: #ad0606;
}
.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
-ms-touch-action: none;
touch-action: none;
z-index: 5;
}
.leaflet-popup-content p {
font-family: Jost;
}
/* Edit Button bei GeoJSON Karten vergrößern */
.easy-button-button .button-state {
display: block;
width: 60%;
height: 100%;
position: absolute;
top: -2px;
left: 8px;
}
.easy-button-container {
border:none !important;
}
.oo-ui-buttonElement.oo-ui-labelElement > input.oo-ui-buttonElement-button, .oo-ui-buttonElement.oo-ui-labelElement > .oo-ui-buttonElement-button > .oo-ui-labelElement-label {
border-radius: 0;
}
.wikitable > tr > th, .wikitable > * > tr > th {
background-color: #008d8d !important;
text-align: center !important;
color: #fff;
}
table tr.even, table tr.alt, table tr:nth-of-type(2n) {
background: #eee;
}
.wikitable {
background-color: #eee;
}
table.wikitable > tr > th, table.wikitable > tr > td, table.wikitable > * > tr > th, table.wikitable > * > tr > td {
border: 1px #aaa solid;
}
@media only screen and (max-width: 640px) {
table {
overflow: scroll;
width: max-content;
display: block;
}
.has-form {
display: none;
}
}
.row .row {
margin-bottom: 0.6em;
}
section.middle.tab-bar-section a {
color: #333;
}
section.middle.tab-bar-section a:hover {
color: #222;
}
span#menu-user {
color: #333;
}
@media only screen and (max-width: 640px) {
span#menu-user, #middle-nav i {
color: #008d8d;
}
}
/* Stichpunkte und linkes Seitenmenü in selber Schriftgröße wie normaler Text */
ul, ol, dl {
font-size: 15px;
}
#pt-notifications .mw-echo-notifications-badge.mw-echo-unread-notifications {
background-color: #e7e7e7;
}
#pt-notifications-alert .mw-echo-notifications-badge.mw-echo-notifications-badge-all-read, #pt-notifications-notice .mw-echo-notifications-badge.mw-echo-notifications-badge-all-read {
opacity: 0.20;
position: relative;
right: -15px;
}
#pt-notifications-notice .mw-echo-notifications-badge, #pt-notifications-alert .mw-echo-notifications-badge, #pt-notifications-message .mw-echo-notifications-badge {
position: relative;
right: -15px;
}
span#page-actions {
font-family: Montserrat, Jost, sans-serif;
font-weight: 500;
font-size: 0.9em;
}
h3#tagline {
font-family: Montserrat, Jost, sans-serif;
padding-top: 0;
}
.leaflet-popup-content {
font-family: Jost, Montserrat, sans-serif;
}
button, .button {
border-radius: 0;
font-family: jost, Montserrat, sans-serif;
background-color: #008D8D;
}
button:hover, button:focus, .button:hover, .button:focus {
background-color: #096464;
}
input[type="submit"] {
background-color: #008d8d;
border: none;
border-radius: 0;
color: white;
font-family: Montserrat, Jost, sans-serif;
font-weight: 500;
padding: 5px 7px 5px 7px;
box-shadow: none;
}
.side-nav {
position: relative;
top: -40px;
}
pre {
font-family: Jost, Montserrat, sans-serif;
font-size: 1em;
}
h3 small {
color: inherit;
font-size: 75%;
line-height: 0;
}
/* Schriftart und Punktfarbe der Slideshows */
.orbit-container .orbit-slide-number {
background-color: rgba(51,51,51,0.8);
}
.orbit-bullets li.active {
background: #008d8d;
}
.orbit-bullets li {
background: #008D8D4A;
}
.leaflet-container a {
color: #008d8d !important;
}
.leaflet-popup-content-wrapper {
border-radius: 0;
}
.leaflet-marker-icon.leaflet-interactive, .leaflet-image-layer.leaflet-interactive, .leaflet-pane > svg path.leaflet-interactive, svg.leaflet-image-layer.leaflet-interactive path {
color: white;
}
/*
.leaflet-marker-icon.leaflet-interactive, .leaflet-image-layer.leaflet-interactive, .leaflet-pane > svg path.leaflet-interactive, svg.leaflet-image-layer.leaflet-interactive path {
fill: #008d8d;
opacity: 1;
stroke-width: 2px;
stroke: #008d8d;
}
*/
div.tleft, div.floatleft, table.floatleft {
float: left;
clear: left;
margin-right: 20px;
}
/* Abstand unten von Nachrichtenboxen verringern */
p, table {
margin-bottom: 0.4em;
}
.infobox-title {
font-size: 16px;
font-weight: 600;
}
.embedvideo.ev_right {
margin: 0 0 20px 10px;
border: 1px solid #c8ccd1;
padding: 3px;
background-color: #f8f9fa;
width: min-content;
}
.warningbox {
background-color: #efa02d52;
border-color: #efa02d;
}
.tabs dd > a, .tabs .tab-title > a {
font-size: 15px;
padding: 5px 20px;
font-family: Jost;
background-color: #ebf6f6;
border: 2px #008d8d solid;
border-radius: 0;
}
.tabs dd > a, .tabs .tab-title > a {
display: inline-block;
}
.tabs dd > a:hover, .tabs .tab-title > a:hover {
background-color: #008d8d;
color: #fff;
}
.mw-parser-output div.NavPic {
padding: 0 20px 0 0 !important;
z-index: 10;
position: relative;
}
div.NavFrame div.NavHead {
background-color: #008d8d;
color: #fff;
}
button.radius, .button.radius {
border-radius: 0;
}
.message-box {
border: 2px solid;
padding: 0.4em 1em 0 0.5em;
margin-bottom: 5px;
clear: both;
display: inline-block;
}
.yellow {
border-color: #efa02d;
background-color: #efa02d52;
}
.red {
border-color: #e66661;
background-color: #e6666170;
}
.green {
border-color: #779b48;
background-color: #779b4852;
}
/* Font-Awesome-Icons anpassen, um Inline-CSS zu vermeiden */
.small-icon {
vertical-align: 0px;
font-size: 12px;
}
/* Parameter in Infoboxen fett machen */
.fw-500 {
font-weight: 500;
}
/* Hervorhebung von Schaltflächen im Wiki, wenn diese im Text genannt werden */
.grey-bg {
background-color: #e7e7e7;
padding: 3px 10px 3px 10px;
white-space: nowrap;
}
.aktionen {
background-color: #008d8d;
color: #fff;
}
/*Wenn Überschriften des Seitenmenüs (Werkzeuge, Navigation) um Text erwähnt werden, diese hervorheben */
.sidebar-label-bg {
background-color: #779b48;
font-family: Montserrat;
color: #fff;
font-size: 90%;
font-weight: 500;
padding: 3px 10px 3px 10px;
}
.map {
float: right;
border: 1px solid #c8ccd1;
padding: 3px;
background-color: #f8f9fa;
min-width: 300px;
margin: 0 0 20px 15px;
clear: both;
width: min-content;
}
.map > p {
font-size: 94%;
padding: 3px 0 0 3px;
}
@media only screen and (max-width: 640px) {
.map {
float: left;
width: 100%;
margin-left: 0;
}
.leaflet-container {
width: 100% !important;
}
}
.mw-code {
font-family: monospace;
}
strong, b {
font-weight: 600;
}
.mw-ui-checkbox:not(#noop) [type="checkbox"]:enabled:checked + label::before {
background-color: #008d8d;
border-color: #008d8d;
}
.mw-ui-checkbox:not(#noop) [type="checkbox"]:enabled:checked:hover + label::before,
.mw-ui-checkbox:not(#noop) [type="checkbox"]:enabled:checked:active + label::before {
background-color: #096464;
border-color: #096464;
}
.mw-ui-checkbox:not(#noop) [type="checkbox"]:enabled:checked:focus + label::before {
background-color: #008d8d;
border-color: #008d8d;
box-shadow: inset 0 0 0 1px #008d8d,inset 0 0 0 2px #ffffff;
}
.mw-ui-checkbox:not(#noop) [type="checkbox"]:enabled:focus + label::before {
border-color: #096464;
box-shadow: inset 0 0 0 1px #096464;
}
.portal-box {
display: inline-block;
font-family: Montserrat, Jost;
font-weight: 500;
background-color: #008d8d;
padding: 0.6em 1.6em 0.6em 1.6em;
margin-bottom: 5px;
-webkit-box-shadow: 4px 4px 10px -2px rgba(0,0,0,0.75);
-moz-box-shadow: 4px 4px 10px -2px rgba(0,0,0,0.75);
box-shadow: 4px 4px 10px -2px rgba(0,0,0,0.75);
}
/* Die unterste Benachrichtigungsbox soll einen Abstand nach unten haben, die anderen nicht */
dd {
margin: unset;
}
dd:last-of-type {
margin-bottom: 15px;
}
#pt-notifications-alert .mw-echo-notifications-badge.oo-ui-flaggedElement-unseen::after, #pt-notifications-alert .mw-echo-notifications-badge.mw-echo-unseen-notifications::after {
background-color: #ff6661;
}
#t-recentchangeslinked, #t-whatlinkshere, #t-permalink, #t-info {
display: none;
}
.page-Portal_Leuphana #cite_ref-1 a {
color: white;
}
#n-recentchanges a::before {
display: none;
}
.hidden-section .mw-collapsible-toggle {
float: unset;
}
.hidden-section .mw-collapsible-toggle::before {
content: none;
}
.hidden-section .mw-collapsible-toggle::after {
content: none;
}
.hidden-section {
background: none;
}
.namespace-label {
padding: 0.3em 0.4em;
font-weight: 500;
font-family: Montserrat,Jost,sans-serif;
background-color: #efa02d;
border-radius: 0;
color: #fff;
font-size: 94%;
}
/* VisualEditor */
.oo-ui-tool.oo-ui-widget-enabled.oo-ui-flaggedElement-primary.oo-ui-flaggedElement-progressive > .oo-ui-tool-link {
color: #fff;
background-color: #779b48;
}
.oo-ui-tool.oo-ui-widget-enabled.oo-ui-flaggedElement-primary.oo-ui-flaggedElement-progressive > .oo-ui-tool-link:hover {
background-color: #92af6c;
}
.oo-ui-tool.oo-ui-widget-enabled.oo-ui-flaggedElement-primary.oo-ui-flaggedElement-progressive > .oo-ui-tool-link:active {
background-color: #5f7c39;
}
.oo-ui-popupToolGroup.oo-ui-popupToolGroup-active > .oo-ui-popupToolGroup-handle:hover,
.oo-ui-popupToolGroup.oo-ui-popupToolGroup-active > .oo-ui-popupToolGroup-handle {
color: #008d8d;
}
.oo-ui-popupToolGroup.oo-ui-popupToolGroup-active > .oo-ui-popupToolGroup-handle:hover,
.oo-ui-popupToolGroup.oo-ui-widget-enabled > .oo-ui-popupToolGroup-handle:active,
.oo-ui-popupToolGroup.oo-ui-popupToolGroup-active > .oo-ui-popupToolGroup-handle,
.oo-ui-tool.oo-ui-widget-enabled > .oo-ui-tool-link:active, .oo-ui-tool.oo-ui-widget-enabled > .oo-ui-tool-link:active:focus, .oo-ui-tool.oo-ui-widget-enabled.oo-ui-tool-active > .oo-ui-tool-link, .oo-ui-tool.oo-ui-widget-enabled.oo-ui-popupToolGroup-active > .oo-ui-tool-link {
background-color: #f0f0f0;
}
.oo-ui-buttonElement-framed.oo-ui-widget-enabled.oo-ui-flaggedElement-destructive > .oo-ui-buttonElement-button,
.oo-ui-buttonElement-framed.oo-ui-widget-enabled.oo-ui-flaggedElement-destructive > .oo-ui-buttonElement-button:active, .oo-ui-buttonElement-framed.oo-ui-widget-enabled.oo-ui-flaggedElement-destructive > .oo-ui-buttonElement-button:active:focus, .oo-ui-buttonElement-framed.oo-ui-widget-enabled.oo-ui-flaggedElement-destructive.oo-ui-buttonElement-pressed > .oo-ui-buttonElement-button, .oo-ui-buttonElement-framed.oo-ui-widget-enabled.oo-ui-flaggedElement-destructive.oo-ui-buttonElement-active > .oo-ui-buttonElement-button, .oo-ui-buttonElement-framed.oo-ui-widget-enabled.oo-ui-flaggedElement-destructive.oo-ui-popupToolGroup-active > .oo-ui-buttonElement-button {
color: #e66661;
}
html, body {
scrollbar-width: thin;
scrollbar-color: #008d8d #e7e7e7;
}
/* Fix error that wikieditor toolbar is in front of upload popup */
.wikiEditor-ui .wikiEditor-ui-top {
z-index: 4;
}
/* Hide heading and tagline on certain pages */
.page-Startseite h1.title, .page-Startseite #tagline {
display: none;
}
/*Modulübersichtstabelle*/
.Modulübersicht table td {
text-align: center;
}
