Compare commits
No commits in common. "0bc31c418d095a09374b8b0fe2e3d7bf49aaacd6" and "323b8937141a9691f849b677fe48aa7b304268a4" have entirely different histories.
0bc31c418d
...
323b893714
Binary file not shown.
Before Width: | Height: | Size: 163 KiB |
@ -90,5 +90,4 @@ latex_elements = {
|
||||
latex_logo = '_static/wtf_coop_header.png'
|
||||
latex_show_urls = 'footnote'
|
||||
|
||||
epub_theme = 'wtf_epub'
|
||||
epub_cover = ('_static/epub_cover.png', 'epub-cover.html')
|
||||
epub_cover = ('_static/wtf_coop_header.png', 'epub-cover.html')
|
||||
|
@ -1,23 +0,0 @@
|
||||
{#
|
||||
epub/epub-cover.html
|
||||
~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
Sample template for the html cover page.
|
||||
|
||||
:copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS.
|
||||
:license: BSD, see LICENSE for details.
|
||||
#}
|
||||
{%- extends "layout.html" %}
|
||||
{%- block header %}{% endblock %}
|
||||
{%- block rootrellink %}{% endblock %}
|
||||
{%- block relbaritems %}{% endblock %}
|
||||
{%- block sidebarlogo %}{% endblock %}
|
||||
{%- block linktags %}{% endblock %}
|
||||
{%- block relbar1 %}{% endblock %}
|
||||
{%- block sidebar1 %}{% endblock %}
|
||||
{%- block sidebar2 %}{% endblock %}
|
||||
{%- block footer %}{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
<div class="epub-cover" style="background-image: url('{{ image }}');"></div>
|
||||
{% endblock %}
|
@ -1,9 +0,0 @@
|
||||
.epub-cover {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
background-size: contain;
|
||||
background-repeat: no-repeat;
|
||||
background-position: center;
|
||||
}
|
@ -1,3 +0,0 @@
|
||||
[theme]
|
||||
inherit = epub
|
||||
stylesheet = css/style.css
|
Loading…
Reference in New Issue
Block a user