66 lines
1.3 KiB
CSS
66 lines
1.3 KiB
CSS
* {
|
|
font-family: FontAwesome, Overpass;
|
|
letter-spacing: 1px;
|
|
|
|
/* --wofi-background-color: --wofi-rgb-color0;
|
|
--wofi-transparent-color: rgba(--wofi-gba-color0, 0);
|
|
--wofi-primary-color: --wofi-rgb-color5;*/
|
|
}
|
|
|
|
@define-color foreground-color rgba(--wofi-rgb-color5,1);
|
|
@define-color background-color rgba(--wofi-rgb-color0,1);
|
|
@define-color transparent-color rgba(--wofi-rgb-color0,0);
|
|
|
|
window {
|
|
border: 5px solid rgba(--wofi-rgb-color1,1);
|
|
background-color: rgba(--wofi-rgb-color0, 0);
|
|
border-radius:10px;
|
|
/* opacity:0.25;*/
|
|
}
|
|
|
|
#input {
|
|
margin: 15px 15px 0px 15px;
|
|
border: 0px solid @transparent-color;
|
|
background-color: @transparent-color;
|
|
color: @foreground-color;
|
|
border-radius:10px;
|
|
outline: none;
|
|
}
|
|
|
|
#inner-box {
|
|
margin: 5px;
|
|
border: 0px solid rgba(--wofi-rgb-color0,0);
|
|
background-color: transparent;
|
|
border-radius:10px;
|
|
}
|
|
|
|
#outer-box {
|
|
margin: 5px;
|
|
border: 0px solid rgba(--wofi-rgb-color0,0);
|
|
background-color: rgba(--wofi-rgb-color0,0.25);
|
|
border-radius:6px;
|
|
}
|
|
|
|
#scroll {
|
|
background-color: @transparent-color;
|
|
}
|
|
|
|
#text {
|
|
margin: 5px;
|
|
color: --wofi-color9;
|
|
}
|
|
|
|
#entry{
|
|
border: 3px solid --wofi-color1;
|
|
border-radius: 10px;
|
|
background-color: rgba(--wofi-rgb-color8,0.2);
|
|
margin:10px 10px
|
|
}
|
|
|
|
#entry:selected {
|
|
background-color: --wofi-color9;
|
|
}
|
|
|
|
#text:selected {
|
|
color:--wofi-color0;
|
|
}
|