060520 Theme optimization and mobile layout changes
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user