I see. Pretty sure this widget is a "home grown" one and not in Cydia so the only way for you to have it is to SSH it into your phone.
ok thanks
I see. Pretty sure this widget is a "home grown" one and not in Cydia so the only way for you to have it is to SSH it into your phone.
YouTube has lots of tutorials on how to do all that stuff, that's how I learnt .
Can anyone tell me how to green color the time and the date of lex's mixed weather widget?
.CalendarWidget /* Calendar Position */
{
text-align:left;
position: absolute; top: 345px; right: 0px; down: 0px; left: 9px; z-index:20;
}
.main { /* Width, Height & Background Colour */
border-collapse:collapse;
text-align:left;
color: #ffffff;
text-shadow: #000000 0px 1px 0px;
// width:140px;
// height: 100px;
font-family:Helvetica;
font-size:12px;
font-weight: bold;
// border:1px solid #98bf21;
padding:2px 2px 2px 2px;
background-color:transparent;
}
#main td {
// text-align:center;
font-size:10px;
border:1px solid #8fa3ad;
padding:2px 2px 2px 2px;
}
#main tr {
font-size:10px;
// text-align:center;
// padding-top:5px;
// padding-bottom:4px;
// background-color:#8fa3ad;
// color:#ffffff;
}
.month { /* Month label */
position: relative; top: -16px;
color: transparent;
// text-shadow: 0px 1px 0px;
font-size: 20px;
font-weight: bold;
font-family:Helvetica;
opacity:0.2;
// padding: 2px 0px 2px 0px;
z-index: -2;
text-transform: uppercase;
}
.year { /* Year label */
position: relative; top: 6px;
color: transparent;
text-shadow: transparent 0px 1px 0px;
font-size: 20px;
font-weight: bold;
font-family:Helvetica;
opacity:0.2;
padding: 2px 0px 2px 0px;
z-index: -2;
text-transform: uppercase;
}
#daysofweek { /* Days Of the Week label */
// background-color:Black;
color: #ffffff;
text-shadow: #000000 0px 1px 0px;
font-size: 13px;
// font-weight: bold;
font-family:Helvetica;
// opacity:0.2;
padding: 0px 2px 0px 2px;
text-transform: capitalize;
}
#days { /* Days labels */
// position: relative; top: 150px; left: 0px; down: 0px; right: 0px;
color: #ffffff;
text-shadow: #000000 0px 1px 0px;
font-size: 12px;
// font-weight: bold;
font-family:Helvetica;
// opacity:0.2;
padding: 0px 3px 0px 3px;
text-transform: lowercase;
}
#today{ /* Current Date label */
background-color: transparent;
color: #ffffff;
text-shadow: #ffffff 0px 0px 6px;
font-family:Helvetica;
font-size: 18px;
font-weight: 900;
padding: 0px 3px 0px 3px;;
text-transform: uppercase;
Finished for now with my setup
I just have a small gripe, can anyone help me with moving december to align with the clock calendar?
I would greatly appreciate it, anyways, heres my setup atm. The code is under the picture, sorry for the wall of text, i would be super happy for help. as i need to learn css anyways
![]()
![]()
Finished for now with my setup
I just have a small gripe, can anyone help me with moving december to align with the clock calendar?
I would greatly appreciate it, anyways, heres my setup atm. The code is under the picture, sorry for the wall of text, i would be super happy for help. as i need to learn css anyways
<table style="position: absolute;top: 323px;[B] left: -207px[/B]; width: 321px; height: 481px;align: right; opacity: 0.9;">
<tr>
<td id="date" valign="top">
<span id="calendar">
<script language="JavaScript">calendarDate(); setInterval('calendarDate()', 1000 )</script>
</span>
</td>
</tr>
</table>
Got the clear status bar
Transparent Status Bar for iOS 4.0 in Cydia
Pretty sure you posted the CSS file for the Calendar.theme (CalSpringboard1 if you're using Lexs' original). What you need to edit is the Widget.html file in DateWeather.theme. Look for the following lines:
Thank you so much, seriously. I have tried for four hours now, and i know nothing about css. but now finally thanks to you i can go to rest.
Funny thing though, after spending 4 hours digging trough css files, i notice the weather icons were actually 128x128 resized to 53x53, so i resized them 15pixels bigger in width and height, think i turned out good.
Now i just need to find a new lockscreen, slantedlock is a bit to busy for me, and i need to find a new wallpaper for my homescreen.
Heres the end result after messing about, thanks again dancedreamfly
![]()
Finished. Or, i need a good wallpaper, but i cant find one, so i just use this atm as a placeholder.
Now i need to do some work, this takes up to much time lol
I change the postion of clock, month etc to the opposite side, and made the weather icons bigger, maybe to big? dunno
Anyone know how to remove clock on homescreen on 4.2.1? I tried mim, doesnt work
![]()
Heres a euro version (24 hour clock)
![]()