![]() |
2010-01-26
, 05:09
|
Posts: 17 |
Thanked: 17 times |
Joined on Nov 2009
|
#71
|
![]() |
2010-01-26
, 13:43
|
|
Posts: 5,339 |
Thanked: 4,133 times |
Joined on Jan 2010
@ Israel
|
#72
|
just realized in my second sms-mod (with the bubbles lined up one below the other) that if you click on your contact's bubble it will move to the left side (which could be considered as special feature *lol*)
but for those who want the bubble to stay in place - here's the css-fix:
![]() |
2010-01-26
, 21:52
|
|
Posts: 5,339 |
Thanked: 4,133 times |
Joined on Jan 2010
@ Israel
|
#73
|
as i said... i could do that later... but it's the same as in the SMS-css... so you only have to open the sms-css and the im-css next to each other and look at the names and values .... and change them. ^^
btw: bringing color in the sms-conversation
(you can use the whole color-range of the n900... colors can be changed by editing the value behind "background:" in the bubbles-block (in css-file))
short color-table here: http://www.w3schools.com/CSS/css_colors.asp
bubble-borders to use: http://de.selfhtml.org/css/eigenscha...rder_style.htm
(as you see bubble-color can be defined as well - for every edge: http://de.selfhtml.org/css/eigenscha...rder_color.htm)
you can change the font to every installed font-type (don't know which types these are) http://de.selfhtml.org/css/eigenscha...ont_family.htm - it's possible to edit color and add shadow too: http://de.selfhtml.org/css/eigenscha...ext_shadow.htm
edit: second screenshot with borderstyles groove and ridge (too bad the second border color is always so dark - maybe can't tell dark-color and black apart)
div.BubbleSelf { -moz-border-radius: 6px ; border-style: solid; border-width: 1px; 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 */
![]() |
2010-01-26
, 21:57
|
|
Posts: 1,090 |
Thanked: 476 times |
Joined on Jan 2010
@ Ingolstadt, Germany
|
#74
|
Sorry, I don't understand.. can you explain me where exactly I need add the color line and what I need write ?
Thanks
div.BubbleSelf { background: #000000; -moz-border-radius: 6px ; border-style: solid; border-width: 1px; 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 */
The Following User Says Thank You to b666m For This Useful Post: | ||
![]() |
2010-01-26
, 21:59
|
|
Posts: 5,339 |
Thanked: 4,133 times |
Joined on Jan 2010
@ Israel
|
#75
|
![]() |
2010-01-26
, 22:03
|
|
Posts: 1,090 |
Thanked: 476 times |
Joined on Jan 2010
@ Ingolstadt, Germany
|
#76
|
![]() |
2010-01-26
, 23:21
|
|
Posts: 5,339 |
Thanked: 4,133 times |
Joined on Jan 2010
@ Israel
|
#77
|
np
please feel free to make a screenshot of your work and share it here (:
![]() |
2010-01-26
, 23:22
|
|
Posts: 5,339 |
Thanked: 4,133 times |
Joined on Jan 2010
@ Israel
|
#78
|
![]() |
2010-01-26
, 23:34
|
|
Posts: 1,090 |
Thanked: 476 times |
Joined on Jan 2010
@ Ingolstadt, Germany
|
#79
|
Can you explain how to add the shadow affect to text ? What I need write ?
Thanks
text-shadow:black 3px 2px; text-shadow:black 3px 2px 4px; text-shadow:black 0 0 5px, red 5px 5px 3px;
![]() |
2010-01-27
, 10:48
|
|
Posts: 5,339 |
Thanked: 4,133 times |
Joined on Jan 2010
@ Israel
|
#80
|
div.BubbleSelf { background: #000000; text-shadow: black 3px 2px; text-shadow: black 3px 2px 4px; -moz-border-radius: 6px ; border-style: solid; border-width: 1px;
div.BubbleSelf { background: #000000; text-shadow: black; shadow: 3px 2px; text-shadow: black; shadow: 3px 2px 4px; -moz-border-radius: 6px ; border-style: solid; border-width: 1px;
![]() |
Tags |
bada rox, his lunchbox |
|