Skip to content

Instantly share code, notes, and snippets.

@bborysenko
Created August 31, 2017 21:57
Show Gist options
  • Select an option

  • Save bborysenko/fdd2e461d1eddd964239b7bfcb6713bb to your computer and use it in GitHub Desktop.

Select an option

Save bborysenko/fdd2e461d1eddd964239b7bfcb6713bb to your computer and use it in GitHub Desktop.
Stylish Evernote Preview
@-moz-document domain("www.evernote.com") {
.wrapper#container {
background-color: #ffffff;
border: none;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
margin: 0 auto 0;
width: 800px;;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
padding: 45px;
}
.header-and-content-wrapper.mod-bottom-sticky-footer-adjuster {
padding-bottom: 45px;
}
.header.mod-single-note-page-content {
margin-bottom: 30px
}
.main-content.mod-single-note-page-content {
padding-top: 30px;
}
.header-one-line-text.mod-single-note-page-content-header-update-time{
font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, Siyam Rupali, sans-serif;
}
.note-content div {
color: #24292e;
font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, Siyam Rupali, sans-serif;
font-size: 16px;
line-height: 1.5;
text-align: justify;
}
.note-content h2 {
font-size: 1.5em;
line-height: 1.25em;
border-bottom: 1px solid #eaecef;
padding-bottom: 0.3em;
}
.header-one-line-text.mod-single-note-page-content-header-title {
padding-bottom: 0.3em;
font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, Siyam Rupali, sans-serif;
font-size: 30px;
font-style: normal;
font-weight: 600;
color: #24292e;
border-bottom: 1px solid #eaecef;
line-height: 1.25;
}
.footer.mod-single-note-page-content {
display: none;
}
.footer.mod-single-note-page-footer {
display: none;
}
.encp-section-break {
padding-bottom: 0.5em !important;
}
.header.mod-single-note-page-header {
background: #ffffff;
border-bottom: 1px solid #eee;
}
.header.mod-single-note-page-header.is-page-scrolled {
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}
.single-note-page-wrapper.mod-new-design {
background: #ffffff;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment