User:Frank C. Müller/global.css

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
/* Einstellungen für alle Wikis. */
/* Hilfe zu CSS-Einstellungen unter: https://de.wikipedia.org/wiki/Wikipedia:Technik/Skin/CSS */
/* ========================================================================================== */


/* "Frank C. Müller" einfärben ("ü" funktioniert nicht)*/
a[href*="Frank_C._M%C3%BCller"] { color: green; }
a[href*="fcm."] { color: green; }
a[href*="fcm)."] { color: green; }


/* Weiterleitungen farblich hervorheben */
.mw-redirect { background-color: #FFFF99 !important; }


/* Schrift von "Folgende Vorlagen werden von diesem Artikel verwendet" kleiner */
div.templatesUsed { font-size: 10px; }
 
 
/* Personendaten anzeigen */
table.metadata { display: block; }


/* Ausblendungen */

#centralNotice { display: none !important; }                       /* Mediawiki-Systemnachricht */
#centralNotice.usernotice { display: none !important; }            /* Spendenaufrufe */
#editpage-copywarn { display: none !important; }                   /* Im Editfenster Copyright-Warnung */
#n-currentevents, #n-sitesupport { display: none !important; }     /* In Navigation "Aktuelles" und "Spenden" */
/* #footer { display: none !important; } */                        /* Fußzeile */
#fundraising, .cn-fundraiser-banner { display: none !important; }  /* Spendenaufrufe */
#mw-fr-watchlist-pending-notice { display: none !important; }      /* In Beo Nachsichtungshinweise */
#mw-tos-summary { display: none !important; }                      /* Im Editfenster Lizenzhinweis */
#siteNotice { display: none !important; }                          /* Sitenotice für wechselnde Mitteilungen */
#siteNotice { display: none; watchlist-message }                   /* Sitenotice für Beo (Wachlist-notices)
#wp_talkpagetext { display: none !important; }                     /* Signaturhinweis */
li#pt-userpage { background: none }                                /* Icon neben dem Benutzernamen */
.mw-notification-autohide, .postedit { display: none !important; } /* Sprechblasen */
.watchlist-message { display: none !important; }                   /* Meldungen in Beo */
.wp_intro { display: none !important; }                            /* Einführungsabschnitte */


#mw-editform-cancel
.cn-fundraiser-banner
.editHelp
.editpage-head-copywarn
.mw-changeslist-legend
.specialpage-helplink
.wikEdHelpSpan
.wp_intro
a[target="helpwindow"]


/* Höhen-Voreinstellung des Edit-Fensters */

#wpTextbox1 { height: 60em }