Skip to content

Instantly share code, notes, and snippets.

@tj
Created January 15, 2015 12:33
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 tj/0157a7a9824156e9be4d to your computer and use it in GitHub Desktop.
Save tj/0157a7a9824156e9be4d to your computer and use it in GitHub Desktop.
body {
background-color: white;
color: rgba(0,0,0,0.8);
font-family: Georgia,Cambria,"Times New Roman",Times,serif;
}
#editor {
box-shadow: none
}
ul.listtype-hone {
border-bottom: none;
margin-bottom: 0;
}
#collections-div,
#pad-page-footer,
#site-toggle {
display: none;
}
#padbar {
opacity: 0
}
#padbar:hover {
opacity: 1
}
#padsidebar {
opacity: 0 !important
}
#padsidebar:hover {
opacity: 1 !important
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment