arch-setup/files/Code - OSS/User/History/45085c51/9EO3.css

74 lines
No EOL
1.3 KiB
CSS

* {
font-family: Jetbrains Mono;
background: transparent;
color: #abbdf5;
}
#window {
color: #abbdf5;
border-color: #abbdf5;
border-style: solid;
border-width: 1px;
opacity: 0.90;
/*Linear gradient background instead of standard background, because it makes cleaner border-radius cuts, issa bug :p*/
background-image: linear-gradient(to bottom, #141216 80%);
border-radius: 14px;
}
#scroll {
border-top-style: solid;
border-width: 1px;
border-color: #abbdf5;
}
#inner-box {
padding-top: 12px;
}
#entry {
border-style: none;
border-color: #abbdf5;
color: #abbdf5;
padding: 6px;
margin-bottom: 8px;
margin-left: 12px;
margin-right: 12;
opacity: 0.85 ;
border-radius: 12px;
}
#entry:selected {
background: #27232b;
color: #abbdf5;
font-weight: bold;
outline: none;
}
#input {
background-color: #141216;
color: #abbdf5;
border-color: #abbdf5;
border-style: none;
border-bottom-style: solid;
border-width: 1px;
font-style: normal;
opacity: 0.85;
border-radius: 8;
border-bottom-left-radius: 0px;
border-bottom-right-radius: 0px;
padding: 12px;
margin: 8px;
}
#input:focus {
background: #27232b;
opacity: 0.85;
background-color: #27232b;
border-color: #ac82e9;
font-style: italic;
}
#img {
padding: 4px;
margin-right: 6px;
}