97 lines
1.6 KiB
CSS
97 lines
1.6 KiB
CSS
@import url('/home/eli/.cache/wal/colors-waybar.css');
|
|
@define-color mauve @color9;
|
|
@define-color red @color9;
|
|
@define-color lavender @color7;
|
|
@define-color text @color7;
|
|
@keyframes fadeIn {
|
|
0% {
|
|
}
|
|
100% {
|
|
}
|
|
}
|
|
|
|
* {
|
|
font-family: 'CodeNewRoman Nerd Font Mono', monospace;
|
|
font-size: 18px;
|
|
outline: none;
|
|
border: none;
|
|
text-shadow:none;
|
|
background-color:transparent;
|
|
|
|
}
|
|
|
|
window {
|
|
all:unset;
|
|
padding: 20px;
|
|
border-radius: 0px;
|
|
background-color: alpha(@background,.5);
|
|
}
|
|
#inner-box {
|
|
margin: 2px;
|
|
padding: 5px;
|
|
border: none;
|
|
|
|
}
|
|
#outer-box {
|
|
border: none;
|
|
}
|
|
#scroll {
|
|
margin: 0px;
|
|
padding: 30px;
|
|
border: none;
|
|
}
|
|
#input {
|
|
all:unset;
|
|
margin-left:20px;
|
|
margin-right:20px;
|
|
margin-top:20px;
|
|
padding: 20px;
|
|
border: none;
|
|
outline: none;
|
|
color: @text;
|
|
box-shadow: 1px 1px 5px rgba(0, 0, 0, .2);
|
|
border-radius:10;
|
|
}
|
|
#input image {
|
|
border: none;
|
|
color: @red;
|
|
}
|
|
#input * {
|
|
border: none;
|
|
outline: none;
|
|
}
|
|
|
|
#input:focus {
|
|
outline: none;
|
|
border: none;
|
|
box-shadow: 1px 1px 5px rgba(0, 0, 0, .2);
|
|
border-radius:10;
|
|
}
|
|
#text {
|
|
margin: 5px;
|
|
border: none;
|
|
color: @text;
|
|
outline: none;
|
|
}
|
|
#entry {
|
|
border: none;
|
|
margin: 5px;
|
|
}
|
|
#entry arrow {
|
|
border: none;
|
|
color: @lavender;
|
|
|
|
}
|
|
#entry:selected {
|
|
box-shadow: 1px 1px 5px rgba(255,255,255, .03);
|
|
border: none;
|
|
border-radius: 20px;
|
|
background-color:transparent;
|
|
}
|
|
#entry:selected #text {
|
|
color: @mauve;
|
|
}
|
|
#entry:drop(active) {
|
|
background-color: @lavender !important;
|
|
}
|