Skip to content

Instantly share code, notes, and snippets.

Created December 19, 2013 11:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save anonymous/8038030 to your computer and use it in GitHub Desktop.
Save anonymous/8038030 to your computer and use it in GitHub Desktop.
Modern mediawiki Look and Feel with this CSS (you can use http://sobolev.us/stylish/ safari plugin to use for example)
table#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: none; 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;}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment