]> git.mxchange.org Git - friendica.git/blob - view/global.css
Merge pull request #984 from annando/master
[friendica.git] / view / global.css
1 /* List of social Networks */
2 img.connector, img.connector-disabled {
3   height: 40px;
4   margin-right: 10px;
5   border-radius: 10px;
6 }
7
8 img.connector-disabled {
9   opacity: 0.5;
10 }
11
12 h3.connector {
13   display: inline-block;
14   vertical-align: bottom;
15 }
16 span.connector {
17   vertical-align: super;
18 }
19
20 /* Embedded link information */
21 .type-link, .type-video {
22   border-top: 1px solid #D2D2D2;
23   border-bottom: 1px solid #D2D2D2;
24   display: block;
25   padding-top: 5px;
26   padding-bottom: 5px;
27   margin-top: 10px;
28 }
29 .type-link:after, .type-video:after {
30     content: ".";
31     display: block;
32     height: 0;
33     clear: both;
34     visibility: hidden;
35 }
36 .wall-item-container .wall-item-content .type-link img,
37 .type-link img, .type-video img {
38   max-width: 160px;
39   max-height: 160px;
40   float: left;
41   margin-right: 10px;
42 }
43 .type-link blockquote, .type-video blockquote {
44   margin-left: 0px;
45   max-height: 160px;
46   overflow: hidden;
47   border-left: 0px;
48   padding-left: 0px;
49   font-size: 13px;
50   line-height: normal;
51 }
52 .type-link .oembed, .type-video .oembed {
53   font-size: 18px;
54   font-weight: 300;
55   line-height: normal;
56 }
57 .type-link img, .type-video img {
58 }
59
60 .type-video .embed_video {
61   margin: 0em;
62 }
63
64 .type-link span.oembed + br, .type-video span.oembed + br,
65 .type-link a + br, .type-video a + br,
66 .type-link img + br, .type-video img + br{
67   display: none;
68 }
69
70 .embed_video {
71   float:left;
72   margin: 1em;
73   position: relative;
74 }
75
76 /* Shared Messages */
77 .shared_header {
78   height: 32px;
79   color: #999;
80   border-top: 1px solid #D2D2D2;
81   padding-top: 5px;
82   margin-top: 5px;
83 }
84
85 .shared_header a {
86   color: black;
87   -webkit-transition: all 0.2s ease-in-out;
88   -moz-transition: all 0.2s ease-in-out;
89   -o-transition: all 0.2s ease-in-out;
90   -ms-transition: all 0.2s ease-in-out;
91   transition: all 0.2s ease-in-out;
92 }
93
94 .shared_header a:hover {
95   color: #36c;
96 }
97
98 .shared_header img {
99   -webkit-border-radius: 4px;
100   -moz-border-radius: 4px;
101   border-radius: 4px;
102   float: left;
103 }
104
105 .shared_header span {
106   margin-left: 9px;
107 }
108
109 blockquote.shared_content {
110   margin-left: 32px;
111   color: #000;
112   border: none;
113 }