MediaWiki:Common.css: Unterschied zwischen den Versionen

Zeile 46: Zeile 46:
 
     float:right !important;
 
     float:right !important;
 
     position: relative    !important;
 
     position: relative    !important;
     width: 20px !important;
+
     width: 30px !important;
     height: 13px !important;
+
     height: 30px !important;
 
     top: 4px  !important;
 
     top: 4px  !important;
 
     right: 3px  !important;}
 
     right: 3px  !important;}

Version vom 12. April 2016, 09:27 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;
  
}
.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: 5px 5px 3px 0px !important;
}

 .select2-search-choice-close { 
     
    float:right !important;
    position: relative    !important;
    width: 30px !important;
    height: 30px !important;
    top: 4px  !important;
    right: 3px  !important;}