evernote by wuyong
Details
Authorwuyong
LicenseNo License
Categoryevernote
Created
Updated
Code size1.8 kB
Code checksumb3128fe
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name evernote
@version 20220724.02.17
@namespace userstyles.world/user/wuyong
@description www.evernote.com
@author wuyong
@license No License
==/UserStyle== */
@-moz-document domain("www.evernote.com") {
* {
font-family: Consolas, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
text-rendering: optimizelegibility;
}
body en-note.peso {
word-wrap: break-word;
font-feature-settings: "liga" 0;
-webkit-touch-callout: text;
box-sizing: initial;
color: #000;
display: block;
flex-grow: 1;
font-family: Consolas, Source Sans Pro, -apple-system, system-ui, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
font-size: 16px;
font-variant-ligatures: none;
line-height: 1.45!important;
outline: none;
overflow-wrap: break-word;
padding: 0 20px 80px;
touch-action: manipulation;
-webkit-user-select: text;
-moz-user-select: text;
user-select: text;
white-space: pre-wrap;
white-space: break-spaces;
}
en-codeblock {
background-color: #eee;
background-color: #fbfaf8;
background-position: initial initial;
background-repeat: initial initial;
border: 1px solid rgba(0, 0, 0, .149);
border-radius: 0;
box-sizing: border-box;
color: #000;
display: block;
font-family: monospace;
font-family: Ubuntu Mono, Monaco, Menlo, Consolas, Courier New, monospace;
font-size: 12px;
margin: 3px 0;
min-width: 375px;
padding: 8px;
}
}
@-moz-document domain("www.evernote.com") {
body.boron,
body.web {
font-family: Consolas, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
text-rendering: optimizeLegibility;
color: #333;
}
}