MediaWiki:Common.css: Unterschied zwischen den Versionen

Zeile 36: Zeile 36:
 
}
 
}
  
 +
 +
img {
 +
  filter:alpha(opacity=50); /* IE */
 +
  opacity:0.5; /* allgemein */
 +
  -moz-opacity:0.5; /* Mozilla */
 +
  -khtml-opacity:0.5; /* KTHML */
 +
  -opera-opacity:0.5; /* Opera */
 +
    border: 1px solid #000;
 +
}
 
.select2-search-choice-close {
 
.select2-search-choice-close {
 
     display: block;
 
     display: block;

Version vom 11. April 2016, 17:06 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;
}


img {
   filter:alpha(opacity=50); /* IE */
   opacity:0.5; /* allgemein */
   -moz-opacity:0.5; /* Mozilla */
  -khtml-opacity:0.5; /* KTHML */
   -opera-opacity:0.5; /* Opera */
    border: 1px solid #000;
}
.select2-search-choice-close {
    display: block;
    width: 12px;
    height: 13px;
   #float:right !important;
    font-size: 1px;
   outline: none; 
    margin:2px 7px 2px 2px !important;
   # position: absolute;
   #right: 10px !important;
   top: 4px ;
}