added stuff
This commit is contained in:
parent
937f28770d
commit
236b8c2a6b
907 changed files with 70990 additions and 0 deletions
|
@ -0,0 +1,40 @@
|
|||
window {
|
||||
background-size: cover;
|
||||
background-repeat: no-repeat;
|
||||
background-position: center;
|
||||
|
||||
#clock-label {
|
||||
margin-bottom: 30px;
|
||||
font-size: 800%;
|
||||
font-weight: bold;
|
||||
color: white;
|
||||
text-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
|
||||
}
|
||||
|
||||
#body {
|
||||
margin-top: 50px;
|
||||
}
|
||||
|
||||
#unlock-button {
|
||||
all: unset;
|
||||
color: transparent;
|
||||
}
|
||||
|
||||
entry {
|
||||
border-radius: 12px;
|
||||
margin: 1px;
|
||||
box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.1);
|
||||
}
|
||||
|
||||
#input-label {
|
||||
color: transparent;
|
||||
margin: -20rem;
|
||||
}
|
||||
|
||||
#powerbar-box {
|
||||
* {
|
||||
border-radius: 12px;
|
||||
box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.1);
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue