git ssb

0+

ev / mvp



Tree: 7230f37363daf6ee98fab654ab98d27397914c28

Files: 7230f37363daf6ee98fab654ab98d27397914c28 / style.css

1136 bytesRaw
1body {
2 margin: 0;
3}
4
5#screen {
6 position: absolute;
7 top: 35px;
8 bottom: 0px;
9 left: 0px;
10 right: 0px;
11}
12
13.hyperscroll {
14 width: 100%;
15}
16
17.header {
18 padding-bottom: .7em;
19 border-bottom: 1px solid #ccc;
20}
21
22.navbar {
23 border-bottom: 1px solid #ccc;
24 width: 100%;
25 position: fixed;
26 z-index: 1000;
27 margin: 0;
28 padding-top: .3em;
29 padding-bottom: .3em;
30 left: 0; right: 0;
31 top: 0;
32}
33
34.navbar .internal {
35 max-width: 97%;
36 margin-left: auto;
37 margin-right: auto;
38}
39
40.navbar li {
41 margin-top: .3em;
42 float: left;
43 margin-right: .6em;
44 margin-left: .3em;
45 list-style-type: none;
46}
47
48.content {
49 max-width: 680px;
50 margin-left: auto;
51 margin-right: auto;
52}
53
54.hyperscroll > .content {
55 max-width: 680px;
56 margin-left: auto;
57 margin-right: auto;
58}
59
60.message img, .message video {
61 max-width: 100%;
62}
63
64.timestamp, .votes {
65 float: right;
66}
67
68pre {
69 width: 100%;
70 display: block;
71}
72
73code {
74 display: inline-block;
75 vertical-align: bottom;
76}
77
78code, pre {
79overflow: auto;
80word-break: break-all;
81word-wrap: break-word;
82white-space: pre;
83white-space: -moz-pre-wrap;
84white-space: pre-wrap;
85white-space: pre\9;
86}
87
88

Built with git-ssb-web