summaryrefslogtreecommitdiffstats
path: root/kopete/styles/Konqi/Contents/Resources/Variants/Side_green_without_trans.css
diff options
context:
space:
mode:
Diffstat (limited to 'kopete/styles/Konqi/Contents/Resources/Variants/Side_green_without_trans.css')
-rw-r--r--kopete/styles/Konqi/Contents/Resources/Variants/Side_green_without_trans.css39
1 files changed, 39 insertions, 0 deletions
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;
+}