mirror of
https://github.com/standardebooks/web.git
synced 2025-07-07 07:10:29 -04:00
Add miniheader to collections policy
This commit is contained in:
parent
9c76355972
commit
8751e95bc6
2 changed files with 19 additions and 5 deletions
|
@ -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 don’t accept.</i>
|
<h2 class="miniheader">Or, ebooks we do and don’t 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 didn’t follow copyright formalities. For full details, see <a href="https://www.gutenberg.org/help/copyright.html">Project Gutenberg’s 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 didn’t 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 Gutenberg’s 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>
|
||||||
|
|
|
@ -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{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue