hello i like your style :P but i want to create my own and i have some problems :( when i or somebody type me very long sentence there are horizontal scrollbar appear... and also every messege has its own bubble for example i whrite couple lines one after other
on other styles all lines are in one bubble but in my style every has its own ...
and also can i use webkit gradient :D
Hi!
You can control the concatenated messages with Kopete's configuration, if you want them to show all together or separately.
The horizontal bar has to do with css's overflow. If a word is too long it will create problems. You choose whether to show the bar or hide the part that's overflowing or whatever.
As for the gradient... I don't know, if konqueror supports it, I guess Kopete will do too.
Thanks for your reply :P so i hide the scollbars but only if i can make to show some massages look separately...
Right now its look like that:
https://lh4.googleusercontent.com/-Py3gZv1-91o/TfNxLODcBjI/AAAAAAAAADk/w3vIEbQL0PE/s288
and i want to make it something like this:
https://lh6.googleusercontent.com/-H7B1qBHPn10/TfNxLH_W9pI/AAAAAAAAADo/5uAWoHD1dt0/s640
:P
sorry to bother you... if you know some forum or blog for these kind of things give me some link :D
thank you :)
Ah, you want consecutive. Then you are probably missing some template file, like NextContent.
You probably know this guide: http://kopete.kde.org/chatwindowstyleguide/index.html
Or just see the files in my mod and learn from there ;)
Here is mine NextContent.html:
(%time{%H:%M:%S}%) : %message%
<div id="insert"></div>
What should i put here and what exactly is "insert"... i don't hame ".insert" in my "mine.css" :D
You need to have <div id="insert" /> in both Content and NextContent.
When you have consecutive messages what's in NextContent will sustitute that "insert". That's why you need the insert in both files.
Ratings & Comments
6 Comments
hello i like your style :P but i want to create my own and i have some problems :( when i or somebody type me very long sentence there are horizontal scrollbar appear... and also every messege has its own bubble for example i whrite couple lines one after other on other styles all lines are in one bubble but in my style every has its own ... and also can i use webkit gradient :D
Hi! You can control the concatenated messages with Kopete's configuration, if you want them to show all together or separately. The horizontal bar has to do with css's overflow. If a word is too long it will create problems. You choose whether to show the bar or hide the part that's overflowing or whatever. As for the gradient... I don't know, if konqueror supports it, I guess Kopete will do too.
Thanks for your reply :P so i hide the scollbars but only if i can make to show some massages look separately... Right now its look like that: https://lh4.googleusercontent.com/-Py3gZv1-91o/TfNxLODcBjI/AAAAAAAAADk/w3vIEbQL0PE/s288 and i want to make it something like this: https://lh6.googleusercontent.com/-H7B1qBHPn10/TfNxLH_W9pI/AAAAAAAAADo/5uAWoHD1dt0/s640 :P sorry to bother you... if you know some forum or blog for these kind of things give me some link :D thank you :)
Ah, you want consecutive. Then you are probably missing some template file, like NextContent. You probably know this guide: http://kopete.kde.org/chatwindowstyleguide/index.html Or just see the files in my mod and learn from there ;)
Here is mine NextContent.html: (%time{%H:%M:%S}%) : %message% <div id="insert"></div> What should i put here and what exactly is "insert"... i don't hame ".insert" in my "mine.css" :D
You need to have <div id="insert" /> in both Content and NextContent. When you have consecutive messages what's in NextContent will sustitute that "insert". That's why you need the insert in both files.