change css path
[blog.git] / css / org.css
1 html{
2         font-family:sans-serif;
3         -ms-text-size-adjust:100%;
4         -webkit-text-size-adjust:100%
5 }
6
7 body{
8         margin:0
9 }
10
11 article,aside,details,figcaption,figure,footer,header,main,menu,nav,section,summary{
12         display:block
13 }
14
15 audio,canvas,progress,video{
16         display:inline-block
17 }
18
19 audio:not([controls]){
20         display:none;
21         height:0
22 }
23
24 progress{
25         vertical-align:baseline
26 }
27
28 [hidden],template{
29         display:none
30 }
31
32 a{
33         background-color:transparent;
34         -webkit-text-decoration-skip:objects
35 }
36
37 a:active,a:hover{
38         outline-width:0
39 }
40
41 abbr[title]{
42         border-bottom:none;
43         text-decoration:underline;
44         text-decoration:underline dotted
45 }
46
47 b,strong{
48         font-weight:inherit;
49         font-weight:bolder
50 }
51
52 dfn{
53         font-style:italic
54 }
55
56 h1{
57         font-size:2em;
58         margin:.67em 0
59 }
60
61 mark{
62         background-color:#ff0;
63         color:#000
64 }
65
66 small{
67         font-size:80%
68 }
69
70 sub,sup{
71         font-size:75%;
72         line-height:0;
73         position:relative;
74         vertical-align:baseline
75 }
76
77 sub{
78         bottom:-.25em
79 }
80
81 sup{
82         top:-.5em
83 }
84
85 img{
86         border-style:none
87 }
88
89 svg:not(:root){
90         overflow:hidden
91 }
92
93 code,kbd,pre,samp{
94         font-family:monospace,monospace;
95         font-size:1em
96 }
97
98 figure{
99         margin:1em 40px
100 }
101
102 hr{
103         box-sizing:content-box;
104         height:0;
105         overflow:visible
106 }
107
108 button,input,select,textarea{
109         font:inherit;
110         margin:0
111 }
112
113 optgroup{
114         font-weight:700
115 }
116
117 button,input{
118         overflow:visible
119 }
120
121 button,select{
122         text-transform:none
123 }
124
125 [type=reset],[type=submit],button,html [type=button]{
126         -webkit-appearance:button
127 }
128
129 [type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{
130         border-style:none;
131         padding:0
132 }
133
134 [type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{
135         outline:1px dotted ButtonText
136 }
137
138 fieldset{
139         border:1px solid silver;
140         margin:0 2px;
141         padding:.35em .625em .75em
142 }
143
144 legend{
145         box-sizing:border-box;
146         color:inherit;
147         display:table;
148         max-width:100%;
149         padding:0;
150         white-space:normal
151 }
152
153 textarea{
154         overflow:auto
155 }
156
157 [type=checkbox],[type=radio]{
158         box-sizing:border-box;
159         padding:0
160 }
161
162 [type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{
163         height:auto
164 }
165
166 [type=search]{
167         -webkit-appearance:textfield;
168         outline-offset:-2px
169 }
170
171 [type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{
172         -webkit-appearance:none
173 }
174
175 ::-webkit-input-placeholder{
176         color:inherit;
177         opacity:.54
178 }
179
180 ::-webkit-file-upload-button{
181         -webkit-appearance:button;
182         font:inherit
183 }
184
185 body{
186         width:95%;
187         margin:2%;
188         font:normal normal normal 16px/1.6em Helvetica,sans-serif;
189         color:#333
190 }
191
192 @media (min-width:769px){
193         body{
194         width:700px;
195         margin-left:5vw
196 }
197
198
199 }
200
201 ::-moz-selection{
202         background:#d6edff
203 }
204
205 ::selection{
206         background:#d6edff
207 }
208
209 .title{
210         margin:auto;
211         color:#000
212 }
213
214 .subtitle,.title{
215         text-align:center
216 }
217
218 .subtitle{
219         font-size:medium;
220         font-weight:700
221 }
222
223 .abstract{
224         margin:auto;
225         width:80%;
226         font-style:italic
227 }
228
229 .abstract p:last-of-type:before{
230         content:"    ";
231         white-space:pre
232 }
233
234 .status{
235         font-size:90%;
236         margin:2em auto
237 }
238
239 [class^=section-number-]{
240         margin-right:.5em
241 }
242
243 [id^=orgheadline]{
244         clear:both
245 }
246
247 #footnotes{
248         font-size:90%
249 }
250
251 .footpara{
252         display:inline;
253         margin:.2em auto
254 }
255
256 .footdef{
257         margin-bottom:1em
258 }
259
260 .footdef sup{
261         padding-right:.5em
262 }
263
264 a{
265         color:#527d9a;
266         text-decoration:none
267 }
268
269 a:hover{
270         color:#035;
271         border-bottom:1px dotted
272 }
273
274 figure{
275         padding:0;
276         margin:0;
277         text-align:center
278 }
279
280 img{
281         max-width:100%;
282         vertical-align:middle
283 }
284
285 @media (min-width:769px){
286         img{
287         max-width:85vw;
288         margin:auto
289 }
290
291
292 }
293
294 .MathJax_Display{
295         font-size:90%;
296         margin:0!important;
297         width:90%!important
298 }
299
300 h1,h2,h3,h4,h5,h6{
301         color:#a5573e;
302         line-height:1.6em;
303         font-family:Georgia,serif
304 }
305
306 h4,h5,h6{
307         font-size:1em
308 }
309
310 dt{
311         font-weight:700
312 }
313
314 table{
315         margin:auto;
316         border-top:2px solid;
317         border-collapse:collapse
318 }
319
320 table,thead{
321         border-bottom:2px solid
322 }
323
324 table td+td,table th+th{
325         border-left:1px solid gray
326 }
327
328 table tr{
329         border-top:1px solid #d3d3d3
330 }
331
332 td,th{
333         padding:5px 10px;
334         vertical-align:middle
335 }
336
337 caption.t-above{
338         caption-side:top
339 }
340
341 caption.t-bottom{
342         caption-side:bottom
343 }
344
345 th.org-center,th.org-left,th.org-right{
346         text-align:center
347 }
348
349 td.org-right{
350         text-align:right
351 }
352
353 td.org-left{
354         text-align:left
355 }
356
357 td.org-center{
358         text-align:center
359 }
360
361 code{
362         padding:2px 5px;
363         margin:auto 1px;
364         border:1px solid #ddd;
365         border-radius:3px;
366         background-clip:padding-box;
367         color:#333;
368         font-size:80%
369 }
370
371 blockquote{
372         margin:1em 2em;
373         padding-left:1em;
374         border-left:3px solid #ccc
375 }
376
377 kbd{
378         background-color:#f7f7f7;
379         font-size:80%;
380         margin:0 .1em;
381         padding:.1em .6em
382 }
383
384 .todo{
385         background-color:red;
386         padding:2px
387 }
388
389 .done,.todo{
390         color:#fff;
391         border-radius:3px;
392         background-clip:padding-box;
393         font-size:80%;
394         font-family:Lucida Console,monospace
395 }
396
397 .done{
398         background-color:green;
399         padding:3px
400 }
401
402 .priority{
403         color:orange;
404         font-family:Lucida Console,monospace
405 }
406
407 #table-of-contents li{
408         clear:both
409 }
410
411 .tag{
412         font-family:Lucida Console,monospace;
413         font-size:70%;
414         font-weight:400
415 }
416
417 .tag span{
418         padding:0 5px;
419         float:right;
420         margin-right:5px;
421         border:1px solid #bbb;
422         border-radius:3px;
423         background-clip:padding-box;
424         color:#333;
425         background-color:#eee;
426         line-height:1.6
427 }
428
429 .timestamp{
430         color:#bebebe;
431         font-size:90%
432 }
433
434 .timestamp-kwd{
435         color:#5f9ea0
436 }
437
438 .org-right{
439         margin-left:auto;
440         margin-right:0;
441         text-align:right
442 }
443
444 .org-left{
445         margin-left:0;
446         margin-right:auto;
447         text-align:left
448 }
449
450 .org-center{
451         margin-left:auto;
452         margin-right:auto;
453         text-align:center
454 }
455
456 .underline{
457         text-decoration:underline
458 }
459
460 #postamble p,#preamble p{
461         font-size:90%;
462         margin:.2em
463 }
464
465 p.verse{
466         margin-left:3%
467 }
468
469 pre{
470         border:1px solid #ccc;
471         box-shadow:3px 3px 3px #eee;
472         font-family:Lucida Console,monospace;
473         margin:1.2em;
474         padding:8pt
475 }
476
477 pre.src{
478         overflow:auto;
479         padding-top:1.2em;
480         position:relative;
481         font-size:80%
482 }
483
484 pre.src:before{
485         display:block;
486         position:absolute;
487         background-color:#ccccd0;
488         top:0;
489         right:0;
490         padding:.25em .5em;
491         border-bottom-left-radius:8px;
492         border:0;
493         color:#fff;
494         font-size:80%
495 }
496
497 pre.src:hover:before{
498         display:inline
499 }
500
501 pre.src-sh:before{
502         content:'sh'
503 }
504
505 pre.src-bash:before{
506         content:'bash'
507 }
508
509 pre.src-emacs-lisp:before{
510         content:'Emacs Lisp'
511 }
512
513 pre.src-R:before{
514         content:'R'
515 }
516
517 pre.src-org:before{
518         content:'Org'
519 }
520
521 pre.src-c+:before{
522         content:'C++'
523 }
524
525 pre.src-c:before{
526         content:'C'
527 }
528
529 pre.src-html:before{
530         content:'HTML'
531 }
532
533 .inlinetask{
534         background:#ffc;
535         border:2px solid gray;
536         margin:10px;
537         padding:10px
538 }
539
540 #org-div-home-and-up{
541         font-size:70%;
542         text-align:right;
543         white-space:nowrap
544 }
545
546 .linenr{
547         font-size:90%
548 }
549
550 .code-highlighted{
551         background-color:#ff0
552 }
553
554 #bibliography{
555         font-size:90%
556 }
557
558 #bibliography table{
559         width:100%
560 }
561
562 .creator{
563         display:block
564 }
565
566 @media (min-width:769px){
567         .creator{
568         display:inline;
569         float:right
570 }
571
572
573 }
574
575