redesign with shadows
This commit is contained in:
parent
987593a48d
commit
39fdf46037
@ -6,20 +6,17 @@
|
||||
<!-- <h1>{{ id }}</h1> -->
|
||||
<div class="content-block">
|
||||
<div id="question" class="content-block-inner">
|
||||
<p><font color="#544669">
|
||||
<h4> {{ description }} </h4>
|
||||
</font>
|
||||
<p>
|
||||
<h4 class="text-muted"> {{ description }} </h4>
|
||||
</p>
|
||||
</div>
|
||||
</div><br />
|
||||
<div class="content-block">
|
||||
<div id="answer" class="content-block-inner">
|
||||
<hr/>
|
||||
<p>
|
||||
<div class="mt-2 px-2 py-1 shadow rounded">
|
||||
<!-- <h2> Ответ: </h2> -->
|
||||
<h1 class="d-flex justify-content-center text-center">{{ answer }}</h1>
|
||||
</p>
|
||||
<hr/><br><br/><details>
|
||||
<h1 class="display-4 d-flex justify-content-center text-center">{{ answer }}</h1>
|
||||
</div><br><br/><details>
|
||||
<div id="details">
|
||||
{% if comment | length or comment1 | length %}
|
||||
<p><span>Комментарии:</span>
|
||||
|
@ -8,20 +8,19 @@
|
||||
<title>{% block title %}{% endblock title %}</title>
|
||||
</head>
|
||||
<body>
|
||||
<header>
|
||||
<header class="shadow-sm rounded-bottom">
|
||||
<nav class="navbar navbar-expand-sm container sticky-top navbar-light justify-content-center">
|
||||
<ul class="nav navbar-nav">
|
||||
{% include "nav" %}
|
||||
{% block nav %}{% endblock nav %}
|
||||
</ul>
|
||||
</nav><hr/>
|
||||
</nav>
|
||||
</header>
|
||||
<article class="mb-5 pb-5">
|
||||
<div id="content" class="container">{% block content %}{% endblock content %}</div>
|
||||
</article>
|
||||
<footer class="footer fixed-bottom">
|
||||
<hr/>
|
||||
<p class="text-secondary">Источник: <a class="text-secondary" href="https://db.chgk.info/">db.chgk.info</a></p>
|
||||
<footer class="footer fixed-bottom shadow-lg rounded-top">
|
||||
<p class="my-0 py-0 text-secondary">Источник: <a class="text-secondary" href="https://db.chgk.info/">db.chgk.info</a></p>
|
||||
</footer>
|
||||
<!-- Yandex.Metrika counter --> <script type="text/javascript" > (function (d, w, c) { (w[c] = w[c] || []).push(function() { try { w.yaCounter48214757 = new Ya.Metrika2({ id:48214757, clickmap:true, trackLinks:true, accurateTrackBounce:true, trackHash:true, ut:"noindex" }); } catch(e) { } }); var n = d.getElementsByTagName("script")[0], s = d.createElement("script"), f = function () { n.parentNode.insertBefore(s, n); }; s.type = "text/javascript"; s.async = true; s.src = "https://mc.yandex.ru/metrika/tag.js"; if (w.opera == "[object Opera]") { d.addEventListener("DOMContentLoaded", f, false); } else { f(); } })(document, window, "yandex_metrika_callbacks2"); </script> <noscript><div><img src="https://mc.yandex.ru/watch/48214757?ut=noindex" style="position:absolute; left:-9999px;" alt="" /></div></noscript> <!-- /Yandex.Metrika counter -->
|
||||
</body>
|
||||
|
@ -13,7 +13,7 @@
|
||||
<br/>
|
||||
<br/><details>
|
||||
<summary>Ответ</summary><br/>
|
||||
<a class="btn btn-dark" href="/q/{{ num }}/a/">Показать ответ</a>
|
||||
<a class="btn btn-dark shadow" href="/q/{{ num }}/a/">Показать ответ</a>
|
||||
</details>
|
||||
|
||||
{% endblock content %}
|
Loading…
Reference in New Issue
Block a user