


Kopete Styles by TLoF 6 comments
See you soon! - May 29 2007

Kopete Styles by suppandi 22 comments
Finally, I decided to put the pic in the left side (it was easier because you only have to type "position: absolute;") and I've had no more problems with the pic: it is always in his place. But then there was a new problem: the pic covered the time information (hh:mm) of the first message.
I tried to put that information (and then the message) 15px down, but then there appeared a blank area under the message text and I couldn't correct it. So I erased the time information for the first message and put it near the date (near the sender's name).
I've decided to upload the new stile modified: http://www.kde-look.org/content/show.php?content=45007
For the author: if there is any problem about I uploaded it, please make me know. - Aug 31 2006

Kopete Styles by suppandi 22 comments
".buddyicon {
height: 64px;
width: 64px;
position: relative;
float: right;
z-index: -2;
padding-top: 20px;
padding-right: 8px;
}"
with that:
".buddyicon {
height: 64px;
width: 64px;
position: relative;
bottom: 76px;
float: right;
z-index: -2;
padding-right: 8px;
}"
Then, emoticons and avatar will show all right :D.
P.D.: I haven't a good english level, so if you don't understand me, please ask me. - Aug 29 2006