MediaWiki:Common.css: Unterschied zwischen den Versionen

Zeile 21: Zeile 21:
  
 
.h1 {
 
.h1 {
     fontsize: 34px  !important;
+
     font-size: 34px  !important;
 
}
 
}

Version vom 11. April 2016, 13:59 Uhr

/* 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;
  
}

.h1 {
     font-size: 34px  !important;
}