Theme improvements

FossilOrigin-Name: 107936ba33ea70955d87a0de33fec324b15b02be85bbdb0418168379b8c16bcc
This commit is contained in:
me@ow.nekobit.net 2022-02-22 20:15:12 +00:00
parent b6a8c9978b
commit dc90cdc019
3 changed files with 17 additions and 13 deletions

14
dist/ratfe20.css vendored
View file

@ -1,3 +1,9 @@
body
{
background-color: #f6f6f6;
}
/* Divs and wrappers */
#display-wrapper
{
@ -11,12 +17,13 @@
background-color: #ffffff;
width: 1000px;
border-radius: 5px;
border: 1px solid #bababa;
border-top: 2px solid #fff;
box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3);
}
#navbar
{
background: linear-gradient(#fafafa, #f3f3f3);
display: flex;
align-items: center;
padding: 0 5px;
@ -101,7 +108,7 @@ div#content aside
*************************************************/
input[type=button], input[type=submit], .sidebarbtn, .btn
{
background: linear-gradient(#fff, #f1f1f1);
background: linear-gradient(#fff, #f7f7f7);
color: #000;
text-decoration: none;
}
@ -397,9 +404,6 @@ ul li:first-child a.sidebarbtn
.statusbox textarea
{
width: 100%;
min-width: 100%;
max-width: 100%;
margin-bottom: 5px;
}

9
dist/ratfe30.css vendored
View file

@ -2,7 +2,7 @@
body
{
font-family: Arial, Helvetica, sans-serif;
background-color: #f6f6f6;
background-color: #fafafa;
}
a
@ -20,18 +20,19 @@ a
#display
{
overflow: hidden;
background-color: #ffffff;
background-color: #fdfdfd;
width: 1000px;
border-radius: 5px;
border: 1px solid #bababa;
border: 1px solid #dadada;
box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.3);
}
#navbar
{
background-color: #fff;
display: flex;
align-items: center;
padding: 0 5px;
padding: 5px 8px;
box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
}

7
dist/skel.css vendored
View file

@ -342,10 +342,10 @@ input[type=button], input[type=submit]
.statusbox textarea
{
width: 100%;
min-width: 100%;
max-width: 100%;
background-color: #fff;
display: block;
margin-bottom: 5px;
z-index: 3;
}
.statusbox .statusfooter
@ -412,4 +412,3 @@ input[type=button], input[type=submit]
list-style-type: none;
padding-left: 15px;
}