MediaWiki:Timeless.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.
/* CSS placed here will affect users of the Timeless skin */
 body {
     background: linear-gradient(to right, #f0f0ff, #fafaff);
}
 #mw-header-container {
     background: #fafafb;
}
 #mw-header-nav-hack, #mw-header-hack {
     box-shadow: 0.1em 0.1em 0.1em 0.05em rgba(0, 0, 0, 0.1);
}
 #mw-footer-container, #mw-footer-container a {
     color: #000;
}
 #mw-footer-container {
     border-top: 1px solid #bababb;
     box-shadow: inset 0.1em 0.1em 0.1em 0.05em rgba(0, 0, 0, 0.1);
}
 pre, .mw-code {
     padding: 0.25em;
     white-space: pre-wrap;
     border: 1px solid #ed0;
     background-color: #fff8dc;
     color: #224;
}
 #mw-content-container {
     background-image: url("gewebe.jpg") !important;
     background-repeat: repeat;
}
/* #p-logo-text {
     width: 32em;
}
 #p-search {
     margin-left: 32em;
}
 #p-logo-text a {
     font-family: "Nocturne Serif",Constantia,Georgia,Times,serif;
     font-variant:normal;
}
 #p-logo-text a.long {
     font-size: 1.333rem;
     padding: 0.3em 0.5em 0 0.5em;
     text-shadow: #737373 1.6px 1.1px 1px;
     letter-spacing: 0.075em;
}
 */
 #p-logo-text a.long {
     font-size: 1.3em;
     padding: 0 0.2em 0 0.2em;
}
 #p-logo {
     display: none;
}
 #mw-content-container {
     border-bottom: 1px solid #ADADAD;
}
 .color-middle-container, .color-left, .color-right {
     display:none;
}
 #mw-header-hack {
     height: 1px;
     background-color: #c0c0c0;
}
 #mw-footer {
     padding: 0 1em;
}
 #mw-content h1.firstHeading {
     border-bottom: solid 2px #990000;
     margin-bottom: 0.25em;
}
 #mw-page-header-links div, #mw-page-header-links ul, #mw-page-header-links li {
     height: 1.4em;
     margin-bottom: 0.25em;
}
 #mw-page-header-links li {
     border-bottom: solid 2px transparent;
}
 #mw-page-header-links li.selected {
     border-bottom-color: #c1d0e2;
}
 #personal h2 {
     font-family: "Segoe UI","Calibri Light","DejaVu Sans",Caliban,sans-serif;
     font-size: 1em;
     font-weight: bold;
}
 #personal .dropdown {
     box-shadow: 0.1em 0.1em 0.25em 0.1em rgba(100,100,100,0.75);
}
 #personal .dropdown h3 {
     line-height: 1.5em;
}
/* Boxen */
 #mw-site-navigation .sidebar-chunk, #mw-related-navigation .sidebar-chunk, #mw-content {
     box-shadow: 0.1em 0.1em 0.1em 0.05em rgba(0, 0, 0, 0.1);
     border: 1px solid #c0c0c0;
}
 #mw-site-navigation .sidebar-chunk, #mw-related-navigation .sidebar-chunk {
     background: #fafafb;
}
/* Farben der Links in der Sidebar */
 #mw-site-navigation a, #mw-related-navigation a, #mw-page-header-links a {
     color:#0906d3 !important;
}
 #mw-site-navigation a:visited, #mw-related-navigation a:visited, #mw-page-header-links a:visited {
     color:#0906d3 !important;
}
 #mw-site-navigation a:hover, #mw-related-navigation a:hover, #mw-site-navigation a:focus, #mw-related-navigation a:focus {
     color:#d3060a !important;
     text-decoration:underline !important;
}
 #mw-site-navigation a:active, #mw-related-navigation a:active {
     color:#fe642e !important;
     text-decoration:underline !important;
}
 #mw-page-header-links a:active {
     color:#fe642e !important;
}
/* Farben der Links im Hauptinhaltsbereich */
 #bodyContent a {
     color:#0906d3 !important;
}
 #bodyContent a:visited {
     color:#800040 !important;
}
 #bodyContent a.new {
     color:#808080 !important;
}
 #bodyContent a.new:visited {
     color:#909090 !important;
}
 #bodyContent a.external, #bodyContent a.extiw {
     color:#0906d3 !important;
}
 #bodyContent a.external:visited, #bodyContent a.extiw:visited {
     color:#800040 !important;
}
 #bodyContent a:hover {
     color:#d3060a !important;
     text-decoration:underline !important;
}
 #bodyContent a:focus {
     color:#d3060a !important;
     text-decoration:underline !important;
}
 #bodyContent a:active {
     color:#fe642e !important;
     text-decoration:underline !important;
}
/* "Hauptseite" ausblenden */
 body.page-Hauptseite h1.firstHeading {
     display:none;
}
/* Deaktivieren unnötiger Tabs */
 #ca-nstab-main, #ca-talk {
     display: none !important;
}
 .mw-usertoollinks-talk {
     text-decoration: line-through;
     pointer-events: none;
     cursor: default;
}
/* Formatierung des Inhaltstextes */
 body {
     font-family: "Segoe UI", "Calibri Light", "DejaVu Sans", Caliban, sans-serif;
}
 p {
     margin: 0;
}
 .mw-content-ltr ul, .mw-content-rtl .mw-content-ltr ul {
     margin: 0;
     margin-left: 1.6em;
}
/* Blockzitate */
 blockquote {
     font-family: "Segoe UI", "Calibri Light", "DejaVu Sans", Caliban, sans-serif;
     border: 1px dotted #ddd;
     background-color: #f0f7fb;
     padding: 0.5rem;
}
/* Abschalten der Nummerierung der Inhaltsverzeichnisse */
 .tocnumber {
     display: none;
}
 #toc ul {
     list-style-type: upper-roman;
}
 #toc li.toclevel-1 > ul {
     list-style-type: decimal;
}
 #toc li.toclevel-2 > ul {
     list-style-type: none;
}
 #toc li.toclevel-3 > ul {
     list-style-type: none;
}
 #toc li.toclevel-4 > ul {
     list-style-type: none;
}
 #toc li.toclevel-5 > ul {
     list-style-type: none;
}
/* Aussehen des Inhaltsverzeichnisses für den Timless-Skin wiederherstellen */
 #toc ul, .toc ul {
     margin: 0;
}
 #toc li:last-child {
     margin-bottom: 0;
}
 .toclevel-1 {
     margin: 0 0 0 1em 
}
 .toclevel-2 {
     margin: 0 0 0 1.5em 
}
 .toclevel-3 {
     margin: 0 0 0 2em 
}
 .toclevel-4 {
     margin: 0 0 0 2.5em 
}
 .toclevel-5 {
     margin: 0 0 0 3em 
}
 .toclevel-6 {
     margin: 0 0 0 3.5em 
}
/* Blocksatz des Inhaltstextes */
 #bodyContent {
     text-align:justify;
     margin-top: 1em;
}
/* Copyrightwarnung beim Editieren ausblenden */
 #editpage-copywarn {
     display:none;
}
/* Allow limiting of which header levels are shown in a TOC;
 <div class="toclimit-3">, for instance, will limit to showing ==headings== and ===headings=== but no further. Used in [[Template:TOC]] */
 .toclimit-2 .toclevel-1 ul, .toclimit-3 .toclevel-2 ul, .toclimit-4 .toclevel-3 ul, .toclimit-5 .toclevel-4 ul, .toclimit-6 .toclevel-5 ul, .toclimit-7 .toclevel-6 ul {
     display:none;
}
/* Div-Box für Inhaltsverzeichnisse innerhalb der Qiellen */
 #bodyContent .sourcetoc {
     margin-top: 0.25em;
     display: inline-block;
     display: table;
     zoom: 1;
     *display: inline;
     border: 1px solid #ADADAD;
     background-color: #f0f0f0;
     padding: 5px;
     padding-top: 6px !important;
     font-size: 95%;
}
/* Formatierung der Überschriften */
 #mw-content h1, #mw-content h2, #mw-content h3, #mw-content h4, #mw-content h5, #mw-content h6, #mw-content dt {
     margin: 0;
     overflow: initial;
}
 #mw-content h2 {
     font-size: 1.7em;
     margin-top: 1em;
     margin-bottom: 0.5em;
     overflow: initial;
}
 #mw-content h3 {
     font-size: 1.5em;
     margin-top: 1em;
     margin-bottom: 0.5em;
     font-family: "Segoe UI","Calibri Light","DejaVu Sans",Caliban,sans-serif;
}
 #mw-content h4 {
     font-size: 1.2em;
     margin-top: 1em;
     font-weight: 600;
     font-family: "Segoe UI","Calibri Light","DejaVu Sans",Caliban,sans-serif;
}
 #mw-content h5 {
     font-size: 0.95em;
     font-weight: bold;
     margin-top: 1em;
     font-family: "Segoe UI","Calibri Light","DejaVu Sans",Caliban,sans-serif;
}
 #mw-content h6 {
     font-size: 0.95em;
     font-weight: normal;
     text-decoration: underline;
     margin-top: 1em;
     font-family: "Segoe UI","Calibri Light","DejaVu Sans",Caliban,sans-serif;
}
 #mw-content h1, #mw-content h2 {
     border-bottom: solid 2px #c1d0e2;
}
/* Formlabels */
 label {
     padding: 0;
}
/* Datums-/Uhrzeitselektoren */
 .mw-widgets-datetime-dateTimeInputWidget-fields > span, .mw-widgets-datetime-dateTimeInputWidget-fields > input {
     margin-top: 0;
     margin-bottom: 0;
     padding-top: 0;
     padding-bottom: 0;
}
 .mw-widgets-datetime-dateTimeInputWidget-handle {
     border: 0;
     padding-left: 0.5em;
}
/* Fehlerzeile im Formularkopf */
 .mw-htmlform-ooui-header-errors {
     line-height: 0;
}
/* Höhe der Symbolleiste im Editor (Behebung Darstellungefehler) */
 .wikiEditor-ui-toolbar .tabs, .wikiEditor-ui-toolbar .section-main {
     height: unset;
}
/* Indefinite content width */
@media screen and (min-width: 851px) {
    .color-middle-container,
    .ts-inner { max-width: none; }
}

