View Single Post
Old 11/12/2009, 02:30 PM   #1 (permalink)
mracer29
Member
 
mracer29's Avatar
 
Join Date: Jul 2009
Posts: 476
Likes Received: 0
Thanks: 26
Thanked 137 Times in 62 Posts
Default How to create a scrim for contacts & messaging screen

Over on prethemer, I worked with "Syanni85" to add a background scrim to the contacts page. Using internalz I copied the list.css file from the stylesheets folder. Then I inserted the line of code "Syani85" had prepaired.
Like this.....

Edit the list page the stylesheets like this......

/* List view - avatars - none, clipped, and unclipped styles */

.contacts-list-view .palm-list {
padding-top: 8px;
}
body.wallpaper, body.palm-default {
background: url(../images/scrim.png) 0 0 fixed;
background-color: #000000;
-webkit-background-size: 100% 100%;
color: white;
}

.palm-alpha-divider {
height: 32px;
margin-top: -6px;
margin-bottom: -8px;
}

.list-pic {
position: absolute;
right: 20px;
margin-top: 7px;
}
.list-pic-square {
position: absolute;
right: 20px;
margin-top: 7px;
width: 34px;
height: 34px;
}
.list-pic-portrait {
position: absolute;
right: 20px;
margin-top: 7px;
width: 34px;
clip: rect(0,34px,34px,0);
}
.list-pic-landscape {
position: absolute;
margin-top: 7px;
right: 9px;
height: 34px;
clip: rect(0,34px,34px,0);
}

.list-frame {
position: absolute;
right: 12px;



Close and save the file..... Just to be clear were adding this....

body.wallpaper, body.palm-default {
background: url(../images/scrim.png) 0 0 fixed;
background-color: #000000;
-webkit-background-size: 100% 100%;
color: white;
}

...... to the line of code under the line......

.contacts-list-view .palm-list {
padding-top: 8px;
}

...... then close and save. Using webosQI send file to....

/usr/palm/applications/com.palm.app.contacts/stylesheets/

Next add the scrim.png to the images file. Send file to

/usr/palm/applications/com.palm.app.contacts/images/


Done!! waaalaaaaa! new contacts background! Im including the list.css file in a zip folder, this may save you the editing of your own file BUT, I am not responcible for your actions in any way!!!!!
Attached Images
File Type: jpg contacts_2009-12-11_145420.jpg (81.6 KB, 217 views) Email Attachment
Attached Files
File Type: zip list.zip (1.2 KB, 49 views) Email Attachment

Last edited by mracer29; 11/12/2009 at 08:38 PM.
mracer29 is offline   Reply With Quote
Thanked by dragbug, jr200901