git ssb

16+

Dominic / patchbay



Commit 33dbf75c73b0fb716af94766e08f4dd2fd3443d5

cull styles for simpler experience

Ev Bogue committed on 10/25/2016, 7:23:59 PM
Parent: 3814f0bab283660b1d7e93e049986e2c4c211a90

Files changed

style.csschanged
style.cssView
@@ -1,7 +1,6 @@
11 body {
22 font-family: 'Source Sans Pro', sans-serif;
3- background: #f5f5f5;
43 }
54
65 h1, h2, h3, h4, h5, h6, p, ul, ol {
76 margin-top: .35em;
@@ -111,9 +110,8 @@
111110
112111 textarea:focus {
113112 outline: none;
114113 border-color: none;
115- box-shadow: none;
116114 }
117115
118116 button {
119117 background: #fff;
@@ -142,9 +140,8 @@
142140 padding-right: 1em;
143141 padding-left: 1em;
144142 background: #f5f5f5;
145143 border: 1px solid #eee;
146- box-shadow: 3px 0px 3px #ccc;
147144 border-radius: .2em;
148145 }
149146
150147 /* scrolling feeds, threads */
@@ -165,9 +162,9 @@
165162 .compose {
166163 width: 100%;
167164 margin-top: .5em;
168165 margin-bottom: .5em;
169- box-shadow: #dadada 1px 2px 8px;
166 + border: 1px solid #f5f5f5;
170167 }
171168
172169 .compose button {
173170 float: right;
@@ -175,39 +172,41 @@
175172
176173 /* messages */
177174
178175 .message {
179- background: white;
180176 position: relative;
181177 flex-basis: 0;
182- word-wrap: break-word;
183- margin-bottom: 1em;
184- padding: 0.3rem;
185- border-radius: 2px;
186- box-shadow: #dadada 1px 2px 8px;
178 + margin-top: .25em;
179 + margin-bottom: .25em;
180 + padding: .2em;
181 + border-top: 1px solid #f5f5f5;
182 + border-bottom: 1px solid #f5f5f5;
187183 background: white;
188184 }
189185
186 +.message:hover {
187 + background: #f9f9f9;
188 +}
189 +
190190 .message--mini {
191- margin-bottom: 1em;
192- padding: ;
193- border-radius: 0;
194- box-shadow: none;
191 + font-size: 1em;
192 + margin: 0;
193 + padding: .2em;
194 + border: none;
195195 background: inherit;
196196 }
197197
198198 .message_content div > span {
199- font-size: 0.8rem;
200- margin-bottom: 0.7rem;
199 + font-size: 0.9em;
200 + margin-bottom: 0.7em;
201201 display: block;
202202 color: #888;
203203 }
204204
205205 .message_content--mini div > span {
206206 display: inline-block;
207207 }
208208
209-
210209 .message_content div > span a {
211210 color: #005d8c;
212211 }
213212
@@ -283,8 +282,9 @@
283282 .avatar--large,
284283 .avatar--thumbnail,
285284 .avatar--fullsize {
286285 border: 1px solid #eee;
286 + width: 100%;
287287 }
288288
289289 .avatar--large {
290290 width: 10em;
@@ -293,15 +293,12 @@
293293
294294 .avatar--thumbnail {
295295 width: 2.5em;
296296 height: 2.5em;
297 + float: left;
297298 margin-right: .5ex;
298299 }
299300
300-.avatar--fullsize {
301- width: 100%;
302-}
303-
304301 .profile {
305302 padding: .5ex;
306303 overflow: auto;
307304 }
@@ -326,9 +323,8 @@
326323 margin-left: auto;
327324 margin-right: auto;
328325 border: 1px solid #eee;
329326 border-radius: .2em;
330- box-shadow: #dadada 1px 2px 8px;
331327 }
332328
333329 /* searchprompt */
334330
@@ -397,9 +393,8 @@
397393
398394 .header {
399395 background: #f5f5f5;
400396 border-bottom: 1px inset;
401- box-shadow: 3px 0px 3px #ccc;
402397 flex-shrink: 0;
403398 }
404399
405400 .header__tabs {
@@ -460,7 +455,4 @@
460455 .hypertabs--selected .hypertabs__x {
461456 display: block;
462457 }
463458
464-.screen {
465- background: #f5f5f5
466-}

Built with git-ssb-web