git ssb

2+

ev / mvd



Tree: 73e7d576ed222947d6e6508457bf26c7868b1786

Files: 73e7d576ed222947d6e6508457bf26c7868b1786 / style.css

4218 bytesRaw
1body {
2 margin: 0;
3 background: #141414;
4 font-family: sans-serif;
5 color: #d5d5d5;
6 font-size: 14px;
7 line-height: 20px;
8}
9
10#screen {
11 position: absolute;
12 top: 35px;
13 bottom: 0px;
14 left: 0px;
15 right: 0px;
16}
17
18.hyperscroll {
19 width: 100%;
20}
21
22.search {
23 margin-top: 1.5px;
24 float: right;
25 width: 200px;
26}
27
28.header {
29 padding-bottom: .7em;
30 border-bottom: 1px solid #252525;
31}
32
33mark p, mark a {
34 color: black;
35}
36
37h1, h2, h3, h4, h5, h6 {
38 font-size: 1.2em;
39 margin-top: .35ex;
40}
41
42hr {
43 border: solid #222;
44 clear: both;
45 border-width: 1px 0 0;
46 height: 0;
47 margin-bottom: .9em;
48}
49
50
51p {
52 margin-top: .35ex;
53 margin-bottom: 10px;
54}
55
56/*a {
57 color: #00aaff;
58 text-decoration: none;
59}
60
61a:hover,
62a:focus {
63 color: #0088cc;
64 text-decoration: underline;
65}*/
66
67a {
68 color: white;
69 *text-decoration: none;
70}
71
72a:hover {
73 color: #ddd;
74}
75
76.breadcrumbs {
77 color: #363636;
78 background: #f5f5f5;
79}
80
81.navbar a {
82 color: #999;
83 text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
84 text-decoration: none;
85}
86
87.navbar a:hover, .navbar a:focus {
88 color: #fff;
89 text-decoration: none;
90}
91
92.navbar {
93 background: #1b1b1b;
94 background: linear-gradient(#222, #111);
95 border-bottom: 1px solid #252525;
96}
97
98.navbar {
99 width: 100%;
100 position: fixed;
101 z-index: 1000;
102 margin: 0;
103 padding-top: .3em;
104 padding-bottom: .3em;
105 left: 0; right: 0;
106 top: 0;
107}
108
109.navbar .internal {
110 max-width: 97%;
111 margin-left: auto;
112 margin-right: auto;
113}
114
115.navbar li {
116 margin-top: .3em;
117 float: left;
118 margin-right: .6em;
119 margin-left: .3em;
120 list-style-type: none;
121}
122
123.navbar li.right {
124 padding-left: .4em;
125 padding-right: .4em;
126 margin-top: .3em;
127 margin-right: 1.7em;
128 float: right;
129 list-style-type: none;
130 background: #333;
131 border-radius: 100%;
132}
133
134.content {
135 max-width: 680px;
136 margin-left: auto;
137 margin-right: auto;
138}
139
140.hyperscroll > .content {
141 max-width: 680px;
142 margin-left: auto;
143 margin-right: auto;
144}
145
146.message, .message > *, .navbar, .navbar > * {
147 animation: fadein .5s;
148}
149
150@keyframes fadein {
151 from { opacity: 0; }
152 to { opacity: 1; }
153}
154
155.message, .embedded {
156 display: block;
157 margin: .6em;
158 background: #111;
159 padding: .7em;
160 border-radius: 3px;
161 border: 1px solid #252525;
162}
163
164.embedded {
165 padding-left: 1em;
166}
167
168.message:hover, .embedded:hover {
169 background: #141414;
170}
171
172.message img, .message video {
173 max-width: 100%;
174}
175
176img {
177 border-radius: 3px;
178}
179
180.timestamp, .votes {
181 float: right;
182}
183
184.avatar--small img {
185 vertical-align: top;
186 width: 1.4em;
187 height: 1.4em;
188 margin-right: .2em;
189}
190
191.avatar--medium img {
192 float: left;
193 vertical-align: top;
194 width: 5em;
195 height: 5em;
196 margin-right: .5em;
197 margin-bottom: .5em;
198}
199
200.compose, textarea, input {
201 font-family: sans-serif;
202 font-size: 14px;
203 line-height: 20px;
204 background: #111;
205 color: #ccc;
206 border: none;
207 border-radius: 3px;
208}
209
210textarea {
211 width: 100%;
212 height: 100px;
213}
214
215.compose:hover {
216 background: #141414;
217}
218
219.compose:focus {
220 outline: none;
221}
222
223.emoji {
224 padding: .2em;
225}
226
227.right {
228 float: right;
229 margin-right: .25em;
230}
231
232.emoji {
233 *float: left;
234 width: 1em;
235 vertical-align: top;
236}
237
238pre {
239 width: 100%;
240 display: block;
241}
242
243code {
244 display: inline-block;
245 vertical-align: bottom;
246}
247
248code, pre {
249overflow: auto;
250word-break: break-all;
251word-wrap: break-word;
252white-space: pre;
253white-space: -moz-pre-wrap;
254white-space: pre-wrap;
255white-space: pre\9;
256}
257
258code, pre {
259 font-size: 12px;
260 color: #ccc;
261}
262
263code {
264 color: #ccc;
265}
266
267pre {
268 margin: 0 0 10px;
269 font-size: 13px;
270 line-height: 20px;
271}
272
273button {margin: 0; margin-top: -.2em;}
274
275input {width: 88%; }
276
277#profile input {width: 50%;}
278
279.btn {
280 display: inline-block;
281 *display: inline;
282 padding: 2px 6px;
283 margin-bottom: 0;
284 margin-right: .2em;
285 font-size: 14px;
286 line-height: 20px;
287 color: #d5d5d5;
288 text-align: center;
289 text-shadow: 0 1px 1px rgba(0, 0, 0, 0.75);
290 vertical-align: middle;
291 cursor: pointer;
292 background-color: #222;
293 border: 1px solid #222;
294 border-radius: 4px;
295}
296
297
298.btn:hover,
299.btn:focus,
300.btn:active,
301.btn.active,
302.btn.disabled,
303.btn[disabled] {
304 color: white;
305 background-color: black;
306}
307
308.btn:active,
309.btn.active {
310 background-color: #111;
311}
312
313.btn:first-child {
314 *margin-left: 0;
315}
316
317

Built with git-ssb-web