initial commit
This commit is contained in:
commit
e6d2659a01
1 changed files with 51 additions and 0 deletions
51
style.css
Normal file
51
style.css
Normal file
|
@ -0,0 +1,51 @@
|
|||
* {
|
||||
background-image: none;
|
||||
}
|
||||
|
||||
window {
|
||||
background: rgba(0,0,0,0.7);
|
||||
}
|
||||
|
||||
button {
|
||||
background-color: #2a4c3a;
|
||||
border-color: #ffffff;
|
||||
outline-style: none;
|
||||
border-radius: 10;
|
||||
margin: 25;
|
||||
border-style: solid;
|
||||
background-repeat: no-repeat;
|
||||
background-position: center;
|
||||
background-size: 25%;
|
||||
color: #ffffff;
|
||||
}
|
||||
button:focus, button:active, button:hover {
|
||||
background-color: #478061;
|
||||
outline-style: none;
|
||||
color: #ffffff;
|
||||
}
|
||||
|
||||
#lock {
|
||||
background-image: image(url("/usr/share/wlogout/assets/lock.svg"), url("/usr/local/share/wlogout/assets/lock.svg"));
|
||||
}
|
||||
|
||||
#logout {
|
||||
background-image: image(url("/usr/share/wlogout/assets/logout.svg"), url("/usr/local/share/wlogout/assets/logout.svg"));
|
||||
|
||||
}
|
||||
|
||||
#suspend {
|
||||
background-image: image(url("/usr/share/wlogout/assets/suspend.svg"), url("/usr/local/share/wlogout/assets/suspend.svg"));
|
||||
}
|
||||
|
||||
#hibernate {
|
||||
background-image: image(url("/usr/share/wlogout/assets/hibernate.svg"), url("/usr/local/share/wlogout/assets/hibernate.svg"));
|
||||
}
|
||||
|
||||
#shutdown {
|
||||
background-image: image(url("/usr/share/wlogout/assets/shutdown.svg"), url("/usr/local/share/wlogout/assets/shutdown.svg"));
|
||||
}
|
||||
|
||||
#reboot {
|
||||
background-image: image(url("/usr/share/wlogout/assets/reboot.svg"), url("/usr/local/share/wlogout/assets/reboot.svg"));
|
||||
}
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue