Skip to content

Instantly share code, notes, and snippets.

@yogsototh
Forked from anonymous/media-wiki-common.css
Last active December 31, 2015 20:09
Show Gist options
  • Select an option

  • Save yogsototh/8038038 to your computer and use it in GitHub Desktop.

Select an option

Save yogsototh/8038038 to your computer and use it in GitHub Desktop.
#toc,.toc { position: fixed;font-size: .8em;top: 8em; left: 80em; background: #fafafa;max-height: 80%; overflow: auto; display: block; }
html { font-family: Sevarek, Helvetica, sans-serif; font-size: 1.1em; }
div#content { width: 35em; color: #657b83; background: #fafafa; font-size: 1.2em; }
a {color: #268bd2 !important; }
a:visited {color: #6c71c4 !important; }
a:hover {color: #cb4b16 !important; }
table.wikitable { background-color: #fafafa; color: #657b83; }
table.wikitable > * > tr > th { background-color: #eee; }
body, div#mw-head, #catlinks {background-color: #eee;}
code,pre{background-color: #eee;color:#657b83;}
pre { overflow: auto; }
textarea { font-size: 1em; color: #657b83; background: #fafafa; }
div#mw-head {right: auto; width: 80em;}
#mw-page-base {background: none;}
div.vectorTabs ul li {background: none;}
div.vectorTabs {background: none;}
div.vectorTabs * {background: none;}
div.vectorTabs li.selected {background: #eee;}
div.vectorMenu ul {background: #fafafa;}
.editsection { opacity: 0.3; }
.editsection:hover {opacity: 1;}
@yogsototh

Copy link
Copy Markdown
Author

Works for all mediawiki and in particular, wikipedia

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment