git ssb

16+

Dominic / patchbay



Commit a2f1f10faf04f3a1a83e74d7ab17e329638d6375

Merge branch 'master' of ssb://%yxGEc2cFJxAvxGyPL5dzU07L8fRNS8YSxhkmPe68nqA=.sha256

Ev Bogue committed on 9/19/2016, 4:20:34 PM
Parent: 33eacb10147b21fe1eddcd4eddd5ee575141d780
Parent: 7aa2d4e2d44066da449a78bff5c40338fae2af97

Files changed

style.csschanged
style.cssView
@@ -69,10 +69,31 @@
6969 }
7070
7171 input, textarea {
7272 border: 1px solid #eee;
73 + border-radius: .2em;
74 + font-family: sans-serif;
7375 }
7476
77 +button {
78 + background: #fff;
79 + color: #666;
80 + border: 1px solid #ccc;
81 + border-radius: .5em;
82 + padding: .5em;
83 + margin-top: .2em;
84 + margin-bottom: .2em;
85 + cursor: pointer;
86 + text-transform: uppercase;
87 + font-weight: bold;
88 + font-size: .7em;
89 +}
90 +
91 +button:hover {
92 + background: #ccc;
93 + border: #bbb;
94 +}
95 +
7596 /* scrolling feeds, threads */
7697
7798 .scroller {
7899 width: 100%;
@@ -88,8 +109,10 @@
88109 /* compose */
89110
90111 .compose {
91112 width: 100%;
113 + margin-top: .5em;
114 + margin-bottom: .5em;
92115 }
93116
94117 /* messages */
95118
@@ -98,8 +121,9 @@
98121 flex-basis: 0;
99122 word-wrap: break-word;
100123 display: inline-block;
101124 border: 1px solid #eee;
125 + margin-bottom: 1em;
102126 }
103127
104128 .message_meta input {
105129 font-size: .8em;
@@ -156,14 +180,15 @@
156180 padding-left: -2em;
157181 }
158182
159183 .suggest-box .selected {
160- background: yellow;
184 + background: #eee;
161185 }
162186
163187 .suggest-box {
164188 width: max-content;
165189 background: white;
190 + border-radius: 1em;
166191 }
167192
168193 /* avatar */
169194
@@ -210,10 +235,16 @@
210235
211236 /* searchprompt */
212237
213238 .searchprompt {
214- width: 100%;
215- height: 2.55em;
239 + float: left;
240 + width: 85%;
241 + height: 2em;
242 + margin-top: .3em;
243 + border-radius: 1em;
244 + padding-left: .2em;
245 + margin-left: 1em;
246 + margin-right: 1em;
216247 }
217248
218249 /* TextNodeSearcher highlights */
219250
@@ -253,15 +284,8 @@
253284 .error {
254285 background: red;
255286 }
256287
257-/* invite codes */
258-
259-.hyperprogress__liquid {
260- height: 1ex;
261- background: blue;
262-}
263-
264288 /* themes */
265289
266290 .theme {
267291 margin-left: 1ex;
@@ -274,10 +298,10 @@
274298
275299 /* tabs */
276300
277301 .header {
278- background: lightgray;
279- border-bottom: 2px inset;
302 + background: #f5f5f5;
303 + border-bottom: 1px inset;
280304 flex-shrink: 0;
281305 }
282306
283307 .header__tabs {
@@ -305,27 +329,28 @@
305329 }
306330
307331 .hypertabs__tab {
308332 color: black;
309- background: lightgray;
310- border-right: 1px solid #ccc;
333 + background: #eee;
334 + border-right: 1px solid #ddd;
311335 border-top-left-radius: 5px;
312336 margin-left: -3px;
313337 border-bottom: none;
314- padding-top: .35em;
315- padding-left: .5em;
338 + padding-top: .56em;
339 + padding-left: 1em;
316340 width: 100%;
317341 }
318342
319343 .hypertabs__tab > a {
320344 color: black;
321345 text-decoration: none;
322346 white-space: nowrap;
347 + font-size: .9em;
323348 }
324349
325350 .hypertabs--selected {
326- background: #E7E7E7;
327- border-top-right-radius: 3px;
351 + background: #eee;
352 + border-top-right-radius: 5px;
328353 z-index: 1;
329354 }
330355
331356 .hypertabs__x {
@@ -336,4 +361,77 @@
336361 .hypertabs--selected .hypertabs__x {
337362 display: block;
338363 }
339364
365 +a:link, a:visited, a:active {
366 + color: #0088cc;
367 + text-decoration: none;
368 +}
369 +
370 +a:hover,
371 +a:focus {
372 + color: #005580;
373 + text-decoration: underline;
374 +}
375 +
376 +.navbar a:link,
377 +.navbar a:visited,
378 +.navbar a:active {
379 + color: #666;
380 + font-weight: normal;
381 +}
382 +
383 +.navbar a:hover,
384 +.navbar a:focus {
385 + color: #333; font-weight: normal;
386 +}
387 +
388 +.message_content div > span {
389 + font-size: 0.8rem;
390 + margin-bottom: 0.7rem;
391 + display: block;
392 + color: #888;
393 +}
394 +
395 +.message_content div > span a {
396 + color: #005d8c;
397 +}
398 +
399 +.message {
400 + padding: 0.3rem;
401 + border: none;
402 + border-radius: 2px;
403 + box-shadow: #dadada 1px 2px 8px;
404 +}
405 +
406 +.header {
407 + box-shadow: 3px 0px 3px #ccc;
408 +}
409 +
410 +.hypertabs__tabs a:link,
411 +.hypertabs__tabs a:visited,
412 +.hypertabs__tabs a:active {
413 + color: #666;
414 + text-decoration: none;
415 +}
416 +
417 +.hypertabs__tabs a:hover,
418 +.hypertabs__tabs a:focus {
419 + color: #333;
420 +}
421 +
422 +.hypertabs--selected a {
423 + font-weight: bold;
424 +}
425 +
426 +.hyperprogress__liquid, .status {
427 + background: #0088cc;
428 +}
429 +
430 +.hypertabs__tab {
431 + background: transparent;
432 +}
433 +
434 +.avatar--large, .avatar--thumbnail, .avatar--fullsize {
435 + border: 1px solid #eee;
436 +}
437 +

Built with git-ssb-web