git ssb

0+

dinoworm ๐Ÿ› / campjs-viii-ludditejs



Tree: 42702f740a0ea03165e2dd04a257e95b91775cd7

Files: 42702f740a0ea03165e2dd04a257e95b91775cd7 / index.css

1433 bytesRaw
1body {
2 font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
3}
4h1, 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}
26li p { line-height: 1.25em; }
27.red { color: #fa0000; }
28.large { font-size: 2em; }
29a, a > code {
30 color: rgb(249, 38, 114);
31 text-decoration: none;
32}
33code {
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

Built with git-ssb-web