summaryrefslogtreecommitdiff
path: root/rcm.css
blob: 9f93f564d070106891f5640996a63cd233a0aa0f (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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
@define-color entry-color shade (@bg_color, 0.7);
@define-color remote-border #aaaaaa;

#RemoteControlClientWindow {
}

.tooltip {
	font-family: monospace;
	font-size: 12pt;
}

#RemoteControlClientRemoteLabel {
	background-color: #d0e4f7;
	border: 2px solid @remote-border;
	padding: 4px;
}

#RemoteControlClientRemoteFrame {
	background-image: -gtk-gradient (linear,
					 left top,
					 left bottom,
					 from (#d0e4f7),
					 color-stop (0.5, darker (#d0e4f7)),
					 to (#fdffff));
	border: 2px solid @remote-border;
	margin: 24px;
}

#RemoteControlClientRemoteFrame GtkButton:hover {
	border-image: none;
	background-image: none;
	background-color: green; 
	padding: 0px; 
}

#RemoteControlClientRemoteFrame GtkToggleButton:checked {
	border-image: none;
	background-image: none;
	padding: 0px; 
	background-image: -gtk-gradient (linear,
					 left top,
					 left bottom,
					 from (#FFFF66),
					 to (#fdffff));
}

#RemoteControlClientRemoteFrame GtkToggleButton {
	border-image: none;
	background-image: none;
	padding: 0px; 
	font-family: sans-serif;
	font-size: 12pt;
	background-image: -gtk-gradient (linear,
					 left top,
					 left bottom,
					 from (#d0e4f7),
					 color-stop (0.5, lighter (#d0e4f7)),
					 to (#fdffff));
}

/*
#RemoteControlClientRemoteFrame GtkButton:active {
	border-image: none;
	background-image: none;
	background-color: yellow; 
	padding: 0px; 
}
*/

#RemoteControlClientRemoteFrame GtkButton {
/*
	//border-image: none;
	//background-image: none;
	//background-color: green; 
	//padding: 0px; 
	//-GtkButton-image-spacing: 0px;
	//-GtkButton-inner-border: 0px;
*/
	background-color: @entry-color;
	color: #8888ea;
	font-family: sans-serif;
	font-size: 12pt;
}

#RemoteControlClientRemoteFrame GtkButton GtkImage {
	margin: 0px;
	padding: 0px;
}

#RemoteControlClientFixed {
	background-color: @entry-color;
	border-width: 100px;
}

/*
.button:hover {
	transition: 300ms ease-in-out;
	background-color: yellow;
}
*/