webOS Nation Forums > Homebrew > webOS themes > ZomPre Theme
1 2 
Member: mrloserpunk
at: 12:08 AM 08/09/2009
So this is my Zombie themed Pre. I am pretty much just playing with it and make changes here and there. All directions are found readily through Main Page - WebOS Internals and precentral forums. Thanks to everyone who has helped me put this together!

Boot screens








Custom Icons, Carrier String,Enlarged Clock,Wifi and Signal Strength



Custom Scrim, Icons and Calender with Day



Custom Dial Pad



Contacts List

If anyone know how to change this txt please let me know!!



Sarah's Messaging Mods


Reply
Forum Leader: mamouton
at: 12:31 AM 08/09/2009
I changed the text you are referring to with Sarah's Avatar mod around line 600 I added the font color to change the font color. I discovered it by accident.
Reply
Member: thedonk13
at: 12:40 AM 08/09/2009
how can one get this sweet sweet theme...i love the dialer!
Reply
Member: mrloserpunk
at: 12:44 AM 08/09/2009
Originally Posted by :
chat-entry .chat-balloon .chat-balloon-wrapper {
margin: -10px -10px -14px -10px;
}

.chat-entry.chatRow .chat-balloon-wrapper {
margin: 0px;
}
.chat-entry .hideUnreadCount .buddy-list-unread {
display:none;
}
.chat-entry .title.truncating-text {
padding:0px;
max-width:170px;
display:inline-block;
color: #000000
Here?

Edit* that's a no go. That's the Contact list, Sarah's is a Messaging.css change. You sure a change in messaging app affected the contact list?
Reply
Member: mrloserpunk
at: 12:45 AM 08/09/2009
Get it and it's Components here http://www.choorp.com/
Reply
Member: cmd13
at: 01:05 AM 08/09/2009
dude where do i get the icons
Reply
Member: mrloserpunk
at: 01:14 AM 08/09/2009
Check www.Choorp.com
Reply
Member: sarah peterman
at: 06:32 AM 08/09/2009
Oh, pretty freaking sweet. Updating the theme list now.
Reply
Member: mrloserpunk
at: 11:03 AM 08/09/2009
My favorite is the Scrim. That picture was made for my scrim!
Reply
Member: sarah peterman
at: 11:30 AM 08/09/2009
Originally Posted by mrloserpunk:
My favorite is the Scrim. That picture was made for my scrim!
I like it all, but I love the chat balloons. Nice work.
Reply
Member: deviousracing
at: 02:43 PM 08/09/2009
i see custom dial pad, but nothing else, how is everything installed, this theme looks sooooo sweet, i love zombies
Reply
Forum Leader: mamouton
at: 04:00 PM 08/09/2009
Originally Posted by mrloserpunk:
Here?

Edit* that's a no go. That's the Contact list, Sarah's is a Messaging.css change. You sure a change in messaging app affected the contact list?
I thought you were referrring to the picture with the conversations and buddies in the menu, the second from the bottom. I changed that one, that isn't the phone app.
Reply
Forum Leader: mamouton
at: 04:30 PM 08/09/2009
If anyone know how to change this txt please let me know!!



For this text I added this to line 13 right after the comments in the usr/palm/applications/com.palm.app.messaging/stylesheets/messaging.css
[Code]
body.wallpaper,
body.palm-default {
color: #FF0000;
}
[/Code]
Attached: main chat window red.JPG (32.9 KB) 
Reply
Forum Leader: mamouton
at: 04:39 PM 08/09/2009
If anyone know how to change this txt please let me know!!


Sarah's Messaging Mods

[/QUOTE]


For this text I added the font color mine started at line 674 usr/palm/applications/com.palm.app.messaging/stylesheets/messaging.css
[Code]
.my-chat .chat-balloon-wrapper,
.their-chat .chat-balloon-wrapper {
padding: 1px 0;
font-size: 18px;
color: #FF0000;
word-wrap: break-word !important;
}
[/Code]
Attached: chat specific window.JPG (25.9 KB) 
Reply
Member: mrloserpunk
at: 04:46 PM 08/09/2009
im in the process of getting everything on Choorp.com but work is slowing me down

@mamouton: Thanks for your help in tracking this down, I do have the messaging app color changed, but still need to the contact list that comes up from the address book icon on the dialpad..
Reply
Forum Leader: mamouton
at: 04:56 PM 08/09/2009
Custom Dial Pad



Contacts List

To change this one starting at line 6 I put this code in the usr/palm/applications/com.palm.app.contacts/stylesheets/list.css
[Code]

body.wallpaper,
body.palm-default {
color: #FF0000;
}
[/Code]
Attached: contact list.JPG (28.3 KB) 
Reply
Member: mrloserpunk
at: 07:28 PM 08/09/2009
Originally Posted by mamouton:
Custom Dial Pad



Contacts List

To change this one starting at line 6 I put this code in the usr/palm/applications/com.palm.app.contacts/stylesheets/list.css
[Code]

body.wallpaper,
body.palm-default {
color: #FF0000;
}
[/Code]
This failed to produce desired effect. Copied from my /usr/palm/applications/com.palm.app.contacts/stylesheets list.css

Originally Posted by :
/* List Common */
body.wallpaper,
body.palm-default {
color: #FF0000;
}
div.hidden {
display: none;
Am i in the wrong place??
Reply
Forum Leader: mamouton
at: 12:32 AM 08/10/2009
Ok looking at your screen closer the contacts I changed is not the same one in the dialer. Let me do some more tinkering. Also what do you mean by imported font?
Reply
Member: mrloserpunk
at: 01:06 AM 08/10/2009
I appreciate your help with this. I'm glad i'm not doing the tinkering this time My bloody font. I want to import it to the pre and change the font of the carrier string...
Reply
Forum Leader: mamouton
at: 01:13 AM 08/10/2009
Still trying to track it down. I was able to get the numbers to dial red in the dialer(don't ask how) still looking for your screen
Reply
1 2 
webOS Nation Forums > Homebrew > webOS themes > ZomPre Theme