MediaWiki:Common.css

Hinweis: Leeren Sie nach dem Speichern 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: Strg+F5 drücken oder Strg drücken und gleichzeitig Aktualisieren anklicken
  • Opera: Extras → Internetspuren löschen … → Individuelle Auswahl → Den kompletten Cache löschen
/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */

.hidden {
    display: none !important;
    visibility: hidden;
}

.qtip {
    max-width: 800px !important;
}

.select2-selection-limit {
    color: #000000    !important;
}


th {
    background-color:#c2d1f0 !important;
  
}
.mw-content-ltr {
color: #000000 !important;
}

h1 {
     font-size: 40px  !important;
     color: #24478f    !important; 
}
h2 {
     font-size: 30px  !important;
     color: #2e5cb8    !important;
}
h3 {
     font-size: 25px  !important;
     color: #4775d1    !important;
}

    .select2-search-choice { 
     position: relative    !important;
     float:left !important; 
     padding: 10px 10px 0px 0px !important;
}


   a.select2-search-choice-close { 
    position: relative    !important;
    float:right !important;
    right:0 !important;
    top: -13px !important;
    margin-left: 5px  !important;
}

   .thumbinner {
 
  margin-right: 20px  !important;
}

a.new {
    color: #003366    !important; 
    font-weight:bold !important; 
}

.checkboxLabel {
 
  margin-left: 5px  !important;
}

.radioButtonItem {
 
  margin-left: 5px  !important;
}

#footer-poweredbyico { 
display: none !important;
 }

/* Hides the first element in a radio button group */
.radioButtonSpan label:nth-child(1) {
    display: none;
}