MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus Baugeschichte

KKeine Bearbeitungszusammenfassung
KKeine Bearbeitungszusammenfassung
 
Zeile 11: Zeile 11:
}
}


/*
#mw-header-container {
#mw-header-container {
   background:#f05573;
   background:#9acf87;
} */
}


.visualClear {
.visualClear {

Aktuelle Version vom 3. Mai 2026, 21:28 Uhr

/* Das folgende CSS wird für alle Benutzeroberflächen geladen.
Logofarben:
pink:#f05573
rot:#c8055c
orange:#ffc31a
grün:#9acf87
türkis:#2cb1ca
*/
#mw-searchoptions {
display:none !important;
}

#mw-header-container {
  background:#9acf87;
}

.visualClear {
  clear: both;
}
#page-header {
  background-position-y: -40px;
  margin-top:30px;
}

.mapHome {
    margin-bottom:20px;
    padding:0 4px;
}

.toc ul {
    margin: 1em 0 0;
    list-style: none;
    text-align: left;
}
.multipleTemplateAdder a {
  background: #fec531 !important;
}
.multipleTemplateInstance {
  background: #f8f9fa;
}

.mandatory {
  background: #2cb1ca;
}

.smw-table {
  border-spacing: 4px;
}

.smw-table-cell {
  border-radius:8px;
  padding-bottom: 0.5em;
}

.smw-table-cell h1, .smw-table-cell h3 {
  margin: inherit;
}

.smw-form-table-title, .smw-form-title {
  background:#9acf87;
}
.smw-section-title {
  color:#FFFFFF;
  background:#f05573;
}

.smw-form-table-title h3, .smw-form-title h3, .smw-section-title h4 {
  margin: 0.25em !important;
}

.mw-numlink {
  display: unset;
}
.suggestions, .sidebar-inner {
  z-index: 1099 !important
}
#searchInput {
  width: 500px;
}
.navigation {
  margin-top: -30px;
}
.nav > li > a > img{width:80px}

th, td { vertical-align:top; }

div#userbar {position:fixed; top:0px; margin:auto; z-index:1000; width:100%;} 
div#userbar {background:#000; height:41px; }

ul.gallery {float:right;}
.mw-redirect {color:#3be2c6;}
td.formtable {vertical-align: top;}

@media screen and (max-width: 768px) {
.nav > li > a > img {width: 80px;}
}