-
Notifications
You must be signed in to change notification settings - Fork 15
/
socialfeed.css
49 lines (49 loc) · 1.09 KB
/
socialfeed.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
.socialfeed-container {
width: 600px;
margin: 0 auto;
font-size: 14px;
}
.socialfeed-container .socialfeed-item {
border-bottom: 1px solid #ddd;
margin: 10px 0;
position: relative;
padding: 10px 0;
}
.socialfeed-container .socialfeed-item .youtube-preview {
width: 580px;
}
.socialfeed-container .socialfeed-item iframe.youtube-preview {
height: 435px;
}
.socialfeed-container .socialfeed-item img.youtube-preview {
cursor: hand;
}
.socialfeed-container .socialfeed-item header {
position: relative;
}
.socialfeed-container .socialfeed-item h2 {
font-size: 1.2em;
margin: 0 0 5px;
width: 80%;
}
.socialfeed-container .socialfeed-item time {
position: absolute;
top: 0;
right: 0;
}
.socialfeed-container .socialfeed-item ul {
margin: 0 10px 0;
padding: 0;
list-style-type: none;
}
.socialfeed-container .socialfeed-item .socialfeed-body {
margin: 0 10px 0;
}
.socialfeed-container .socialfeed-item .socialfeed-icon {
font-size: 35px;
color: rgba(51, 51, 51, 0.3);
text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.6);
position: absolute;
left: -49px;
top: 10px;
}