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

@ -41,6 +41,12 @@ textarea,input[type="text"],.notifpic{
text-shadow: 1px 1px white;
}
.search input[type="submit"], .search input[type="text"]{
color: #734eec;
background-color:transparent;
border:0px !important;
}
textarea{
background-image: url("../brutus.png");
background-repeat: no-repeat;
@ -159,21 +165,21 @@ input[type="checkbox"]:checked+label {
background-color: #6B91B6;
}
.postMenu {
.menu {
background-color: #efd7f3;
border: 2px outset #f2e0f5 !important;
color:black;
padding:2px;
}
.postMenu div{
.menu div{
background-color: #efd7f3;
border: 2px outset #f2e0f5 !important;
color:black;
box-shadow: 1px 1px 2px black;
}
.postMenu li{
.menu li{
background-color: #efd7f3;
color:black;
}
@ -184,11 +190,11 @@ input[type="checkbox"]:checked+label {
}
.postMenu li a{
.menu li a{
color: #734eec !important;
}
.postMenu li:hover a{
.menu li:hover a{
color:white !important;
}