Files: f64fe1bee5b2c5175ae47e75ccf7721ce089f497 / styles.css
1074 bytesRaw
1 | * { |
2 | border: none; |
3 | margin: 0; |
4 | padding: 0; |
5 | } |
6 | |
7 | body { |
8 | font-family: Menlo, Monaco, Consolas; |
9 | } |
10 | |
11 | a { |
12 | color: #000; |
13 | } |
14 | a:hover { |
15 | color: #81D4FA; |
16 | } |
17 | |
18 | h2 { |
19 | font-size: 22pt; |
20 | } |
21 | |
22 | header div { |
23 | left: 0; |
24 | margin-bottom: 5px; |
25 | padding: 50px 0 15px; |
26 | right: 0; |
27 | text-align: center; |
28 | top: 0; |
29 | } |
30 | |
31 | header div h1 { |
32 | font-size: 25pt; |
33 | } |
34 | |
35 | .container { |
36 | margin: 35px auto; |
37 | max-width: 600px; |
38 | } |
39 | |
40 | @media (max-width: 660px) { |
41 | .container { |
42 | max-width: 90%; |
43 | } |
44 | } |
45 | |
46 | .socials { |
47 | overflow: auto; |
48 | text-align: center; |
49 | } |
50 | .socials a { |
51 | margin: 0 10px; |
52 | text-decoration: none; |
53 | } |
54 | |
55 | .section { |
56 | margin: 15px auto; |
57 | } |
58 | .section h1 { |
59 | margin-bottom: 15px; |
60 | } |
61 | .section h1, |
62 | .section h1 a { |
63 | font-size: 26px; |
64 | } |
65 | |
66 | .post-date { |
67 | color: #757575; |
68 | display: block; |
69 | font-size: 16px; |
70 | margin-bottom: 2px; |
71 | } |
72 | .post-title { |
73 | font-size: 17px; |
74 | } |
75 | |
76 | .talk { |
77 | list-style-type: none; |
78 | margin: 20px 0; |
79 | } |
80 | |
81 | .crumb { |
82 | display: inline-block; |
83 | } |
84 | .crumb span, |
85 | .crumb a { |
86 | color: #9f9f9f; |
87 | font-size: 14px; |
88 | text-decoration: none; |
89 | } |
90 | |
91 | .crumb a:hover { |
92 | color: #9f9f9f; |
93 | } |
94 | |
95 | .separator { |
96 | margin: 0 10px; |
97 | } |
Built with git-ssb-web