mirror of
https://github.com/WatchOutNewsAgency/wona.github.com.git
synced 2026-02-09 23:50:54 +00:00
1. Added support for styled subtitle in header
2. Added javascript detection for placeholder 3. Added backup style for search field with no-placeholder support
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
body > header {
|
||||
background-color: $header_bg;
|
||||
background-color: $header-bg;
|
||||
h1 {
|
||||
display: inline-block;
|
||||
margin: 0;
|
||||
@ -8,4 +8,10 @@ body > header {
|
||||
text-decoration: none;
|
||||
}
|
||||
}
|
||||
h2 {
|
||||
margin: .2em 0 0;
|
||||
@extend .sans;
|
||||
font-size: 1em;
|
||||
color: $subtitle-color;
|
||||
}
|
||||
}
|
||||
|
||||
@ -12,9 +12,9 @@ body > nav {
|
||||
@include background-clip(padding-box);
|
||||
margin: 0; padding: 0;
|
||||
.search {
|
||||
padding: .25em .5em 0;
|
||||
padding: .3em .5em 0;
|
||||
font-size: .85em;
|
||||
line-height: 1em;
|
||||
line-height: 1.1em;
|
||||
width: 95%;
|
||||
@include border-radius(.5em);
|
||||
@include background-clip(padding-box);
|
||||
@ -41,7 +41,6 @@ body > nav {
|
||||
ul {
|
||||
@include horizontal-list(0);
|
||||
float: left;
|
||||
//float: right;
|
||||
display: block;
|
||||
padding-top: .25em;
|
||||
}
|
||||
@ -92,6 +91,12 @@ body > nav {
|
||||
}
|
||||
}
|
||||
}
|
||||
.no-placeholder {
|
||||
body > nav .search {
|
||||
background: lighten($nav-bg, 15) image-url('search.png') .3em .25em no-repeat;
|
||||
text-indent: 1.3em;
|
||||
}
|
||||
}
|
||||
.maskImage {
|
||||
ul[role=subscription] { li, a { border: 0; padding: 0; }}
|
||||
a[rel=subscribe-rss]{
|
||||
|
||||
Reference in New Issue
Block a user