aboutsummaryrefslogtreecommitdiff
path: root/dot-config/wlogout/style.css
blob: 6fbc38a67bd67129c01ddbbc024a879c8352cc55 (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
* {
	background-image: none;
	box-shadow: none;
}

window {
	background-color: rgba(12, 12, 12, 0.9);
}

button {
	border-radius: 0;
	border-color: black;
	text-decoration-color: #FFFFFF;
	color: #FFFFFF;
	background-color: #1E1E1E;
	border-style: solid;
	border-width: 1px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 25%;
}

button:active, button:hover {
	background-color: #3700B3;
	outline-style: none;
}

#lock {
	background-image: image(url("/usr/share/icons/Papirus/64x64/apps/system-lock-screen.svg"));
}

#logout {
	background-image: image(url("/usr/share/icons/Papirus/64x64/apps/system-suspend.svg"));
}

#suspend {
	background-image: image(url("/usr/share/icons/Papirus/64x64/apps/system-suspend.svg"));
}

#hibernate {
	background-image: image(url("/usr/share/icons/Papirus/64x64/apps/system-suspend-hibernate.svg"));
}

#shutdown {
	background-image: image(url("/usr/share/icons/Papirus/64x64/apps/system-shutdown.svg"));
}

#reboot {
	background-image: image(url("/usr/share/icons/Papirus/64x64/apps/system-reboot.svg"));
}