Files: 7ee2a3885b11ba612000e0ce307579bb5deccfe3 / style.css
990 bytesRaw
1 | body { |
2 | background: black; |
3 | font-family: sans-serif; |
4 | color: #ddd; |
5 | font-size: 1em; |
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, .embedded { |
23 | display: block; |
24 | margin: .6em; |
25 | background: #111; |
26 | padding: .5em; |
27 | } |
28 | |
29 | .embedded { |
30 | border-left: 1px solid #666; |
31 | padding-left: 1em; |
32 | } |
33 | |
34 | .message img { |
35 | max-width: 100%; |
36 | } |
37 | |
38 | .timestamp { |
39 | float: right; |
40 | } |
41 | |
42 | .avatar--small img { |
43 | vertical-align: top; |
44 | width: 1.4em; |
45 | height: 1.4em; |
46 | margin-right: .2em; |
47 | } |
48 | |
49 | .compose { |
50 | background: #222; |
51 | color: #ccc; |
52 | width: 100%; |
53 | border: none; |
54 | } |
55 | |
56 | .emoji { |
57 | float: left; |
58 | width: 1.4em; |
59 | vertical-align: top; |
60 | } |
61 | |
62 | pre { |
63 | width: 100%; |
64 | display: block; |
65 | } |
66 | |
67 | code { |
68 | display: inline-block; |
69 | vertical-align: bottom; |
70 | } |
71 | |
72 | code, pre { |
73 | overflow: auto; |
74 | word-break: break-all; |
75 | word-wrap: break-word; |
76 | white-space: pre; |
77 | white-space: -moz-pre-wrap; |
78 | white-space: pre-wrap; |
79 | white-space: pre\9; |
80 | } |
81 | |
82 |
Built with git-ssb-web