└── Markdown-here ├── markdown-here-lxl.css ├── markdown-here-veganshe.css └── markdown-here-yzp.css /Markdown-here/markdown-here-lxl.css: -------------------------------------------------------------------------------- 1 | .markdown-here-wrapper{font-size:17px; line-height:30px;} 2 | pre, code{font-size:14px; font-family: Roboto, 'Courier New', Consolas, Inconsolata, Courier, monospace;} 3 | code{margin:0 3px; padding:0 6px; white-space: pre-wrap; background-color:#F8F8F8; border-radius:2px; display: inline;} 4 | pre{font-size:15px; line-height:20px;}precode{ white-space: pre; overflow: auto; border-radius:3px; padding:5px10px; display: block !important;} 5 | strong, b{color:#BF360C;} 6 | em, i{color:#009688;} 7 | big{font-size:22px; color:#009688; font-weight: bold; vertical-align: middle; border-bottom:1px solid #eee;} 8 | small{font-size:12px; line-height:22px;} 9 | hr{border-bottom:0.05em dotted #eee; margin:10px auto;} 10 | p{margin:15px 5px!important;} 11 | table, pre, dl, blockquote, q, ul, ol{margin:10px 5px;} 12 | ul, ol{padding-left:10px;} 13 | li{margin:5px;} 14 | lip{margin:5px 0!important;} 15 | ulul, ulol, olul, olol{margin:0; padding-left:10px;} 16 | olol, ulol{list-style-type: lower-roman;} 17 | ululol, ulolol, olulol, ololol{list-style-type: lower-alpha;} 18 | dl{padding:0;} 19 | dldt{font-size:1em; font-weight: bold; font-style: italic;} 20 | dldd{margin:0 0 10px; padding:0 10px;} 21 | blockquote, q{border-left:3px solid #009688; padding:0 10px; color:#777; quotes: none;} 22 | blockquote::before, blockquote::after, q::before, q::after{content: none;} 23 | h1, h2, h3, h4, h5, h6{margin:20px 0 10px; padding:0; font-weight: bold; color:#009688;} 24 | h1{font-size:24px; border-bottom:1px solid #ddd;} 25 | h2{font-size:22px; border-bottom:1px solid #eee;} 26 | h3{font-size:20px;} 27 | h4{font-size:18px;} 28 | h5{font-size:16px;} 29 | h6{font-size:16px; color:#777;} 30 | table{padding:0; border-collapse: collapse; border-spacing:0; font-size:1em; font: inherit; border:0;} 31 | tbody{margin:0; padding:0; border:0;} 32 | tabletr{border:0; border-top:1px solid #CCC; background-color: white; margin:0; padding:0;} 33 | tabletr:nth-child(2n){background-color:#F8F8F8;} 34 | tabletrth, tabletrtd{font-size:16px; border:1px solid #CCC; margin:0; padding:5px10px;} 35 | tabletrth{font-weight: bold; background-color:#F0F0F0;} -------------------------------------------------------------------------------- /Markdown-here/markdown-here-veganshe.css: -------------------------------------------------------------------------------- 1 | p{font-size:15px; line-height:28px; color:#595959;font-family:微软雅黑} 2 | pre, code{font-size:14px; font-family: Roboto, 'Courier New', Consolas, Inconsolata, Courier, monospace;} 3 | code{margin:0 3px; padding:0 6px; white-space: pre-wrap; background-color:#F8F8F8; border-radius:2px; display: inline;} 4 | pre{font-size:15px; line-height:20px;} 5 | precode{white-space: pre; overflow:auto; border-radius:3px; padding:5px10px; display: block !important;} 6 | strong, b{color:#BF360C;} 7 | em, i{color:#009688;} 8 | big{font-size:22px; color:#009688; font-weight: bold; vertical-align: middle; border-bottom:1px solid #eee;} 9 | small{font-size:12px; line-height:22px;} 10 | hr{border-bottom:0.05em dotted #eee; margin:10px auto;} 11 | p{margin:15px 5px!important;} 12 | table, pre, dl, blockquote, q, ul, ol{margin:10px 5px;} 13 | ul, ol{padding-left:10px;} 14 | li{margin:5px;} 15 | lip{margin:5px 0!important;} 16 | ulul, ulol, olul, olol{margin:0; padding-left:10px;} 17 | olol, ulol{list-style-type: lower-roman;} 18 | ululol, ulolol, olulol, ololol{list-style-type: lower-alpha;} 19 | dl{padding:0;} 20 | dldt{font-size:1em; font-weight: bold; font-style: italic;} 21 | dldd{margin:0 0 10px; padding:0 10px;} 22 | blockquote, q{border-left:3px solid #009688; padding:0 10px; color:#777; quotes: none;} 23 | blockquote::before, blockquote::after, q::before, q::after{content: none;} 24 | h1, h2, h3, h4, h5, h6{margin:20px 0 10px; padding:0; font-weight: bold; color:#009688;} 25 | h1{font-size:24px; border-bottom:1px solid #ddd;} 26 | h2{font-size:22px; border-bottom:1px solid #eee;} 27 | h3{font-size:18px; text-align: center;} 28 | h4{font-size:18px;} 29 | h5{font-size:16px;} 30 | h6{font-size:16px; color:#777;} 31 | table{padding:0; border-collapse: collapse; border-spacing:0; font-size:1em; font: inherit; border:0;} 32 | tbody{margin:0; padding:0; border:0;} 33 | tabletr{border:0; border-top:1px solid #CCC; background-color: white; margin:0; padding:0;} 34 | tabletr:nth-child(2n){background-color:#F8F8F8;} 35 | tabletrth, tabletrtd{font-size:16px; border:1px solid #CCC; margin:0; padding:5px10px;} 36 | tabletrth{font-weight: bold; background-color:#F0F0F0;} -------------------------------------------------------------------------------- /Markdown-here/markdown-here-yzp.css: -------------------------------------------------------------------------------- 1 | /* 2 | * NOTE: 3 | * - The use of browser-specific styles (-moz-, -webkit-) should be avoided. 4 | * If used, they may not render correctly for people reading the email in 5 | * a different browser than the one from which the email was sent. 6 | * - The use of state-dependent styles (like a:hover) don't work because they 7 | * don't match at the time the styles are made explicit. (In email, styles 8 | * must be explicitly applied to all elements -- stylesheets get stripped.) 9 | */ 10 | 11 | /* This is the overall wrapper, it should be treated as the `body` section. */ 12 | .markdown-here-wrapper { 13 | } 14 | 15 | /* To add site specific rules, you can use the `data-md-url` attribute that we 16 | add to the wrapper element. Note that rules like this are used depending 17 | on the URL you're *sending* from, not the URL where the recipient views it. 18 | */ 19 | /* .markdown-here-wrapper[data-md-url*="mail.yahoo."] ul { color: red; } */ 20 | 21 | pre, code { 22 | font-size: 0.85em; 23 | font-family: Consolas, Inconsolata, Courier, monospace; 24 | } 25 | 26 | code { 27 | margin: 0 0.15em; 28 | padding: 0 0.3em; 29 | white-space: pre-wrap; 30 | border: 1px solid #EAEAEA; 31 | background-color: #F8F8F8; 32 | border-radius: 3px; 33 | display: inline; /* added to fix Yahoo block display of inline code */ 34 | } 35 | 36 | pre { 37 | font-size: 1em; 38 | line-height: 1.2em; 39 | } 40 | 41 | pre code { 42 | white-space: pre; 43 | overflow: auto; /* fixes issue #70: Firefox/Thunderbird: Code blocks with horizontal scroll would have bad background colour */ 44 | border-radius: 3px; 45 | border: 1px solid #CCC; 46 | padding: 0.5em 0.7em; 47 | display: block !important; /* added to counteract the Yahoo-specific `code` rule; without this, code blocks in Blogger are broken */ 48 | } 49 | 50 | /* In edit mode, Wordpress uses a `* { font: ...;} rule+style that makes highlighted 51 | code look non-monospace. This rule will override it. */ 52 | .markdown-here-wrapper[data-md-url*="wordpress."] code span { 53 | font: inherit; 54 | } 55 | 56 | /* Wordpress adds a grey background to `pre` elements that doesn't go well with 57 | our syntax highlighting. */ 58 | .markdown-here-wrapper[data-md-url*="wordpress."] pre { 59 | background-color: transparent; 60 | } 61 | 62 | /* This spacing has been tweaked to closely match Gmail+Chrome "paragraph" (two line breaks) spacing. 63 | Note that we only use a top margin and not a bottom margin -- this prevents the 64 | "blank line" look at the top of the email (issue #243). 65 | */ 66 | p { 67 | /* !important is needed here because Hotmail/Outlook.com uses !important to 68 | kill the margin in
. We need this to win. */ 69 | margin: 0 0 1.2em 0 !important; 70 | } 71 | 72 | table, pre, dl, blockquote, q, ul, ol { 73 | margin: 1.2em 0; 74 | } 75 | 76 | ul, ol { 77 | padding-left: 2em; 78 | } 79 | 80 | li { 81 | margin: 0.5em 0; 82 | font-size: 16px; 83 | } 84 | 85 | /* Space paragraphs in a list the same as the list itself. */ 86 | li p { 87 | /* Needs !important to override rule above. */ 88 | margin: 0.5em 0 !important; 89 | } 90 | 91 | /* Smaller spacing for sub-lists */ 92 | ul ul, ul ol, ol ul, ol ol { 93 | margin: 0; 94 | padding-left: 1em; 95 | } 96 | 97 | /* Use letters for unordered-lists. (Like Github.) */ 98 | ul ul, ul, ul { 99 | list-style-type: square; 100 | font-size: 16px; 101 | } 102 | 103 | /* Use letters for sub-ordered-lists. (Like Github.) */ 104 | ol ol, ul ol { 105 | list-style-type: lower-roman; 106 | } 107 | 108 | /* Use Roman numerals for sub-sub-ordered lists. (Like Github.) */ 109 | ul ul ol, ul ol ol, ol ul ol, ol ol ol { 110 | list-style-type: lower-alpha; 111 | } 112 | 113 | dl { 114 | padding: 0; 115 | } 116 | 117 | dl dt { 118 | font-size: 1em; 119 | font-weight: bold; 120 | font-style: italic; 121 | } 122 | 123 | dl dd { 124 | margin: 0 0 1em; 125 | padding: 0 1em; 126 | } 127 | 128 | blockquote, q { 129 | border-left: 4px solid #DDD; 130 | padding: 0 1em; 131 | color: #777; 132 | quotes: none; 133 | } 134 | 135 | blockquote::before, blockquote::after, q::before, q::after { 136 | content: none; 137 | } 138 | 139 | h1, h2, h3, h4, h5, h6 { 140 | margin: 1.3em 0 1em; 141 | padding: 0; 142 | font-weight: bold; 143 | } 144 | 145 | 146 | h1 { 147 | font-size: 20px; 148 | } 149 | 150 | h2 { 151 | min-height: 32px; 152 | line-height: 28px; 153 | border-bottom: solid 1px #000000; 154 | color: rgb(0, 0, 0); 155 | display: inline-block; 156 | border-bottom-width: 3px; 157 | border-bottom-style: solid; 158 | border-color: rgb(51, 51, 51); 159 | padding-top: 5px; 160 | padding-right: 0.5em; 161 | padding-left: 0.5em; 162 | margin-bottom: -3px; 163 | font-size: 18px; 164 | margin:1em auto; 165 | padding: 0.5em 0; 166 | text-align: center; 167 | width: 85%; 168 | font-weight: normal; 169 | display: flex; 170 | flex-direction: column; 171 | justify-content: center; 172 | } 173 | 174 | h3 { 175 | font-size: 16px; 176 | padding-right: 0.5em; 177 | padding-left: 0.5em; 178 | } 179 | 180 | h4 { 181 | font-size: 16px; 182 | padding-right: 0.5em; 183 | padding-left: 0.5em; 184 | } 185 | 186 | h5 { 187 | font-size: 16px; 188 | padding-right: 0.5em; 189 | padding-left: 0.5em; 190 | } 191 | 192 | h6 { 193 | font-size: 16px; 194 | color: #777; 195 | padding-right: 0.5em; 196 | padding-left: 0.5em; 197 | } 198 | 199 | table { 200 | padding: 0; 201 | border-collapse: collapse; 202 | border-spacing: 0; 203 | font-size: 1em; 204 | font: inherit; 205 | border: 0; 206 | } 207 | 208 | tbody { 209 | margin: 0; 210 | padding: 0; 211 | border: 0; 212 | } 213 | 214 | table tr { 215 | border: 0; 216 | border-top: 1px solid #CCC; 217 | background-color: white; 218 | margin: 0; 219 | padding: 0; 220 | } 221 | 222 | table tr:nth-child(2n) { 223 | background-color: #F8F8F8; 224 | } 225 | 226 | table tr th, table tr td { 227 | font-size: 1em; 228 | border: 1px solid #CCC; 229 | margin: 0; 230 | padding: 0.5em 1em; 231 | } 232 | 233 | table tr th { 234 | font-weight: bold; 235 | background-color: #F0F0F0; 236 | } 237 | 238 | p { 239 | font-size: 16px; 240 | line-height: 1.75em; 241 | padding-right: 0.5em; 242 | padding-left: 0.5em; 243 | } --------------------------------------------------------------------------------