User:Blausonorisch/monobook.css

Source: Wikipedia, the free encyclopedia.
Note: After saving, you have to bypass your browser's cache to see the changes. Google Chrome, Firefox, Microsoft Edge and Safari: Hold down the ⇧ Shift key and click the Reload toolbar button. For details and instructions about other browsers, see Wikipedia:Bypass your cache.
textarea {
    font-size: 10pt;
    font-family: "Arial", sans-serif;
}

 /* =========== DIVERSE AUSBLENDUNGEN ================ */
 #p-logo,                      /* Wikipedia-Logo oben links */
 #n-aboutsite,                 /* Navigation: "Über Wikipedia" */
 #n-topics,                    /* Navigation: "Themenportale" */
 #n-alphindex,                 /* Navigation: "Von A bis Z" */
 #n-portal,                    /* Navigation: "Wikipedia-Portal" */
 #n-currentevents,             /* Navigation: "Aktuelles" */
 /* #n-help,                      /* Navigation: "Hilfe" */
 #n-sitesupport,               /* Navigation: "Spenden" */
 #p-navigation h5, #p-tb h5,   /* Navigation: Überschriften */
 #p-Mitmachen h5,              /* Navigation: Überschriften */
 /* #p-search, */                /* kompletten Suchbereich - Google-Suche: "site:de.wikipedia.org XXYYZZ" rulz */
 #t-upload,                    /* Werkzeuge: "Hochladen" */
 #footer,                      /* Fußzeile */
 #watchlistfor,                /* eigener Username auf Beobachtungsliste */
 #editpage-copywarn-copywarn,  /* Copyright-Warnung unterm Edit-Fenster - zur Kenntnis genommen */
 #editpage-longpagewarning,    /* hab ich nie Probleme mit gehabt */
 .fullMedia, .fileInfo,        /* überflüssiger Bilddatei-Link */
 .editHelp,                    /* neben den Buttons: "Abbruch" und "Bearbeitungshilfe" entfernen */
 .div.magnify,                 /* "Vergr"-Button auf Thumbnails */
 #histlegend,                  /* erläuternde Hinweise in der "Versionen"-Seite */
 #fundraising                  /* Spendenaufruf ausblenden, zur Kenntnis genommen */
 { display: none; }