generated from just-the-docs/just-the-docs-template
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
heirarchy heirarchy heirarchy heirarchy favicon cushaw homepage favicon remove top links add side links logo add side links add side links add side links favicon styles styles styles styles styles styles styles styles styles styles styles styles styles logo invert styles footer styles styles styles styles styles styles styles styles styles styles styles styles styles styles styles styles styles styles styles styles styles styles styles styles styles styles styles styles logo logo styles styles favicon styles styles styles styles styles styles styles styles styles styles styles styles styles styles styles styles styles styles styles styles styles styles styles styles styles styles styles styles styles styles styles styles styles styles styles styles styles styles styles styles styles organization organization organization styles styles cleanup styles styles styles styles styles styles styles styles styles styles styles layout updates page reneme styles paths paths paths
- Loading branch information
Showing
32 changed files
with
255 additions
and
79 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
File renamed without changes.
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 @@ | ||
Copyright © Going to Seed. Offered for use and improvement via the Creative Commons <a href="https://creativecommons.org/licenses/by/4.0/">CC BY 4.0 License</a>. |
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,3 @@ | ||
<link rel="preconnect" href="https://fonts.googleapis.com"> | ||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> | ||
<link href="https://fonts.googleapis.com/css2?family=Alegreya+Sans:ital,wght@0,100;0,300;0,400;0,500;0,700;0,800;0,900;1,100;1,300;1,400;1,500;1,700;1,800;1,900&display=swap" rel="stylesheet"> |
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 @@ | ||
|
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,5 @@ | ||
$body-text-color: $adaptation-purple; | ||
$body-heading-color: $adaptation-purple; | ||
$link-color: $adaptation-purple; | ||
$sidebar-color: $adaptation-purple; | ||
$nav-child-link-color: $adaptation-green; |
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,159 @@ | ||
html { | ||
font-size: 18px !important; | ||
} | ||
|
||
.side-bar { | ||
color: $nav-text; | ||
} | ||
|
||
.site-header { | ||
margin-top: 0; | ||
border-bottom: thick double $adaptation-green; | ||
font-size: 1.1rem; | ||
min-height: 120px; | ||
|
||
a:hover { | ||
background: unset; | ||
} | ||
} | ||
|
||
#main-header { | ||
border-bottom: 1px solid $grey-lt-300; | ||
} | ||
|
||
.site-title { | ||
color: $nav-text; | ||
padding: 0; | ||
margin: 0; | ||
} | ||
|
||
#site-nav { | ||
padding-top: 1rem; | ||
} | ||
|
||
// the next few overrides of just the docs could probably be made more elegant | ||
.nav-list .nav-list-item .nav-list-expander { | ||
color: $adaptation-tan; | ||
|
||
&[aria-selected="true"] { | ||
color: red; | ||
} | ||
} | ||
|
||
.nav-list .nav-list-item > .nav-list .nav-list-item .nav-list-expander { | ||
color: $adaptation-tan; | ||
} | ||
|
||
.nav-list .nav-list-item.active .nav-list-expander { | ||
color: $yellow-200; | ||
} | ||
|
||
.site-nav ul li a { | ||
background: none; | ||
color: $nav-text !important; | ||
word-wrap: break-word; | ||
white-space: normal; | ||
font-size: 1.05rem !important; | ||
|
||
&:hover { | ||
background: $purple-200 !important; | ||
color: $nav-text; | ||
} | ||
|
||
&:visited { | ||
color: $nav-text !important; | ||
} | ||
|
||
&.active { | ||
background: $purple-100 !important; | ||
font-weight: 600; | ||
color: $nav-text !important; | ||
} | ||
} | ||
|
||
ul.nav-list .nav-list-item .nav-list-link { | ||
padding: 0.25rem 1rem 0.25rem 0.5rem; | ||
} | ||
|
||
.main-content-wrap { | ||
margin-top: 0; | ||
} | ||
|
||
.main-content h1:first-of-type { | ||
margin-top: 0; // override just the docs top margin | ||
} | ||
|
||
h1 { | ||
font-size: 2.8em !important; | ||
font-weight: 400; | ||
} | ||
|
||
h2, h3, h4, h5, h6 | ||
{ | ||
color: $purple-300; | ||
} | ||
|
||
hr { | ||
background-color: $adaptation-tan; | ||
clear: right; // clear floating images | ||
} | ||
|
||
footer { | ||
font-size: 0.8rem !important; | ||
} | ||
|
||
.float-right-third { | ||
float: right; | ||
width: calc(33% - 1rem); | ||
margin: 0.5rem 0 0.5rem 1rem; | ||
} | ||
|
||
figure.captioned-image { | ||
background-color: $adaptation-tan; | ||
padding: 0.2rem 0.2rem; | ||
border-radius: $border-radius; | ||
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12), 0 3px 10px rgba(0, 0, 0, 0.08); | ||
|
||
figcaption { | ||
font-size: 0.9rem; | ||
margin-top: 0.2rem; | ||
line-height: 0.9; | ||
} | ||
} | ||
|
||
blockquote, p.note, p.warning, p.important, p.idea { | ||
clear: right; // callouts will appear below floating photos, like h1 and h2 | ||
} | ||
|
||
// Print-only styles. | ||
@media print { | ||
//.side-bar, | ||
//.page-header, | ||
//.site-header { | ||
// display: none; | ||
//} | ||
|
||
.body { | ||
font-size: 0.9rem; | ||
} | ||
|
||
.main-content { | ||
max-width: auto; | ||
width: auto; | ||
padding: 0; | ||
margin: 0; | ||
line-height: 1.2; | ||
} | ||
|
||
.main-content-wrap { | ||
padding: 0; | ||
margin: 0; | ||
max-width: auto; | ||
width: auto; | ||
} | ||
|
||
//.side-bar + .main { | ||
// margin: auto; | ||
//} | ||
} | ||
|
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,26 @@ | ||
$body-font-family: "Alegreya Sans", system-ui, -apple-system, blinkmacsystemfont, "Segoe UI", roboto, "Helvetica Neue", arial, sans-serif, "Segoe UI Emoji"; | ||
|
||
$nav-text: white; | ||
$adaptation-purple: #28275e; | ||
$adaptation-tan: #ece1cc; | ||
$adaptation-green: #92a584; | ||
$adaptation-yellow: #fdd94f; | ||
$adaptation-red: #862918; | ||
|
||
|
||
$purple-000: lighten($adaptation-purple, 15); | ||
$purple-100: lighten($adaptation-purple, 12); | ||
$purple-200: lighten($adaptation-purple, 8); | ||
$purple-300: $adaptation-purple; | ||
$green-000: lighten($adaptation-green, 8); | ||
$green-100: $adaptation-green; | ||
$green-200: darken($adaptation-green, 12); | ||
$green-300: darken($adaptation-green, 20); | ||
$yellow-000: lighten($adaptation-yellow, 15); | ||
$yellow-100: lighten($adaptation-yellow, 12); | ||
$yellow-200: lighten($adaptation-yellow, 8); | ||
$yellow-300: $adaptation-yellow; | ||
$red-000: lighten($adaptation-red, 15); | ||
$red-100: lighten($adaptation-red, 12); | ||
$red-200: lighten($adaptation-red, 8); | ||
$red-300: $adaptation-red; |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
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
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 was deleted.
Oops, something went wrong.
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
Oops, something went wrong.