first commit
This commit is contained in:
commit
561fdb59e1
56 changed files with 3204 additions and 0 deletions
56
configs/wlogout/style.css
Normal file
56
configs/wlogout/style.css
Normal file
|
@ -0,0 +1,56 @@
|
|||
*
|
||||
{
|
||||
background-image: none;
|
||||
font-family: Roboto, Helvetica, Arial, sans-serif;
|
||||
font-size: 20px;
|
||||
}
|
||||
window
|
||||
{
|
||||
background-color: rgba(15, 15, 15, 0.8);
|
||||
}
|
||||
button
|
||||
{
|
||||
color: #ffffff;
|
||||
background-color: #000000;
|
||||
border-style: solid;
|
||||
border-width: 2px;
|
||||
background-repeat: no-repeat;
|
||||
background-position: center;
|
||||
background-size: 25%;
|
||||
}
|
||||
|
||||
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"));
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue