Difference between revisions of "MediaWiki:Common.css"

Line 4: Line 4:
 
     display: none !important;
 
     display: none !important;
 
     visibility: hidden;
 
     visibility: hidden;
 +
}
 +
 +
.qtip {
 +
    max-width: 800px !important;
 
}
 
}

Revision as of 17:34, 31 March 2016

/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */

.hidden {
    display: none !important;
    visibility: hidden;
}

.qtip {
    max-width: 800px !important;
}