-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
77 additions
and
64 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,58 @@ | ||
@import "landing"; // Special layout for landing page | ||
//@import "masthead"; // Colored masthead | ||
|
||
blockquote { | ||
font-style: normal; | ||
font-family: $serif; | ||
} | ||
|
||
.card { | ||
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); | ||
margin: 0.2rem 0.2rem 0.4rem; | ||
} | ||
|
||
.page__content a:not(.btn):not(#goog-wm-sb):hover img.card { | ||
box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.3), 0 6px 30px 0 rgba(0, 0, 0, 0.19); | ||
} | ||
|
||
html { | ||
box-sizing: border-box; | ||
font-size: 14px; | ||
@include breakpoint($medium) { font-size: 16px; } | ||
@include breakpoint($large) { font-size: 18px; } | ||
@include breakpoint($x-large) { font-size: 20px; } | ||
} | ||
|
||
#main { | ||
background: $background-color !important; | ||
padding-bottom: 3em; | ||
@include breakpoint($x-large) { max-width: 1440px; } | ||
} | ||
|
||
.page__content li p { | ||
margin-bottom: 0; | ||
} | ||
|
||
div.page__hero--overlay { | ||
text-align: center; | ||
margin-bottom: 0; | ||
} | ||
|
||
a.site-logo > img, div.author__avatar:hover > img { | ||
animation: spin-periodically 5000ms infinite ease-in-out; | ||
} | ||
|
||
section.page__content { | ||
a { | ||
word-break: break-word; | ||
} | ||
} | ||
|
||
p img.block { | ||
display: block; | ||
margin-left: auto; | ||
} | ||
|
||
.page__footer { | ||
margin-top: 0; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
div.masthead { | ||
border-bottom: none; | ||
background: url("/image/header/thin/whimsical.png") center/cover no-repeat; | ||
//background: #0078d4; | ||
|
||
nav#site-nav { | ||
background: transparent; | ||
} | ||
|
||
.greedy-nav a, .search__toggle { | ||
color: white !important; | ||
} | ||
|
||
.greedy-nav .visible-links a:before { | ||
background: white; | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters