summaryrefslogtreecommitdiffstats
path: root/kopete/styles/Konqi/Contents/Resources/Variants
diff options
context:
space:
mode:
Diffstat (limited to 'kopete/styles/Konqi/Contents/Resources/Variants')
-rw-r--r--kopete/styles/Konqi/Contents/Resources/Variants/Makefile.am5
-rw-r--r--kopete/styles/Konqi/Contents/Resources/Variants/Side_blue.css39
-rw-r--r--kopete/styles/Konqi/Contents/Resources/Variants/Side_blue_moon.css39
-rw-r--r--kopete/styles/Konqi/Contents/Resources/Variants/Side_blue_moon_without_transparency.css39
-rw-r--r--kopete/styles/Konqi/Contents/Resources/Variants/Side_blue_without_transparency.css39
-rw-r--r--kopete/styles/Konqi/Contents/Resources/Variants/Side_green.css39
-rw-r--r--kopete/styles/Konqi/Contents/Resources/Variants/Side_green_without_trans.css39
-rw-r--r--kopete/styles/Konqi/Contents/Resources/Variants/Side_green_without_transparency.css39
-rw-r--r--kopete/styles/Konqi/Contents/Resources/Variants/konqui/Makefile.am4
-rw-r--r--kopete/styles/Konqi/Contents/Resources/Variants/konqui/cadre1.pngbin0 -> 109 bytes
-rw-r--r--kopete/styles/Konqi/Contents/Resources/Variants/konqui/cadre2.pngbin0 -> 109 bytes
-rw-r--r--kopete/styles/Konqi/Contents/Resources/Variants/konqui/cadre3.pngbin0 -> 109 bytes
-rw-r--r--kopete/styles/Konqi/Contents/Resources/Variants/konqui/cadre4.pngbin0 -> 109 bytes
-rw-r--r--kopete/styles/Konqi/Contents/Resources/Variants/konqui/cadre5.pngbin0 -> 109 bytes
-rw-r--r--kopete/styles/Konqi/Contents/Resources/Variants/konqui/cadre6.pngbin0 -> 109 bytes
-rw-r--r--kopete/styles/Konqi/Contents/Resources/Variants/konqui/konqui-blue.pngbin0 -> 492111 bytes
-rw-r--r--kopete/styles/Konqi/Contents/Resources/Variants/konqui/konqui-green.pngbin0 -> 516771 bytes
-rw-r--r--kopete/styles/Konqi/Contents/Resources/Variants/konqui/konqui-moon.jpgbin0 -> 72752 bytes
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
new file mode 100644
index 00000000..40c3c909
--- /dev/null
+++ b/kopete/styles/Konqi/Contents/Resources/Variants/konqui/cadre1.png
Binary files differ
diff --git a/kopete/styles/Konqi/Contents/Resources/Variants/konqui/cadre2.png b/kopete/styles/Konqi/Contents/Resources/Variants/konqui/cadre2.png
new file mode 100644
index 00000000..0446ab6b
--- /dev/null
+++ b/kopete/styles/Konqi/Contents/Resources/Variants/konqui/cadre2.png
Binary files differ
diff --git a/kopete/styles/Konqi/Contents/Resources/Variants/konqui/cadre3.png b/kopete/styles/Konqi/Contents/Resources/Variants/konqui/cadre3.png
new file mode 100644
index 00000000..767757cc
--- /dev/null
+++ b/kopete/styles/Konqi/Contents/Resources/Variants/konqui/cadre3.png
Binary files differ
diff --git a/kopete/styles/Konqi/Contents/Resources/Variants/konqui/cadre4.png b/kopete/styles/Konqi/Contents/Resources/Variants/konqui/cadre4.png
new file mode 100644
index 00000000..d0fca436
--- /dev/null
+++ b/kopete/styles/Konqi/Contents/Resources/Variants/konqui/cadre4.png
Binary files differ
diff --git a/kopete/styles/Konqi/Contents/Resources/Variants/konqui/cadre5.png b/kopete/styles/Konqi/Contents/Resources/Variants/konqui/cadre5.png
new file mode 100644
index 00000000..15bf607e
--- /dev/null
+++ b/kopete/styles/Konqi/Contents/Resources/Variants/konqui/cadre5.png
Binary files differ
diff --git a/kopete/styles/Konqi/Contents/Resources/Variants/konqui/cadre6.png b/kopete/styles/Konqi/Contents/Resources/Variants/konqui/cadre6.png
new file mode 100644
index 00000000..bbb4866d
--- /dev/null
+++ b/kopete/styles/Konqi/Contents/Resources/Variants/konqui/cadre6.png
Binary files differ
diff --git a/kopete/styles/Konqi/Contents/Resources/Variants/konqui/konqui-blue.png b/kopete/styles/Konqi/Contents/Resources/Variants/konqui/konqui-blue.png
new file mode 100644
index 00000000..5fd7884d
--- /dev/null
+++ b/kopete/styles/Konqi/Contents/Resources/Variants/konqui/konqui-blue.png
Binary files differ
diff --git a/kopete/styles/Konqi/Contents/Resources/Variants/konqui/konqui-green.png b/kopete/styles/Konqi/Contents/Resources/Variants/konqui/konqui-green.png
new file mode 100644
index 00000000..6df20ee9
--- /dev/null
+++ b/kopete/styles/Konqi/Contents/Resources/Variants/konqui/konqui-green.png
Binary files differ
diff --git a/kopete/styles/Konqi/Contents/Resources/Variants/konqui/konqui-moon.jpg b/kopete/styles/Konqi/Contents/Resources/Variants/konqui/konqui-moon.jpg
new file mode 100644
index 00000000..40c49d3a
--- /dev/null
+++ b/kopete/styles/Konqi/Contents/Resources/Variants/konqui/konqui-moon.jpg
Binary files differ