060520 Theme optimization and mobile layout changes
This commit is contained in:
@ -116,6 +116,16 @@ input[type="submit"] {
|
||||
color:white;
|
||||
}
|
||||
|
||||
.search input[type="submit"] {
|
||||
color:#305792 !important;
|
||||
background-color:transparent !important;
|
||||
border: 0px !important;
|
||||
}
|
||||
|
||||
.search input[type="text"],input[name="spoiler"] {
|
||||
box-shadow: none !important;
|
||||
}
|
||||
|
||||
.formbtn {
|
||||
color:#305792;
|
||||
}
|
||||
@ -132,19 +142,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;
|
||||
}
|
||||
|
||||
|
@ -24,6 +24,7 @@ body {
|
||||
ul{
|
||||
padding:0px;
|
||||
margin:0px;
|
||||
list-style: none;
|
||||
}
|
||||
|
||||
select{
|
||||
@ -73,8 +74,13 @@ textarea {
|
||||
.topbar {
|
||||
width: 100vw;
|
||||
height: 45px;
|
||||
margin: 0;
|
||||
position: relative;
|
||||
margin-top: 45px;
|
||||
position:fixed; bottom:0px; left:0px;
|
||||
z-index:99;
|
||||
}
|
||||
|
||||
.topbar > div.topbar{
|
||||
position:fixed; bottom:0px; left:0px;
|
||||
}
|
||||
|
||||
.wrapper {
|
||||
@ -114,9 +120,10 @@ aside {
|
||||
display: table;
|
||||
text-align: center;
|
||||
right: 20px;
|
||||
bottom: 20px;
|
||||
bottom: 60px;
|
||||
border-radius: 10px;
|
||||
z-index:50;
|
||||
background-color: #001935 !important;
|
||||
}
|
||||
|
||||
.gotop a {
|
||||
@ -131,7 +138,7 @@ aside {
|
||||
background-color: rgba(255, 255, 255, 0);
|
||||
position: fixed;
|
||||
left: 0px;
|
||||
bottom: 0px;
|
||||
top: 0px;
|
||||
width: 100vw;
|
||||
height: auto;
|
||||
z-index: 99;
|
||||
@ -175,7 +182,7 @@ aside {
|
||||
#notifications {
|
||||
position: fixed;
|
||||
left: 0px;
|
||||
top: 45px;
|
||||
bottom: 45px;
|
||||
width: 100vw;
|
||||
max-height: 400px;
|
||||
display: none;
|
||||
@ -302,11 +309,15 @@ aside {
|
||||
width: 150px;
|
||||
height: 100px;
|
||||
position: absolute;
|
||||
top: 45px;
|
||||
top: -322px;
|
||||
left: -80px;
|
||||
transition: 0.4s;
|
||||
}
|
||||
|
||||
#usermenu li {
|
||||
height: 32px !important;
|
||||
}
|
||||
|
||||
#usermenu:hover>.menu,
|
||||
#usermenu:active>.menu {
|
||||
display: block;
|
||||
@ -385,7 +396,7 @@ aside {
|
||||
position:fixed;
|
||||
width: 100vw !important;
|
||||
left:0px;
|
||||
top:45px;
|
||||
bottom:45px;
|
||||
text-align: center;
|
||||
border-radius: 3px;
|
||||
z-index: 99;
|
||||
|
@ -27,6 +27,7 @@ body {
|
||||
ul{
|
||||
padding:0px;
|
||||
margin:0px;
|
||||
list-style: none;
|
||||
}
|
||||
|
||||
select{
|
||||
@ -80,6 +81,10 @@ textarea {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.topbar > div.topbar{
|
||||
position:fixed; top:0px; left:0px;
|
||||
}
|
||||
|
||||
.wrapper {
|
||||
width: 100%;
|
||||
clear: both;
|
||||
|
Reference in New Issue
Block a user