update readme
[dotfiles/.git] / .config / Typora / themes / old-themes / github.css
1 :root {
2     --side-bar-bg-color: #fafafa;
3     --control-text-color: #777;
4 }
5
6 @include-when-export url(https://fonts.loli.net/css?family=Open+Sans:400italic,700italic,700,400&subset=latin,latin-ext);
7
8 /* open-sans-regular - latin-ext_latin */
9 @font-face {
10     font-family: 'Open Sans';
11     font-style: normal;
12     font-weight: normal;
13     src: local('Open Sans Regular'), local('OpenSans-Regular'), url('./github/open-sans-v17-latin-ext_latin-regular.woff2') format('woff2');
14     unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD, U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
15   }
16   /* open-sans-italic - latin-ext_latin */
17   @font-face {
18     font-family: 'Open Sans';
19     font-style: italic;
20     font-weight: normal;
21     src: local('Open Sans Italic'), local('OpenSans-Italic'), url('./github/open-sans-v17-latin-ext_latin-italic.woff2') format('woff2');
22     unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD, U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
23   }
24   /* open-sans-700 - latin-ext_latin */
25   @font-face {
26     font-family: 'Open Sans';
27     font-style: normal;
28     font-weight: bold;
29     src: local('Open Sans Bold'), local('OpenSans-Bold'), url('./github/open-sans-v17-latin-ext_latin-700.woff2') format('woff2'); 
30     unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD, U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
31   }
32   /* open-sans-700italic - latin-ext_latin */
33   @font-face {
34     font-family: 'Open Sans';
35     font-style: italic;
36     font-weight: bold;
37     src: local('Open Sans Bold Italic'), local('OpenSans-BoldItalic'), url('./github/open-sans-v17-latin-ext_latin-700italic.woff2') format('woff2');
38     unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD, U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
39   }
40
41 html {
42     font-size: 16px;
43 }
44
45 body {
46     font-family: "Open Sans","Clear Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
47     color: rgb(51, 51, 51);
48     line-height: 1.6;
49 }
50
51 #write {
52     max-width: 860px;
53         margin: 0 auto;
54         padding: 30px;
55     padding-bottom: 100px;
56 }
57
58 @media only screen and (min-width: 1400px) {
59         #write {
60                 max-width: 1024px;
61         }
62 }
63
64 @media only screen and (min-width: 1800px) {
65         #write {
66                 max-width: 1200px;
67         }
68 }
69
70 #write > ul:first-child,
71 #write > ol:first-child{
72     margin-top: 30px;
73 }
74
75 a {
76     color: #4183C4;
77 }
78 h1,
79 h2,
80 h3,
81 h4,
82 h5,
83 h6 {
84     position: relative;
85     margin-top: 1rem;
86     margin-bottom: 1rem;
87     font-weight: bold;
88     line-height: 1.4;
89     cursor: text;
90 }
91 h1:hover a.anchor,
92 h2:hover a.anchor,
93 h3:hover a.anchor,
94 h4:hover a.anchor,
95 h5:hover a.anchor,
96 h6:hover a.anchor {
97     text-decoration: none;
98 }
99 h1 tt,
100 h1 code {
101     font-size: inherit;
102 }
103 h2 tt,
104 h2 code {
105     font-size: inherit;
106 }
107 h3 tt,
108 h3 code {
109     font-size: inherit;
110 }
111 h4 tt,
112 h4 code {
113     font-size: inherit;
114 }
115 h5 tt,
116 h5 code {
117     font-size: inherit;
118 }
119 h6 tt,
120 h6 code {
121     font-size: inherit;
122 }
123 h1 {
124     padding-bottom: .3em;
125     font-size: 2.25em;
126     line-height: 1.2;
127     border-bottom: 1px solid #eee;
128 }
129 h2 {
130    padding-bottom: .3em;
131     font-size: 1.75em;
132     line-height: 1.225;
133     border-bottom: 1px solid #eee;
134 }
135 h3 {
136     font-size: 1.5em;
137     line-height: 1.43;
138 }
139 h4 {
140     font-size: 1.25em;
141 }
142 h5 {
143     font-size: 1em;
144 }
145 h6 {
146    font-size: 1em;
147     color: #777;
148 }
149 p,
150 blockquote,
151 ul,
152 ol,
153 dl,
154 table{
155     margin: 0.8em 0;
156 }
157 li>ol,
158 li>ul {
159     margin: 0 0;
160 }
161 hr {
162     height: 2px;
163     padding: 0;
164     margin: 16px 0;
165     background-color: #e7e7e7;
166     border: 0 none;
167     overflow: hidden;
168     box-sizing: content-box;
169 }
170
171 li p.first {
172     display: inline-block;
173 }
174 ul,
175 ol {
176     padding-left: 30px;
177 }
178 ul:first-child,
179 ol:first-child {
180     margin-top: 0;
181 }
182 ul:last-child,
183 ol:last-child {
184     margin-bottom: 0;
185 }
186 blockquote {
187     border-left: 4px solid #dfe2e5;
188     padding: 0 15px;
189     color: #777777;
190 }
191 blockquote blockquote {
192     padding-right: 0;
193 }
194 table {
195     padding: 0;
196     word-break: initial;
197 }
198 table tr {
199     border-top: 1px solid #dfe2e5;
200     margin: 0;
201     padding: 0;
202 }
203 table tr:nth-child(2n),
204 thead {
205     background-color: #f8f8f8;
206 }
207 table tr th {
208     font-weight: bold;
209     border: 1px solid #dfe2e5;
210     border-bottom: 0;
211     margin: 0;
212     padding: 6px 13px;
213 }
214 table tr td {
215     border: 1px solid #dfe2e5;
216     margin: 0;
217     padding: 6px 13px;
218 }
219 table tr th:first-child,
220 table tr td:first-child {
221     margin-top: 0;
222 }
223 table tr th:last-child,
224 table tr td:last-child {
225     margin-bottom: 0;
226 }
227
228 .CodeMirror-lines {
229     padding-left: 4px;
230 }
231
232 .code-tooltip {
233     box-shadow: 0 1px 1px 0 rgba(0,28,36,.3);
234     border-top: 1px solid #eef2f2;
235 }
236
237 .md-fences,
238 code,
239 tt {
240     border: 1px solid #e7eaed;
241     background-color: #f8f8f8;
242     border-radius: 3px;
243     padding: 0;
244     padding: 2px 4px 0px 4px;
245     font-size: 0.9em;
246 }
247
248 code {
249     background-color: #f3f4f4;
250     padding: 0 2px 0 2px;
251 }
252
253 .md-fences {
254     margin-bottom: 15px;
255     margin-top: 15px;
256     padding-top: 8px;
257     padding-bottom: 6px;
258 }
259
260
261 .md-task-list-item > input {
262   margin-left: -1.3em;
263 }
264
265 @media print {
266     html {
267         font-size: 13px;
268     }
269     table,
270     pre {
271         page-break-inside: avoid;
272     }
273     pre {
274         word-wrap: break-word;
275     }
276 }
277
278 .md-fences {
279         background-color: #f8f8f8;
280 }
281 #write pre.md-meta-block {
282         padding: 1rem;
283     font-size: 85%;
284     line-height: 1.45;
285     background-color: #f7f7f7;
286     border: 0;
287     border-radius: 3px;
288     color: #777777;
289     margin-top: 0 !important;
290 }
291
292 .mathjax-block>.code-tooltip {
293         bottom: .375rem;
294 }
295
296 .md-mathjax-midline {
297     background: #fafafa;
298 }
299
300 #write>h3.md-focus:before{
301         left: -1.5625rem;
302         top: .375rem;
303 }
304 #write>h4.md-focus:before{
305         left: -1.5625rem;
306         top: .285714286rem;
307 }
308 #write>h5.md-focus:before{
309         left: -1.5625rem;
310         top: .285714286rem;
311 }
312 #write>h6.md-focus:before{
313         left: -1.5625rem;
314         top: .285714286rem;
315 }
316 .md-image>.md-meta {
317     /*border: 1px solid #ddd;*/
318     border-radius: 3px;
319     padding: 2px 0px 0px 4px;
320     font-size: 0.9em;
321     color: inherit;
322 }
323
324 .md-tag {
325     color: #a7a7a7;
326     opacity: 1;
327 }
328
329 .md-toc { 
330     margin-top:20px;
331     padding-bottom:20px;
332 }
333
334 .sidebar-tabs {
335     border-bottom: none;
336 }
337
338 #typora-quick-open {
339     border: 1px solid #ddd;
340     background-color: #f8f8f8;
341 }
342
343 #typora-quick-open-item {
344     background-color: #FAFAFA;
345     border-color: #FEFEFE #e5e5e5 #e5e5e5 #eee;
346     border-style: solid;
347     border-width: 1px;
348 }
349
350 /** focus mode */
351 .on-focus-mode blockquote {
352     border-left-color: rgba(85, 85, 85, 0.12);
353 }
354
355 header, .context-menu, .megamenu-content, footer{
356     font-family: "Segoe UI", "Arial", sans-serif;
357 }
358
359 .file-node-content:hover .file-node-icon,
360 .file-node-content:hover .file-node-open-state{
361     visibility: visible;
362 }
363
364 .mac-seamless-mode #typora-sidebar {
365     background-color: #fafafa;
366     background-color: var(--side-bar-bg-color);
367 }
368
369 .md-lang {
370     color: #b4654d;
371 }
372
373 .html-for-mac .context-menu {
374     --item-hover-bg-color: #E6F0FE;
375 }
376
377 #md-notification .btn {
378     border: 0;
379 }
380
381 .dropdown-menu .divider {
382     border-color: #e5e5e5;
383 }
384
385 .ty-preferences .window-content {
386     background-color: #fafafa;
387 }
388
389 .ty-preferences .nav-group-item.active {
390     color: white;
391     background: #999;
392 }