Skip to content

Commit

Permalink
Latest build deployed.
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex-Jordan committed May 13, 2024
0 parents commit c634969
Show file tree
Hide file tree
Showing 33,174 changed files with 2,026,731 additions and 0 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
Binary file added .DS_Store
Binary file not shown.
1 change: 1 addition & 0 deletions .mapping.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"src/orcca.ptx": ["orcca", "part-linear-equations-and-lines"], "src/frontmatter.ptx": ["frontmatter"], "src/chapter-variables-expressions-equations-and-inequalities.ptx": ["chapter-variables-expressions-equations-and-inequalities"], "src/section-variables-and-evaluating-expressions.ptx": ["section-variables-and-evaluating-expressions", "video-variables-and-evaluating-expressions"], "src/section-combining-like-terms.ptx": ["section-combining-like-terms"], "src/section-comparison-symbols-and-notation-for-intervals.ptx": ["section-comparison-symbols-and-notation-for-intervals"], "src/section-equations-inequalities-and-solutions.ptx": ["section-equations-inequalities-and-solutions"], "src/section-solving-one-step-equations.ptx": ["section-solving-one-step-equations"], "src/section-solving-one-step-inequalities.ptx": ["section-solving-one-step-inequalities"], "src/section-algebraic-properties-and-simplifying-expressions.ptx": ["section-algebraic-properties-and-simplifying-expressions"], "src/section-modeling-with-equations-and-inequalities.ptx": ["section-modeling-with-equations-and-inequalities"], "src/review-variables-expressions-and-equations.ptx": ["review-variables-expressions-and-equations"], "src/chapter-linear-equations-and-inequalities.ptx": ["chapter-linear-equations-and-inequalities"], "src/section-solving-multistep-linear-equations.ptx": ["section-solving-multistep-linear-equations"], "src/section-solving-multistep-linear-inequalities.ptx": ["section-solving-multistep-linear-inequalities"], "src/section-equations-and-inequalities-with-fractions.ptx": ["section-equations-and-inequalities-with-fractions"], "src/section-special-solution-sets.ptx": ["section-special-solution-sets"], "src/section-isolating-a-linear-variable.ptx": ["section-isolating-a-linear-variable"], "src/review-linear-equations-and-inequalities.ptx": ["review-linear-equations-and-inequalities"], "src/chapter-graphing-lines.ptx": ["chapter-graphing-lines"], "src/section-cartesian-coordinates.ptx": ["section-cartesian-coordinates"], "src/section-graphing-equations.ptx": ["section-graphing-equations"], "src/section-exploring-two-variable-data-and-rate-of-change.ptx": ["section-exploring-two-variable-data-and-rate-of-change"], "src/section-slope.ptx": ["section-slope"], "src/section-slope-intercept-form.ptx": ["section-slope-intercept-form"], "src/section-point-slope-form.ptx": ["section-point-slope-form"], "src/section-standard-form.ptx": ["section-standard-form"], "src/section-horizontal-vertical-parallel-and-perpendicular-lines.ptx": ["section-horizontal-vertical-parallel-and-perpendicular-lines"], "src/section-summary-of-graphing-lines.ptx": ["section-summary-of-graphing-lines"], "src/chapter-systems-of-two-linear-equations.ptx": ["chapter-systems-of-two-linear-equations"], "src/section-solving-a-system-by-graphing.ptx": ["section-solving-a-system-by-graphing"], "src/section-substitution.ptx": ["section-substitution"], "src/section-elimination.ptx": ["section-elimination"], "src/review-systems-of-linear-equations.ptx": ["review-systems-of-linear-equations"], "src/backmatter.ptx": ["backmatter"], "src/appendix-basic-math-review.ptx": ["appendix-basic-math-review"], "src/section-arithmetic-with-negative-numbers.ptx": ["section-arithmetic-with-negative-numbers"], "src/section-fractions-and-fraction-arithmetic.ptx": ["section-fractions-and-fraction-arithmetic"], "src/section-absolute-value-and-square-root.ptx": ["section-absolute-value-and-square-root"], "src/section-percentages.ptx": ["section-percentages"], "src/section-order-of-operations.ptx": ["section-order-of-operations"], "src/section-set-notation-and-types-of-numbers.ptx": ["section-set-notation-and-types-of-numbers"], "src/appendix-unit-conversions.ptx": ["appendix-unit-conversions"], "src/appendix-ccogs.ptx": ["appendix-ccogs", "ccog-mth60"]}
Empty file added .nojekyll
Empty file.
51 changes: 51 additions & 0 deletions _static/pretext/css/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
CSS Directory
=============

