git ssb

2+

ev / mvd



Tree: 1245ae4906c27c7046c345c5183022b5e4df1928

Files: 1245ae4906c27c7046c345c5183022b5e4df1928 / style.css

818 bytesRaw
1body {
2 background: black;
3 font-family: sans-serif;
4 color: #ddd;
5 font-size: .9em;
6}
7
8.hyperscroll {
9 width: 100%;
10}
11
12a {
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
49pre {
50 width: 100%;
51 display: block;
52}
53
54code {
55 display: inline-block;
56 vertical-align: bottom;
57}
58
59code, pre {
60overflow: auto;
61word-break: break-all;
62word-wrap: break-word;
63white-space: pre;
64white-space: -moz-pre-wrap;
65white-space: pre-wrap;
66white-space: pre\9;
67}
68
69

Built with git-ssb-web