Benutzer:Formatierer/common.css

Aus Wiktionary, dem freien Wörterbuch
/* Der Formatierer mags lieber kompakt; make the big big buttons small */
/*
.oo-ui-inputWidget {
 font-size: 11px;
}
*/

#siteNotice
{
 display: none !important;
}

#Editnotice-0
{
 display: none !important;
}

/* Sichten-Links auf Kategorieseiten nicht anzeigen */
#mw-fr-category-oldreviewed
{
 display: none !important;
}

/* Den ganzen Block incl. Sonderzeichenleiste ausblenden
#editpage-copywarn
{
 display: none !important;
}
 */
/* Nur die Sonderzeichenleiste ausblenden
#sonderzeichenleiste
{
 display: none !important;
}
 */
/* Nur die Copyright-Warnung ausblenden */
#editpage-copywarn-text
{
 display: none !important;
}


/* Benutzerbeiträge +-Bytes feste Breite */
.mw-contributions-list .mw-plusminus-neg,
.mw-contributions-list .mw-plusminus-pos,
.mw-contributions-list .mw-plusminus-null {
 display: inline-block;
 text-align: right;
 width: 4em;
 white-space: nowrap;
}


/* history Datum feste Breite */
.mw-contributions-list .mw-changeslist-date, #pagehistory .mw-changeslist-date {
 display: inline-block;
 width: 9.5em;
 white-space: nowrap;
}

/* .IPA { font-family: Arial, 'DejaVu Sans Mono', 'Doulos SIL', 'DejaVu Sans', sans-serif; }

.ReimH1Teil2
{
 color: Navy;
 font-family: 'Arial' !important;
}
 */

/* disable auto-popup vector menu tabs
.vector-menu-dropdown:hover .vector-menu-content-list {
	opacity: 1;
	visibility: collapse
}
 */