4 * \ \ \___ __ __ \_\ \ __
5 * \ \ _ `\/\ \/\ \ /'_` \ /'__`\
6 * \ \ \ \ \ \ \_\ \/\ \_\ \/\ __/
7 * \ \_\ \_\/`____ \ \___,_\ \____\
8 * \/_/\/_/`/___/> \/__,_ /\/____/
12 * Designed, built, and released under MIT license by @mdo. Learn more at
13 * https://github.com/poole/hyde.
31 * Update the foundational and global aspects of the page.
35 font-family: "PT Sans", Helvetica
, Arial
, sans-serif
;
37 @media (min-width: 48em) {
42 @media (min-width: 58em) {
52 * Flexible banner for housing site name, intro, and "footer" content. Starts
53 * out above content in mobile and later moves to the side with wider viewports.
59 color: rgba
(255,255,255,.5);
60 background-color: #202020;
62 @media (min-width: 48em) {
83 font-family: "Abril Fatface", serif
;
95 a
.sidebar-nav-item:hover
,
96 a
.sidebar-nav-item:focus
{
97 text-decoration: underline
;
99 .sidebar-nav-item.active {
105 * Add the `sidebar-sticky` class to the sidebar's container to affix it the
106 * contents to the bottom of the sidebar in tablets and up.
109 @media (min-width: 48em) {
122 * Align the contents of the site above the proper threshold with some margin-fu
123 * with a 25%-wide `.sidebar`.
128 padding-bottom: 4rem;
131 @media (min-width: 48em) {
139 @media (min-width: 64em) {
150 * Flip the orientation of the page by placing the `.sidebar` on the right.
153 @media (min-width: 48em) {
154 .layout-reverse .sidebar {
158 .layout-reverse .content {
164 @media (min-width: 64em) {
165 .layout-reverse .content {
176 * As of v1.1, Hyde includes optional themes to color the sidebar and links
177 * within blog posts. To use, add the class of your choosing to the `body`.
180 /* Base16 (http://chriskempson.github.io/base16/#default) */
183 .theme-base-08 .sidebar {
184 background-color: #ac4142;
186 .theme-base-08
.content a
,
187 .theme-base-08 .related-posts li a:hover {
192 .theme-base-09 .sidebar {
193 background-color: #d28445;
195 .theme-base-09
.content a
,
196 .theme-base-09 .related-posts li a:hover {
201 .theme-base-0a .sidebar {
202 background-color: #f4bf75;
204 .theme-base-0a
.content a
,
205 .theme-base-0a .related-posts li a:hover {
210 .theme-base-0b .sidebar {
211 background-color: #90a959;
213 .theme-base-0b
.content a
,
214 .theme-base-0b .related-posts li a:hover {
219 .theme-base-0c .sidebar {
220 background-color: #75b5aa;
222 .theme-base-0c
.content a
,
223 .theme-base-0c .related-posts li a:hover {
228 .theme-base-0d .sidebar {
229 background-color: #6a9fb5;
231 .theme-base-0d
.content a
,
232 .theme-base-0d .related-posts li a:hover {
237 .theme-base-0e .sidebar {
238 background-color: #aa759f;
240 .theme-base-0e
.content a
,
241 .theme-base-0e .related-posts li a:hover {
246 .theme-base-0f .sidebar {
247 background-color: #8f5536;
249 .theme-base-0f
.content a
,
250 .theme-base-0f .related-posts li a:hover {