Skip to content

Commit

Permalink
Update site content
Browse files Browse the repository at this point in the history
  • Loading branch information
Debian committed Dec 27, 2024
1 parent 2901f87 commit e0b4b8b
Show file tree
Hide file tree
Showing 57 changed files with 559 additions and 181 deletions.
6 changes: 3 additions & 3 deletions 911-truth/index.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions absurd-hegemony-science/index.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions animals/index.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions antiscience/index.html

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions book/911-truth/index.html

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions book/absurd-hegemony-science/index.html

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions book/animals/index.html

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions book/antiscience/index.html

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions book/cows/index.html

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions book/dennett-evidence/index.html

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions book/ecocide/index.html

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions book/eugenics/index.html

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions book/google/index.html

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions book/hunger/index.html

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions book/hydrogen/index.html

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions book/index.html

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions book/mexico/index.html

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions book/mh17/index.html

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions book/morality/index.html

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions book/moss-balls/index.html

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions book/ocean/index.html

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions book/paranormal/index.html

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions book/peace/index.html

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions book/pedophilia/index.html

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions book/philippines/index.html

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions book/rabobank/index.html

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions book/sri-lanka/index.html

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions book/trafigura/index.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions cows/index.html

Large diffs are not rendered by default.

13 changes: 13 additions & 0 deletions css/critical-style.css
Original file line number Diff line number Diff line change
Expand Up @@ -574,6 +574,19 @@ html.dark a.bookdl > .button > span {
line-height: 30px;
margin-left: 10px
}

.backups > ul,
.backups > div {
display: none;
}
.backups.open > ul {
display: unset;
}

#sub-nav.isSticky li.hide-sticky {
display: none!important;
}

#sub-nav.isSticky ul.tabbed {
flex-wrap: nowrap;
align-items: center;
Expand Down
2 changes: 1 addition & 1 deletion css/critical-style.min.css

Large diffs are not rendered by default.

146 changes: 146 additions & 0 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -1400,6 +1400,152 @@ margin-top: 5px;
}


.backups {
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
margin-top: .5em;
}
.backups > a {
font-size: 12px;
line-height: 16px;
font-family: Montserrat,sans-serif;
opacity: .4;
}
.backups > ul,
.backups > div {
display: none;
max-width: 400px;
}
.backups.open > ul {
display: unset;
text-align: left;
margin-bottom: 0;
}
.backups.footer.open {
margin-top: 1em;
}

.backups a strong,
.backups div.repo a {
text-decoration: underline!important;
text-underline-offset: 4px!important;
text-decoration-color: #007934!important;
text-decoration-style: dotted!important;
}
html.dark .backups a strong,
html.dark .backups div.repo a {
text-decoration-color: #fff!important;
}

.backups a span {
font-style: italic;
color:black;
}
.backups a span > span.e {
font-style: normal;
}
html.dark .backups a span {
color:white;
}

.backups.open > div {
display: block;
text-align: center;
margin-top: 10px;
font-size: 14px;
line-height: 18px;
font-family: Montserrat,sans-serif;
}
.backups > div.repo > .h {
opacity: .5;
}
.backups > div.repo > div {
margin-top: 5px;
display: flex;
justify-content: space-evenly;
align-items: center;
gap: 10px;
font-size: 18px;
line-height: 22px;
}

.backups.open > a {
font-size: 24px;
line-height: 32px;
opacity: 1;
margin-bottom: 5px;
font-family: Merriweather,serif;
font-weight: normal;
color:black;
}
html.dark .backups.open > a {
color:white;
font-weight: bold;
}

.backups.open > ul > li > a {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}

.backups.mirrors > a {
font-size: 16px;line-height: 20px;opacity: .7;
}
.backups .status .e.loading {
display: inline-block;
animation: rotateSand 5s linear infinite;
}
.backups.mirrors.open > a {
font-size: 24px;
line-height: 32px;
opacity: 1;
margin-bottom: 5px;
font-family: Merriweather,serif;
font-weight: normal;
margin-bottom: 10px;
text-decoration: none;
}
html.dark .backups.mirrors.open > a {
font-weight: bold;
}


.backups.mirrors a strong {
text-decoration: none;
margin-right: 5px;
}
.backups.mirrors a strong span.e {
font-style: normal;
}
.backups.mirrors ul li {
display: flex;gap: 5px;text-decoration: none;align-items: center;
}
.backups.mirrors ul li span.epub,
.backups.mirrors ul li span.pdf {
font-size: 10px;line-height: 16px;padding: 0px 4px;
border-radius: 2px;
}
.backups.mirrors ul li a.link {
font-style: normal;font-size: 10px;line-height: 14px;
white-space: nowrap;
overflow: hidden;text-overflow: ellipsis;oration-thickness: ;text-underline-offset: 2px;text-decoration: underline;
color: #000;
text-decoration-style: dotted;
}
html.dark .backups.mirrors ul li a.link {
color: #fff;
}
.backups.mirrors ul li span.epub {
font-weight: normal;
}
html.dark .backups.mirrors ul li span.epub {
font-weight: bold;
}


/* Links */

a:focus,a:hover {color: #002d13;}
Expand Down
2 changes: 1 addition & 1 deletion css/style.min.css

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dennett-evidence/index.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions donate/index.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions ecocide/index.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions eugenics/index.html

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions google/index.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions hunger/index.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions hydrogen/index.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions index.html

Large diffs are not rendered by default.

Loading

0 comments on commit e0b4b8b

Please sign in to comment.