@media screen and (min-width: 1100px) and (max-width: 1339px) {
    #mw-site-navigation .sidebar-chunk { margin-top: 0; }
}

/* One-sided navigation menu */
@media (min-width: 1340px) {
  #mw-content-block {
    display: block;
  }
  #mw-content,
  #content-bottom-stuff {
    margin-left: 14em;
  }
  #mw-content-wrapper {
    float: right;
    margin-left: -14em;
    width: 100%;
  }
  #mw-related-navigation {
    width: 14em;
    padding: 0 1em 0 0;
  }
  div.color-middle {
    margin-right: 0;
  }
  .mw-wiki-logo {
  	display: inline-block;
  }
}

/* Align top colour bar with page columns */
.ts-inner {
  padding: 0 0 0 1em;
}

/* Re-aligning bottom logos */
#footer { padding-right: 1em; }

/* Top bar font modernization */
#mw-header *,
#mw-site-navigation *,
#mw-related-navigation *  { font-family: 'Segoe UI','Segoe UI Emoji','Segoe UI Symbol','Lato','Liberation Sans','Noto Sans','Helvetica Neue','Helvetica',sans-serif  }

/* Avoid cutting off letters with descenders: g,j,p,q,y */
#personal h2 span {
    height: 1.5em;
    position:relative;
    bottom:0.1em
}

/* Triangle position patch */
#personal h2::after {
   position: relative;
   bottom: 0.5em;
}