1
0
mirror of https://github.com/eoli3n/dotfiles synced 2024-11-26 14:13:53 +01:00
eoli3n-dotfiles/roles/wofi/templates/style.j2
2020-05-14 11:01:44 +02:00

71 lines
1.1 KiB
Django/Jinja

@define-color grey rgba(32, 32, 32, 0.8);
@define-color yellow {{ color3 }};
@define-color darkgrey rgba(20, 20, 20, 0.8);
@define-color transparent rgba(0, 0, 0, 0);
window {
margin: 0px;
background-color: @grey;
font-size: 1.2em;
font: {{ font }};
}
#input {
margin: 0px;
margin-right: 10px;
margin-left: 10px;
border-bottom: 2px solid @yellow;
border-radius: 0px;
background-color: @transparent;
}
#inner-box {
margin: 0px;
margin-right: 10px;
margin-left: 10px;
border-top: 2px solid @transparent;
color: white;
background-color: @transparent;
}
expander .entry {
margin-left: -15px;
}
#img {
margin-right: 6px;
}
#outer-box {
margin: 0px;
border: 0px solid;
background-color: @transparent;
}
#scroll {
margin: 0px;
border: 0px solid;
background-color: @transparent;
}
#entry{
padding: 1px;
padding-left: 4px;
padding-right: 4px;
margin: 0px;
}
#entry:selected{
background-color: @yellow;
color: @darkgrey;
outline: 0px;
border-radius: 0px;
}
#text:selected{
background-color: @yellow;
color: @darkgrey;
outline: 0px;
border-radius: 0px;
}