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

@ -27,6 +27,8 @@ input[type="text"]:not([name="spoiler"]),textarea {
border:1px solid #aaa !important;
}
.topbar {
background-image: linear-gradient(#2e2c2e, #090a14);
}
@ -144,6 +146,16 @@ input[type="submit"] {
color:white;
}
.search input[type="submit"]{
color: #048fb3;
background-color:transparent;
border:0px;
}
.search input[type="text"]{
border:0px !important;
}
.formbtn {
color:#048fb3;
}
@ -161,19 +173,19 @@ input[type="submit"] {
background-color: white;
}
.postMenu div{
.menu div{
box-shadow: 1px 1px 2px black;
}
.postMenu li:hover {
.menu li:hover {
background-color:#203960 !important;
}
.postMenu li a{
.menu li a{
color:#203960;
}
.postMenu li:hover a{
.menu li:hover a{
color:white;
}