Browse Source

práce na titulce, hlavně novinky

export_seznamu_prednasek
Kateřina Č 4 years ago
parent
commit
26346e174d
  1. 18
      mamweb/static/css/mamweb.css
  2. 12
      seminar/templates/seminar/novinky.html

18
mamweb/static/css/mamweb.css

@ -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;
} }

12
seminar/templates/seminar/novinky.html

@ -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}}
&bdquo;{{novinka.autor.organizator.prezdivka}}&ldquo; {% if novinka.autor.osoba.prezdivka%}
&bdquo;{{novinka.autor.osoba.prezdivka}}&ldquo;
{% 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…
Cancel
Save