The majority of CSS files here are recent copies of files publicly
available from the [PreTeXt server](https://pretextbook.org).
They are distributed so that they may be incorporated automatically
into offline versions of PreTeXt documents, such as EPUB.
In particular, no author or publisher should ever need to
copy or move these files in order to have useful output.

Also, any requests, suggestions, or corrections should be made
at the GitHub repositories where these are hosted, **not** as part
of this repository. Any changes can, and will, migrate here promptly.
See the [CSS repository](https://github.com/PreTeXtBook/CSS_core).


Instructions
============

To update these files,

$ ./update_css

Note that the script may be easily edited to use a branch
other than simply `main`, if necessary.

Then update the following record of when this was last done.
Examine the `xsl/pretext-html.xsl` file if you need to check
on the latest version number for the CSS. If there are changes,
these should be fashioned into a commit for the repository.
See existing commit messages for communicating the version
number when that changes. At a minimum, change the date and
commit that as a record of a "no-change" update.

CSS version: 0.31 Date: 2021-07-10
CSS version: 0.6 Date: 2022-12-30
CSS version: 0.6 Date: 2023-01-03


Experimental Jupyter Notebook CSS
=================================

There are two (old) CSS files used for Jupyter output:
`mathbook-add-on.css` and `mathbook-content.css`.
The file `mathbook-content.css` is formed by removing
any CSS not prefixed by `.mathbook-content` from
`mathbook-3.css` (also included). The removed material
is the first portion of the part delimited as
`MATHBOOK UI MODULE`, but not this entire section.

Last updated: 2020-07-01 (exclusive of CSS update record)
336 changes: 336 additions & 0 deletions _static/pretext/css/banner_crc.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,336 @@
/*** Some PreTeXt overrides ***/
/*
@media (min-width: 801px) {
.title-container .title {
font-size: unset;
font-weight: unset;
}
}
*/
.ptx-masthead .title-container > .heading {
line-height: unset;
}
/*
.ptx-masthead .title-container > .heading {
font-family: unset;
font-weight: unset;
font-size: unset;
line-height: unset;
color: unset;
}
*/
.ptx-masthead .byline {
margin: unset;
font-size: unset;
line-height: unset;
font-family: unset;
}

.ptx-masthead .ptx-banner {
border-top: 1px solid transparent;
border-bottom: none;
overflow: hidden;
padding-top: 0.625em;
padding-bottom: 1.125em;
}

.ptx-content .summary-links a {
display: block;
padding: .6em;
text-decoration: none;
font-family: "Open Sans", sans-serif;
font-size: 1em;
font-weight: 600;
border-radius: 5px;
}

.ptx-content .summary-links a .codenumber {
color: var(--bluegreen)
}

.ptx-content .summary-links a .title {
font-weight: 600;
}

.ptx-content .summary-links a:hover {
color: #fff;
background: var(--bluegreen);
}

.ptx-content .summary-links ul,
.ptx-content .summary-links ul li {
display: grid;
list-style-type: none;
min-width: 300px;
padding-inline-start: 0px;
font-family: "Open Sans", sans-serif;
justify-items: stretch;
margin: 2px auto 3px auto;
}


.ptx-content .summary-links > ul {
// text-align: left;
}

@media screen and (min-width: 600px) {
.ptx-content .summary-links ul,
.ptx-content .summary-links ul li {
width: 60vw;
max-width: 500px;
}
}

@media screen and (min-width: 700px) {
.ptx-content .summary-links ul,
.ptx-content .summary-links ul li {
width: 55vw;
max-width: 500px;
}
}

@media screen and (min-width: 800px) {
.ptx-content .summary-links ul,
.ptx-content .summary-links ul li {
width: 49vw;
max-width: 500px;
}
}
/*** End PreTeXt overrides ***/



.ptx-masthead .title-container {
font-size: 1em;
padding-left: 9.68px;
overflow: hidden;
}

@media screen and (max-width: 480px) {
.ptx-masthead .title-container {
padding: 0;
text-align: center;
}
}

.ptx-masthead .title-container > .heading {
margin: 0;
font-size: 2em;
}

.ptx-masthead .title-container > .heading.hide-type .type {
display: none;
}
.ptx-masthead .title-container > .heading.hide-codenumber .codenumber {
display: none;
}
.ptx-masthead .title-container > .heading.hide-title .title {
display: none;
}

/*
@media screen and (max-width: 480px) {
.ptx-masthead .title-container > .heading {
font-size: 1.5em;
line-height: 1.25em;
margin: 0;
margin-bottom: 0.41667em;
}
}
.ptx-masthead .title-container > .heading a {
color: #932919;
background: none;
text-decoration: none;
}
.ptx-masthead .title-container > .heading a:active {
color: #3572a0;
}
*/

.ptx-masthead .title-container > .heading .subtitle {
font-weight: normal;
}


@media screen and (max-width: 800px) {
.ptx-masthead .title-container > .heading .subtitle {
/* Force the subtitle onto a separate line */
display: block;
/* De-emphasize relative to main title */
color: #595959;
/* Remove colon */
}
.ptx-masthead .title-container > .heading .subtitle:before {
content: normal;
}
}


.ptx-masthead .byline {
color: #333333;
font-size: 1.2em;
font-weight: normal;
margin: 0;
min-height: inherit;
}



@media screen and (max-width: 480px) {
.ptx-masthead .byline {
margin-top: 0;
font-size: 1em;
line-height: 1.25em;
}
}




.ptx-masthead .byline a {
color: #333333;
}
.ptx-masthead .byline a:active {
color: #3572a0;
}


.ptx-masthead .ptx-banner .title-container .heading {
font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/* .ptx-masthead-banner */
.ptx-masthead .ptx-banner { /* maybe .ptx-masthead > .ptx-banner? */
max-width: 904px;
display: grid;
grid-gap: 1em;
grid-template-columns: 50px 1fr;
grid-template-areas:
"ptx-logobox ptx-title-byline-box";
background-color: #fff; /* #fafafa; */
padding: 0px 20px 0px 20px;
/*
justify-self: stretch;
*/

}

.title-container .title {
color: var(--bodytitle);
}

.title-container .subtitle {
color: var(--bodysubtitle);
}

/* Adjust font sizes by screen sizes */
/* Phones */
.title-container {
margin-top: 0px;
}

.title-container .title {
font-size: .6em;
font-weight: 600;
}

.title-container .subtitle {
font-weight: normal;
font-size: .5em;
}



/* Larger than mobile */
@media (min-width: 400px) {

.title-container {
margin-top: 0px;
}

.title-container .title {
font-size: .7em;
font-weight: 600;
}

.title-container .subtitle {
font-weight: normal;
font-size: .6em;
}


}

/* Larger than phablet (also point when grid becomes active) */
@media (min-width: 550px) {

.title-container {
margin-top: 3px;
}

.title-container .title {
font-size: .9em;
font-weight: 600;
}

.title-container .subtitle {
font-weight: normal;
font-size: .7em;
}


}

/* Large screens */
@media (min-width: 801px) {

.title-container {
margin-top: 5px;
}

.title-container .title {
font-size: 1.0em;
font-weight: 600;
}

.title-container .subtitle {
font-weight: normal;
font-size: .8em;
}


}



/* .ptx-logobox */
.logo-link {
grid-area: ptx-logobox;
color: #000;
padding: 15px 0px 0px 0px;
justify-self: stretch;
}

/* Fix the width of logo to always be 50px */
/* .ptx-logobox img */
.ptx-masthead .logo-link img {
width: 50px;
}

/* .ptx-title-byline-box */
.title-container {
grid-area: ptx-title-byline-box;
color: #000;
padding: 0px 0px 0px 0px;
justify-self: stretch;
}

/* ptx-searchbox */
.searchbox {
grid-area: ptx-searchbox;
}
Loading

0 comments on commit c634969

Please sign in to comment.