diff --git a/static/css/library.css b/static/css/library.css new file mode 100644 index 0000000..34d1661 --- /dev/null +++ b/static/css/library.css @@ -0,0 +1,7 @@ +.wip { + opacity: 50%; + border: 5px solid #d11586 +} +.dnf { + opacity: 30%; +} diff --git a/templates/base.html b/templates/base.html index 85bac30..95b09d2 100644 --- a/templates/base.html +++ b/templates/base.html @@ -56,6 +56,9 @@ {% endblock head %} +{% block somemorehead %} +{% endblock somemorehead %} +
diff --git a/templates/page.html b/templates/page.html index 69ffaac..bcfcb82 100644 --- a/templates/page.html +++ b/templates/page.html @@ -13,6 +13,14 @@ {% endblock %} + +{% block somemorehead %} + {% if page.libary %} + + {% endif %} + +{% endblock somemorehead %} +