diff --git a/static/css/library.css b/static/css/library.css deleted file mode 100644 index f66656f..0000000 --- a/static/css/library.css +++ /dev/null @@ -1,13 +0,0 @@ -.wip { - width: 150px; - opacity: 75%; - border: 5px solid #d11586 -} -.read { - width: 150px; -} -.dnf { - width: 150px; - opacity: 75%; - filter: grayscale(100%); -} diff --git a/static/css/pelican.css b/static/css/pelican.css index 6a95d06..28f03fe 100644 --- a/static/css/pelican.css +++ b/static/css/pelican.css @@ -1,4 +1,14 @@ -/* resets */ +/************************************************/ +/* Pelican Theme CSS Stuff */ +/* */ +/* This is everything that can be ported to */ +/* any theme that I make that isn't "theme" */ +/* so I can change theme stuff a lot! */ +/************************************************/ + + +/************************************************/ +/* resets */ ul, ol { list-style: none; @@ -10,13 +20,46 @@ ol { margin: 0; } -/* reset */ + .post st-link { text-decoration: none; } +/************************************************/ + + +/* main */ + +.tmpl-library .bookshelf { + border: 1px solid var(--base-dark); + margin: 0 auto; + padding: 1em; + } + + +/************************************************/ +/* This is the stuff for my reading library */ +.wip { + width: 150px; + opacity: 75%; + border: 5px solid #d11586 +} +.read { + width: 150px; +} +.dnf { + width: 150px; + opacity: 75%; + filter: grayscale(100%); +} +/************************************************/ + +/************************************************/ +/* LIBRARY TEMPLATE */ + +/* "sourced" aka copied from - https://www.pagemelt.ink/published/ */ +/* I have probably made enough changes that is it now "inspired by", but where is that lie really? */ -/* LIBRARY TEMPLATE */ .tmpl-library { margin: 0 auto; @@ -101,14 +144,16 @@ transform: scale(2); @media screen and (max-width: 650px) { .book.book--midscreen { display: none; + width: 400px; + } } .bookshelf { display: flex; flex-wrap: wrap; -justify-content: center; -margin: .25em 0 0 0; +justify-content: right; +/*margin: .25em 0 0 0; */ padding-left: 0; width: 100%; border: 1px; @@ -118,11 +163,4 @@ border: 1px; box-shadow: 0 0 10px rgba(0,0,0,.5); } -/* main */ - -.tmpl-library .bookshelf { -border: 1px solid var(--base-dark); -margin: 0 auto; -/*max-width: 810px;*/ -padding: 1em; -} \ No newline at end of file +/************************************************/ \ No newline at end of file diff --git a/templates/base.html b/templates/base.html index 95b09d2..d73560f 100644 --- a/templates/base.html +++ b/templates/base.html @@ -38,8 +38,9 @@ {% if TAG_FEED_RSS and tag %} {% endif %} +{% if TRACKING %} - +{% endif %} + {% endblock head %} {% block somemorehead %} {% endblock somemorehead %}