Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.
Have gone back to using Breeze for my Lockscreen with Notifications

LEXS, I'm using Breeze now also (it's so clean and looks great in combination with fiftyfootshadows for the Springboard) and I had a question I've been meaning to ask you. Is it possible to make the "AM PM" a bit smaller than the seconds? I've looked through the code, but I can't seem to find the line that contains the font size. And I like how you changed up the color of the time slightly from the seconds and AM PM. :D

Thanks!
 
mail



mail
 
LEXS, I'm using Breeze now also (it's so clean and looks great in combination with fiftyfootshadows for the Springboard) and I had a question I've been meaning to ask you. Is it possible to make the "AM PM" a bit smaller than the seconds? I've looked through the code, but I can't seem to find the line that contains the font size. And I like how you changed up the color of the time slightly from the seconds and AM PM. :D

Thanks!

Looking at the HTLM the clock comes in 2 parts Clock 1 which is the Hr/min
clock 2 is the Sec/Am/Pm

If you Add a font-size to clock 2 it reduces both sec/am/pm
so not sure how to separate them

To change the color add the color/size/text shadow under what you want to change
Like so

#clock1 {
display: inline;
font-size: 35pt;
color: #silver;

text-shadow: #000 1px 2px 3px;

or Example for city

#city {
color: #silver;

text-shadow: #000 1px 2px 3px;
display: inline;

Hope that helps


Have added front size to
#clock2 {
position: relative;


top: 1px;
left: -6px;
display: inline;
font-size: 20pt;

and that reduces Sec/Am/pm
6jqd6r.png
 
Last edited:
Looking at the HTLM the clock comes in 2 parts Clock 1 which is the Hr/min
clock 2 is the Sec/Am/Pm

If you Add a font-size to clock 2 it reduces both sec/am/pm
so not sure how to separate them

To change the color add the color/size/text shadow under what you want to change
Like so

#clock1 {
display: inline;
font-size: 35pt;
color: #silver;

text-shadow: #000 1px 2px 3px;

or Example for city

#city {
color: #silver;

text-shadow: #000 1px 2px 3px;
display: inline;

Hope that helps


Have added front size to
#clock2 {
position: relative;


top: 1px;
left: -6px;
display: inline;
font-size: 20pt;

and that reduces Sec/Am/pm
6jqd6r.png

Awesome. Thank you, LEXS. I didn't think one could separate the seconds font from the am/pm font, but I thought I'd ask. It's not a big deal in the least!

Thanks for the help once again!
 
This probably took me 3 hours to set up, but I'm digging it. Lockscreen just slides off. Keyboard and dialer fully skinned like windows phone 7. Pretty cool.
 

Attachments

  • IMG_0838.PNG
    IMG_0838.PNG
    580.8 KB · Views: 64
  • IMG_0839.PNG
    IMG_0839.PNG
    155.4 KB · Views: 75
Hi Lex.

How did you get the dock to show up like that? Mine is shrunken since its 320 x 80 rather than the iPhone 4 res.

The Dock will work you have to have both in Theme Dock.png (theme)
and SBDockBG@2x in (Springboard) have checked download and
they are both there just make sure you have not removed either if you have
then you will get the shrunken version

Hope that helps
 
I didn't want the entire theme so I'm just looking to incorporate what I like from it. This is the current version.

fa86139a.jpg


the WEB is icab mobile instead of safari. What would I need to do to get rid of the black box around that text? I can't get the overlay to show either.
 
Last edited:
Wirelessly posted (Mozilla/5.0 (iPhone; U; CPU iPhone OS 4_1 like Mac OS X; en-us) AppleWebKit/532.9 (KHTML, like Gecko) Version/4.0.5 Mobile/8B117 Safari/6531.22.7)

LEXS1411 said:

Awesome my dear! For as knit picky as I am I would move the web icon to where the dialed icon is currently and slide everything down one! This way when you get a notification the SBBadge won't interfer with the weather widgets (yes I know OCD!)

