mirror of
https://github.com/DreamMaoMao/maomaowm.git
synced 2025-11-27 06:59:58 -05:00
docs: add suggest wofi config
This commit is contained in:
parent
025bd88757
commit
7dc7435b1a
6 changed files with 104 additions and 2 deletions
64
wofi/style.css
Executable file
64
wofi/style.css
Executable file
|
|
@ -0,0 +1,64 @@
|
|||
#window {
|
||||
margin: 0px;
|
||||
border: 2px solid #bca0cc;
|
||||
background-color: rgba(14, 15, 0, 0.8);
|
||||
border-radius: 15px;
|
||||
}
|
||||
|
||||
#test {
|
||||
margin: 0px;
|
||||
border: 2px solid rgba(93, 74, 22, 0.7);
|
||||
background-color: #C66E25;
|
||||
border-radius: 15px;
|
||||
}
|
||||
|
||||
#input {
|
||||
margin: 5px;
|
||||
padding-bottom: 10px;
|
||||
border: none;
|
||||
color: #d3d3ce;
|
||||
border-radius: 15px;
|
||||
background-color: rgba(14, 15, 0, 0.2);
|
||||
}
|
||||
|
||||
#outer-box {
|
||||
margin: 5px;
|
||||
border: none;
|
||||
border-radius: 15px;
|
||||
padding-left: 15px;
|
||||
padding-right: 15px;
|
||||
padding-top: 15px;
|
||||
padding-bottom: 15px;
|
||||
background-color:rgba(0, 0, 0, 0);
|
||||
}
|
||||
|
||||
#scroll {
|
||||
margin: 0px;
|
||||
border-radius: 15px;
|
||||
border: none;
|
||||
}
|
||||
|
||||
#text {
|
||||
border-radius: 15px;
|
||||
margin: 5px;
|
||||
border: none;
|
||||
color: #d3d3ce;
|
||||
}
|
||||
|
||||
/* #entry.activatable #text {
|
||||
color: #282a36;
|
||||
}
|
||||
|
||||
#entry > * {
|
||||
color: #d3d3ce;
|
||||
} */
|
||||
|
||||
#entry:selected {
|
||||
border-radius: 15px;
|
||||
background-color: #a68ebd;
|
||||
}
|
||||
|
||||
#entry:selected #text {
|
||||
color: #000000;
|
||||
border-radius: 15px;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue