]> git.mxchange.org Git - friendica.git/blob - view/global.css
Merge pull request #3787 from rabuzarus/20171013_-_format_event_in_stream
[friendica.git] / view / global.css
1 /* General style rules .*/
2 .pull-right { float: right }
3
4 /* General designing elements */
5 .btn {
6   outline: none;
7   -moz-box-shadow: inset 0px 1px 0px 0px #ffffff;
8   -webkit-box-shadow: inset 0px 1px 0px 0px #ffffff;
9   box-shadow: inset 0px 1px 0px 0px #ffffff;
10   background-color: #ededed;
11   text-indent: 0;
12   border: 1px solid #dcdcdc;
13   display: inline-block;
14   color: #777777;
15   padding: 5px 10px;
16   text-align: center;
17 }
18 a.btn, a.btn:hover {
19   text-decoration: none;
20   color: inherit;
21 }
22
23 .menu-popup .divider {
24   height: 1px;
25   margin: 3px 0;
26   overflow: hidden;
27   background-color: #2d2d2d;
28 }
29
30 .overline {
31         text-decoration: overline;
32 }
33
34 /* List of social Networks */
35 img.connector, img.connector-disabled {
36   height: 40px;
37   margin-right: 10px;
38   border-radius: 10px;
39 }
40
41 img.connector-disabled {
42   opacity: 0.5;
43 }
44
45 h3.connector {
46   display: inline-block;
47   vertical-align: bottom;
48 }
49 span.connector {
50   vertical-align: super;
51 }
52
53 /* Embedded link information */
54 .type-link, .type-video {
55   border-top: 1px solid #D2D2D2;
56   border-bottom: 1px solid #D2D2D2;
57   display: block;
58   padding-top: 5px;
59   padding-bottom: 5px;
60   margin-top: 10px;
61 }
62
63 .type-link:after, .type-video:after,
64 .oembed.video:after {
65   content: ".";
66   display: block;
67   height: 0;
68   clear: both;
69   visibility: hidden;
70 }
71
72 .type-video .oembed.video:after {
73   float: left;
74 }
75
76 .wall-item-container .wall-item-content .type-link img,
77 .type-link img, .type-video img, img.attachment-preview {
78   max-width: 160px;
79   max-height: 160px;
80   float: left;
81   margin-right: 10px;
82 }
83
84 .wall-item-container .wall-item-content .type-link img.attachment-image,
85 .type-link img.attachment-image, .type-video img.attachment-image  {
86   /* max-width: 640px; */
87   max-width: 100%;
88   max-height: initial;
89   float: initial;
90   margin-right: 0px;
91 }
92
93 .type-link blockquote, .type-video blockquote {
94   margin-left: 0px;
95   max-height: 160px;
96   overflow: hidden;
97   border-left: 0px;
98   padding-left: 0px;
99   font-size: 13px;
100   line-height: normal;
101 }
102
103 .type-link .oembed, .type-video .oembed {
104   font-size: 18px;
105   font-weight: 300;
106   line-height: normal;
107 }
108 .type-link img, .type-video img {
109 }
110
111 .type-video .embed_video {
112   margin: 0em;
113 }
114
115 .type-link span.oembed + br, .type-video span.oembed + br,
116 .type-link a + br, .type-video a + br,
117 .type-link img + br, .type-video img + br{
118   display: none;
119 }
120
121 .embed_video {
122   float:left;
123   margin: 1em;
124   position: relative;
125 }
126
127 .embed_video.active {
128   float: none;
129 }
130
131 .oembed.video .embed_video > div {
132   position: absolute;
133   top: 0px;
134   left: 0px;
135 }
136 .embed_rich {
137   display: block;
138   transition: height .75s;
139 }
140
141 /* Shared Messages */
142 .shared_header {
143   min-height: 32px;
144   color: #999;
145   border-top: 1px solid #D2D2D2;
146   padding-top: 5px;
147   margin-top: 5px;
148 }
149
150 .shared_header a {
151   color: black;
152   -webkit-transition: all 0.2s ease-in-out;
153   -moz-transition: all 0.2s ease-in-out;
154   -o-transition: all 0.2s ease-in-out;
155   -ms-transition: all 0.2s ease-in-out;
156   transition: all 0.2s ease-in-out;
157 }
158
159 .shared_header a:hover {
160   color: #36c;
161 }
162
163 .shared_header img {
164   -webkit-border-radius: 4px;
165   -moz-border-radius: 4px;
166   border-radius: 4px;
167   float: left;
168   margin-right: 9px;
169 }
170
171 .shared_header span {
172   display: table-cell;
173   float: none;
174 }
175
176 blockquote.shared_content {
177   margin-left: 32px;
178   color: #000;
179   border: none;
180 }
181
182 /* Events */
183 .event-summary {
184   margin: 0px 0px 10px 0px;
185   font-weight: bold;
186 }
187
188 .vevent .event-summary {
189   margin: 0px 0px 10px 0px;
190 }
191
192 .vevent .event-description {
193   padding: 10px 0;
194 }
195
196 .event-label {
197   font-weight: bold;
198 }
199
200 .settings-heading a:after{
201   content: ' »';
202 }
203
204 /* headers */
205 h1, h2, h3, h4, h5, h6 {
206   margin: 5px 0px 5px 0px;
207   font-weight: normal;
208   line-height: normal;
209   text-rendering: optimizelegibility;
210 }
211
212 h1 {
213   font-size: 31.5px;
214 }
215
216 h2 {
217   font-size: 24.5px;
218 }
219
220 h3 {
221   font-size: 20.5px;
222 }
223
224 h4 {
225   font-size: 18px;
226 }
227
228 h5 {
229   font-size: 16.5px;
230 }
231
232 h6 {
233   font-size: 14.95px;
234 }
235
236 span.oembed, h4 {
237   margin: 0px 0px 0px 0px;
238 }
239
240 code { display: block; background-color: #eee; color: #666; padding:1em; font-size: 0.8em; font-family: monospace; }
241 key { display: inline; background-color: #eee; color: #666; padding:0.2em; font-size: 0.8em; font-family: monospace; }
242
243 /* fields help text */
244 .field .field_help {
245   clear: left;
246 }
247
248 /* notifications unseen */
249 .notify-unseen { background-color: #cceeFF; }
250
251 /* autocomplete popup */
252 ul.acpopup {
253   list-style: none;
254   float: left;
255   min-width: 160px;
256   padding: 5px 0;
257   margin: 2px 0 0;
258 }
259 nav .acpopup {
260   width: 290px;
261   max-height: 450px;
262   max-width: 300px;
263   overflow-y: auto;
264   overflow-x: hidden;
265   margin-top: 0px;
266 }
267 img.acpopup-img {
268   float: left;
269   width: 36px;
270   height: 36px;
271   margin-right: 5px;
272   vertical-align: middle;
273 }
274 .acpopup-contactname {
275   padding-top: 2px;
276   font-weight: bold;
277   line-height: 1em;
278   white-space: nowrap;
279   overflow: hidden;
280   text-overflow: ellipsis;
281   display: block;
282 }
283 .acpopup-sub-text {
284   color: #777;
285   font-size: 0.833em;
286   line-height: 1em;
287   overflow: hidden;
288   text-overflow: ellipsis;
289   display: block;
290 }
291 .textcomplete-item a {
292   color: inherit;
293   overflow: hidden;
294   text-overflow: ellipsis;
295   clear: both;
296   white-space: nowrap;
297   padding: 3px 20px;
298   display: block;
299 }
300 .textcomplete-item a:hover {
301   text-decoration: none;
302 }
303
304 /* plain text editor upload/select popup */
305
306 .fbrowser .path a, .fbrowser .path .btn-link { padding: 5px; }
307 .fbrowser .path a:before, .fbrowser .path .btn-link:before { content: "/"; padding-right: 5px;}
308 .fbrowser .folders ul { list-style-type: none; padding-left: 10px;}
309 .fbrowser .list { height: auto; overflow-y: hidden; margin: 10px 0px; }
310 .fbrowser.image .photo-album-image-wrapper { float: left; }
311 .fbrowser.image a img, .fbrowser.image .btn-link img { height: 48px; }
312 .fbrowser.image a p, .fbrowser.image .btn-link p { display: none;}
313 .fbrowser.file .photo-album-image-wrapper { float:none;  white-space: nowrap; }
314 .fbrowser.file img { display: inline; }
315 .fbrowser.file p  { display: inline; white-space: nowrap; }
316 .fbrowser .upload { clear: both; padding-top: 1em;}
317 .fbrowser .error { background: #ffeeee; border: 1px solid #994444; color: #994444; padding: 0.5em;}
318 .fbrowser .error .close { float: right; font-weight: bold; }
319 .fbrowser .error.hidden { display: none; }
320
321 a {
322   cursor: pointer;
323 }
324
325 .sr-only {
326   position: absolute;
327   width: 1px;
328   height: 1px;
329   padding: 0;
330   margin: -1px;
331   overflow: hidden;
332   clip: rect(0,0,0,0);
333   border: 0;
334 }
335
336 .itentity-match-wrapper {
337   float: left;
338   padding: 10px;
339   width: 120px;
340   height: 140px;
341   margin-bottom: 20px;
342 }
343
344 .identity-match-photo {
345   float: left;
346   text-align: center;
347   width: 120px;
348 }
349
350 .identity-match-name {
351   text-align: center;
352 }
353
354 .identity-match-details {
355   float: left;
356   text-align: center;
357   width: 120px;
358   overflow: hidden;
359   font-size: 10px;
360   font-weight: 500;
361   color: #999999;
362 }
363
364 .identity-match-break, .identity-match-end {
365   clear: both;
366 }
367
368 .identity-match-photo button {
369   border: none;
370   padding: 0;
371   margin: 0;
372   background: none;
373   height: 80px;
374   width: 80px;
375   cursor: pointer;
376 }
377
378 .selected-identity img {
379   border: 2px solid #ff0000;
380 }
381 /* poke */
382 #poke-desc {
383   margin: 5px 0 10px;
384 }
385
386 #poke-wrapper  {
387   padding: 10px 0 0px;
388 }
389
390 #poke-recipient, #poke-action, #poke-privacy-settings {
391   margin: 10px 0 30px;
392 }
393
394 #poke-recip-label, #poke-action-label, #prvmail-message-label {
395   margin: 10px 0 10px;
396 }
397 .version-match {
398   font-weight: bold;
399   color: #00a700;
400 }
401 .federation-graph {
402   width: 400px;
403   height: 400px;
404   float: right;
405   margin: 20px;
406 }
407 .federation-network-graph {
408   width: 240px;
409   height: 240px;
410   float: left;
411   margin: 20px;
412 }
413 ul.federation-stats,
414 ul.credits {
415   list-style: none;
416 }
417 ul.federation-stats li,
418 ul.credits li {
419   float: left;
420   width: 240px;
421 }
422 table#federation-stats {
423   width: 100%;
424 }
425 td.federation-data {
426   border-bottom: 1px solid #000;
427 }
428
429 .contact-entry-photo img {
430   max-width: 80px;
431   max-height: 80px;
432 }
433
434 /* forumlist widget */
435 .forumlist-img {
436   height: 20px;
437   width: 20px;
438   vertical-align: middle;
439 }
440
441 #forum-widget-collapse {
442   opacity: 0.3;
443 }
444
445 #forum-widget-collapse:hover {
446   opacity: 1.0;
447 }
448
449 .crepair-label {
450   margin-top: 10px;
451   float: left;
452   width: 250px;
453 }
454
455 .crepair-input {
456   margin-top: 10px;
457   float: left;
458   width: 200px;
459 }
460
461 .renderinfo {
462   clear: both;
463 }
464
465 .p-addr {
466   clear: both;
467 }
468
469 #live-community {
470   clear: both;
471 }
472
473 /* contact-edit */
474 #contact-edit-status-wrapper {
475   border: 1px solid;
476   padding: 10px;
477 }
478 #contact-edit-actions {
479   float: right;
480   display: inline-block;
481   position: relative;
482 }
483 #contact-edit-actions > .menu-popup {
484   right: 0;
485   left: auto;
486 }
487
488 #contact-edit-settings-label:after {
489   content: ' »';
490 }
491
492 #contact-edit-settings {
493   display: none;
494   margin: 10px 0;
495 }
496
497 /* settings page */
498 #settings-form .pageflags {
499     margin: 0 0 20px 30px;
500 }
501
502 /* admin pending user notes */
503 td.pendingnote {
504         padding-left: 20px;
505         padding-right: 20px;
506 }
507 td.pendingnote > p > span {
508         font-weight: bold;
509 }
510
511 /* warning message */
512 .warning-message {
513         padding: 10px;
514         margin: 5px;
515         border-left: 5px solid #f00;
516         font-weight: bold;
517 }
518
519 /* src/href attributes filter error display */
520 .invalid-src { border: 1px dotted red;}
521 .invalid-href { border-bottom: 1px dotted red;}
522 .invalid-src:after,
523 .invalid-href:after { content: '⚠️'}
524 img.invalid-src:after { vertical-align: top;}