Files: 9d9d5dc6b4e2f64b14f338c2ea2e98e182854207 / resources / stylesheet.css
1458 bytesRaw
1 | body{ |
2 | font-family: 'SourceCodeProRegular'; |
3 | font-weight: normal; |
4 | font-style: normal; |
5 | font-size: 16px; |
6 | margin: 20px; } |
7 | |
8 | .title{ |
9 | margin: auto; |
10 | font-size: 3em; } |
11 | |
12 | h2{ |
13 | font-size: 1.35em; |
14 | color; #202329; |
15 | font-weight: lighter; } |
16 | |
17 | .container{ |
18 | max-width: 960px; |
19 | margin: auto; } |
20 | |
21 | |
22 | .logo{ |
23 | max-width: 100%; |
24 | display: block; |
25 | margin: auto; } |
26 | |
27 | a{ |
28 | color: inherit; |
29 | text-decoration: none; } |
30 | |
31 | .letterhead-title{ |
32 | margin-top: auto; |
33 | margin-bottom: auto; } |
34 | |
35 | .steps-title{ |
36 | font-weight: bold; |
37 | margin-top: 60px; |
38 | margin-bottom: 40px; |
39 | font-style: normal; |
40 | color: #015249; } |
41 | |
42 | .steps{ |
43 | color: #48a47d; |
44 | font-size: 1.1em; |
45 | font-weight: bold; |
46 | margin-top: 60px; |
47 | margin-bottom: 10px; } |
48 | |
49 | .link-box{ |
50 | max-width: 300px; |
51 | text-align: center; |
52 | margin: auto; } |
53 | |
54 | .link-button{ |
55 | background-color: #015249; |
56 | color: white; |
57 | padding: 10px; } |
58 | |
59 | .caption{ |
60 | font-size: 0.8em; |
61 | margin-top: 1px; |
62 | margin-bottom: 1px; |
63 | font-style: italic; } |
64 | |
65 | .accent-text{ |
66 | color: #77c9d4; |
67 | font-weight: bold; |
68 | font-style: normal; } |
69 | |
70 | .invite-code{ |
71 | font-family: 'FantasqueSansMonoRegular'; |
72 | font-style: normal; |
73 | font-weight: lighter; |
74 | font-size: 1.1em; |
75 | line-height: 1.3em; } |
76 | |
77 | .gif{ |
78 | max-width: 600px; |
79 | display: block; |
80 | margin: auto; |
81 | margin-top: 40px; |
82 | margin-bottom: 40px; |
83 | -webkit-filter: drop-shadow(2px 2px 2px #a5a5af); |
84 | filter: drop-shadow(2px 2px 2px #a5a5af); } |
85 | |
86 | .closer{ |
87 | margin-top: 10px; |
88 | } |
89 | |
90 | .closing-remarks{ |
91 | margin-top: 60px; |
92 | margin-bottom: 60px; } |
93 |
Built with git-ssb-web