User:MSchnitzler2000/common.css
Appearance
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:MSchnitzler2000/common.js. |
/* show metadata */
table.metadata {display:table;}
/* change with red background */
span.diffchange {color:black; background:#FFAAAA;}
/* references in two columns */
ol.references{-moz-column-count:2; -moz-column-gap: 100px;}
/* mark own edits */
a[href$="User:MSchnitzler2000"] {background:#FF6A6A; font-weight:bold;}
/* different colors for namespace */
a[href*="Wikipedia:"] { color:#00CD00; } /* dark green */
a[href*="Help:"] { color:#00CD00; } /* dark green */
a[href*="Portal:"] { color:#FF7F24; } /* chocolate */
a[href*="Template:"] { color:#FF7F24; } /* chocolate */
a[href*="User:"] { color:#68228B; } /* dark orchid */
a[href*="Talk:"] { background:#F5F5F5; } /* background smoke-gray */
/* highlight certain interwiki links */
.interwiki-de a, .interwiki-en a, .interwiki-fr a { background:yellow; font-weight:bold; }
/* hide text at the top of the TOC */
#toctitle {display:none;}
/* hide site notice */
#siteNotice {display:none;}
/* hide rollback link on watch page */
.page-Spezial_Watchlist .mw-rollback-link {display:none;}
/* hide copyright warning on edit page */
.mw-tos-summary, #editpage-copywarn {display:none;}
/* hide Try-Beta-link */
#pt-optin-try { display:none !important; }
/* hide tooltip on watchlist */
abbr {border-bottom: none;}
/* mark disambiguation */
.bkl-link-inner { background-color:#B5B5B5; }
.bkl-link-sup { display:none; }
/* mark featured articles */
.fa-link { background-color:#7FFF00; }
/* mark good articles */
.ga-link { background-color:#87CEFF; }
/* mark deletion candidates */
.del-link { background-color:#FF3030; }
/* not this ugly Vector logo */
#p-logo a {background-image: url(http://upload.wikimedia.org/wikipedia/de/b/bc/Wiki.png) !important;}