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/Variants | |
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/Variants')
18 files changed, 282 insertions, 0 deletions
diff --git a/kopete/styles/Konqi/Contents/Resources/Variants/Makefile.am b/kopete/styles/Konqi/Contents/Resources/Variants/Makefile.am new file mode 100644 index 00000000..74bf56f3 --- /dev/null +++ b/kopete/styles/Konqi/Contents/Resources/Variants/Makefile.am @@ -0,0 +1,5 @@ +SUBDIRS = konqui +style_DATA = Side_blue_moon.css Side_blue_without_transparency.css Side_green_without_trans.css Side_blue.css Side_blue_moon_without_transparency.css Side_green.css Side_green_without_transparency.css +styledir = $(kde_datadir)/kopete/styles/Konqi/Contents/Resources/Variants + +EXTRA_DIST = $(style_DATA)
\ No newline at end of file diff --git a/kopete/styles/Konqi/Contents/Resources/Variants/Side_blue.css b/kopete/styles/Konqi/Contents/Resources/Variants/Side_blue.css new file mode 100644 index 00000000..9bda16d0 --- /dev/null +++ b/kopete/styles/Konqi/Contents/Resources/Variants/Side_blue.css @@ -0,0 +1,39 @@ +body { + background: #000000 url(konqui/konqui-blue.png) fixed; + background-repeat : no-repeat; + background-size : 100% auto; + background-position : bottom right; +} + +.contenu_incoming .corps_message +{ + background-color: transparente; + color: black; + background: url("konqui/cadre3.png"); + border: 2px solid #365396; +} + +.contenu_outgoing .corps_message +{ + background-color: transparente; + color: black; + background: url("konqui/cadre3.png"); + border: 2px solid #365396; +} + +.status +{ + background-color: transparent; + color: white; +} + +.nom +{ + color: #0000FF; +} + +.texte +{ + text-shadow: 1px 1px 3px #000000; + color: white; +} diff --git a/kopete/styles/Konqi/Contents/Resources/Variants/Side_blue_moon.css b/kopete/styles/Konqi/Contents/Resources/Variants/Side_blue_moon.css new file mode 100644 index 00000000..d934f54f --- /dev/null +++ b/kopete/styles/Konqi/Contents/Resources/Variants/Side_blue_moon.css @@ -0,0 +1,39 @@ +body { + background: #FFFFFF url(konqui/konqui-moon.jpg) fixed; + background-repeat : no-repeat; + background-size : 100% auto; + background-position : bottom right; +} + +.contenu_incoming .corps_message +{ + background-color: transparente; + color: black; + background: url("konqui/cadre5.png"); + border: 2px solid #2F4883; +} + +.contenu_outgoing .corps_message +{ + background-color: transparente; + color: black; + background: url("konqui/cadre5.png"); + border: 2px solid #2F4883; +} + +.status +{ + background-color: transparent; + color: white; +} + +.nom +{ + color: #0000FF; +} + +.texte +{ + text-shadow: 1px 1px 3px #000000; + color: white; +} diff --git a/kopete/styles/Konqi/Contents/Resources/Variants/Side_blue_moon_without_transparency.css b/kopete/styles/Konqi/Contents/Resources/Variants/Side_blue_moon_without_transparency.css new file mode 100644 index 00000000..190948a8 --- /dev/null +++ b/kopete/styles/Konqi/Contents/Resources/Variants/Side_blue_moon_without_transparency.css @@ -0,0 +1,39 @@ +body { + background: #FFFFFF url(konqui/konqui-moon.jpg) fixed; + background-repeat : no-repeat; + background-size : 100% auto; + background-position : bottom right; +} + +.contenu_incoming .corps_message +{ + background-color: transparente; + color: black; + background: url("konqui/cadre6.png"); + border: 2px solid #365396; +} + +.contenu_outgoing .corps_message +{ + background-color: transparente; + color: black; + background: url("konqui/cadre6.png"); + border: 2px solid #365396; +} + +.status +{ + background-color: transparent; + color: white; +} + +.nom +{ + color: #0000FF; +} + +.texte +{ + text-shadow: 1px 1px 3px #000000; + color: white; +} diff --git a/kopete/styles/Konqi/Contents/Resources/Variants/Side_blue_without_transparency.css b/kopete/styles/Konqi/Contents/Resources/Variants/Side_blue_without_transparency.css new file mode 100644 index 00000000..5cc2f7a7 --- /dev/null +++ b/kopete/styles/Konqi/Contents/Resources/Variants/Side_blue_without_transparency.css @@ -0,0 +1,39 @@ +body { + background: #FFFFFF url(konqui/konqui-blue.png) fixed; + background-repeat : no-repeat; + background-size : 100% auto; + background-position : bottom right; +} + +.contenu_incoming .corps_message +{ + background-color: transparente; + color: black; + background: url("konqui/cadre4.png"); + border: 2px solid #365396; +} + +.contenu_outgoing .corps_message +{ + background-color: transparente; + color: black; + background: url("konqui/cadre4.png"); + border: 2px solid #365396; +} + +.status +{ + background-color: transparent; + color: white; +} + +.nom +{ + color: #0000FF; +} + +.texte +{ + text-shadow: 1px 1px 3px #000000; + color: white; +} diff --git a/kopete/styles/Konqi/Contents/Resources/Variants/Side_green.css b/kopete/styles/Konqi/Contents/Resources/Variants/Side_green.css new file mode 100644 index 00000000..c46cd3ec --- /dev/null +++ b/kopete/styles/Konqi/Contents/Resources/Variants/Side_green.css @@ -0,0 +1,39 @@ +body { + background: #FFFFFF url(konqui/konqui-green.png) fixed; + background-repeat : no-repeat; + background-size : 100% auto; + background-position : bottom right; +} + +.contenu_incoming .corps_message +{ + background-color: transparente; + color: black; + background: url("konqui/cadre2.png"); + border: 2px solid #194C15; +} + +.contenu_outgoing .corps_message +{ + background-color: transparente; + color: black; + background: url("konqui/cadre2.png"); + border: 2px solid #194C15; +} + +.status +{ + background-color: transparent; + color: black; +} + +.nom +{ + color: #0000FF; +} + +.texte +{ + text-shadow: 1px 1px 3px #000000; + color: white; +} diff --git a/kopete/styles/Konqi/Contents/Resources/Variants/Side_green_without_trans.css b/kopete/styles/Konqi/Contents/Resources/Variants/Side_green_without_trans.css new file mode 100644 index 00000000..380800d0 --- /dev/null +++ b/kopete/styles/Konqi/Contents/Resources/Variants/Side_green_without_trans.css @@ -0,0 +1,39 @@ +body { + background: #FFFFFF url(konqui/konqui-green.png) fixed; + background-repeat : no-repeat; + background-size : 100% auto; + background-position : bottom right; +} + +.contenu_incoming .corps_message +{ + background-color: transparente; + color: black; + background: url("konqui/cadre1.png"); + border: 2px solid #194C15; +} + +.contenu_outgoing .corps_message +{ + background-color: transparente; + color: black; + background: url("konqui/cadre1.png"); + border: 2px solid #194C15; +} + +.status +{ + background-color: transparent; + color: black; +} + +.nom +{ + color: #0000FF; +} + +.texte +{ + text-shadow: 1px 1px 3px #000000; + color: white; +} diff --git a/kopete/styles/Konqi/Contents/Resources/Variants/Side_green_without_transparency.css b/kopete/styles/Konqi/Contents/Resources/Variants/Side_green_without_transparency.css new file mode 100644 index 00000000..380800d0 --- /dev/null +++ b/kopete/styles/Konqi/Contents/Resources/Variants/Side_green_without_transparency.css @@ -0,0 +1,39 @@ +body { + background: #FFFFFF url(konqui/konqui-green.png) fixed; + background-repeat : no-repeat; + background-size : 100% auto; + background-position : bottom right; +} + +.contenu_incoming .corps_message +{ + background-color: transparente; + color: black; + background: url("konqui/cadre1.png"); + border: 2px solid #194C15; +} + +.contenu_outgoing .corps_message +{ + background-color: transparente; + color: black; + background: url("konqui/cadre1.png"); + border: 2px solid #194C15; +} + +.status +{ + background-color: transparent; + color: black; +} + +.nom +{ + color: #0000FF; +} + +.texte +{ + text-shadow: 1px 1px 3px #000000; + color: white; +} diff --git a/kopete/styles/Konqi/Contents/Resources/Variants/konqui/Makefile.am b/kopete/styles/Konqi/Contents/Resources/Variants/konqui/Makefile.am new file mode 100644 index 00000000..5cc70fd1 --- /dev/null +++ b/kopete/styles/Konqi/Contents/Resources/Variants/konqui/Makefile.am @@ -0,0 +1,4 @@ +style_DATA = cadre1.png cadre2.png cadre3.png cadre4.png cadre5.png cadre6.png konqui-blue.png konqui-green.png konqui-moon.jpg +styledir = $(kde_datadir)/kopete/styles/Konqi/Contents/Resources/Variants/konqui + +EXTRA_DIST = $(style_DATA)
\ No newline at end of file diff --git a/kopete/styles/Konqi/Contents/Resources/Variants/konqui/cadre1.png b/kopete/styles/Konqi/Contents/Resources/Variants/konqui/cadre1.png Binary files differnew file mode 100644 index 00000000..40c3c909 --- /dev/null +++ b/kopete/styles/Konqi/Contents/Resources/Variants/konqui/cadre1.png diff --git a/kopete/styles/Konqi/Contents/Resources/Variants/konqui/cadre2.png b/kopete/styles/Konqi/Contents/Resources/Variants/konqui/cadre2.png Binary files differnew file mode 100644 index 00000000..0446ab6b --- /dev/null +++ b/kopete/styles/Konqi/Contents/Resources/Variants/konqui/cadre2.png diff --git a/kopete/styles/Konqi/Contents/Resources/Variants/konqui/cadre3.png b/kopete/styles/Konqi/Contents/Resources/Variants/konqui/cadre3.png Binary files differnew file mode 100644 index 00000000..767757cc --- /dev/null +++ b/kopete/styles/Konqi/Contents/Resources/Variants/konqui/cadre3.png diff --git a/kopete/styles/Konqi/Contents/Resources/Variants/konqui/cadre4.png b/kopete/styles/Konqi/Contents/Resources/Variants/konqui/cadre4.png Binary files differnew file mode 100644 index 00000000..d0fca436 --- /dev/null +++ b/kopete/styles/Konqi/Contents/Resources/Variants/konqui/cadre4.png diff --git a/kopete/styles/Konqi/Contents/Resources/Variants/konqui/cadre5.png b/kopete/styles/Konqi/Contents/Resources/Variants/konqui/cadre5.png Binary files differnew file mode 100644 index 00000000..15bf607e --- /dev/null +++ b/kopete/styles/Konqi/Contents/Resources/Variants/konqui/cadre5.png diff --git a/kopete/styles/Konqi/Contents/Resources/Variants/konqui/cadre6.png b/kopete/styles/Konqi/Contents/Resources/Variants/konqui/cadre6.png Binary files differnew file mode 100644 index 00000000..bbb4866d --- /dev/null +++ b/kopete/styles/Konqi/Contents/Resources/Variants/konqui/cadre6.png diff --git a/kopete/styles/Konqi/Contents/Resources/Variants/konqui/konqui-blue.png b/kopete/styles/Konqi/Contents/Resources/Variants/konqui/konqui-blue.png Binary files differnew file mode 100644 index 00000000..5fd7884d --- /dev/null +++ b/kopete/styles/Konqi/Contents/Resources/Variants/konqui/konqui-blue.png diff --git a/kopete/styles/Konqi/Contents/Resources/Variants/konqui/konqui-green.png b/kopete/styles/Konqi/Contents/Resources/Variants/konqui/konqui-green.png Binary files differnew file mode 100644 index 00000000..6df20ee9 --- /dev/null +++ b/kopete/styles/Konqi/Contents/Resources/Variants/konqui/konqui-green.png diff --git a/kopete/styles/Konqi/Contents/Resources/Variants/konqui/konqui-moon.jpg b/kopete/styles/Konqi/Contents/Resources/Variants/konqui/konqui-moon.jpg Binary files differnew file mode 100644 index 00000000..40c49d3a --- /dev/null +++ b/kopete/styles/Konqi/Contents/Resources/Variants/konqui/konqui-moon.jpg |