![]() |
2010-02-26
, 07:24
|
|
Posts: 5,339 |
Thanked: 4,133 times |
Joined on Jan 2010
@ Israel
|
#302
|
span.MessageTimeStamp.Self { white-space: nowrap; vertical-align: middle; padding-top: 12px; margin-top: 8px; margin-left: 1px; margin-right: -2px; } span.MessageTimeStamp.Other { white-space: nowrap; vertical-align: middle; padding-top: 6px; margin-top: 8px; margin-left: 1px; margin-right: -2px; }
![]() |
2010-02-26
, 11:05
|
|
Posts: 1,090 |
Thanked: 476 times |
Joined on Jan 2010
@ Ingolstadt, Germany
|
#303
|
Thanks b666m
Looks very nice... I tried get this on IM conversation too, but without good result
Maybe you know, how I can get the "time & date" appear below to the "name" like here (yellow block is the "time & date")?
The Following User Says Thank You to b666m For This Useful Post: | ||
![]() |
2010-02-26
, 13:08
|
|
Posts: 5,339 |
Thanked: 4,133 times |
Joined on Jan 2010
@ Israel
|
#304
|
yep, looks pretty cool
mhm... i just don't know where the differences in sms and im conversation are... :/
it looks like you have changed the order of those blocks in the html right?
i think you have to change the order back to message-text in front of the timestamp and then doing a break in between of those + align the timestamp in the css to the right side
edit: or on a more dirty way: just turn the order back and add a left-margin to the timestamp which is as wide as your message-bubble - and of course align it to the right side here too ^^
![]() |
2010-02-26
, 13:21
|
|
Posts: 1,090 |
Thanked: 476 times |
Joined on Jan 2010
@ Ingolstadt, Germany
|
#305
|
How I can change the corners only on the "Other" avatar, like on this picture ?
.MessageAvatar.Other { width: 60px; height:60px; -moz-border-radius: 15px 30px 30px 15px / 10px 20px 20px 10px; border-width: 2px; border-style: solid;
.MessageAvatar.Self { width: 60px; height:60px; -moz-border-radius: 15px 30px 30px 15px / 10px 20px 20px 10px; border-width: 2px; border-style: solid;
![]() |
2010-02-26
, 14:01
|
|
Posts: 5,339 |
Thanked: 4,133 times |
Joined on Jan 2010
@ Israel
|
#306
|
<div class="Avatar"> <div id="AvatarImgSelf" class="MessageAvatar MessagingAvatarBorderColor DefaultBackgroundColor "></div> </div>
<div class="Avatar"> <div id="AvatarImgOther" class="MessageAvatar MessagingAvatarBorderColor DefaultBackgroundColor "></div> </div>
![]() |
2010-02-26
, 14:16
|
|
Posts: 5,339 |
Thanked: 4,133 times |
Joined on Jan 2010
@ Israel
|
#307
|
![]() |
2010-02-26
, 14:25
|
|
Posts: 1,090 |
Thanked: 476 times |
Joined on Jan 2010
@ Ingolstadt, Germany
|
#308
|
for me:
for other:Code:<div class="Avatar"> <div id="AvatarImgSelf" class="MessageAvatar MessagingAvatarBorderColor DefaultBackgroundColor Self"></div> </div>
Code:<div class="Avatar"> <div id="AvatarImgOther" class="MessageAvatar MessagingAvatarBorderColor DefaultBackgroundColor Other"></div> </div>
![]() |
2010-02-26
, 14:44
|
|
Posts: 5,339 |
Thanked: 4,133 times |
Joined on Jan 2010
@ Israel
|
#309
|
![]() |
2010-02-26
, 14:56
|
|
Posts: 1,090 |
Thanked: 476 times |
Joined on Jan 2010
@ Ingolstadt, Germany
|
#310
|
The Following User Says Thank You to b666m For This Useful Post: | ||
![]() |
Tags |
bada rox, his lunchbox |
|
nowhere.
i learned C and JAVA (and CAPL for automotive bus systems)
html and css are really easy.
in html you only have to care about the tags <div> ... </div> and <span> ... </span> and what class-names are used.
then in the css you can take this class-names and modify the style/layout of the content.
for all options/commands -> google. xD