mirror of
https://github.com/captbaritone/webamp.git
synced 2026-07-25 11:04:00 +00:00
Fix relaitve urls in css
This commit is contained in:
parent
58e7133cb8
commit
31bf748bfe
1 changed files with 16 additions and 16 deletions
|
|
@ -14,7 +14,7 @@ body {
|
|||
}
|
||||
|
||||
#shade-time {
|
||||
cursor:url('cursors/MAINMENU.PNG'), auto;
|
||||
cursor:url('../cursors/MAINMENU.PNG'), auto;
|
||||
}
|
||||
|
||||
/* Animation */
|
||||
|
|
@ -39,7 +39,7 @@ body {
|
|||
margin-left: -137px;
|
||||
top: 40%;
|
||||
left: 50%;
|
||||
cursor:url('cursors/MAINMENU.PNG'), auto;
|
||||
cursor:url('../cursors/MAINMENU.PNG'), auto;
|
||||
/* Ask the browser to scale showing large pixels if possible */
|
||||
image-rendering: -moz-crisp-edges; /* Firefox */
|
||||
image-rendering: -o-crisp-edges; /* Opera */
|
||||
|
|
@ -57,7 +57,7 @@ body {
|
|||
|
||||
#winamp.loading {
|
||||
background-color: #FFFFFF;
|
||||
background-image: url('images/loading.gif');
|
||||
background-image: url('../images/loading.gif');
|
||||
background-position: center;
|
||||
background-repeat: no-repeat;
|
||||
border: 2px solid #dddddd;
|
||||
|
|
@ -73,7 +73,7 @@ body {
|
|||
width: 275px;
|
||||
/* background-image: TITLEBAR.BMP via Javascript */
|
||||
background-position: -27px -14px;
|
||||
cursor:url('cursors/TITLEBAR.PNG'), auto;
|
||||
cursor:url('../cursors/TITLEBAR.PNG'), auto;
|
||||
}
|
||||
|
||||
#title-bar.selected {
|
||||
|
|
@ -96,7 +96,7 @@ body {
|
|||
height: 9px;
|
||||
width: 9px;
|
||||
top: 3px;
|
||||
cursor:url('cursors/MAINMENU.PNG'), auto;
|
||||
cursor:url('../cursors/MAINMENU.PNG'), auto;
|
||||
}
|
||||
|
||||
#title-bar #option {
|
||||
|
|
@ -129,7 +129,7 @@ body {
|
|||
left: 264px;
|
||||
/* background-image: TITLEBAR.BMP via Javascript */
|
||||
background-position: -18px 0px;
|
||||
cursor:url('cursors/CLOSE.PNG'), auto;
|
||||
cursor:url('../cursors/CLOSE.PNG'), auto;
|
||||
}
|
||||
#title-bar #close:active {
|
||||
background-position: -18px -9px;
|
||||
|
|
@ -380,7 +380,7 @@ body {
|
|||
width: 68px;
|
||||
/* background-image: VOLUME.BMP via Javascript */
|
||||
background-position: 0 0;
|
||||
cursor:url('cursors/POSBAR.PNG'), auto;
|
||||
cursor:url('../cursors/POSBAR.PNG'), auto;
|
||||
}
|
||||
#volume::-webkit-slider-thumb {
|
||||
display: block;
|
||||
|
|
@ -389,7 +389,7 @@ body {
|
|||
width: 14px;
|
||||
/* background-image: VOLUME.BMP via Javascript */
|
||||
background-position: -15px -422px;
|
||||
cursor:url('cursors/POSBAR.PNG'), auto;
|
||||
cursor:url('../cursors/POSBAR.PNG'), auto;
|
||||
background-repeat: no-repeat;
|
||||
}
|
||||
#volume::-moz-range-thumb {
|
||||
|
|
@ -398,7 +398,7 @@ body {
|
|||
width: 14px;
|
||||
/* background-image: VOLUME.BMP via Javascript */
|
||||
background-position: -15px -422px;
|
||||
cursor:url('cursors/POSBAR.PNG'), auto;
|
||||
cursor:url('../cursors/POSBAR.PNG'), auto;
|
||||
background-repeat: no-repeat;
|
||||
}
|
||||
#volume:active::-webkit-slider-thumb {
|
||||
|
|
@ -416,7 +416,7 @@ body {
|
|||
width: 38px;
|
||||
/* background-image: BALANCE.BMP via Javascript */
|
||||
background-position: -9px 0;
|
||||
cursor:url('cursors/POSBAR.PNG'), auto;
|
||||
cursor:url('../cursors/POSBAR.PNG'), auto;
|
||||
}
|
||||
|
||||
#balance::-webkit-slider-thumb {
|
||||
|
|
@ -425,7 +425,7 @@ body {
|
|||
width: 14px;
|
||||
/* background-image: VOLUME.BMP via Javascript */
|
||||
background-position: -15px -422px;
|
||||
cursor:url('cursors/POSBAR.PNG'), auto;
|
||||
cursor:url('../cursors/POSBAR.PNG'), auto;
|
||||
background-repeat: no-repeat;
|
||||
}
|
||||
#balance::-moz-range-thumb {
|
||||
|
|
@ -434,7 +434,7 @@ body {
|
|||
width: 14px;
|
||||
/* background-image: VOLUME.BMP via Javascript */
|
||||
background-position: -15px -422px;
|
||||
cursor:url('cursors/POSBAR.PNG'), auto;
|
||||
cursor:url('../cursors/POSBAR.PNG'), auto;
|
||||
background-repeat: no-repeat;
|
||||
}
|
||||
|
||||
|
|
@ -484,7 +484,7 @@ body {
|
|||
height: 10px;
|
||||
/* background-image: POSBAR.BMP via Javascript */
|
||||
background-repeat: no-repeat;
|
||||
cursor:url('cursors/POSBAR.PNG'), auto;
|
||||
cursor:url('../cursors/POSBAR.PNG'), auto;
|
||||
}
|
||||
|
||||
#position::-webkit-slider-thumb {
|
||||
|
|
@ -493,7 +493,7 @@ body {
|
|||
background-position: -248px 0;
|
||||
/* background-image: POSBAR.BMP via Javascript */
|
||||
background-repeat: no-repeat;
|
||||
cursor:url('cursors/POSBAR.PNG'), auto;
|
||||
cursor:url('../cursors/POSBAR.PNG'), auto;
|
||||
/*
|
||||
* Fix the strange bug in Safair/mobile-chrome
|
||||
* http://stackoverflow.com/questions/26727769/rendering-glitch-when-manipulating-range-input-value-via-javascript-in-webkit
|
||||
|
|
@ -508,7 +508,7 @@ body {
|
|||
background-position: -248px 0;
|
||||
/* background-image: POSBAR.BMP via Javascript */
|
||||
background-repeat: no-repeat;
|
||||
cursor:url('cursors/POSBAR.PNG'), auto;
|
||||
cursor:url('../cursors/POSBAR.PNG'), auto;
|
||||
}
|
||||
|
||||
/* For some reason, we can't use display: none here */
|
||||
|
|
@ -653,7 +653,7 @@ body {
|
|||
|
||||
.shade #title-bar {
|
||||
background-position: -27px -42px;
|
||||
cursor:url('cursors/MAINMENU.PNG'), auto;
|
||||
cursor:url('../cursors/MAINMENU.PNG'), auto;
|
||||
}
|
||||
|
||||
.shade #title-bar.selected {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue