Skip to content

Instantly share code, notes, and snippets.

@yatil
Created November 13, 2014 09:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yatil/3f2ab6d0b72be325a4c1 to your computer and use it in GitHub Desktop.
Save yatil/3f2ab6d0b72be325a4c1 to your computer and use it in GitHub Desktop.
EO wiki userstyle (Stylish extension)
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document url-prefix("https://www.w3.org/WAI/EO/wiki") {
/* Reformatting to hide the left column
Caution! Hides also important stuff like media upload links. */
#mw-panel, #mw-head-base {
display:none;
}
#content, #left-navigation {
margin-left: 0 !important;
}
#p-personal ul {
padding-left: 0 !important;
}
#p-personal {
display: block;
left: auto;
right: auto;
top:auto;
}
/* Float the TOC to the right on the table of contents */
.page-EOWG_Meetings #toc {
float:right;
margin-left: 1em;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment