User:SVG/monobook.css
Appearance
< User:SVG
(Redirected from User:Cervidae/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:SVG/monobook.js. |
/* Redirects einfärben */
.mw-redirect { color: black !important; background-color:#FFF68F; border-style:solid; border-width:1px; border-color:#8B864E;}
/* DIVERSE AUSBLENDUNGEN */
#n-sitesupport { display: none; } /* Navigation: "Spenden" ausblenden*/
li#pt-userpage { background: none } /* blendet das Icon neben dem Benutzernamen aus */
#footer { display: none; } /* blendet die Fußzeile aus */
#editpage-copywarn-copywarn { display: none; } /* blendet die Copyright-Warnungen unterm Editier-Fenster aus, die hab ich zur Kenntnis genommen */
#editpage-longpagewarning { display: none; } /* wenn Seiten über 32KB groß sind, wird das nicht mehr angezeigt */
#fundraising {display: none; } /* Spendenaufruf ausblenden, zur Kenntnis genommen */
#BoardCandidateNotice {display: none; }
#siteNotice {display: none; }
/* .wp_boppel { display:none !important; } */
.wp_vote { display:none !important; }
div.mw-lag-warn-normal,div.mw-lag-warn-high {display:none;}
span.updatedmarker {display:none;}
.mw-rc-label-legend { display:none; }
#wp_talkpagetext { display: none; } /* Diskussionsseitenhinweis ausgeblendet */
#wpSummaryLabel { display:none; } /* blendet den Link "Zusammenfassung:" unterm Editier-Fenster aus */
.mw-tos-summary, #editpage-copywarn { display:none; } /* blendet die Copyright-Warnungen unterm Editier-Fenster aus, die hab ich zur Kenntnis genommen */
#pt-prefswitch-link-on { display:none !important; } /* entferne "Take me back" (Beta) wenn vorhanden */
#pt-prefswitch-link-anon { display:none !important; } /* entferne "New features" (Beta) wenn vorhanden */
.special abbr, .mw-rc-label-legend abbr { border-bottom: none; } /* entferne Unterstreichung bei Tooltip-Links */
.watchlist-message { display: none; }