User:Pythoncoder/common.css
Appearance
From Wikipedia, the free encyclopedia
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.
This code will be executed when previewing this page.
The accompanying .js page for this skin is at User:Pythoncoder/common.js.
/* floating header */ /*@media screen { #mw-head { position: fixed; background: linear-gradient(to bottom,#fff 50%,#f6f6f6 100%); } } BROKEN ON MOBILE */ /* TODO: missing blue border at top of article content; fix section jumping so header is visible (may need JS? vector-2022 does it right) */ /* sharpen timeline images */ .timeline-wrapper{ image-rendering:pixelated; } /* Fix watchlist word wrap */ .mw-rcfilters-ui-changesListWrapperWidgettable.mw-enhanced-rctd:last-child{ word-wrap:initial!important; } /* fix layout error on redlinked articles */ .skin-vector.ns-0.noarticletext{ margin-top:0!important; } /* smart quotes for <q> */ q{ quotes:'"''"'"‘""’"; } /* Don't highlight my sig */ a[class*=userhighlighter][href*=Pythoncoder]{background-color:transparent!important;} /* teahouse nav */ #teahouseNavbar{display:block!important;}/* Adds the hidden host navbox to your Teahouse pages */ /* Disable AfD help */ .afd-help-box{display:none;} /* Add Unifont to font stack on all code tables */ .wikitable.nounderlinestd{ font-family:sans-serif,'Go Noto Current-Regular','Unifont Upper',Unifont!important;; } /* Link Classifier Custom Rules */ A.redirect{color:#00bf00;} A.self-redirect{background-color:#88ff88;} A.disambiguation{background-color:#ffff88;} A.intentional-disambiguation{background-color:#ffffcc;} A.soft-redirect-cats{background-color:#ffff88;} A.deletion{color:#ff0088;} A.broken-redirect{color:#bf0000;background-color:#88ff88;} A.redirect:visited{color:#3ebf3e;} A.deletion:visited{color:#ff54af;} A.broken-redirect:visited{color:#bf3e3e;background-color:#88ff88;} A.image.redirect>IMG{outline:2pxsolid#00bf00;}/* Doesn't work, because the generated link goes to the redirect target */ A.image.nonfree-media>IMG{outline:3pxdouble#ff0000;} A.image.deletion>IMG{outline:2pxsolid#ff0088;} A.image.deletion:visited>IMG{outline-color:#ff54af;} A.nonimage[class*=protection-edit-template]:after{ content:url(//upload.wikimedia.org/wikipedia/commons/thumb/7/70/Padlock-pink.svg/12px-Padlock-pink.svg.png); } A.nonimage[class*=protection-create-sysop]:after{ content:url(//upload.wikimedia.org/wikipedia/commons/thumb/a/a0/Padlock-skyblue.svg/12px-Padlock-skyblue.svg.png); } A.nonimage.protection-edit-sysop:after{ content:url(//upload.wikimedia.org/wikipedia/commons/thumb/5/59/Padlock.svg/12px-Padlock.svg.png); } A.nonimage.protection-edit-sysop-indef:after{ content:url(//upload.wikimedia.org/wikipedia/commons/thumb/4/48/Padlock-red.svg/12px-Padlock-red.svg.png); } /* Revert space after namespace on discussion pages */ .ext-discussiontools-visualenhancements_pageframe-enabled.mw-page-title-separator::after{ content:''; } /* AQ Fetcher Custom Rules */ /* A.AQ-FA:before { content:url(//upload.wikimedia.org/wikipedia/commons/thumb/2/23/Symbol_star_FA.svg/12px-Symbol_star_FA.svg.png); } A.AQ-GA:before { content:url(//upload.wikimedia.org/wikipedia/commons/thumb/9/94/Symbol_support_vote.svg/12px-Symbol_support_vote.svg.png); } A.AQ-A:before { content:url(//upload.wikimedia.org/wikipedia/commons/thumb/9/94/Symbol_support_vote.svg/12px-Symbol_support_vote.svg.png); } content:url(//upload.wikimedia.org/wikipedia/commons/thumb/2/25/Symbol_a_class.svg/12px-Symbol_a_class.svg.png); Stopgap solution for script classifying GAs as A-class A.AQ-B:before { content:url(//upload.wikimedia.org/wikipedia/commons/thumb/5/5f/Symbol_b_class.svg/12px-Symbol_b_class.svg.png); } A.AQ-C:before { content:url(//upload.wikimedia.org/wikipedia/commons/thumb/e/e6/Symbol_c_class.svg/12px-Symbol_c_class.svg.png); } A.AQ-Start:before { content:url(//upload.wikimedia.org/wikipedia/commons/thumb/a/a4/Symbol_start_class.svg/12px-Symbol_start_class.svg.png); } A.AQ-Stub:before { content:url(//upload.wikimedia.org/wikipedia/commons/thumb/f/f5/Symbol_stub_class.svg/12px-Symbol_stub_class.svg.png); } A.AQ-Unclassified:before { content:url(//upload.wikimedia.org/wikipedia/commons/thumb/e/e0/Symbol_question.svg/12px-Symbol_question.svg.png); } */