This repository has been archived by the owner on Feb 7, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
vat.css
111 lines (93 loc) · 2.59 KB
/
vat.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
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
.IconRewind {
background-position: -80px -160px;
}
.IconBackward {
background-position: -48px -160px;
}
.IconMute {
background-position: -128px -160px;
}
.IconPlay {
background-position: 0 -160px;
}
.IconPause {
background-position: -16px -160px;
}
.IconForwardPause {
background-position: -64px -160px;
}
.IconUnmute {
background-position: -144px -160px;
}
.IconForward {
background-position: -32px -160px;
}
.PlayerIcon {
float: left;
width: 16px;
height: 16px;
background-image: url(jquery-ui-1.8.2.custom/css/ui-lightness/images/ui-icons_228ef1_256x240.png);
}
#flashPlayerScrubBar .ui-slider-handle,
#flashPlayerVolumeBar .ui-slider-handle {
background: #686b6b;
margin-left: -1px;
width: 5px;
}
.playerbutton {
display: inline-block;
outline: none;
cursor: pointer;
text-align: center;
text-decoration: none;
font: 14px/100% Arial, Helvetica, sans-serif;
padding: .1em;
text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
-webkit-border-radius: .5em;
-moz-border-radius: .5em;
border-radius: .5em;
-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
color: #fef4e9;
border: solid 1px #403b3d;
background: #f78d1d;
background: -webkit-gradient(linear, left top, left bottom, from(#686b6b), to(#000));
background: -moz-linear-gradient(top, #686b6b, #000);
}
.playerbutton:hover {
text-decoration: none;
background: #000;
}
.playerbutton:active {
position: relative;
top: 1px;
color: #000;
}
.dark {
color: #fef4e9;
border: solid 1px #403b3d;
background: #f78d1d;
background: -webkit-gradient(linear, left top, left bottom, from(#686b6b), to(#000));
background: -moz-linear-gradient(top, #686b6b, #000);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#686b6b', endColorstr='#000');
}
.dark:hover {
background: #000;
/* background: -webkit-gradient(linear, left top, left bottom, from(#f88e11), to(#f06015));
background: -moz-linear-gradient(top, #f88e11, #f06015);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f88e11', endColorstr='#f06015'); */
}
.dark:active {
color: #000;
/* background: -webkit-gradient(linear, left top, left bottom, from(#f47a20), to(#faa51a));
background: -moz-linear-gradient(top, #f47a20, #faa51a);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f47a20', endColorstr='#faa51a'); */
}
.start {
}
.end {
}
.ui-widget-header {
background: #2e83ff;
}