Skip to content

Instantly share code, notes, and snippets.

@lumenwrites
Created September 10, 2015 21:23
Show Gist options
  • Save lumenwrites/3c2655eab9354b63e4b1 to your computer and use it in GitHub Desktop.
Save lumenwrites/3c2655eab9354b63e4b1 to your computer and use it in GitHub Desktop.
.RES-keyNav-activeElement, .commentarea .RES-keyNav-activeElement .md, .commentarea .RES-keyNav-activeElement.entry .noncollapsed {
background-color: white !important;
}
.link.last-clicked {
border: none;
}
* {
color:grey!important;
background-color: #111111!important;
}
.RES-keyNav-activeElement, .commentarea .RES-keyNav-activeElement .md, .commentarea .RES-keyNav-activeElement.entry .noncollapsed {
background-color: #111111!important;
}
.markdownEditor-wrapper {
display: none;
}
.commentarea form[id*="form-"] .usertext-edit textarea {
background: none;
width: 100%;
background-color: rgba(0, 0, 0, 0.3)!important;
resize: none;
font-size: 20px;
height: 600px;
}
.md-container {
margin: auto;
}
.commentarea .md {
margin: auto;
}
.usertext button {
border: 1px solid grey;
padding: 10px 20px;
float: right;
margin-right: 112px;
}
.commentarea .nestedlisting:hover:lang(zn) * {
display: none;
}
.toggle .option.active {
display: none;
}
.thing .title {
text-align: left;
font-weight: bold;
}
.sitetable {
display: none;
}
.debuginfo {
display:none;
}
.md{
height: 100%;
width: 100%;
overflow: hidden;
}
.md textarea{
width: 100%;
height: 100%;
overflow: auto;
padding-right: 15px; /* Increase this value for cross-browser compatibility */
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment