![]() |
Re: Customize N900 Conversations
I have this too before.... -moz-border-radius - Should be 10px
Try this option: Code:
* Avatars |
Re: Customize N900 Conversations
Quote:
|
Re: Customize N900 Conversations
Quote:
please post if it works... and make a screenshots if it does ^^ |
Re: Customize N900 Conversations
Quote:
Aha, I had just copied -moz-outline-radius instead of -moz-border-radius, thanks! |
Re: Customize N900 Conversations
does anyone know how i can take a whole sms convosation and copy it and paste it into a word document so it can be printed or emailed
|
Re: Customize N900 Conversations
Quote:
Code:
img.MessageAvatar { http://i46.tinypic.com/21nih5j.png Off question.... Look at this picture, I don't know why, but only this IM conversation not jumping to the top of the page when I open it and all other IM conversations is jumping.... Why, I don't know...:confused: |
Re: Customize N900 Conversations
Quote:
Quote:
|
Re: Customize N900 Conversations
|
Re: Customize N900 Conversations
Quote:
|
Re: Customize N900 Conversations
ehm.... first attempt... strike: ^^
http://img19.imageshack.us/img19/303...0022517045.png Code:
div.Avatar { |
Re: Customize N900 Conversations
Hey,
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. |
Re: Customize N900 Conversations
and for your joy: ^^
http://img693.imageshack.us/img693/1...0022517184.png Code:
div.Avatar { |
Re: Customize N900 Conversations
Quote:
you want to have the date outside this bubble, right? maybe in an extra bubble or just as a text outside? |
Re: Customize N900 Conversations
Quote:
|
Re: Customize N900 Conversations
Quote:
let's see what i can do for you (: |
Re: Customize N900 Conversations
mhm... first attempt:
http://img144.imageshack.us/img144/3...0022518262.png i thought it might be a good idea to have the background-colors because you can identify faster who wrote the message. (don't know if you're thinking the same way ^^) but you can change the background-colors for not seeing any kind of bubbles... any suggestions? (: edit: oh... i forgot to edit the min-height of those messages... that's why one-liners look kind of mis-aligned... but that's quick-to-fix :) |
Re: Customize N900 Conversations
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.
|
Re: Customize N900 Conversations
omg b666m where did you learn to code that good?? I wish I could do this too I'd really like to get the message bubble's corners rounded same as the avatars are... got this problem in IM conversations cause I'm not using the bubbles css postet earlier in this Thread, it was way too laggy... :(
|
Re: Customize N900 Conversations
Quote:
But I tried getting this on the IM :D |
Re: Customize N900 Conversations
Quote:
you could describe how you like to see the layout. which background color(s), which font color(s) and so on... maybe you could make a screenshot or picture how you would like to have it (: |
Re: Customize N900 Conversations
Quote:
nowhere. :p i learned C and JAVA (and CAPL for automotive bus systems) :D 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 |
Re: Customize N900 Conversations
Thanks b666m :D
Looks very nice... I tried get this on IM conversation too, but without good result :( http://i47.tinypic.com/2nghcua.png Maybe you know, how I can get the "time & date" appear below to the "name" like here (yellow block is the "time & date")?: http://i50.tinypic.com/157pcy.png Here my time blocks: Code:
span.MessageTimeStamp.Self { |
Re: Customize N900 Conversations
Quote:
mhm... i just don't know where the differences in sms and im conversation are... :/ Quote:
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 ^^ |
Re: Customize N900 Conversations
Quote:
Thanks, I'll try this... Another question.... How I can change the corners only on the "Other" avatar, like on this picture ? (don't look on the face of guy, see only the corners of avatar) http://i48.tinypic.com/34rd89l.png |
Re: Customize N900 Conversations
Quote:
if you have different class names for your and your contact's avatar then this should do it: Code:
.MessageAvatar.Other {Code:
.MessageAvatar.Self {(you can use your four lines for topleft, etc instead) |
Re: Customize N900 Conversations
I tried this before...
I don't know why, but if I add ".Self" and ".Other" to the .MessageAvatar I got the conversation without avatars :confused: Maybe I need change something in the HTML file ? for me: Code:
<div class="Avatar">Code:
<div class="Avatar"> |
Re: Customize N900 Conversations
Yess, I got this :D
|
Re: Customize N900 Conversations
Quote:
after that the .Self and .Other options should work in the css :) |
Re: Customize N900 Conversations
Yes, yes I did it myself , see my message before :)
Here is the result, I change the bubble too :D http://i48.tinypic.com/34zaz5k.png |
Re: Customize N900 Conversations
now when i look at this... i think it would be even cooler if you could remove those spaces in between the avatars and the bubbles:
http://img59.imageshack.us/img59/8905/34zaz5k.png others avatar: - only round off bottom left corner others bubble: - only round off top right corner your avatar: - only round off bottom right corner your bubble: - only round off top left corner so that this would look like one big bubble without any spaces. (this would look especially cool if it's only a one-line message) |
Re: Customize N900 Conversations
Thanks, I tried this, but you are right, this option only for one-line message :)
I tried to edit block placed below to the timestamp Code:
div.MessageRight {How I can get this time&date below the name (another line) ? Thanks |
Re: Customize N900 Conversations
Quote:
if this doesn't work immediately you can add a margin-left line with a value of the bubble-width to make a break via css. ^^ |
Re: Customize N900 Conversations
Quote:
The right portion can be more pointy same as the left portion of the txt msg bubble and then it would be perfect . Can anyone do the coding/modding and zip it and upload it same as the one b666m did already on the page 4 ? Cheers |
Re: Customize N900 Conversations
I tried this, that does not work how to I want... Timestamp not jumping to other line in the short messages. :(
Code:
<span id="MessageTextSelf" class="MessageText Self"></span> |
Re: Customize N900 Conversations
Quote:
Code:
<div id="MessageTextSelf" class="MessageText Self"></div>div adds a new break (after the /div !!!). span only groups things. :) |
Re: Customize N900 Conversations
Quote:
(i don't want to do all the work on my own to get these results xD) |
Re: Customize N900 Conversations
Quote:
Haaaa, Thanks ! I forgot about it :o I try this later... Quote:
http://i48.tinypic.com/34zaz5k.png But this files edited for right to left for hebrew language, I do not think it will suit you :) |
Re: Customize N900 Conversations
Quote:
np... i won't touch neither the js-file nor the html-file ^^ and the css-file should just be responsible for the style. so i think it'll work out for everyone. but i'm going to test that right now ;) edit: ok, you're right... the style looks great... the alignment isn't the same... so i guess i'll have to make some patchwork *G* |
Re: Customize N900 Conversations
first attempt:
looks good for own messages :) don't get the other's avatar and message aligning to the right side and the space between bubble and avatar is strange too :/ but i'll keep trying :D (btw: i used the direction-command you used in your html. but there i have some problems with text-wrapping and so on :/) ahhh... nearly forget the image xD http://img715.imageshack.us/img715/5...0022717060.png |
Re: Customize N900 Conversations
update:
alignment to the right side is ok. after some problems with the alignment of the own avatar and messages it all looks pretty good. but i don't have any clue why there are gaps between bubbles and avatars again.... -.-' http://img109.imageshack.us/img109/2...0022718414.png edit: that's the code so far: Code:
/** |
| All times are GMT. The time now is 15:39. |
vBulletin® Version 3.8.8