diff --git a/fet2020/static/fet.css b/fet2020/static/fet.css index 53c5fbf1..b200e7bd 100644 --- a/fet2020/static/fet.css +++ b/fet2020/static/fet.css @@ -9,21 +9,19 @@ img.logo { } .title-bar { - background: None; + background: transparent; } a.header-link { background: None; color: black; font-size: medium; - font-weight: bold; } a.header-intern-link { background: lightgrey; color: black; font-size: medium; - font-weight: bold; } .header-intern-txt { @@ -33,15 +31,17 @@ a.header-intern-link { } .header-btn:hover { - background: None; + background: darkgrey; + color: white; } .header-btn:focus { - background: None; + background: transparent; color: black; } .header-intern-btn:hover { - background: lightgrey; + background: darkgrey; + color: white; } .header-intern-btn:focus { background: lightgrey; @@ -106,3 +106,47 @@ a.thumbnail img { height: 150px; } + +.social-media-box { + display: -webkit-box; + display: -webkit-flex; + display: -ms-flexbox; + display: flex; + -webkit-box-pack: start; + -webkit-justify-content: flex-start; + -ms-flex-pack: start; + justify-content: flex-start; + -webkit-box-align: center; + -webkit-align-items: center; + -ms-flex-align: center; + align-items: center; + height: 71px; + background-color: grey; + color: white; + padding-top: 0rem !important; + padding-right: 0rem !important; + padding-bottom: 0rem !important; + padding-left: 1rem !important; + margin-top: 0rem !important; + margin-right: 0rem !important; + margin-bottom: 1rem !important; + margin-left: 0rem !important; } + .social-media-box .social-media-badge { + background-color: transparent; + width: 41px; + height: 41px; } + .social-media-box .social-media-badge .social-media-badge-symbol { + font-size:30px; } + .social-media-box .social-media-text { + margin-top: 0rem !important; + margin-right: 0rem !important; + margin-bottom: 0rem !important; + margin-left: 1rem !important; } + +.social-media-footer { + background-color: transparent; + color: white; + width: 40px; + height: 40px; } + .social-media-footer .social-media-footer-symbol { + font-size:30px; } diff --git a/fet2020/templates/home.html b/fet2020/templates/home.html index a7f10aa8..26b91ea2 100644 --- a/fet2020/templates/home.html +++ b/fet2020/templates/home.html @@ -12,7 +12,11 @@
{{ post.public_date }}
+ {% if post.post_type != 'N' %} +{{ post.event_start|date:"d. F Y" }}
+ {% else %} +{{ post.public_date|date:"d. F Y" }}
+ {% endif %}{{ post.event_start|date:"d. F Y" }}
+ {% else %} +{{ post.public_date|date:"d. F Y" }}
+ {% endif %}