MediaWiki:Common.css: Unterschied zwischen den Versionen

Zeile 39: Zeile 39:
 
     position: relative;
 
     position: relative;
 
     float: right !important;
 
     float: right !important;
     right: 4px ;
+
     right: 3px ;
     top: 10px !important;
+
     top: 4px ;
 
     font-size: 1px;
 
     font-size: 1px;
 
   outline: none;  
 
   outline: none;  
 
}
 
}

Version vom 11. April 2016, 15:57 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: 40px  !important;
}
h2 {
     font-size: 30px  !important;
}
h3 {
     font-size: 25px  !important;
}




    .select2-search-choice-close {
    display: block;
    width: 12px;
    height: 13px;
    position: relative;
     float: right !important;
    right: 3px ;
    top: 4px ;
    font-size: 1px;
   outline: none; 
}