style.css
1.64 KB
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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
li {list-style: none;}
li:hover, li.selected{background: #DDDDDD}
input[type=radio]:checked{}
.clear{display: block; clear: both; height: 10px;}
.share-embed-size-list {
margin: 0;
padding: 0;
min-width: 500px;
overflow: visible;
clear: both;
}
.share-embed-size {
border: 1px solid #FFFFFF;
cursor: pointer;
float: left;
margin: 4px;
padding: 4px;
}
.share-embed-size > label {
display: block;
text-align: center;
}
label {
cursor: pointer;
}
.share-embed-size-radio {
display: none;
}
body, button, input, textarea {
font: 12px arial,sans-serif;
}
.share-embed-size .share-embed-size-name {
color: #666666;
display: block;
white-space: nowrap;
}
.share-embed-size .share-embed-size-box {
background: none repeat scroll 0 0 #DDDDDD;
border: 1px solid #999999;
display: block;
margin: auto 0;
padding: 1px;
}
.share-embed-size.default .share-embed-size-box {
height: 32px;
margin-left: 4px;
width: 42px;
}
.share-embed-size.default.wide .share-embed-size-box {
height: 27px;
width: 49px;
}
.share-embed-size.medium.wide .share-embed-size-box {
height: 31px;
width: 56px;
}
.share-embed-size.large.wide .share-embed-size-box {
height: 35px;
width: 64px;
}
.share-embed-size.hd720.wide .share-embed-size-box {
height: 42px;
width: 75px;
}
.share-embed-size.custom {
text-align: right;
}
.share-embed-size {
border: 1px solid #FFFFFF;
cursor: pointer;
float: left;
margin: 4px;
padding: 4px;
}
.share-embed-customize {
padding: 0.5em;
}
.share-embed-size.custom .share-embed-customize li {
margin: 0.25em;
}