]> git.mxchange.org Git - friendica.git/blob - view/global.css
Merge pull request #4359 from tobiasd/20180129-fedstat
[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 {
241   display: block;
242   background-color: #eee;
243   color: #666;
244   padding: 1em;
245   font-size: 0.85em;
246   font-family: monospace;
247 }
248 key {
249   display: inline;
250   background-color: #eee;
251   color: #666;
252   padding: 0.2em;
253   font-size: 0.85em;
254   font-family: monospace;
255 }
256
257 /* fields help text */
258 .field .field_help {
259   clear: left;
260 }
261
262 /* notifications unseen */
263 .notify-unseen { background-color: #cceeFF; }
264
265 /* autocomplete popup */
266 ul.acpopup {
267   list-style: none;
268   float: left;
269   min-width: 160px;
270   padding: 5px 0;
271   margin: 2px 0 0;
272 }
273 nav .acpopup {
274   width: 290px;
275   max-height: 450px;
276   max-width: 300px;
277   overflow-y: auto;
278   overflow-x: hidden;
279   margin-top: 0px;
280 }
281 img.acpopup-img {
282   float: left;
283   width: 36px;
284   height: 36px;
285   margin-right: 5px;
286   vertical-align: middle;
287 }
288 .acpopup-contactname {
289   padding-top: 2px;
290   font-weight: bold;
291   line-height: 1em;
292   white-space: nowrap;
293   overflow: hidden;
294   text-overflow: ellipsis;
295   display: block;
296 }
297 .acpopup-sub-text {
298   color: #777;
299   font-size: 0.833em;
300   line-height: 1em;
301   overflow: hidden;
302   text-overflow: ellipsis;
303   display: block;
304 }
305 .textcomplete-item a {
306   color: inherit;
307   overflow: hidden;
308   text-overflow: ellipsis;
309   clear: both;
310   white-space: nowrap;
311   padding: 3px 20px;
312   display: block;
313 }
314 .textcomplete-item a:hover {
315   text-decoration: none;
316 }
317
318 /* plain text editor upload/select popup */
319
320 .fbrowser .path a, .fbrowser .path .btn-link { padding: 5px; }
321 .fbrowser .path a:before, .fbrowser .path .btn-link:before { content: "/"; padding-right: 5px;}
322 .fbrowser .folders ul { list-style-type: none; padding-left: 10px;}
323 .fbrowser .list { height: auto; overflow-y: hidden; margin: 10px 0px; }
324 .fbrowser.image .photo-album-image-wrapper { float: left; }
325 .fbrowser.image a img, .fbrowser.image .btn-link img { height: 48px; }
326 .fbrowser.image a p, .fbrowser.image .btn-link p { display: none;}
327 .fbrowser.file .photo-album-image-wrapper { float:none;  white-space: nowrap; }
328 .fbrowser.file img { display: inline; }
329 .fbrowser.file p  { display: inline; white-space: nowrap; }
330 .fbrowser .upload { clear: both; padding-top: 1em;}
331 .fbrowser .error { background: #ffeeee; border: 1px solid #994444; color: #994444; padding: 0.5em;}
332 .fbrowser .error .close { float: right; font-weight: bold; }
333 .fbrowser .error.hidden { display: none; }
334
335 a {
336   cursor: pointer;
337 }
338
339 .sr-only {
340   position: absolute;
341   width: 1px;
342   height: 1px;
343   padding: 0;
344   margin: -1px;
345   overflow: hidden;
346   clip: rect(0,0,0,0);
347   border: 0;
348 }
349
350 .itentity-match-wrapper {
351   float: left;
352   padding: 10px;
353   width: 120px;
354   height: 140px;
355   margin-bottom: 20px;
356 }
357
358 .identity-match-photo {
359   float: left;
360   text-align: center;
361   width: 120px;
362 }
363
364 .identity-match-name {
365   text-align: center;
366 }
367
368 .identity-match-details {
369   float: left;
370   text-align: center;
371   width: 120px;
372   overflow: hidden;
373   font-size: 10px;
374   font-weight: 500;
375   color: #999999;
376 }
377
378 .identity-match-break, .identity-match-end {
379   clear: both;
380 }
381
382 .identity-match-photo button {
383   border: none;
384   padding: 0;
385   margin: 0;
386   background: none;
387   height: 80px;
388   width: 80px;
389   cursor: pointer;
390 }
391
392 .selected-identity img {
393   border: 2px solid #ff0000;
394 }
395 /* poke */
396 #poke-desc {
397   margin: 5px 0 10px;
398 }
399
400 #poke-wrapper  {
401   padding: 10px 0 0px;
402 }
403
404 #poke-recipient, #poke-action, #poke-privacy-settings {
405   margin: 10px 0 30px;
406 }
407
408 #poke-recip-label, #poke-action-label, #prvmail-message-label {
409   margin: 10px 0 10px;
410 }
411 .version-match {
412   font-weight: bold;
413   color: #00a700;
414 }
415 .federation-graph {
416   margin: 0 auto;
417   float: right;
418 }
419 .federation-network-graph {
420   float: left;
421   margin: 20px;
422 }
423 ul.federation-stats,
424 ul.credits {
425   list-style: none;
426 }
427 ul.federation-stats li,
428 ul.credits li {
429   float: left;
430   width: 240px;
431 }
432 table#federation-stats {
433   width: 100%;
434 }
435 td.federation-data {
436   border-bottom: 1px solid #000;
437 }
438
439 .contact-entry-photo img {
440   max-width: 80px;
441   max-height: 80px;
442 }
443
444 /* forumlist widget */
445 .forumlist-img {
446   height: 20px;
447   width: 20px;
448   vertical-align: middle;
449 }
450
451 #forum-widget-collapse {
452   opacity: 0.3;
453 }
454
455 #forum-widget-collapse:hover {
456   opacity: 1.0;
457 }
458
459 .crepair-label {
460   margin-top: 10px;
461   float: left;
462   width: 250px;
463 }
464
465 .crepair-input {
466   margin-top: 10px;
467   float: left;
468   width: 200px;
469 }
470
471 .renderinfo {
472   clear: both;
473 }
474
475 .p-addr {
476   clear: both;
477 }
478
479 #live-community {
480   clear: both;
481 }
482
483 /* contact-edit */
484 #contact-edit-status-wrapper {
485   border: 1px solid;
486   padding: 10px;
487 }
488 #contact-edit-actions {
489   float: right;
490   display: inline-block;
491   position: relative;
492 }
493 #contact-edit-actions > .menu-popup {
494   right: 0;
495   left: auto;
496 }
497
498 #contact-edit-settings-label:after {
499   content: ' »';
500 }
501
502 #contact-edit-settings {
503   display: none;
504   margin: 10px 0;
505 }
506
507 /* settings page */
508 #settings-form .pageflags {
509     margin: 0 0 20px 30px;
510 }
511
512 /* admin pending user notes */
513 td.pendingnote {
514   padding-left: 20px;
515   padding-right: 20px;
516 }
517 td.pendingnote > p > span {
518   font-weight: bold;
519 }
520
521 /* warning message */
522 .warning-message {
523   padding: 10px;
524   margin: 5px;
525   border-left: 5px solid #f00;
526   font-weight: bold;
527 }
528
529 /* src/href attributes filter error display */
530 .invalid-src { border: 1px dotted red;}
531 .invalid-href { border-bottom: 1px dotted red;}
532 .invalid-src:after,
533 .invalid-href:after { content: '⚠️'}
534 img.invalid-src:after { vertical-align: top;}
535
536 /* Tag cloud */
537 .tag1, .tag1:hover {
538   font-size: 0.9em ;
539   color: DarkGray;
540 }
541 .tag2, .tag2:hover {
542   font-size: 1.0em;
543   color: LawnGreen;
544 }
545 .tag3, .tag3:hover {
546   font-size: 1.1em;
547   color: DarkOrange;
548 }
549 .tag4, .tag4:hover {
550   font-size: 1.2em;
551   color: Red;
552 }
553 .tag5, .tag5:hover {
554   font-size: 1.3em;
555   color: Gold;
556 }
557 .tag6, .tag6:hover {
558   font-size: 1.4em;
559   color: Teal;
560 }
561 .tag7, .tag7:hover {
562   font-size: 1.5em;
563   color: DarkMagenta;
564 }
565 .tag8, .tag8:hover {
566   font-size: 1.6em;
567   color: DarkGoldenRod;
568 }
569 .tag9, .tag9:hover {
570   font-size: 1.7em;
571   color: DarkBlue;
572 }
573 .tag10 .tag10:hover {
574   font-size: 1.8em;
575   color: DeepPink;
576 }
577 .tags > a:hover {
578   text-decoration: underline;
579 }
580 .tag-cloud {
581   word-wrap: break-word;
582 }