|
2010-02-25
, 16:21
|
|
Posts: 1,090 |
Thanked: 476 times |
Joined on Jan 2010
@ Ingolstadt, Germany
|
#292
|
div.Avatar { width: 60px; display: inline-block; vertical-align: middle; } .MessageAvatar { width: 60px; height:60px; -moz-border-radius: 15px 30px 30px 15px / 10px 20px 20px 10px; border-width: 2px; border-style: solid;
|
2010-02-25
, 16:24
|
|
Posts: 1,090 |
Thanked: 476 times |
Joined on Jan 2010
@ Ingolstadt, Germany
|
#293
|
Hey,
Has someone made "dull" layout for conversations. Something like this:
Contact with link to contact card.
|
2010-02-25
, 16:27
|
Posts: 2,829 |
Thanked: 1,459 times |
Joined on Dec 2009
@ Finland
|
#294
|
mhm... i only made sms conversation in an im conversation style... with both avatars on the left side... but the date is in the message-bubble as usual...
you want to have the date outside this bubble, right? maybe in an extra bubble or just as a text outside?
|
2010-02-25
, 16:39
|
|
Posts: 1,090 |
Thanked: 476 times |
Joined on Jan 2010
@ Ingolstadt, Germany
|
#295
|
Heh. Thank you for your help. But my whole point is to have really really basic "dull" and effective/pixel wise conversation so no bubbles no effects (but colors yes) no avatars. Bit like on irc.
|
2010-02-25
, 17:30
|
|
Posts: 1,090 |
Thanked: 476 times |
Joined on Jan 2010
@ Ingolstadt, Germany
|
#296
|
The Following User Says Thank You to b666m For This Useful Post: | ||
|
2010-02-25
, 17:32
|
Posts: 2,829 |
Thanked: 1,459 times |
Joined on Dec 2009
@ Finland
|
#297
|
|
2010-02-25
, 18:01
|
Posts: 21 |
Thanked: 4 times |
Joined on Jan 2010
@ Germany
|
#298
|
|
2010-02-25
, 19:50
|
|
Posts: 5,339 |
Thanked: 4,133 times |
Joined on Jan 2010
@ Israel
|
#299
|
ehm.... first attempt... strike: ^^
edit: as you can see.... bottomleft no corner... topleft 5px... topright 10px... bottomright 15px... all with a 2px border... for your orientation when planning the border-radiusCode:div.Avatar { width: 60px; display: inline-block; vertical-align: middle; } .MessageAvatar { width: 60px; height:60px; -moz-border-radius-topright: 10px; -moz-border-radius-topleft: 5px; -moz-border-radius-bottomright: 15px; /*-moz-border-radius-bottomleft: 20px;*/ border-width: 2px; border-style: solid;
|
2010-02-25
, 20:00
|
|
Posts: 1,090 |
Thanked: 476 times |
Joined on Jan 2010
@ Ingolstadt, Germany
|
#300
|
Haa. Looks better. I didn't thought that separation can be made also with backgrounds. On my digsby I have colored my contact conversation on red and my own text just black or on this case white so it really jumps to your eyes, but this is also fine. It would be nice if it is possible to take all padding between conversations away.
Tags |
bada rox, his lunchbox |
|
Has someone made "dull" layout for conversations. Something like this:
Contact: message here date|clock
Me: message here date|clock
Contact with link to contact card.