-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
145 lines (122 loc) · 2.33 KB
/
style.css
File metadata and controls
145 lines (122 loc) · 2.33 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
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
body {
margin: 0;
padding: 0;
font-family: arial, Helvetica;
background-color: #fff;
width: 375px;
height: auto;
}
#banner {
height: auto;
width: 100%;
background-color: #fff;
border-radius: 3px;
line-height: 35px;
text-align: center;
position: relative;
}
#banner > span {
color: #c0243d;
font: 700 14px/14px arial, Helvetica;
display: inline-block;
-webkit-user-select: none;
height: 23px;
line-height: 23px;
padding:20px;
}
#container, #banner, #output, #share, #supportedPlayers {
border-bottom: 1px solid #d9d9d9;
}
#convertUrl {
-moz-border-radius:4px;
-webkit-border-radius:4px;
border-radius:4px;
border:1px solid #ffffff;
display:inline-block;
cursor:pointer;
color:#ffffff;
font-family:arial;
font-size:15px;
padding:6px;
text-decoration:none;
}
.invalidURL {
color: #c0243d;
padding: 10px;
}
.urlText, .youtubeValidUrlText {
color: #949494;
}
.logoStyle {
width: 65%;
}
.validUrl {
color: #4F8A10;
padding: 10px;
}
.convertUrl:active {
position:relative;
top:1px;
}
.devText {
text-decoration: none;
color: #828282;
font-weight: 500;
}
#share, #developers {
margin-top: 5px;
font-size: 12px;
color: #949494;
text-align: center;
padding: 10px;
}
#share-box {
margin-top: 5px;
margin-left: 8px;
}
#share-box div[data-social] {
cursor: pointer;
display: inline-block;
width: 32px;
height: 32px;
margin: 3px 10px 3px 3px;
border-radius: 3px;
background-image: url(images/popup.png);
}
#share-box div[data-social]:hover {
margin: 0px 7px 0px 0px;
border: 3px solid #cdc6bd
}
#share-box div[data-social="facebook"] {
background-position: -1px -1px;
}
#share-box div[data-social="twitter"] {
background-position: -1px -34px;
}
#share-box div[data-social="gplus"] {
background-position: -1px -67px;
}
#supportedPlayers {
text-align: center;
padding: 5px;
}
#supportedPlayers img {
width:18%;
padding: 7px;
}
#supportedPlayersText {
color: #949494;
font-weight: 400;
font-size: 15px;
text-align: center;
padding: 5px;
}
#supportedPlayers > img {
opacity: 0.7;
}
#supportedPlayers > img.DailyMotion {
opacity: 0.5;
}
#supportedPlayers > img:hover {
opacity: 1.0;
}