|
2010-04-19
, 06:23
|
|
Posts: 324 |
Thanked: 65 times |
Joined on Jun 2008
@ FL
|
#542
|
|
2010-04-19
, 23:30
|
Posts: 4 |
Thanked: 0 times |
Joined on Apr 2010
|
#543
|
/** * Style rules for the MessageBuffer */ /** * the body defaults */ body { margin-left: 16px; margin-right: 16px; } /** * The table column formats */ div.Message { padding-bottom: 8px; clear: both; display: block; padding-left: 8px; } div.Message:first-child { padding-top: 0px; } div.Message:last-child { padding-bottom: 0px; } div.BubbleSelf { -moz-border-radius: 10px; background-color: Black; color:#5E0000; border-style:ridge; border-width: 1px; border-right-width: thick; border-bottom-width: 3px; border-bottom-color: #5E0000; border-right-color: #5E0000; border-top-width: 0px; border-left-width: 0px; margin-left: 0px; margin-right: 0px; vertical-align: middle; padding: 4px 8px; display: inline-block; width: auto; max-width: 616px; min-height: 56px; /* overflow: hidden; this bugs mouse events. see bug #123077 */ } div.BubbleOther { -moz-border-radius: 10px; background-color: Black; color:#5E0000; border-style:ridge; border-width: 1px; border-right-width: thick; border-bottom-width: 3px; border-bottom-color: #5E0000; border-right-color: #5E0000; border-top-width: 0px; border-left-width: 0px; margin-left: 0px; margin-right: 0px; vertical-align: middle; padding: 4px 8px; display: inline-block; width: auto; max-width: 616px; min-height: 56px; /* overflow: hidden; this bugs mouse events. see bug #123077 */ } div.BubbleSpacer { padding: 0px; margin: 0px; vertical-align: middle; display: table-cell; width: 664px; max-width: 664px; height: 52px; } div.BubbleSelfClicked { -moz-border-radius: 6px ; border-style: ridge; border-width: 5px; border-color: #000000; margin-left: 0px; margin-right: 0px; vertical-align: middle; padding: 4px 8px; display: inline-block; width: 664px; min-height: 56px; /* overflow: hidden; this bugs mouse events. see bug #123077 */ } div.BubbleOtherClicked { -moz-border-radius: 6px ; border-style: ridge; border-width: 5px; border-color: #000000; text-shadow: 0.1em 0.1em #000; vertical-align: middle; padding: 4px 8px; display: inline-block; width: 664px; min-height: 56px; /* overflow: hidden; this bugs mouse events. see bug #123077 */ } /** * Others' Avatars * * This needs a "drop down" shadow, but no idea if that can be done *Adele: please note that this drop down shadow might be subjected to change *I've talked about it with Vilja who's in charge of address book layout *and we might change it so that it's a double border colour to indicate *that the avatar is clickable. drop shawdow doesn't seem to work with *dark backgrounds unless it's a light colour drop shadow. *PLEASE tell me if it's difficult to implement the drop shadow. * Looks like drop shadow is dropped from ui specs. And bug 139130 made me *remove the space for it anyway. */ div.Avatar { width: 60px; display: inline-block; vertical-align: top; } .MessageAvatar { width: 60px; height:60px; outline-style: solid; outline-width: 1px; -moz-outline-radius: 6px; } img.MessagePresence { vertical-align: middle; width: 16px; height: 16px; } /** * the Name field */ span.MessageNameField { word-wrap: break-word; vertical-align: middle; } /** * the Text field */ span.MessageText { text-align: left; vertical-align: middle; word-wrap: break-word; } /** * the TimeStamp default rules */ div.MessageRight { float: right; padding-left: 20x; white-space: nowrap; text-align: right; display: inline-block; } img.MessageBusinessCardImg { vertical-align: middle; padding-right: 4px; } img.MessageStatusImg { vertical-align: middle; padding-right: 8px; } .MessagingWidgetsSmiley { height: 24px; width: 24px; }
|
2010-04-19
, 23:53
|
Posts: 2 |
Thanked: 0 times |
Joined on Apr 2010
|
#544
|
|
2010-04-20
, 04:28
|
|
Posts: 474 |
Thanked: 368 times |
Joined on Jan 2010
|
#545
|
|
2010-04-20
, 06:03
|
Posts: 29 |
Thanked: 4 times |
Joined on Apr 2010
|
#546
|
deleted theme3 from thread, there were little margin issues that i fixed this weekend. so re-posting the files here
|
2010-04-20
, 07:24
|
|
Posts: 474 |
Thanked: 368 times |
Joined on Jan 2010
|
#547
|
Hi,
This is just awesome... But i have no clue what im doing and currently has no idea on what needs to be added.
BubbleSelfClicked {width:auto;} BubbleOtherClicked {width:auto;} BubbleSpacer {width:auto;}
<html> <span id="MessageSenderName"></span> <br /> <span class="MessageText"></span> <br /> <div class="MessageRight"></div> </html>
div.MessageRight { padding-left: 16px; white-space: nowrap; text-align: left; display: inline-block; }
|
2010-04-20
, 08:08
|
|
Posts: 324 |
Thanked: 65 times |
Joined on Jun 2008
@ FL
|
#548
|
so many f***ing issues and finally it came down to the extra protocol plugin for facebook chat. Do not use it. Use Jabber for facebook chat instead. Tested it using Skype + Facebook Chat via Jabber, worked flawlessly.
http://thenokiablog.com/2010/02/10/h...ut-of-the-box/
Own Avatar can be added by simply clicking on the 'avatar' and 'browse' to add. Image should be 60 px x 60 px png format. Your name will show the Username of whatever IM service you are using e.g. Skype ID, Msn ID etc.
theme1 for Conversations IM without any gap between Self and Other messages. theme2 for Conversations IM with gap between Self and Other messages.
Add the zipped files in /usr/share/rtcom-messaging-ui/html ; make sure to backup the original files.
|
2010-04-20
, 13:25
|
|
Posts: 474 |
Thanked: 368 times |
Joined on Jan 2010
|
#550
|
Tags |
bada rox, his lunchbox |
|
ya it wont work like this. You will have to modify sms files. you dont have to modify .js sms file, just html and css.
Last edited by niqbal; 2010-04-19 at 14:17.