-
Notifications
You must be signed in to change notification settings - Fork 16
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
Ned Zimmerman
committed
Jun 5, 2017
0 parents
commit c33afb4
Showing
305 changed files
with
6,700 additions
and
0 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 @@ | ||
css/*.css.map |
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 @@ | ||
<?php wp_redirect( esc_url( network_home_url() ), 301 ); ?> |
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,6 @@ | ||
@import 'font-stack-epub'; // Dynamically generated | ||
|
||
$serif-epub: serif !default; | ||
|
||
$font-1: Georgia, $serif-epub; | ||
$font-2: $font-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,8 @@ | ||
@import 'font-stack-prince'; // Dynamically generated | ||
|
||
$serif-prince: serif !default; | ||
|
||
$font-1: "Cardo", "Times New Roman", $serif-prince; | ||
$font-2: $font-1; | ||
|
||
@import 'CardoFont'; |
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,12 @@ | ||
@import 'font-stack-web'; // Dynamically generated | ||
|
||
$serif-web: serif !default; | ||
$sans-serif-web: sans-serif !default; | ||
|
||
$font-1: "Droid Serif", "Georgia", "Times New Roman", $serif-web; | ||
$font-2: "Cardo", "Times New Roman", Times, $serif-web; | ||
$font-3: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Tahoma, $sans-serif-web; | ||
$font-4: 'Oswald', Arial, Helvetica, $sans-serif-web; | ||
$font-5: 'Open Sans Condensed', Arial, Helvetica, $sans-serif-web; | ||
|
||
@import url("https://fonts.googleapis.com/css?family=Cardo:400,400italic,700|Droid+Serif:400,700,400italic,700italic"); |
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,9 @@ | ||
/* | ||
Theme Name: Luther | ||
Theme URI: http://pressbooks.com/themes/pressbooks-book | ||
Description: Named after Martin Luther, this is a traditional book theme, good for novels, and text-heavy non-fiction. An earlier version of this theme was commissioned by Fortress Press / Augsburg Fortress. | ||
Author: Pressbooks (Book Oven Inc.) | ||
Author URI: http://pressbooks.com | ||
Copyright 2011-2015 Book Oven Inc. (Pressbooks.com) [email protected] | ||
Version: 1.6.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 @@ | ||
<?php wp_redirect( esc_url( network_home_url() ), 301 ); ?> |
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,29 @@ | ||
$tamarillo: #870d0d; | ||
$monza: #c03; | ||
$cardinal: #c12328; | ||
$tuatara: #1f1f1d; | ||
$desert-storm: #f4f4f3; | ||
$mine-shaft: #222; | ||
$tundora: #4a4a4a; | ||
$alabaster: #f7f7f7; | ||
$dove-gray: #666; | ||
$white: #fff; | ||
$alto: #ddd; | ||
$mercury: #e1e1e1; | ||
$dark-burgundy: #820808; | ||
$tall-poppy: #a62c2c; | ||
$cab-sav: #4d0a0a; | ||
$contessa: #c77a7a; | ||
$black: #000; | ||
$rosewood: #5c0102; | ||
$crown-of-thorns: #801e1e; | ||
$silver-chalice: #aeaeae; | ||
$gallery: #eee; | ||
$ceramic: #fdfffa; | ||
$dusty-gray: #999; | ||
$boulder: #777; | ||
$wild-sand: #f5f5f5; | ||
$seashell: #f1f1f1; | ||
$gray: #8d8d8d; | ||
$silver: #ccc; | ||
$polar: #f2f7fc; |
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 @@ | ||
$oswald: 'Oswald', Arial, Helvetica, sans-serif; | ||
$lucida: 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Verdana, Tahoma, sans-serif; | ||
$open-sans: 'Open Sans Condensed', Arial, Helvetica, sans-serif; |
Oops, something went wrong.