
Adium Pushpin
Source (link to git-repo or to original if based on someone elses unmodified work): Add the source-code for this project on opencode.net
I just realized that kopete 0.12+ can load the message styles made for Adium. Just create a directory in $home/.kde/share/apps/kopete/styles/
and move the Contents folder in the adium theme in there.
As an example, i've attached the Contents directory in the pushpin style from
http://www.adiumxtras.com/index.php?a=xtras&xtra_id=198
Shalakhin
12 years ago
Thanks for this theme! I like it a lot ;) Some extra design I think.
Report
Phlogiston
12 years ago
http://kde-look.org/content/show.php?content=87775&vote=good&tan=81807655
Report
pfko
12 years ago
If anyone having a trouble with date localisation in header (so had I), just edit Header.html:
replace folowing line
%timeOpened{%B %e, %Y}%
with this
%timeOpened%
to use the default time format for the current locale.
To get the list of avaliable parameters, do man strftime.
Report
Phlogiston
13 years ago
I hope you can fix that :)
Report
QkEterror
12 years ago
Only problem is that this will also screw up your user icons, since these are of course also images.
I tried to create two classes (.buddyicon img and .KopeteMessageBody img), but that doesn't work apparently. If someone has a real solution I would really like to hear it.
Report
HCHRIST
13 years ago
Report
tweekyd
13 years ago
Report
Lam1ngton
14 years ago
Report
RicardoTux
14 years ago
Report
chandraiitk
14 years ago
Report
kossak
14 years ago
Report
UpsilonH24
14 years ago
Report
AceTheFace
14 years ago
Report
scsi
14 years ago
Report
theduke76
14 years ago
It not only looks very eh...different (in a very, very good way), it is also very clear.
Keep up the good work.
Report
sabby7890
14 years ago
Report
abhay
14 years ago
position: absolute;
}
from basestyle.css and now smileys position themselves properly. Can someone else also try and check?
Other wise this style is really great and very different. Something to show off :D
Report
TLoF
14 years ago
".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.
Report
TLoF
14 years ago
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.
Report
AceTheFace
14 years ago
Report
benv57
14 years ago
Otherwise, pretty good style.
Report
badllama77
13 years ago
IMG {
position: absolute;
}
And added the following
.right IMG {
position:relative;
}
This seems to have fixed the issue.
Report