]> git.mxchange.org Git - friendica.git/blob - view/global.css
Merge pull request #942 from davidmoerike/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-link span.oembed + br, .type-video span.oembed + br,
61 .type-link a + br, .type-video a + br,
62 .type-link img + br, .type-video img + br{
63   display: none;
64 }