diff options
author | toma <toma@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2009-11-25 17:56:58 +0000 |
---|---|---|
committer | toma <toma@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2009-11-25 17:56:58 +0000 |
commit | bcb704366cb5e333a626c18c308c7e0448a8e69f (patch) | |
tree | f0d6ab7d78ecdd9207cf46536376b44b91a1ca71 /kopete/styles/Konqi/Contents/Resources/main.css | |
download | tdenetwork-bcb704366cb5e333a626c18c308c7e0448a8e69f.tar.gz tdenetwork-bcb704366cb5e333a626c18c308c7e0448a8e69f.zip |
Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features.
BUG:215923
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdenetwork@1054174 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kopete/styles/Konqi/Contents/Resources/main.css')
-rw-r--r-- | kopete/styles/Konqi/Contents/Resources/main.css | 50 |
1 files changed, 50 insertions, 0 deletions
diff --git a/kopete/styles/Konqi/Contents/Resources/main.css b/kopete/styles/Konqi/Contents/Resources/main.css new file mode 100644 index 00000000..48fc1bf3 --- /dev/null +++ b/kopete/styles/Konqi/Contents/Resources/main.css @@ -0,0 +1,50 @@ +body +{ + font-family:Verdana, sans-serif; + font-size : 12px; +} + +.contenu_incoming .corps_message +{ + text-decoration: none; + padding-top: 2 px; + margin: 5px 15px 5px 15px; +} + +.contenu_outgoing .corps_message +{ + text-decoration: none; + padding-top: 2 px; + margin: 5px 15px 5px 15px; +} + +.status +{ + margin-left: 15px; + font: 11px Verdana, sans-serif; +} + +.avatar +{ + position: relative; + top: 0; + left: 0; + height: 80px; +} + +.nom +{ + position:relative; + top: -35px; + margin-bottom: -30px; + z-index:2; +} + +.texte +{ + position:relative; + top: -35px; + margin-left: 100px; + margin-bottom: -10px; + z-index:1; +}
\ No newline at end of file |