2022-08-10 17:13:05 +02:00
|
|
|
*
|
|
|
|
{
|
|
|
|
background-image: none;
|
2023-02-04 20:38:12 +01:00
|
|
|
font-family: "Roboto";
|
2022-08-10 17:13:05 +02:00
|
|
|
font-size: 20px;
|
|
|
|
}
|
2023-12-25 16:48:44 +01:00
|
|
|
|
2022-08-10 17:13:05 +02:00
|
|
|
window
|
|
|
|
{
|
2023-12-25 16:48:44 +01:00
|
|
|
background-color: rgba(0, 0, 0, 0.9);
|
2022-08-10 17:13:05 +02:00
|
|
|
}
|
2023-12-25 16:48:44 +01:00
|
|
|
|
2022-08-10 17:13:05 +02:00
|
|
|
button
|
|
|
|
{
|
|
|
|
color: #ffffff;
|
|
|
|
background-color: #000000;
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
background-position: center;
|
|
|
|
background-size: 25%;
|
2023-12-25 16:48:44 +01:00
|
|
|
border-radius: 0px;
|
2022-08-10 17:13:05 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
button:focus, button:active, button:hover
|
|
|
|
{
|
|
|
|
background-color: #151515;
|
|
|
|
outline-style: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
#lock
|
|
|
|
{
|
|
|
|
background-image: image(url("/usr/share/wlogout/icons/lock.png"), url("/usr/local/share/wlogout/icons/lock.png"));
|
|
|
|
}
|
|
|
|
|
|
|
|
#logout
|
|
|
|
{
|
|
|
|
background-image: image(url("/usr/share/wlogout/icons/logout.png"), url("/usr/local/share/wlogout/icons/logout.png"));
|
|
|
|
}
|
|
|
|
|
|
|
|
#suspend
|
|
|
|
{
|
|
|
|
background-image: image(url("/usr/share/wlogout/icons/suspend.png"), url("/usr/local/share/wlogout/icons/suspend.png"));
|
|
|
|
}
|
|
|
|
|
|
|
|
#hibernate
|
|
|
|
{
|
|
|
|
background-image: image(url("/usr/share/wlogout/icons/hibernate.png"), url("/usr/local/share/wlogout/icons/hibernate.png"));
|
|
|
|
}
|
|
|
|
|
|
|
|
#shutdown
|
|
|
|
{
|
|
|
|
background-image: image(url("/usr/share/wlogout/icons/shutdown.png"), url("/usr/local/share/wlogout/icons/shutdown.png"));
|
|
|
|
}
|
|
|
|
|
|
|
|
#reboot
|
|
|
|
{
|
|
|
|
background-image: image(url("/usr/share/wlogout/icons/reboot.png"), url("/usr/local/share/wlogout/icons/reboot.png"));
|
|
|
|
}
|