Skip to content

Commit

Permalink
update lake washington header style
Browse files Browse the repository at this point in the history
  • Loading branch information
goldpbear committed Feb 27, 2017
1 parent e896c98 commit bcceb72
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 8 deletions.
Binary file not shown.
41 changes: 33 additions & 8 deletions src/flavors/lakewashington/static/css/custom.css
Expand Up @@ -4,19 +4,44 @@
* NOTE: "With great power comes great responsibility."
*/

@font-face {
font-family: 'Permanent Marker';
src: url('PermanentMarker.ttf');
}

/* =Header
-------------------------------------------------------------- */


/* =Media Queries
-------------------------------------------------------------- */

@media only screen and (min-width: 768px) {
#site-title a:link,
#site-title a:visited {
color: #e6f2ff !important;
font-weight: normal;
font-family: 'Permanent Marker', cursive !important;
display: block;
float: left;
margin-right: 50px;
}

.menu-item a {
color: white !important;
letter-spacing: 0.1em;
}

@media only screen and (min-width: 1024px) {
@media only screen and (min-width: 60em) {
#site-header {
background: url(images/lake-washington-banner.png) !important;
}
}

@media only screen and (min-width: 1300px) {
@media only screen and (max-width: 60em) {
#site-header {
background: none;
background-color: #7fb9e1;
}

#site-title a:link,
#site-title a:visited {
font-size: 1.8em;
margin-right: 0;
margin-top: 5px;
}
}
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit bcceb72

Please sign in to comment.