práce na titulce, hlavně novinky
This commit is contained in:
parent
6df9cf6beb
commit
26346e174d
2 changed files with 23 additions and 7 deletions
|
@ -102,7 +102,6 @@ h6 {
|
||||||
}
|
}
|
||||||
|
|
||||||
.button {
|
.button {
|
||||||
height: 40px;
|
|
||||||
margin: 10px 0px 10px 0px;
|
margin: 10px 0px 10px 0px;
|
||||||
padding: 4px 0; /*vertikální centování textu*/
|
padding: 4px 0; /*vertikální centování textu*/
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
@ -973,12 +972,20 @@ div.cislo_odkazy ul {
|
||||||
|
|
||||||
.titulnistrana {
|
.titulnistrana {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
text-align: justify;
|
||||||
}
|
}
|
||||||
|
|
||||||
.titulnistrana h1 {
|
.titulnistrana h1 {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/*
|
||||||
|
.temata_titulka .button {
|
||||||
|
color: #6f2509;
|
||||||
|
/*background-color: #fdedd5;*
|
||||||
|
background-color: #fffbf6;
|
||||||
|
}*/
|
||||||
|
|
||||||
.zjistit_vic{
|
.zjistit_vic{
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
@ -1007,6 +1014,15 @@ div.cislo_odkazy ul {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.novinka_datum {
|
||||||
|
font-weight: bold;
|
||||||
|
}
|
||||||
|
|
||||||
|
.novinka_autor {
|
||||||
|
text-align: right;
|
||||||
|
font-style: italic;
|
||||||
|
}
|
||||||
|
|
||||||
div.org-text {
|
div.org-text {
|
||||||
font-style: italic;
|
font-style: italic;
|
||||||
}
|
}
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% if novinka.zverejneno or user.is_staff %}
|
{% if novinka.zverejneno or user.is_staff %}
|
||||||
{# datum #}
|
{# datum #}
|
||||||
<div><b>{{novinka.datum}}</b></div>
|
<div class=novinka_datum>{{novinka.datum}}</div>
|
||||||
{# text #}
|
{# text #}
|
||||||
{{ novinka.text | safe }}
|
{{ novinka.text | safe }}
|
||||||
{# obrazek #}
|
{# obrazek #}
|
||||||
|
@ -23,12 +23,12 @@
|
||||||
</div>
|
</div>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{# autor #}
|
{# autor #}
|
||||||
<div class=novinky_name><p>{{novinka.autor.first_name}}
|
<div class=novinka_autor>
|
||||||
{% if novinka.autor.organizator.prezdivka%}
|
{{novinka.autor.osoba.jmeno}}
|
||||||
„{{novinka.autor.organizator.prezdivka}}“
|
{% if novinka.autor.osoba.prezdivka%}
|
||||||
|
„{{novinka.autor.osoba.prezdivka}}“
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{{novinka.autor.last_name}}
|
{{novinka.autor.osoba.prijmeni}}
|
||||||
</p>
|
|
||||||
</div>
|
</div>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% if not novinka.zverejneno and user.is_staff %}
|
{% if not novinka.zverejneno and user.is_staff %}
|
||||||
|
|
Loading…
Reference in a new issue