Files: 1245ae4906c27c7046c345c5183022b5e4df1928 / style.css
818 bytesRaw
1 | body { |
2 | background: black; |
3 | font-family: sans-serif; |
4 | color: #ddd; |
5 | font-size: .9em; |
6 | } |
7 | |
8 | .hyperscroll { |
9 | width: 100%; |
10 | } |
11 | |
12 | a { |
13 | color: #f5f5f5; |
14 | } |
15 | |
16 | .hyperscroll > .content { |
17 | max-width: 680px; |
18 | margin-left: auto; |
19 | margin-right: auto; |
20 | } |
21 | |
22 | .message { |
23 | display: block; |
24 | margin: .5em; |
25 | background: #111; |
26 | padding: .5em; |
27 | } |
28 | |
29 | .message img { |
30 | max-width: 100%; |
31 | } |
32 | |
33 | .timestamp { |
34 | float: right; |
35 | } |
36 | |
37 | .avatar--small img { |
38 | vertical-align: top; |
39 | width: 1.4em; |
40 | height: 1.4em; |
41 | margin-right: .2em; |
42 | } |
43 | |
44 | .emoji { |
45 | width: 1.4em; |
46 | vertical-align: top; |
47 | } |
48 | |
49 | pre { |
50 | width: 100%; |
51 | display: block; |
52 | } |
53 | |
54 | code { |
55 | display: inline-block; |
56 | vertical-align: bottom; |
57 | } |
58 | |
59 | code, pre { |
60 | overflow: auto; |
61 | word-break: break-all; |
62 | word-wrap: break-word; |
63 | white-space: pre; |
64 | white-space: -moz-pre-wrap; |
65 | white-space: pre-wrap; |
66 | white-space: pre\9; |
67 | } |
68 | |
69 |
Built with git-ssb-web