summaryrefslogtreecommitdiffstats
path: root/kopete/styles/Konqi/Contents/Resources/Variants/Side_blue_moon.css
blob: d934f54f0f8d7ae3a7a199265c9ab6decae1bc36 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
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;
}