diff --git a/wallabag_kindle_consumer/static/css/custom.css b/wallabag_kindle_consumer/static/css/custom.css new file mode 100644 index 0000000..f5bf1c3 --- /dev/null +++ b/wallabag_kindle_consumer/static/css/custom.css @@ -0,0 +1,15 @@ +html { + position: relative; + min-height: 100%; +} +body { + margin-bottom: 80px; /* Margin bottom by footer height */ +} +.footer { + position: absolute; + bottom: 0; + width: 100%; + height: 60px; /* Set the fixed height of the footer here */ + line-height: 60px; /* Vertically center the text there */ + background-color: #f5f5f5; +} diff --git a/wallabag_kindle_consumer/templates/base.html b/wallabag_kindle_consumer/templates/base.html new file mode 100644 index 0000000..55a6ce3 --- /dev/null +++ b/wallabag_kindle_consumer/templates/base.html @@ -0,0 +1,46 @@ + + +
+ + + + + + + + +This transfers all articles tagged with {{ tags|join(", ") }} in {{ wallabag_host }} + to the given kindle account.
+ + {% block body %}{% endblock %} + + +