User:Zefram/monobook.css
Appearance
(Redirected from User:Zefram-de/monobook.css)
Code that you insert on this page could contain malicious content capable of compromising your account. If you import a script from another page with "importScript", "mw.loader.load", "iusc", or "lusc", take note that this causes you to dynamically load a remote script, which could be changed by others. Editors are responsible for all edits and actions they perform, including by scripts. User scripts are not centrally supported and may malfunction or become inoperable due to software changes. A guide to help you find broken scripts is available. If you are unsure whether code you are adding to this page is safe, you can ask at the appropriate village pump. This code will be executed when previewing this page. |
The accompanying .js page for this skin is at User:Zefram/monobook.js. |
/** Farbige Hinterlegung von bestimmten Links */
a[href*="User:"], /* Benutzerseiten und -unterseiten */
a[href*="User_Diskussion:"] /* Benutzerdiskussionen */
{ background:#E0E0FF; } /* hellblau */
a[href*="Zefram"] /* alle meine Seiten */
{ background:#FFC0C0; font-weight:bold; } /* rot */
a[href$="User_Diskussion:Zefram"], /* meine Diskussionsseite */
a[href$="Spezial:Contributions&target=Zefram"] /* meine Eigenen Beiträge */
{ background:#FFFFFF; font-weight:bold; } /* weiß */
/** Schrift der Vorlagen-Einbindungs-Übersicht beim Bearbeiten von Artikeln kleiner */
div.templatesUsed {font-size:10px;}
/** Blauer Benachrichtigungsbalken bei neuen Nachrichten */
.usermessage { border:1px solid #99B3FF; background-color:#E0E8FF; }
/** Änderungen mit rotem Hintergrund statt rotem Vordergrund */
span.diffchange { color:black; background:#ffaaaa; }
/** Hochgestellten Text so tief setzen, dass sich Zeilenabstände nicht vergrößern */
sup { vertical-align:top; }
/** Icon neben dem Benutzernamen ausblenden */
li#pt-userpage { background: none }
/** Link auf Beobachtungsliste fett */
li#pt-watchlist { font-weight:bold; }
/** Ausblendungen */
.portlet h5, /* alle Überschriften in der linken Spalte */
/*#p-logo, /* Wikipedia-Logo oben links */
#n-mainpage, /* navigation: "Hauptseite" */
/*#n-portal, /* navigation: "Community Portal" */
#n-Featured-articles, /* navigation: "Featured articles" */
#n-currentevents, /* navigation: "Current events" */
/*#n-recentchanges, /* navigation: "Recent changes" */
#n-randompage, /* navigation: "Random article" */
/*#n-help, /* navigation: "Help" */
#n-contact, /* navigation: "Contact Wikipedia" */
#n-sitesupport, /* navigation: "Donations" */
/*#t-whatlinkshere, /* toolbox: "What links here" */
/*#t-recentchangeslinked, /* toolbox: "Related changes" */
#t-upload, /* toolbox: "Upload file" */
/*#t-specialpages, /* toolbox: "Special pages" */
/*#t-print, /* toolbox: "Printable version" */
/*#t-permalink, /* toolbox: "Permanent link" */
#t-cite, /* toolbox: "Cite this article" */
#footer, /* Fußzeile */
/*#siteNotice, /* Kopfzeile (Spendenaufrufe etc.) */
a[href*="Watchlist&action=clear"], /* Beobachtungsliste: Link "löschen" ausblenden */
#histlegend, /* Versionen: erläuternde Hinweise */
#editpage-copywarn, /* Edit-Modus: URV-Warnung */
#editpage-copywarn2, /* Edit-Modus: URV-Warnung #2 */
#editpage-copywarn3, /* Edit-Modus: URV-Warnung #3 */
.editHelp, /* Edit-Modus: Links "Abbruch" und "Bearbeitungshilfe" entfernen */
.mw-templatesUsedExplanation, /* Edit-Modus: "Folgende Vorlagen werden von diesem Artikel verwendet:" */
.magnify /* "Vergrößern"-Button unter Thumbnails */
{ display:none }
/* #contentSub { display:none } /* Beobachtungsliste: "(für NAME)" */
#siteSub { display:none } /* Artikelkopf: "aus Wikipedia" */
#editpage-copywarn2.3B { display:none }
/** Dezentere TOC-Nummerierung */
.tocnumber { color:gray; margin-right:.4em; font-size:90%; }