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.']) ?> ?><?= 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> <main>
<article> <article>
<h1>Collections Policy</h1> <hgroup>
<p> <h1>Collections Policy</h1>
<i>Or, ebooks we do and dont accept.</i> <h2 class="miniheader">Or, ebooks we do and dont accept.</h2>
</p> </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 full details, see <a href="https://www.gutenberg.org/help/copyright.html">Project Gutenbergs Copyright How-To</a>.</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 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> <h2>Types of ebooks we do accept</h2>
<ul> <ul>
<li> <li>

View file

@ -595,6 +595,20 @@ h1 + section > h2:first-child{
margin-top: 0rem; 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, a.button,
.ebooks nav > a, .ebooks nav > a,
form button{ form button{