80 lines
1.3 KiB
CSS
80 lines
1.3 KiB
CSS
|
|
* {
|
|
font-family: Agave Nerd Font Mono, Arial, sans-serif;
|
|
border-radius: 30px;
|
|
font-size: 12pt;
|
|
color: #E40046;
|
|
background-color: #1a1a1a;
|
|
|
|
|
|
padding-top: 1px;
|
|
padding-bottom: 1px;
|
|
padding-right: 1px;
|
|
padding-left: 1px;
|
|
|
|
margin-top: 1px;
|
|
margin-bottom: 1px;
|
|
margin-right: 1px;
|
|
margin-left: 1px;
|
|
}
|
|
|
|
window {
|
|
color: #E40046;
|
|
background-color: #1a1a1a;
|
|
}
|
|
#input {
|
|
border: solid;
|
|
border-width: 8px;
|
|
color: #5018dd;
|
|
border-radius: 30px;
|
|
|
|
|
|
|
|
#padding-top: 1px;
|
|
|
|
margin-top: 1px;
|
|
padding-right: 1px;
|
|
padding-left: 1px;
|
|
|
|
margin-right: 1px;
|
|
margin-left: 1px;
|
|
}
|
|
#entry {
|
|
color: #5018dd;
|
|
}
|
|
|
|
#entry:selected {
|
|
border: solid;
|
|
background-color: #1a1a1a;
|
|
border-width: 4px;
|
|
color: #E40046;
|
|
border-radius: 30px;
|
|
|
|
}
|
|
|
|
notebook {
|
|
border: solid;
|
|
background-color: #1a1a1a;
|
|
border-width: 4px;
|
|
color: #5018dd;
|
|
border-radius: 30px;
|
|
|
|
}
|
|
|
|
button:active {
|
|
background-color: #E40046;
|
|
color: #5018dd;
|
|
}
|
|
|
|
checkbutton:checked {
|
|
color: #E40046;
|
|
background-color: #5018dd;
|
|
}
|
|
*:focus {
|
|
background-color: #1a1a1a;
|
|
color: #5018dd;
|
|
}
|
|
*:disabled {
|
|
background-color: #1a1a1a;
|
|
}
|