]> git.mxchange.org Git - friendica.git/blob - view/global.css
Merge pull request #1028 from tugelbend/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
37 .wall-item-container .wall-item-content .type-link img,
38 .type-link img, .type-video img, img.attachment-preview {
39   max-width: 160px;
40   max-height: 160px;
41   float: left;
42   margin-right: 10px;
43 }
44
45 .wall-item-container .wall-item-content .type-link img.attachment-image,
46 .type-link img.attachment-image, .type-video img.attachment-image  {
47   max-width: 640px;
48   max-height: initial;
49   float: initial;
50   margin-right: 0px;
51 }
52
53 .type-link blockquote, .type-video blockquote {
54   margin-left: 0px;
55   max-height: 160px;
56   overflow: hidden;
57   border-left: 0px;
58   padding-left: 0px;
59   font-size: 13px;
60   line-height: normal;
61 }
62 .type-link .oembed, .type-video .oembed {
63   font-size: 18px;
64   font-weight: 300;
65   line-height: normal;
66 }
67 .type-link img, .type-video img {
68 }
69
70 .type-video .embed_video {
71   margin: 0em;
72 }
73
74 .type-link span.oembed + br, .type-video span.oembed + br,
75 .type-link a + br, .type-video a + br,
76 .type-link img + br, .type-video img + br{
77   display: none;
78 }
79
80 .embed_video {
81   float:left;
82   margin: 1em;
83   position: relative;
84 }
85
86 /* Shared Messages */
87 .shared_header {
88   height: 32px;
89   color: #999;
90   border-top: 1px solid #D2D2D2;
91   padding-top: 5px;
92   margin-top: 5px;
93 }
94
95 .shared_header a {
96   color: black;
97   -webkit-transition: all 0.2s ease-in-out;
98   -moz-transition: all 0.2s ease-in-out;
99   -o-transition: all 0.2s ease-in-out;
100   -ms-transition: all 0.2s ease-in-out;
101   transition: all 0.2s ease-in-out;
102 }
103
104 .shared_header a:hover {
105   color: #36c;
106 }
107
108 .shared_header img {
109   -webkit-border-radius: 4px;
110   -moz-border-radius: 4px;
111   border-radius: 4px;
112   float: left;
113 }
114
115 .shared_header span {
116   margin-left: 9px;
117 }
118
119 blockquote.shared_content {
120   margin-left: 32px;
121   color: #000;
122   border: none;
123 }