.gitignore added
[dotfiles/.git] / .config / Typora / themes / old-themes / whitey.css
1 html {
2         font-size: 19px;
3 }
4
5 html, body {
6         margin: auto;
7         background: #fefefe;
8 }
9 body {
10         font-family: "Vollkorn", Palatino, Times;
11         color: #333;
12         line-height: 1.4;
13         text-align: justify;
14 }
15
16 #write {
17         max-width: 960px;
18         margin: 0 auto;
19         margin-bottom: 2em;
20         line-height: 1.53;
21         padding-top: 40px;
22 }
23
24 @media only screen and (min-width: 1400px) {
25         #write {
26                 max-width: 1100px;
27         }
28 }
29
30 @media print {
31         html {
32                 font-size: 13px;
33         }
34 }
35
36 /* Typography
37 -------------------------------------------------------- */
38
39 #write>h1:first-child,
40 h1 {
41         margin-top: 1.6em;
42         font-weight: normal;
43 }
44
45 h1 {
46         font-size:3em;
47 }
48
49 h2 {
50         margin-top:2em;
51         font-weight: normal;
52 }
53
54 h3 {
55         font-weight: normal;
56         font-style: italic;
57         margin-top: 3em;
58 }
59
60 h1, 
61 h2, 
62 h3{
63         text-align: center;
64 }
65
66 h2:after{
67         border-bottom: 1px solid #2f2f2f;
68     content: '';
69     width: 100px;
70     display: block;
71     margin: 0 auto;
72     height: 1px;
73 }
74
75 h1+h2, h2+h3 {
76         margin-top: 0.83em;
77 }
78
79 p,
80 .mathjax-block {
81         margin-top: 0;
82         -webkit-hypens: auto;
83         -moz-hypens: auto;
84         hyphens: auto;
85 }
86 ul {
87         list-style: square;
88         padding-left: 1.2em;
89 }
90 ol {
91         padding-left: 1.2em;
92 }
93 blockquote {
94         margin-left: 1em;
95         padding-left: 1em;
96         border-left: 1px solid #ddd;
97 }
98 code,
99 pre {
100         font-family: "Consolas", "Menlo", "Monaco", monospace, serif;
101         font-size: .9em;
102         background: white;
103 }
104 .md-fences{
105         margin-left: 1em;
106         padding-left: 1em;
107         border: 1px solid #ddd;
108         padding-bottom: 8px;
109         padding-top: 6px;
110         margin-bottom: 1.5em;
111 }
112
113 a {
114         color: #2484c1;
115         text-decoration: none;
116 }
117 a:hover {
118         text-decoration: underline;
119 }
120 a img {
121         border: none;
122 }
123 h1 a,
124 h1 a:hover {
125         color: #333;
126         text-decoration: none;
127 }
128 hr {
129         color: #ddd;
130         height: 1px;
131         margin: 2em 0;
132         border-top: solid 1px #ddd;
133         border-bottom: none;
134         border-left: 0;
135         border-right: 0;
136 }
137 .ty-table-edit {
138         background: #ededed;
139     padding-top: 4px;
140 }
141 table {
142         margin-bottom: 1.333333rem
143 }
144 table th,
145 table td {
146         padding: 8px;
147         line-height: 1.333333rem;
148         vertical-align: top;
149         border-top: 1px solid #ddd
150 }
151 table th {
152         font-weight: bold
153 }
154 table thead th {
155         vertical-align: bottom
156 }
157 table caption+thead tr:first-child th,
158 table caption+thead tr:first-child td,
159 table colgroup+thead tr:first-child th,
160 table colgroup+thead tr:first-child td,
161 table thead:first-child tr:first-child th,
162 table thead:first-child tr:first-child td {
163         border-top: 0
164 }
165 table tbody+tbody {
166         border-top: 2px solid #ddd
167 }
168
169 .task-list{
170         padding:0;
171 }
172
173 .md-task-list-item {
174         padding-left: 1.6rem;
175 }
176
177 .md-task-list-item > input:before {
178         content: '\221A';
179         display: inline-block;
180         width: 1.33333333rem;
181         height: 1.6rem;
182         vertical-align: middle;
183         text-align: center;
184         color: #ddd;
185         background-color: #fefefe;
186 }
187
188 .md-task-list-item > input:checked:before,
189 .md-task-list-item > input[checked]:before{
190         color: inherit;
191 }
192 .md-tag {
193         color: inherit;
194         font: inherit;
195 }
196 #write pre.md-meta-block {
197         min-height: 35px;
198         padding: 0.5em 1em;
199 }
200 #write pre.md-meta-block {
201         white-space: pre;
202         background: #f8f8f8;
203         border: 0px;
204         color: #999;
205         
206         width: 100vw;
207         max-width: calc(100% + 60px);
208         margin-left: -30px;
209         border-left: 30px #f8f8f8 solid;
210         border-right: 30px #f8f8f8 solid;
211
212         margin-bottom: 2em;
213         margin-top: -1.3333333333333rem;
214         padding-top: 26px;
215         padding-bottom: 10px;
216         line-height: 1.8em;
217         font-size: 0.9em;
218         font-size: 0.76em;
219         padding-left: 0;
220 }
221 .md-img-error.md-image>.md-meta{
222         vertical-align: bottom;
223 }
224 #write>h5.md-focus:before {
225         top: 2px;
226 }
227
228 .md-toc {
229         margin-top: 40px;
230 }
231
232 .md-toc-content {
233         padding-bottom: 20px;
234 }
235
236 .outline-expander:before {
237         color: inherit;
238         font-size: 14px;
239         top: auto;
240         content: "\f0da";
241         font-family: FontAwesome;
242 }
243
244 .outline-expander:hover:before,
245 .outline-item-open>.outline-item>.outline-expander:before {
246         content: "\f0d7";
247 }
248
249 /** source code mode */
250 #typora-source {
251         font-family: Courier, monospace;
252     color: #6A6A6A;
253 }
254
255 .html-for-mac #typora-sidebar {
256     -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
257     box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
258 }
259
260 .cm-s-typora-default .cm-header, 
261 .cm-s-typora-default .cm-property,
262 .CodeMirror.cm-s-typora-default div.CodeMirror-cursor {
263         color: #428bca;
264 }
265
266 .cm-s-typora-default .cm-atom, .cm-s-typora-default .cm-number {
267         color: #777777;
268 }
269
270 .typora-node .file-list-item-parent-loc, 
271 .typora-node .file-list-item-time, 
272 .typora-node .file-list-item-summary {
273         font-family: arial, sans-serif;
274 }
275
276 .md-task-list-item>input {
277     margin-left: -1.3em;
278     margin-top: calc(1rem - 12px);
279 }
280
281 .md-mathjax-midline {
282         background: #fafafa;
283 }
284
285 .md-fences .code-tooltip {
286         bottom: -2em !important;
287 }
288
289 .dropdown-menu .divider {
290         border-color: #e5e5e5;
291 }