Created
November 13, 2014 09:47
-
-
Save yatil/3f2ab6d0b72be325a4c1 to your computer and use it in GitHub Desktop.
EO wiki userstyle (Stylish extension)
This file contains 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
@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