The Following User Says Thank You to Lobi_Earl For This Useful Post: | ||
|
2010-02-20
, 12:58
|
|
Posts: 1,090 |
Thanked: 476 times |
Joined on Jan 2010
@ Ingolstadt, Germany
|
#272
|
The Following User Says Thank You to b666m For This Useful Post: | ||
|
2010-02-20
, 13:23
|
Posts: 21 |
Thanked: 4 times |
Joined on Jan 2010
@ Germany
|
#273
|
|
2010-02-20
, 13:32
|
|
Posts: 1,090 |
Thanked: 476 times |
Joined on Jan 2010
@ Ingolstadt, Germany
|
#274
|
|
2010-02-20
, 17:05
|
|
Posts: 5,339 |
Thanked: 4,133 times |
Joined on Jan 2010
@ Israel
|
#275
|
ok then we have to accept this... could you tell me how I get my IM avatars rounded, I dont get that managed with my minimal know-how
* Avatars */ img.MessageAvatar { width: 64px; height: 64px; outline-style: solid; outline-width: 4px; outline-offset: -1px; -moz-outline-radius: 13px; padding: 1px; vertical-align: middle; } div.MessageAvatar { width: 64px; height: 64px; -moz-border-radius: 10px; border-width: 1px; border-style: solid; display: inline-block; vertical-align: middle; }
|
2010-02-20
, 19:02
|
|
Posts: 51 |
Thanked: 8 times |
Joined on Jan 2010
|
#276
|
haven't changed the font.
but something like "font-family:" should do the trick.
or maybe open up the html and define it there.
http://de.selfhtml.org/css/eigenscha...tm#font_family
|
2010-02-21
, 23:26
|
Posts: 36 |
Thanked: 2 times |
Joined on Jan 2010
@ USA
|
#277
|
Hello again !
Another question....
How I can get a bigger font of my name and name of "other" in the SMS and IM conversations ?
I tried play with this block, but without result
ThanksCode:* the Name field */ span.MessageNameField.Self { font-size:32px color:#4169E1; word-wrap: break-word; vertical-align: middle; } span.MessageNameField.Other { color:#FF0000; word-wrap: break-word; vertical-align: middle; }
|
2010-02-21
, 23:28
|
|
Posts: 1,090 |
Thanked: 476 times |
Joined on Jan 2010
@ Ingolstadt, Germany
|
#278
|
The Following User Says Thank You to b666m For This Useful Post: | ||
|
2010-02-24
, 22:54
|
|
Moderator |
Posts: 7,109 |
Thanked: 8,820 times |
Joined on Oct 2007
@ Vancouver, BC, Canada
|
#279
|
This my avatar block from IM css file, try it:
Thanks to b666mCode:* Avatars */ img.MessageAvatar { width: 64px; height: 64px; outline-style: solid; outline-width: 4px; outline-offset: -1px; -moz-outline-radius: 13px; padding: 1px; vertical-align: middle; } div.MessageAvatar { width: 64px; height: 64px; -moz-border-radius: 10px; border-width: 1px; border-style: solid; display: inline-block; vertical-align: middle; }
|
2010-02-24
, 23:07
|
|
Posts: 1,090 |
Thanked: 476 times |
Joined on Jan 2010
@ Ingolstadt, Germany
|
#280
|
Tags |
bada rox, his lunchbox |
|
That can be pretty annoying when the conversation is already quite long.... Is there any way to fix it?