060520 Theme optimization and mobile layout changes

This commit is contained in:
Daisuke
2020-05-06 11:48:21 -05:00
parent 6de44032b7
commit 9d42478acd
29 changed files with 203 additions and 5309 deletions

View File

@ -116,6 +116,10 @@ input[type="submit"] {
color:black;
}
.search {
background-color:transparent !important;
}
.formbtn {
color:black;
}
@ -137,21 +141,21 @@ input[type="submit"] {
background-color: #6B91B6;
}
.postMenu {
.menu {
background-color: #c3c3c3;
border: 2px outset #fff !important;
color:black;
padding:2px;
}
.postMenu div{
.menu div{
background-color: #c3c3c3;
border: 2px outset #fff !important;
color:black;
box-shadow: 1px 1px 2px black;
}
.postMenu li{
.menu li{
background-color: #c3c3c3;
color:black;
}
@ -162,11 +166,11 @@ input[type="submit"] {
}
.postMenu li a{
.menu li a{
color: #000082 !important;
}
.postMenu li:hover a{
.menu li:hover a{
color:white !important;
}

View File

@ -0,0 +1,14 @@
.topbar{
background-color: #c3c3c3;
border-top: 1px outset #fff !important;
}
.appname{
padding-right:15px;
line-height:43px !important;
border: 2px outset #fff !important;
}
.appname a,.topicon {
color:black !important;
}