As for kentuckyhouse I think I have a theme at the house that has the script that separates the am/pm from secs and able to adjust the size. I have to take a look and see!
 
What websites do you guys get some of these neat icons from? I'm looking for a bitesms one where its bitten on the corner.

thanks
 
What websites do you guys get some of these neat icons from? I'm looking for a bitesms one where its bitten on the corner.

thanks

Best source might be MacThemes. Along with this thread and the Part I of this thread, there's about 300 pages worth of goodies you'll need to sift through :D You can also Google icons and some of them should show up as well.

Also, nearly all the BiteSMS icons have that bitten look to it and there are numerous variations of it.
 
Some more for ya
 

Attachments

  • icon@2x.png
    icon@2x.png
    22 KB · Views: 1,140
  • icon@2xadfs.png
    icon@2xadfs.png
    26.6 KB · Views: 1,153
  • 1287584335_1.png
    1287584335_1.png
    22.5 KB · Views: 1,138
  • icon@2x(Alt3).png
    icon@2x(Alt3).png
    25.4 KB · Views: 1,153
  • bitesms (2).png
    bitesms (2).png
    21.3 KB · Views: 1,152
Have gone back to using Breeze for my Lockscreen with Notifications

9sqpfq.png

what program did you use to put the icons in the lockscreen? Is it a build-in function with Breeze Theme? I use LockInfo and activate it with activator.

Thanks
 
The Dock will work you have to have both in Theme Dock.png (theme)
and SBDockBG@2x in (Springboard) have checked download and
they are both there just make sure you have not removed either if you have
then you will get the shrunken version

Hope that helps

Thats weird. When I tried to enable the entire theme without any modifications, it still shows up with the shrunken dock.
 
Wirelessly posted (Mozilla/5.0 (iPhone; U; CPU iPhone OS 4_1 like Mac OS X; en-us) AppleWebKit/532.9 (KHTML, like Gecko) Version/4.0.5 Mobile/8B117 Safari/6531.22.7)



Awesome my dear! For as knit picky as I am I would move the web icon to where the dialed icon is currently and slide everything down one! This way when you get a notification the SBBadge won't interfer with the weather widgets (yes I know OCD!)

As for kentuckyhouse I think I have a theme at the house that has the script that separates the am/pm from secs and able to adjust the size. I have to take a look and see!

Hello knit picky :D

Yes I agree it would look better It has been along time since I have done a dbar Theme

On a personal note we are up and running again Sunny is back :)
 
Wirelessly posted (Mozilla/5.0 (iPhone; U; CPU iPhone OS 4_1 like Mac OS X; en-us) AppleWebKit/532.9 (KHTML, like Gecko) Version/4.0.5 Mobile/8B117 Safari/6531.22.7)

As for kentuckyhouse I think I have a theme at the house that has the script that separates the am/pm from secs and able to adjust the size. I have to take a look and see!

I would love it if you could come up with that file, Fantasigraphic! Thank you!

I changed my HS weather widget up :D

PTM_174_1000000586.png

Ohh...you have to post this modified date and weather widget. Please? :D
 
Thats weird. When I tried to enable the entire theme without any modifications, it still shows up with the shrunken dock.

Just Downloaded the file and placed in Phone as you can see from the Time

2l8g0ex.png


Are you using anything that may conflict with the Theme
Sorry not very helpful this is the first dbar I have done on a iP4 I am a little
rusty

But as you can see the Dock works fine perhaps someone else could download and confirm Thanks
 
what program did you use to put the icons in the lockscreen? Is it a build-in function with Breeze Theme? I use LockInfo and activate it with activator.

Thanks

I am using Gruppled and the files are in Bundles/com.ashman.Lockinfo and I have placed them in the Breeze Theme
 
Works fine *sort of* for me :D Whenever I get to moving around the icons and such it seems like it will work just fine.
 

Attachments

  • photo.PNG
    photo.PNG
    643.3 KB · Views: 67
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.