config/wlogout/.config/wlogout/style.css
2024-04-01 20:41:38 +10:00

87 lines
No EOL
1.6 KiB
CSS

* {
background-image: none;
box-shadow: none;
font-family: "Noto Sans", sans-serif;
font-weight: bold;
}
window {
background-color: rgba(26, 27, 38, 0.9);
}
button {
text-decoration-color: #c0caf5;
color: #c0caf5;
background-color: #414868;
background-repeat: no-repeat;
background-position: center;
background-size: 40%;
}
button:focus,
button:active,
button:hover {
color: rgb(26, 27, 38);
outline-style: none;
}
#lock {
background-image: image(url("icons/lock.png"));
}
#lock:focus,
#lock:active,
#lock:hover {
background-color: #bb9af7;
background-image: image(url("icons/lock-hover.png"));
background-size: 50%;
}
#logout {
background-image: image(url("icons/logout.png"));
}
#logout:focus,
#logout:active,
#logout:hover {
background-color: #9ece6a;
background-image: image(url("icons/logout-hover.png"));
background-size: 50%;
}
#suspend {
background-image: image(url("icons/suspend.png"));
}
#suspend:focus,
#suspend:active,
#suspend:hover {
background-color: #e0af68;
background-image: image(url("icons/suspend-hover.png"));
background-size: 50%;
}
#shutdown {
background-image: image(url("icons/shutdown.png"));
}
#shutdown:focus,
#shutdown:active,
#shutdown:hover {
background-color: #f7768e;
background-image: image(url("icons/shutdown-hover.png"));
background-size: 50%;
}
#reboot {
background-image: image(url("icons/reboot.png"));
}
#reboot:focus,
#reboot:active,
#reboot:hover {
background-color: #f7768e;
background-image: image(url("icons/reboot-hover.png"));
background-size: 50%;
}