Reply
Thread Tools
Schturman's Avatar
Posts: 5,339 | Thanked: 4,133 times | Joined on Jan 2010 @ Israel
#461
Originally Posted by b666m View Post
@ schturman: post your whole css code
Hi
It's here:
Code:
/**
 * Style rules for the MessageBuffer
 */

/**
 * the body defaults
 */
body {
  margin-left: 0px;
  margin-right: 12px;
}

/**
 * The table column formats
 */

div.Message {
  padding-bottom: 8px;
  clear:      both;
  display:        block;
  padding-left: 8px;
  margin-top: -40px;
}

div.Message:first-child {
  padding-top: 0px;
}

div.Message:last-child {
  padding-bottom: 0px;
}

div.BubbleSelf {
  background: #600000;
  text-shadow:black 3px 2px 5px;

  opacity: 1;  

  position: relative;
  z-index: 2;

  -moz-border-radius-topleft: 30px;  /*** making your own borders ***/
  -moz-border-radius-bottomright: 30px;
  -moz-border-radius-bottomleft: 30px;
  border-style: solid;
  border-width: 2px;

  margin: 58px -17px 4px -15px;
  vertical-align: middle;
  padding: 4px 8px;

  display: inline-block;
  max-width: 636px;
  min-height: 56px;
  /* overflow: hidden; this bugs mouse events. see bug #123077 */
}

div.BubbleOther {
  background: #2F4F4F;
  text-shadow:black 3px 2px 5px;

  opacity: 1;  

  position: relative;
  z-index: 2;

  -moz-border-radius-topright: 30px;  /*** making your own borders ***/
  -moz-border-radius-bottomright: 30px;
  -moz-border-radius-bottomleft: 30px;
  border-style: solid;
  border-width: 2px;

  margin: 58px -15px 4px -17px;
  vertical-align: middle;
  padding: 4px 8px;

  display: inline-block;
  max-width: 636px;
  min-height: 56px;
  /* overflow: hidden; this bugs mouse events. see bug #123077 */
}

div.BubbleSpacer {
  padding: 0px;
  vertical-align: middle;
  display: table-cell;
  max-width: 636px;
  height: 56px;
}

div.BubbleSelfClicked {
  text-shadow:black 3px 2px 5px;

  opacity: 1;  

  position: relative;
  z-index: 2;

  -moz-border-radius-topleft: 30px;  /*** making your own borders ***/
  -moz-border-radius-bottomright: 30px;
  -moz-border-radius-bottomleft: 30px;
  border-style: solid;
  border-width: 2px;

  margin: 58px -17px 4px -15px;
  vertical-align: middle;
  padding: 4px 8px;

  display: inline-block;
  max-width: 636px;
  min-height: 56px;
 /* overflow: hidden; this bugs mouse events. see bug #123077 */
}


div.BubbleOtherClicked {
  text-shadow:black 3px 2px 5px;

  opacity: 1;  

  position: relative;
  z-index: 2;

  -moz-border-radius-topright: 30px;  /*** making your own borders ***/
  -moz-border-radius-bottomright: 30px;
  -moz-border-radius-bottomleft: 30px;
  border-style: solid;
  border-width: 2px;

  margin: 58px -15px 4px -17px;
  vertical-align: middle;
  padding: 4px 8px;

  display: inline-block;
  max-width: 636px;
  min-height: 56px;
  /* overflow: hidden; this bugs mouse events. see bug #123077 */
}

