mirror of
https://github.com/10h30/trestle.git
synced 2026-07-18 22:23:30 +09:00
modified nav behavior and css
This commit is contained in:
@@ -137,6 +137,8 @@ body {
|
||||
a,
|
||||
button,
|
||||
input:focus,
|
||||
input[type="text"],
|
||||
input[type="search"],
|
||||
input[type="button"],
|
||||
input[type="reset"],
|
||||
input[type="submit"],
|
||||
@@ -147,6 +149,8 @@ textarea:focus,
|
||||
-ms-transition: all 0.1s ease-in-out;
|
||||
-o-transition: all 0.1s ease-in-out;
|
||||
transition: all 0.1s ease-in-out;
|
||||
-webkit-appearance: none;
|
||||
-moz-appearance: none;
|
||||
}
|
||||
|
||||
::-moz-selection {
|
||||
@@ -860,12 +864,6 @@ Site Navigation
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.nav-primary {
|
||||
margin: 0 20px;
|
||||
border-radius: 3px;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.genesis-nav-menu {
|
||||
clear: both;
|
||||
color: #999;
|
||||
@@ -975,9 +973,16 @@ Site Navigation
|
||||
--------------------------------------------- */
|
||||
|
||||
.nav-primary {
|
||||
margin: 0 20px;
|
||||
border-radius: 3px;
|
||||
overflow: hidden;
|
||||
background-color: #333;
|
||||
}
|
||||
|
||||
.nav-primary .genesis-nav-menu {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.nav-primary .genesis-nav-menu li {
|
||||
display: block;
|
||||
}
|
||||
@@ -1011,7 +1016,7 @@ Site Navigation
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.primary-nav .genesis-nav-menu ul ul a {
|
||||
.nav-primary .genesis-nav-menu ul ul a {
|
||||
padding-left: 40px;
|
||||
}
|
||||
|
||||
@@ -1460,6 +1465,21 @@ Media Queries
|
||||
margin-right: 4rem;
|
||||
}
|
||||
|
||||
.archive-description {
|
||||
padding: 40px 40px 24px;
|
||||
padding: 4rem 4rem 2.4rem;
|
||||
}
|
||||
|
||||
.author-box {
|
||||
padding: 40px;
|
||||
padding: 4rem;
|
||||
}
|
||||
|
||||
.comment-respond, .entry-comments, .entry-pings {
|
||||
padding: 40px;
|
||||
padding: 4rem;
|
||||
}
|
||||
|
||||
.entry-footer .entry-meta {
|
||||
border-top: 2px solid #f5f5f5;
|
||||
margin: 0 -40px;
|
||||
|
||||
Reference in New Issue
Block a user