git ssb

16+

cel / patchfoo



Tree: 1e1d32ef170391da41c2c064fc9a557a1ba667d1

Files: 1e1d32ef170391da41c2c064fc9a557a1ba667d1 / static / styles.css

1832 bytesRaw
1body {
2 margin: 0 auto;
3 font-family: sans-serif;
4 font-size: 18px;
5}
6
7section {
8 padding: 1ex;
9}
10
11/*
12.symbol {
13 font-family: Symbola;
14}
15*/
16
17.ssb-post img {
18 max-width: 100%;
19 background-color: #eee;
20}
21
22img.ssb-emoji {
23 height: 1em;
24 width: auto;
25}
26
27.nav-bar {
28 background-color: #039;
29 padding-left: 1em;
30}
31
32.nav-bar a {
33 color: #ed0;
34}
35
36.search-input {
37 color: #efd;
38 background-color: transparent;
39 border: 1px solid black;
40 font-size: inherit;
41 width: 24ex;
42}
43
44footer {
45 font-size: smaller;
46 text-align: center;
47 color: #999;
48 padding: 1ex;
49}
50
51.ssb-avatar-image {
52 width: 4em;
53 max-height: 4em;
54 vertical-align: top;
55}
56
57.ssb-feed .ssb-avatar-image,
58.ssb-main .ssb-avatar-image {
59 width: 4em;
60 max-height: 8em;
61}
62
63h3.feed-name {
64 padding: 0;
65 margin: 0;
66}
67
68.recps-input {
69 width: 100%;
70}
71
72textarea {
73 font: inherit;
74 width: 100%;
75}
76
77pre {
78 white-space: pre-wrap;
79}
80
81.ssb-id {
82 font-size: .7em;
83 color: #777;
84 text-decoration: none;
85}
86
87.ssb-timestamp {
88 font-size: smaller;
89}
90
91.msg-header {
92 margin-bottom: .25ex;
93}
94
95.recps {
96 font-size: smaller;
97}
98
99.ssb-msgs {
100 border-spacing: 0;
101 border-bottom: 1px solid #ddd;
102 width: 100%;
103}
104
105.msg-left,
106.msg-main,
107.msg-right {
108 border-top: 1px solid #ddd;
109 padding: .5ex;
110}
111
112.msg-content {
113 padding: 0 .5ex .5ex 0;
114}
115
116.composer-actions {
117 text-align: right;
118 padding: .2ex .5ex;
119}
120
121td {
122 vertical-align: top;
123}
124
125.msg-right {
126 text-align: right;
127 padding: .2ex .5ex;
128}
129
130.feed-name {
131 padding: .75ex;
132}
133
134.feed-about {
135 padding-left: .75ex;
136}
137
138.msg-left .ssb-avatar-image {
139 margin-left: .25em;
140 background-color: #efd;
141}
142
143.msg-title {
144 margin: 0;
145 padding: 0;
146}
147
148.mentions li {
149 list-style-type: none;
150}
151
152.id-input {
153 width: 60ex;
154}
155
156table.ssb-object {
157 border-collapse: collapse;
158}
159
160table.ssb-object td {
161 border: 1px solid black;
162}
163

Built with git-ssb-web