changed layout and added post install options
This commit is contained in:
parent
f7220c7ed4
commit
65eb57e473
58 changed files with 648 additions and 2256 deletions
52
config-files/wofi/style.css
Normal file
52
config-files/wofi/style.css
Normal file
|
@ -0,0 +1,52 @@
|
|||
*
|
||||
{
|
||||
font-family: 'Montserrat', 'Cantarell', 'Caladea', sans-serif;
|
||||
font-size: 16px;
|
||||
font-weight: 400;
|
||||
}
|
||||
|
||||
#window
|
||||
{
|
||||
margin: 0px;
|
||||
border: none;
|
||||
border-color: rgb(15, 15, 15);
|
||||
border-radius: 20;
|
||||
background-color: rgb(15, 15, 15);
|
||||
color: #dfe2e1;
|
||||
}
|
||||
|
||||
#input
|
||||
{
|
||||
margin: 25px;
|
||||
background-color: 191724;
|
||||
color: rgb(255, 255, 255);
|
||||
border-radius: 10px;
|
||||
border: none;
|
||||
}
|
||||
|
||||
#scroll
|
||||
{
|
||||
margin-bottom: 25px;
|
||||
}
|
||||
|
||||
#entry
|
||||
{
|
||||
margin: 0px 25px;
|
||||
}
|
||||
|
||||
#entry:selected
|
||||
{
|
||||
border-radius: 10px;
|
||||
border: none;
|
||||
outline: none;
|
||||
}
|
||||
|
||||
#entry > box
|
||||
{
|
||||
margin-left: 15px;
|
||||
}
|
||||
|
||||
#entry image
|
||||
{
|
||||
padding-right: 10px;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue