|
|
|
@ -34,19 +34,30 @@ a:hover {
@@ -34,19 +34,30 @@ a:hover {
|
|
|
|
|
align: center; |
|
|
|
|
outline: none; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.header h1 a:hover { |
|
|
|
|
border-bottom: 3px solid; |
|
|
|
|
border-bottom-color: #CF7F7F; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.header .logo { |
|
|
|
|
float: left; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.header .logo a img:hover { |
|
|
|
|
filter: brightness(1.25); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.header .logo a img { |
|
|
|
|
height: 84px; |
|
|
|
|
height: 77px; |
|
|
|
|
position: relative; |
|
|
|
|
margin-right: 1em; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.search-wrapper { |
|
|
|
|
margin-top: 1em; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
form.search input[type="submit"] { |
|
|
|
|
padding: .2em .7em; |
|
|
|
|
} |
|
|
|
@ -61,11 +72,6 @@ form.search input[type="text"] {
@@ -61,11 +72,6 @@ form.search input[type="text"] {
|
|
|
|
|
padding: .2em; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.header h1 a:hover { |
|
|
|
|
border-bottom: 3px solid; |
|
|
|
|
border-bottom-color: #CF7F7F; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.content { |
|
|
|
|
margin-top: 2em; |
|
|
|
|
} |
|
|
|
|