Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.
Hasn't changed much, but this is the longest I've kept a theme...
 

Attachments

  • IMG_0386.PNG
    IMG_0386.PNG
    791.3 KB · Views: 67
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

img0044w.png



img0045o.png


.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;
 
Last edited:
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

img0044w.png



img0045o.png



Sorry i can't answer your question but could you share that clear status bar? Are you on an iPhone 4?
 
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

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:

Code:
<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>

The portion of the code in bold is what you should edit in order to move the text to the left or right.
 
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 :):)

img0047g.png
 
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 :):)

img0047g.png

Could you please upload your revisions? Thanks! :)
 
@Fi3nD

Where did you get your iphone 4 icon at the bottom right corner. I would love to have that icon :3
 
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 :p

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 :)

img0050.png



Heres a euro version (24 hour clock)
img0051p.png
 
Last edited:
Ive tried MiM, ill try no clock, hopefully it will work :) thanks

edit; no it doesnt work, it removes lockscreen clock, but thats it :/

Cant believe its that hard to remove the statusbar clock on 4.2.1
 
Last edited:
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 :p

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 :)

img0050.png



Heres a euro version (24 hour clock)
img0051p.png

Hey, what theme you got for the orange wifi bars/battery and green signal bars? I really like them.
 
Wirelessly posted (Mozilla/5.0 (iPod; U; CPU iPhone OS 4_1 like Mac OS X; en-us) AppleWebKit/532.9 (KHTML, like Gecko) Version/4.0.5 Mobile/8B118 Safari/6531.22.7)

Where do I get the wallpaper in this video? http://m.youtube.com/#/watch?xl=xl_blazer&v=opXhU138bDM I loved this wallpaper until I restored and can't find it.
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.