Add miniheader to collections policy

This commit is contained in:
Alex Cabal 2021-06-02 11:44:54 -05:00
parent 9c76355972
commit 8751e95bc6
2 changed files with 19 additions and 5 deletions

View file

@ -3,11 +3,11 @@ require_once('Core.php');
?><?= Template::Header(['title' => 'Collections Policy', 'highlight' => 'contribute', 'description' => 'Standard Ebooks only accepts certain kinds of ebooks for production and hosting. This is the full list.']) ?>
<main>
<article>
<hgroup>
<h1>Collections Policy</h1>
<p>
<i>Or, ebooks we do and dont accept.</i>
</p>
<p>Standard Ebooks only works on books that have entered the U.S. public domain due to copyright expiration. Generally this means a book must have been published in <?= PD_YEAR ?> or earlier, though there are exceptions for works from later periods that didnt follow copyright formalities. For full details, see <a href="https://www.gutenberg.org/help/copyright.html">Project Gutenbergs Copyright How-To</a>.</p>
<h2 class="miniheader">Or, ebooks we do and dont accept.</h2>
</hgroup>
<p>Standard Ebooks only works on books that have entered the U.S. public domain due to copyright expiration. Generally this means a book must have been published in <?= PD_YEAR ?> or earlier, though there are exceptions for works from later periods that didnt follow copyright formalities. For more information on determining the copyright status of a work in the U.S., see <a href="https://www.gutenberg.org/help/copyright.html">Project Gutenbergs Copyright How-To</a>.</p>
<h2>Types of ebooks we do accept</h2>
<ul>
<li>

View file

@ -595,6 +595,20 @@ h1 + section > h2:first-child{
margin-top: 0rem;
}
.miniheader{
text-align: center;
font-size: 1rem;
font-family: "Crimson Pro", Georgia, serif;
font-style: italic;
font-weight: normal;
margin-top: 0;
margin-bottom: 1rem;
text-transform: none;
letter-spacing: 0;
}
a.button,
.ebooks nav > a,
form button{