forked from hummypkg/webif
924bc72832
git-svn-id: file:///root/webif/svn/humax/pkg/src/webif/trunk@694 2a923420-c742-0410-a762-8d5b09965624
61 lines
910 B
CSS
61 lines
910 B
CSS
.x-vlc-slider {
|
|
background:#C7F2FF;
|
|
text-align:center;
|
|
|
|
}
|
|
.x-vlc-slider-thumb {
|
|
background:#4EAECC;
|
|
width:3px;
|
|
}
|
|
.x-vlc-main {
|
|
|
|
}
|
|
.x-vlc-toolbar {
|
|
|
|
color:black;
|
|
|
|
}
|
|
.x-vlc-toolbar * {
|
|
vertical-align:top;
|
|
|
|
}
|
|
.x-vlc-btn {
|
|
|
|
padding-right:10px;
|
|
|
|
|
|
}
|
|
.x-vlc-btn-fullscreen {
|
|
background:url(/img/vlc/fullscreen2.gif) no-repeat;
|
|
}
|
|
.x-vlc-btn-plus {
|
|
background:url(/img/vlc/plus2.gif) no-repeat;
|
|
}
|
|
.x-vlc-btn-moins {
|
|
background:url(/img/vlc/moins2.gif) no-repeat;
|
|
}
|
|
.x-vlc-btn:hover {
|
|
color:red;
|
|
|
|
}
|
|
.x-vlc-btn-play {
|
|
background:url(/img/vlc/play2.gif) no-repeat;
|
|
}
|
|
.x-vlc-btn-stop {
|
|
background:url(/img/vlc/stop2.gif) no-repeat;
|
|
|
|
}
|
|
.x-vlc-btn-pause {
|
|
background:url(/img/vlc/pause2.gif) no-repeat;
|
|
|
|
}
|
|
.x-vlc-timer {
|
|
width:100px;
|
|
font-size:12px;
|
|
vertical-align:top;
|
|
text-align:center
|
|
}
|
|
.x-vlc-about {
|
|
font-size:10px;
|
|
}
|