Skip to content

Instantly share code, notes, and snippets.

@EusthEnoptEron
Last active January 2, 2016 17:29
Show Gist options
  • Save EusthEnoptEron/8337525 to your computer and use it in GitHub Desktop.
Save EusthEnoptEron/8337525 to your computer and use it in GitHub Desktop.
.editsection {
opacity: 0.1;
}
.editsection:hover {
opacity: 1;
}
#mw-panel {
opacity: 0;
}
#mw-panel:hover {
opacity: 1;
transition: opacity 1s;
-webkit-transition: opacity 1s;
-moz-transition: opacity 1s;
}
#content {
background: none !important;
font-family: "Times New Roman", serif;
font-size: 1.4em;
text-indent: 1em;
min-width: 500px;
width: 50%;
margin: 0 auto !important;
}
p {
margin: 0;
}
#toc {
border: none;
}
.thumbinner {
background: none !important;
border: none !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment