-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmicropublisher.css
66 lines (60 loc) · 1.03 KB
/
micropublisher.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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
div.link-field-column {
float: left;
width: 48%;
}
div.link-field-column .form-text {
width: 95%;
}
div.link-field-button{
}
/* enbedded element */
.micropublisher_embedded{
margin: 16px 7px 7px;
}
.micropublisher_embedded_images{
float: left;
margin-top: 12px;
margin-right: 12px;
width: 85px;
}
.micropublisher_embedded_info{
float: left;
margin-top: 12px;
max-width: 70%;
}
.micropublisher_embedded_title{
cursor: pointer;
font-size: 11px;
font-weight: bold;
}
.micropublisher_embedded_url{
font-size: 11px;
float: left;
padding: 3px;
}
.micropublisher_embedded_desc{
cursor: pointer;
font-size: 11px;
margin-top: 5px;
clear: both;
}
.micropublisher_embedded_totalimg{
color: #333333;
float: left;
font-size: 10px;
margin: 5px;
}
.micropublisher-embedded-provider-img{
float: left;
}
.micropublisher_embedded_image_video{
}
.micropublisher_embedded_image_image{
}
.micropublisher_embedded_video_play{
padding: 5px;
position: absolute;
}
.micropublisher_embedded_video_code{
display: none;
}