I need alil pro help with a lockscreen im working on..
I got the script from another theme I got the it to work where i have the clock where the slide to unlock is. Pic below but for some reason you'll see in the pic tht on top blank pics thing appers with ? marks need help removing them. I can figure it out..
Thank you in advance for the Help..
this is all i have in the script for the lockscreen
body {
background-color: none;
margin: 0 auto;
}
#calendarbar {
text-align: center;
font: 30px "Digital";
color: yellow;
position: absolute;
width: 200px;
height: 52px;
top: 435px;
left: 115px;
letter-spacing: 1px;
word-spacing: 0px;
background-color: transparent;
opacity:1.0;
z-index: 4;
}
#clock {
text-align: center;
font: 35px "Digital";
color: yellow;
position: absolute;
width: 300px;
height: 100px;
opacity: 0.9;
top: 432px;
left: -12px;
letter-spacing: -4px;
word-spacing: -1px;
background-color: transparent;
overflow: visible;
z-index: 4;
}
#clock #minutes {
position: absolute;
text-align: left;
width: 71px;
height: 35px;
left: 88px;
top: 0px;
}
#clock #hours {
position: absolute;
text-align: right;
width: 80px;
height: 35px;
top: 0px;
left: 0px;
}
and a wallpaper.png in the lock folder
I got the script from another theme I got the it to work where i have the clock where the slide to unlock is. Pic below but for some reason you'll see in the pic tht on top blank pics thing appers with ? marks need help removing them. I can figure it out..
Thank you in advance for the Help..
this is all i have in the script for the lockscreen
body {
background-color: none;
margin: 0 auto;
}
#calendarbar {
text-align: center;
font: 30px "Digital";
color: yellow;
position: absolute;
width: 200px;
height: 52px;
top: 435px;
left: 115px;
letter-spacing: 1px;
word-spacing: 0px;
background-color: transparent;
opacity:1.0;
z-index: 4;
}
#clock {
text-align: center;
font: 35px "Digital";
color: yellow;
position: absolute;
width: 300px;
height: 100px;
opacity: 0.9;
top: 432px;
left: -12px;
letter-spacing: -4px;
word-spacing: -1px;
background-color: transparent;
overflow: visible;
z-index: 4;
}
#clock #minutes {
position: absolute;
text-align: left;
width: 71px;
height: 35px;
left: 88px;
top: 0px;
}
#clock #hours {
position: absolute;
text-align: right;
width: 80px;
height: 35px;
top: 0px;
left: 0px;
}
and a wallpaper.png in the lock folder