Simon Bowie 1 рік тому
джерело
коміт
953565e10f
3 змінених файлів з 30 додано та 13 видалено
  1. +29
    -3
      web/app/static/styles/custom.css
  2. +0
    -9
      web/app/templates/index.html
  3. +1
    -1
      web/app/templates/theme.html

+ 29
- 3
web/app/static/styles/custom.css Переглянути файл

@@ -197,10 +197,22 @@ input#submit:hover {
text-shadow: 1px 1px 10px var(--color-lightyellow);
}

.arrow-back {
.search-back {
position: fixed;
left: 0;
margin: 0.5rem;
font-size: var(--body-fontsize-s) !important;
text-decoration: none;
background: transparent;
color: var(--color-dark) !important;
border: 0.1rem solid var(--color-dark);
border-radius: 2rem 2.5rem !important;
padding: 0.2rem 0.3rem;
}

.search-back:hover {
background: var(--color-dark) !important;
color: var(--color-lightyellow) !important;
}

.action {
@@ -515,7 +527,7 @@ img + em {
}


/***************** MOBILE ****************/
/***************** SMALL DEVICES ****************/

@media screen and (min-width:0px) and (max-width: 768px) {

@@ -524,7 +536,7 @@ img + em {
padding: 0.5rem !important;
}

.arrow-back {
.search-back {
margin: -1rem 0.5rem;
}

@@ -558,3 +570,17 @@ img + em {
}

}

@media screen and (min-width:0px) and (max-width: 414px) {

/* changing layout to column on phones */

.index-row {
display: flex;
width: 100%;
flex-wrap: wrap;
justify-content: space-evenly;
flex-direction: column;
align-items: center;
}
}

+ 0
- 9
web/app/templates/index.html Переглянути файл

@@ -97,12 +97,3 @@
</div>

{% endblock %}

{% block footer %}
<footer class="footer p-3">
<div class="container info" style="display: none" >
<span class="text-muted">© 2023 Julien McHardy & Kat Jungnickel, chapters by respective authors. Licensed under a <a href="http://creativecommons.org/licenses/by-nc-sa/4.0/">Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International (CC BY-NC-SA 4.0)</a> license.</span>
<span class="text-muted">Data from the <a href="https://www.politicsofpatents.org/">Politics of Patents</a> research project hosted at Goldsmiths, University of London, and funded by the European Research Council under the European Union’s Horizon 2020 research and innovation programme (#819458).</span>
</div>
</footer>
{% endblock%}

+ 1
- 1
web/app/templates/theme.html Переглянути файл

@@ -2,7 +2,7 @@

{% block content %}

<a href="/contents/" class="arrow-back h1 text-left" title="back to index"> ⇽ </a>
<a href="/contents/" class="search-back text-left" title="back to search">search</a>

<div class="themes">


Завантаження…
Відмінити
Зберегти