/**
 * Others' Avatars

div.Avatar {
  width: 64px;
  display: inline-block;
  vertical-align: top;
}

.MessageAvatar.Self {
  width: 60px;
  height:60px;
  position: relative;
  z-index: 1;
  margin-top: 4px;
  -moz-border-radius-topleft: 30px;
  -moz-border-radius-topright: 30px;
  -moz-border-radius-bottomright: 30px;
  border-width: 2px;
  border-style: solid;
}

.MessageAvatar.Other {
  width: 60px;
  height:60px;
  position: relative;
  z-index: 1;
  margin-top: 4px;
  -moz-border-radius-topleft: 30px;
  -moz-border-radius-topright: 30px;
  -moz-border-radius-bottomleft: 30px;
  border-width: 2px;
  border-style: solid;
}

img.MessagePresence {
  vertical-align: middle;
  width: 16px;
  height: 16px;
}
 
Posts: 527 | Thanked: 121 times | Joined on Feb 2010
#462
Originally Posted by Grant View Post
Another minimal style.
New in this thread.....
Where to put these new edited files?
 
Posts: 116 | Thanked: 147 times | Joined on Jan 2010
#463
Originally Posted by rolan900d View Post
New in this thread.....
Where to put these new edited files?
They replace the files in:
/usr/share/rtcom-messaging-ui/html/
Be sure to backup or rename the originals first.
 

The Following User Says Thank You to Grant For This Useful Post:
Posts: 120 | Thanked: 33 times | Joined on Jan 2010
#464
Originally Posted by efekt View Post
Hi all - I've edited my conversations screen alot, but could not find how to change the color of hyperlinks inside messages - say someone messaged me a phone number - the conversation screen automatically recognizes the number and allows me to click it.
Problem is - the color of those links is too bright (pale blue-ish) and is almost unreadable due to the similar color of the bubble's background...

So, anyone knows the attribute that should be changed in order to change that color?
In color.css file at the following link. That is where the colors are originally defined.

/etc/hildon/theme/css/colors.css

Make a backup before editing anything.

Sorry I don't know exactly which attribute it is but it's probably one of those with the color #3d9cff

Last edited by byte_76; 2010-03-31 at 20:21.
 

The Following User Says Thank You to byte_76 For This Useful Post:
efekt's Avatar
Posts: 422 | Thanked: 320 times | Joined on Oct 2009 @ Israel
#465
Thanks man! I'll try that - I hope it'll work
 
b666m's Avatar
Posts: 1,090 | Thanked: 476 times | Joined on Jan 2010 @ Ingolstadt, Germany
#466
Originally Posted by Schturman View Post
Hi
It's here:
maybe this one is responsible for not getting more width:

Code:
margin: 58px -17px 4px -15px;
try to change the values to 0 or something just to test if thats the case.

in short -> margin: 0px; or comment out this line ^^
 
niqbal's Avatar
Posts: 474 | Thanked: 368 times | Joined on Jan 2010
#467
Originally Posted by byte_76 View Post
Have you tried shadows for your bubbles?

-moz-box-shadow: black 8px 4px 4px;

I tried this but my scrolling becomes too slow, however you mentioned that yours is fast so maybe it will be ok with shadows.
yeah it does slow it down especially something like:
Code:
-moz-box-shadow: 0.2em 0.2em 0.7em black, inset 0 0 0.7em red;
so when we scroll, it is making these shadows as we go. i couldn't find anything as to how can we make them load before hand.

Last edited by niqbal; 2010-04-01 at 08:24.
 
Schturman's Avatar
Posts: 5,339 | Thanked: 4,133 times | Joined on Jan 2010 @ Israel
#468
Originally Posted by b666m View Post
maybe this one is responsible for not getting more width:

Code:
margin: 58px -17px 4px -15px;
try to change the values to 0 or something just to test if thats the case.

in short -> margin: 0px; or comment out this line ^^
hi
No, it's not what I want...
See my screen again. You can see the top-right corner of bubble over the bottom-left corner of avatar and I like that, but I want swich this to: corner of avatar over the corner of bubble.
It's possible ?
 
jesuska's Avatar
Posts: 104 | Thanked: 37 times | Joined on Feb 2010 @ Toulouse, France
#469
Originally Posted by Schturman View Post
hi
No, it's not what I want...
See my screen again. You can see the top-right corner of bubble over the bottom-left corner of avatar and I like that, but I want swich this to: corner of avatar over the corner of bubble.
It's possible ?
yes, just change the number of the order of each element, so that what you want on top is the HIGHEST number.

this is what you want to modify for each element :
z-index: 2;

Last edited by jesuska; 2010-04-01 at 14:38. Reason: changed lowest to highest ! ^^
 

The Following User Says Thank You to jesuska For This Useful Post:
Schturman's Avatar
Posts: 5,339 | Thanked: 4,133 times | Joined on Jan 2010 @ Israel
#470
Originally Posted by jesuska View Post
yes, just change the number of the order of each element, so that what you want on top is the lowest number.

this is what you want to modify for each element :
z-index: 2;
Yes, this is what I want
Thanks
 
Reply

Tags
bada rox, his lunchbox


 
Forum Jump


All times are GMT. The time now is 00:33.