MediaWiki:Common.css: Unterschied zwischen den Versionen

Zeile 33: Zeile 33:
  
  
     .select2-search-choice-close {
+
     #.select2-search-choice-close {
     display: block;
+
     #display: block;
     width: 12px;
+
     #width: 12px;
     height: 13px;
+
     #height: 13px;
   float:right !important;
+
   #float:right !important;
    font-size: 1px;
+
  # font-size: 1px;
   outline: none;  
+
   #outline: none;  
    margin:2px 2px 2px 2px !important;
+
  # margin:2px 2px 2px 2px !important;
    position: absolute;
+
  # position: absolute;
   right: 10px !important;
+
   #right: 10px !important;
   top: 4px !important;
+
   #top: 4px !important;
 +
#}
 +
 
 +
  h1 {
 +
    color: #85a3e0    !important;
 
}
 
}

Version vom 11. April 2016, 16:31 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;
   #float:right !important;
   # font-size: 1px;
   #outline: none; 
   # margin:2px 2px 2px 2px !important;
   # position: absolute;
   #right: 10px !important;
   #top: 4px !important;
#}

  h1 {
     color: #85a3e0    !important;
}