Created
June 9, 2019 11:48
-
-
Save aiwas/73577965ddeb67f1ce8bc33564987100 to your computer and use it in GitHub Desktop.
Wikipedia
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@-moz-document domain("wikipedia.org") { | |
body, #mw-page-base { | |
background: #fff; | |
} | |
.mw-body { | |
border: 5px solid #555; | |
} | |
div.vectorTabs li.selected span { | |
background: #555; | |
margin-left: -1px; | |
} | |
div.vectorTabs li.selected a, div.vectorTabs li.selected a:visited { | |
color: #fff; | |
} | |
#toc, .toc, .mw-warning, .toccolours, | |
.infobox, | |
div.thumbinner { | |
border: 2px solid #aaa; | |
background-color: #fff; | |
border-radius: 4px; | |
} | |
#p-help, #p-coll-print_export, #p-tb { | |
display: none; | |
} | |
h1, h2, h3, h4, h5, h6 { | |
border-bottom: 2px solid #555; | |
border-left:10px solid #555; | |
padding-left: 10px !important; | |
} | |
div.vectorTabs, | |
div.vectorTabs span, | |
div.vectorTabs ul, | |
div.vectorTabs ul li { | |
background: transparent; | |
} | |
div#simpleSearch { | |
background-image: none; | |
border: 5px solid #555; | |
} | |
#p-search { | |
margin-top: -0.5em; | |
margin-right: 0; | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment