]> git.mxchange.org Git - friendica.git/blob - view/global.css
0191c7d7c3287af123467a50ea91faeb444cd0ab
[friendica.git] / view / global.css
1 /* List of social Networks */
2 img.connector {
3   height: 40px;
4   margin-right: 10px;
5   border-radius: 10px;
6 }
7
8 h3.connector {
9   display: inline-block;
10   vertical-align: bottom;
11 }
12 span.connector {
13   vertical-align: super;
14 }
15
16 /* Embedded link information */
17 .type-link, .type-video {
18   border-top: 1px solid #D2D2D2;
19   border-bottom: 1px solid #D2D2D2;
20   display: block;
21   padding-top: 5px;
22   padding-bottom: 5px;
23   margin-top: 10px;
24 }
25 .type-link:after, .type-video:after {
26     content: ".";
27     display: block;
28     height: 0;
29     clear: both;
30     visibility: hidden;
31 }
32 .wall-item-container .wall-item-content .type-link img,
33 .type-link img, .type-video img {
34   max-width: 160px;
35   max-height: 160px;
36   float: left;
37   margin-right: 10px;
38 }
39 .type-link blockquote, .type-video blockquote {
40   margin-left: 0px;
41   max-height: 160px;
42   overflow: hidden;
43   border-left: 0px;
44   padding-left: 0px;
45   font-size: 13px;
46   line-height: normal;
47 }
48 .type-link .oembed, .type-video .oembed {
49   font-size: 18px;
50   font-weight: 300;
51   line-height: normal;
52 }
53 .type-link img, .type-video img {
54 }
55
56 .type-link span.oembed + br, .type-video span.oembed + br,
57 .type-link a + br, .type-video a + br,
58 .type-link img + br, .type-video img + br{
59   display: none;
60 }