git ssb

2+

ev / mvd



Tree: 89e22f38502bc71de5434584a05d0545407c2336

Files: 89e22f38502bc71de5434584a05d0545407c2336 / style.css

911 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, .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.emoji {
50 float: left;
51 width: 1.4em;
52 vertical-align: top;
53}
54
55pre {
56 width: 100%;
57 display: block;
58}
59
60code {
61 display: inline-block;
62 vertical-align: bottom;
63}
64
65code, pre {
66overflow: auto;
67word-break: break-all;
68word-wrap: break-word;
69white-space: pre;
70white-space: -moz-pre-wrap;
71white-space: pre-wrap;
72white-space: pre\9;
73}
74
75

Built with git-ssb-web