Files: a30dc6bf64d6ab714be21520a8f4da3c9103353f / index.css
1755 bytesRaw
1 | body { |
2 | font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; |
3 | } |
4 | h1, h2, h3 { |
5 | font-weight: 400; |
6 | margin-bottom: 0; |
7 | margin-top: 0.15em; |
8 | } |
9 | .remark-slide-content { |
10 | font-size: 2.0em; |
11 | line-height: 1.2; |
12 | } |
13 | .remark-slide-content h1 { |
14 | font-size: 3.5em; |
15 | } |
16 | .remark-slide-content h2 { |
17 | font-size: 3em; |
18 | } |
19 | .remark-slide-content h3 { |
20 | font-size: 2.2em; |
21 | } |
22 | .footnote { |
23 | position: absolute; |
24 | bottom: 3em; |
25 | } |
26 | li p { line-height: 1.25em; } |
27 | .red { color: #fa0000; } |
28 | .large { font-size: 2em; } |
29 | a, a > code { |
30 | color: rgb(249, 38, 114); |
31 | text-decoration: none; |
32 | } |
33 | code { |
34 | background: none repeat scroll 0 0 #F8F8FF; |
35 | border: 1px solid #DEDEDE; |
36 | border-radius: 3px ; |
37 | padding: 0 0.2em; |
38 | } |
39 | .remark-code, .remark-inline-code { font-family: "Bitstream Vera Sans Mono", "Courier", monospace; } |
40 | .remark-code-line-highlighted { background-color: #373832; } |
41 | .pull-left { |
42 | float: left; |
43 | width: 47%; |
44 | } |
45 | .pull-right { |
46 | float: right; |
47 | width: 47%; |
48 | } |
49 | .pull-right ~ p { |
50 | clear: both; |
51 | } |
52 | #slideshow .slide .content code { |
53 | font-size: 0.8em; |
54 | } |
55 | #slideshow .slide .content pre code { |
56 | font-size: 0.9em; |
57 | padding: 15px; |
58 | } |
59 | .main-title, .title { |
60 | background: #272822; |
61 | color: #777872; |
62 | text-shadow: 0 0 20px #333; |
63 | } |
64 | .title h1, .title h2, .main-title h1, .main-title h2 { |
65 | color: #f3f3f3; |
66 | line-height: 1.2em; |
67 | } |
68 | .remark-code { |
69 | display: block; |
70 | padding: 0.5em; |
71 | } |
72 | |
73 | .row { |
74 | display: flex; |
75 | justify-content: space-around; |
76 | } |
77 | |
78 | .center { |
79 | margin: 0 auto; |
80 | } |
81 | |
82 | footer { |
83 | position: absolute; |
84 | font-size: 1.4rem; |
85 | bottom: 12px; |
86 | left: 0; |
87 | right: 0; |
88 | color: #808080; |
89 | text-align: center; |
90 | } |
91 | |
92 | .success { |
93 | border-top: solid 10px #449d44; |
94 | } |
95 | |
96 | .info { |
97 | border-top: solid 10px #5BC0DE; |
98 | } |
99 | |
100 | .warning { |
101 | border-top: solid 10px #F0AD4E; |
102 | } |
103 | |
104 | .danger { |
105 | border-top: solid 10px #D9534F; |
106 | } |
107 |
Built with git-ssb-web