Update boilerplate CSS to new standards
This commit is contained in:
parent
e3df1a2297
commit
4a06662cac
@ -2,7 +2,7 @@
|
||||
@namespace epub "http://www.idpf.org/2007/ops";
|
||||
|
||||
/* This may appear in the colophon */
|
||||
abbr.era{
|
||||
abbr[epub|type~="se:era"]{
|
||||
font-variant: all-small-caps;
|
||||
}
|
||||
|
||||
@ -34,6 +34,7 @@ section[epub|type~="imprint"] header{
|
||||
|
||||
img[epub|type~="z3998:publisher-logo"]{
|
||||
max-width: 25%;
|
||||
width: 220px;
|
||||
}
|
||||
|
||||
section[epub|type~="colophon"] p,
|
||||
|
@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:svg="http://www.w3.org/2000/svg" height="140" version="1.1" width="220">
|
||||
<title>The Standard Ebooks logo</title>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:svg="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 220 140">
|
||||
<title>The Standard Ebooks logo.</title>
|
||||
<desc>The logo portrays an open book with the letter "S" on the left page and the letter "E" on the right page. A power cord is attached to the bottom of the book and curled beneath it. The book is surrounded by laurels.</desc>
|
||||
<g>
|
||||
<path d="m 167.55764,127.47036 c 0,0 6.34186,-2.00352 11.37468,-1.41331 7.99011,0.93699 8.72666,5.89372 8.72666,5.89372 0,0 -3.20546,1.98854 -10.08083,1.23287 -8.05429,-0.88529 -10.02051,-5.71338 -10.02051,-5.71338 Z"/>
|
||||
|
Before Width: | Height: | Size: 20 KiB After Width: | Height: | Size: 20 KiB |
@ -9,7 +9,7 @@
|
||||
<section id="colophon" epub:type="colophon">
|
||||
<header>
|
||||
<h2 epub:type="title">Colophon</h2>
|
||||
<img alt="The Standard Ebooks logo" src="../images/logo.svg" epub:type="z3998:publisher-logo se:image.color-depth.black-on-transparent"/>
|
||||
<img alt="The Standard Ebooks logo." src="../images/logo.svg" epub:type="z3998:publisher-logo se:image.color-depth.black-on-transparent"/>
|
||||
</header>
|
||||
<p><i epub:type="se:name.publication.book">Short Fiction</i><br/>
|
||||
was compiled from short stories written between 1883 and 1910 by<br/>
|
||||
|
@ -9,7 +9,7 @@
|
||||
<section id="imprint" epub:type="imprint">
|
||||
<header>
|
||||
<h2 epub:type="title">Imprint</h2>
|
||||
<img alt="The Standard Ebooks logo" src="../images/logo.svg" epub:type="z3998:publisher-logo se:image.color-depth.black-on-transparent"/>
|
||||
<img alt="The Standard Ebooks logo." src="../images/logo.svg" epub:type="z3998:publisher-logo se:image.color-depth.black-on-transparent"/>
|
||||
</header>
|
||||
<p>This ebook is the product of many hours of hard work by volunteers for <a href="https://standardebooks.org">Standard Ebooks</a>, and builds on the hard work of other literature lovers made possible by the public domain.</p>
|
||||
<p>This particular ebook is based on a transcription produced for <a href="https://www.gutenberg.org/ebooks/2777">Project Gutenberg</a> and on digital scans available at the <a href="https://archive.org/details/cu31924022067254">Internet Archive</a>.</p>
|
||||
|
Loading…
Reference in New Issue
Block a user