Difference between revisions of "MediaWiki:Common.css"

Line 21: Line 21:
  
 
th {
 
th {
     background-color:#80b3ff  !important;
+
     background-color:#c2d1f0 !important;
 
    
 
    
 
}
 
}

Revision as of 14:51, 11 April 2016

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

       

#.wikitable.th {
 #   background-color: #808080 !important;
#}

th {
    background-color:#c2d1f0 !important;
  
}