git ssb

9+

cel / ssb-viewer



Tree: 290ab2dbeaab149d49e376900711a78311e6290e

Files: 290ab2dbeaab149d49e376900711a78311e6290e / static / nicer.css

693 bytesRaw
1* {
2 word-wrap: break-word;
3}
4
5
6pre {
7 height: auto;
8 max-height: 200px;
9 overflow: auto;
10 background-color: #eeeeee;
11 word-break: normal !important;
12 word-wrap: normal !important;
13 white-space: pre !important;
14}
15
16.ssb-message {
17 border-bottom: 1px solid #ddd;
18 margin: 1em 0;
19}
20
21h1, h2, h3, h4 {
22 line-height: 1.2;
23}
24
25.ssb-thread {
26 width: 80ex;
27 max-width: 100%;
28 min-width: 57%;
29 margin: 0 auto;
30 line-height: 1.5;
31 font-family: sans-serif;
32}
33
34.ssb-message:target {
35 background-color: #fcfae8;
36 padding: 1em 1em 0;
37 margin: -1em -1em 0;
38}
39.ssb-message:target:first-child {
40 margin-top: 0;
41}
42
43.ssb-emoji {
44 height: 1em;
45 width: 1em;
46 vertical-align: top;
47}
48

Built with git-ssb-web