|
|
@ -2087,6 +2087,11 @@ svg.icons {
|
|
|
|
color: #EFEBE3;
|
|
|
|
color: #EFEBE3;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@media only screen and (max-width: 901px) {
|
|
|
|
|
|
|
|
.main-container {
|
|
|
|
|
|
|
|
padding: 10px;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
@media only screen and (max-width: 800px) {
|
|
|
|
@media only screen and (max-width: 800px) {
|
|
|
|
.main-container section header #wrapper #left, .main-container section header #wrapper #right {
|
|
|
|
.main-container section header #wrapper #left, .main-container section header #wrapper #right {
|
|
|
|
display: inline-block;
|
|
|
|
display: inline-block;
|
|
|
@ -2390,7 +2395,7 @@ svg.icons {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
#settings-actions #buttons {
|
|
|
|
#settings-actions #buttons {
|
|
|
|
width: 155px;
|
|
|
|
width: 155px;
|
|
|
|
margin: 30px auto;
|
|
|
|
margin: 28px auto;
|
|
|
|
text-align: center;
|
|
|
|
text-align: center;
|
|
|
|
background: #EFEBE3;
|
|
|
|
background: #EFEBE3;
|
|
|
|
padding: 2px;
|
|
|
|
padding: 2px;
|
|
|
@ -2581,6 +2586,18 @@ svg.icons {
|
|
|
|
visibility: hidden;
|
|
|
|
visibility: hidden;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@media only screen and (max-width: 480px) {
|
|
|
|
|
|
|
|
#settings-actions {
|
|
|
|
|
|
|
|
margin-left: -42%;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
#settings-actions #buttons {
|
|
|
|
|
|
|
|
width: 150px;
|
|
|
|
|
|
|
|
background: none;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
#settings-actions #buttons button {
|
|
|
|
|
|
|
|
margin: 0 5px 0 5px;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
#error-index {
|
|
|
|
#error-index {
|
|
|
|
width: 100%;
|
|
|
|
width: 100%;
|
|
|
|
max-width: 900px;
|
|
|
|
max-width: 900px;
|
|
|
@ -2658,7 +2675,7 @@ svg.icons {
|
|
|
|
font-size: 1em;
|
|
|
|
font-size: 1em;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
#nav-index #nav-index-wrapper #nav-pages .nav-item label {
|
|
|
|
#nav-index #nav-index-wrapper #nav-pages .nav-item label {
|
|
|
|
width: 47%;
|
|
|
|
width: 40%;
|
|
|
|
vertical-align: top;
|
|
|
|
vertical-align: top;
|
|
|
|
margin-top: 0px;
|
|
|
|
margin-top: 0px;
|
|
|
|
line-height: 1em;
|
|
|
|
line-height: 1em;
|
|
|
@ -3106,6 +3123,14 @@ select {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
@media only screen and (max-width: 480px) {
|
|
|
|
@media only screen and (max-width: 480px) {
|
|
|
|
|
|
|
|
#post-index #post-index-wrapper #post-index-header #post-index-header-left {
|
|
|
|
|
|
|
|
font-size: 1.35em;
|
|
|
|
|
|
|
|
width: 30%;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
#post-index #post-index-wrapper #post-index-header #post-index-header-right {
|
|
|
|
|
|
|
|
width: 70%;
|
|
|
|
|
|
|
|
vertical-align: top;
|
|
|
|
|
|
|
|
}
|
|
|
|
#post-index #post-index-wrapper #post-index-menu a {
|
|
|
|
#post-index #post-index-wrapper #post-index-menu a {
|
|
|
|
font-size: 0.95em;
|
|
|
|
font-size: 0.95em;
|
|
|
|
}
|
|
|
|
}
|
|
|
|