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

From Wiktionary, the free dictionary
Jump to navigation Jump to search

Note: You may have to bypass your browser’s cache to see the changes. In addition, after saving a sitewide CSS file such as MediaWiki:Common.css, it will take 5-10 minutes before the changes take effect, even if you clear your cache.

  • Mozilla / Firefox / Safari: hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (Command-R on a Macintosh);
  • Konqueror and Chrome: click Reload or press F5;
  • Opera: clear the cache in Tools → Preferences;
  • Internet Explorer: hold Ctrl while clicking Refresh, or press Ctrl-F5.

This CSS is applied for Frank C. Müller to every page, when User:Frank C. Müller is using the Vector skin.


/* Verschiedene Ausblendungen */

#n-currentevents, #n-sitesupport {display:none;}   /* Blendet in Navigation "Aktuelles" und "Spenden" aus. */
li#pt-userpage {background:none}                   /* Blendet Icon neben dem Benutzernamen aus. */
#footer {display:none;}                            /* Blendet Fußzeile aus. */
#fundraising {display:none;}                       /* Blendet Spendenaufruf aus. */
#editpage-copywarn {display:none;}                 /* Blendet im Editfenster Copyright-Warnung aus. */
#mw-tos-summary {display:none;}                    /* Blendet im Editfenster Lizenzhinweis aus. */
#centralNotice {display:none;}
#siteNotice {display:none;}


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


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

#wpTextbox1 { height: 60em }