Saataa andagii !
This commit is contained in:
parent
828317089f
commit
d3ed83c377
6 changed files with 104 additions and 67 deletions
|
@ -1,63 +1,60 @@
|
|||
{
|
||||
font-family: "Fantasque Sans Mono";
|
||||
font-size: 18px;
|
||||
}
|
||||
|
||||
#window {
|
||||
/*background-color: --wofi-color0;*/
|
||||
background-color: rgba(50, 50, 50, 0.8);
|
||||
color: --wofi-color2;
|
||||
border: 2px solid --wofi-color1;
|
||||
border-radius: 0px;
|
||||
}
|
||||
|
||||
#outer-box {
|
||||
padding: 20px;
|
||||
window {
|
||||
margin: 5px;
|
||||
font-family: jetbrains-mono-nerd, FontAwesome, Roboto, Helvetica, Arial, sans-serif;
|
||||
font-size: 16px;
|
||||
font-weight: 500;
|
||||
background-color: #32312e;
|
||||
border-radius: 15px;
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
#input {
|
||||
background-color: --wofi-color1;
|
||||
border: 1px solid --wofi-color3;
|
||||
padding: 8px 12px;
|
||||
margin: 10px;
|
||||
background: none;
|
||||
border-radius: 25px;
|
||||
padding: 10px;
|
||||
color: white;
|
||||
border: none;
|
||||
}
|
||||
|
||||
#scroll {
|
||||
margin-top: 20px;
|
||||
margin-bottom: 20px;
|
||||
#input:focus {
|
||||
box-shadow: none;
|
||||
}
|
||||
|
||||
#inner-box {
|
||||
margin: 0px;
|
||||
}
|
||||
|
||||
#img {
|
||||
padding-right: 10px;
|
||||
#outer-box {
|
||||
margin: 10px;
|
||||
}
|
||||
|
||||
#text {
|
||||
color: --wofi-color2;
|
||||
}
|
||||
|
||||
#text:selected {
|
||||
color: --wofi-color0;
|
||||
#scroll {
|
||||
margin: 10px;
|
||||
}
|
||||
|
||||
#entry {
|
||||
padding: 6px;
|
||||
|
||||
border-radius: 10px;
|
||||
color: white;
|
||||
margin: 10px 0px;
|
||||
padding: 10px;
|
||||
}
|
||||
|
||||
#img {
|
||||
border-radius: 15px;
|
||||
margin-right: 20px;
|
||||
}
|
||||
|
||||
#text {
|
||||
margin: 5px;
|
||||
}
|
||||
|
||||
#entry:selected {
|
||||
background-color: --wofi-color3;
|
||||
background: linear-gradient(90deg, #bbccdd, #cca5dd);
|
||||
color: --wofi-color0;
|
||||
background-color: #E6C873;
|
||||
color: black;
|
||||
outline: none;
|
||||
}
|
||||
|
||||
#unselected {
|
||||
}
|
||||
|
||||
#selected {
|
||||
}
|
||||
|
||||
#input, #entry:selected {
|
||||
border-radius: 4px;
|
||||
#text:selected {
|
||||
color: black;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue