Pivot.css: Unterschied zwischen den Versionen
Aus INOVe
Keine Bearbeitungszusammenfassung |
Keine Bearbeitungszusammenfassung |
||
Zeile 218: | Zeile 218: | ||
font-size: 10px; | font-size: 10px; | ||
line-height: 2px; | line-height: 2px; | ||
} | |||
.toctitle > h2 { | |||
padding-top: 5px !important; | |||
font-size: 14px; | |||
} | } | ||
Zeile 230: | Zeile 235: | ||
font-weight: 500; | font-weight: 500; | ||
font-family: Jost, sans-serif; | font-family: Jost, sans-serif; | ||
padding-top: 15px; | |||
} | } | ||
h4 {font-weight: 500; | h4 {font-weight: 500; |
Version vom 2. Dezember 2020, 14:39 Uhr
/* 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; } .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: #008d8d; 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; } /* 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, sans-serif; } h2 { font-weight: 600; } 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; } .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; } /* 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: 750px) { .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; } /* Infoboxen auf kleinen Bildschirmen nicht mehr neben, sondern über Einleitungstext */ .infobox { width: 100%; } } .infobox { float: right; padding: 10px; max-width: 400px; } #pt-notifications-notice .mw-echo-notifications-badge, #pt-notifications-message .mw-echo-notifications-badge { display: none; } .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; } .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: #f8f9fa; color: #008d8d; } .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-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; } /* Speichern Button im Bearbeitungsmodus verschieben, sodass er nicht durch den Fullscreen Button verdeckt ist */ .leaflet-bar.easy-button-container.leaflet-control { left: 40px; bottom: 50px; } .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; text-align: center; color: #fff; } .wikitable { background-color: #eee; } table.wikitable > tr > th, table.wikitable > tr > td, table.wikitable > * > tr > th, table.wikitable > * > tr > td { border: 1px #aaa solid; } .row .row { margin-bottom: 0.6em; } /* .infobox { background: #eee; border: 1px solid #aaa; float: right; margin: 10px; } .infobox-title { font-size: 20px; text-align: center; } .infobox-image { text-align: center; } .infobox th { vertical-align: top; width: 120px; } .infobox td { vertical-align: top; } */ 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: 750px) { section.middle.tab-bar-section a { color: #008d8d; } section.middle.tab-bar-section a:hover { color: #096464; } span#menu-user { color: #008d8d; } } /* Stichpunkte und linkes Seitenmenü in selber Schriftgröße wie normaler Text */ ul { 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; } h3#tagline { font-family: Montserrat, Jost, sans-serif; } h2 span { font-family: Montserrat, Jost, serif; } .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; } .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; } div.embedvideo.ev_right { padding-left: 10px; } .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; } #p-navigation, #p-Portale, #p-tb { background-color: #779b48; } .message-box { border: 2px solid; padding: 0.4em 1em 0 0.5em; margin-bottom: 5px; clear: both; } .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; }