website css modified
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Sebastian Frank 2019-02-28 16:25:50 +01:00
parent 3726be5b58
commit 9e2f16dde9
Signed by: apairon
GPG Key ID: 7270D06DDA7FE8C3
5 changed files with 16 additions and 6 deletions

View File

@ -72,7 +72,7 @@ hr {height:1px; background:none; border-bottom:dotted 1px #666; margin-bottom:20
display:inline-block; display:inline-block;
margin-top:20px; margin-top:20px;
} }
.btn:hover {background:#b5c50f; color:#FFF;} .btn:hover {background:#b5c50f; color:#464645;}
.center_btn { width:100%; text-align:center; } .center_btn { width:100%; text-align:center; }
/* White Color */ /* White Color */

View File

@ -66,7 +66,7 @@ a#pull span:nth-of-type(3) {margin-bottom:0px;}
#mainmenu ul li a { #mainmenu ul li a {
padding:0px 15px; padding:0px 15px;
height:50px; height:50px;
color:#FFF; color: #464645;
font-size:17px; font-size:17px;
display:flex; display:flex;
display:-webkit-flex; display:-webkit-flex;
@ -76,6 +76,9 @@ a#pull span:nth-of-type(3) {margin-bottom:0px;}
flex-direction:column; flex-direction:column;
} }
#mainmenu ul li.active a {
color: #fff;
}
#mainmenu ul li .trigger { #mainmenu ul li .trigger {
width:50px; width:50px;
height:50px; height:50px;
@ -99,6 +102,7 @@ a#pull span:nth-of-type(3) {margin-bottom:0px;}
#mainmenu ul li.active { #mainmenu ul li.active {
background:#464645; background:#464645;
color: #fff;
} }
#mainmenu .sub-menu { #mainmenu .sub-menu {
@ -153,6 +157,12 @@ a#pull span:nth-of-type(3) {margin-bottom:0px;}
background:#b5c50f; background:#b5c50f;
/*border-top:solid 5px #781c45;*/ /*border-top:solid 5px #781c45;*/
} }
#mainmenu ul.sub-menu li a{
color: #464645;
}
#mainmenu ul.sub-menu li.active a, #mainmenu ul.sub-menu li:hover a {
color: #fff;
}
#mainmenu>ul>li>a {padding:0px 20px;} #mainmenu>ul>li>a {padding:0px 20px;}
#mainmenu>ul>li>a, #mainmenu>ul>li>ul>li>a {transition:background 0.3s;} #mainmenu>ul>li>a, #mainmenu>ul>li>ul>li>a {transition:background 0.3s;}
#mainmenu>ul>li>ul>li:hover>a {background:#464645;} #mainmenu>ul>li>ul>li:hover>a {background:#464645;}

View File

@ -101,7 +101,7 @@
<div class="content"> <div class="content">
<p>{{ nav.This.Data.teaser }} <p>{{ nav.This.Data.teaser }}
</p> </p>
<a href="{{ nav.GoTo }}" class="btn">mehr lesen »</a> <a href="{{ nav.GoTo }}" class="btn">mehr lesen &raquo;</a>
</div> </div>
</div> </div>
</div> </div>

View File

@ -9,7 +9,7 @@
</h2> </h2>
{{ e.teaser|markdown }} {{ e.teaser|markdown }}
{% if e.body %} {% if e.body %}
<a href="{{ e.date|add:"-"|add:e.title|slugify }}" class="btn">mehr lesen &gt;</a> <a href="{{ e.date|add:"-"|add:e.title|slugify }}" class="btn">mehr lesen &raquo;</a>
{{ fnRender("base_blog_details.html", e.date|add:"-"|add:e.title, e, "details", e.body) }} {{ fnRender("base_blog_details.html", e.date|add:"-"|add:e.title, e, "details", e.body) }}
{% endif %} {% endif %}
{% endfor %} {% endfor %}
@ -26,7 +26,7 @@
</h2> </h2>
{{ e.teaser|markdown }} {{ e.teaser|markdown }}
{% if e.body %} {% if e.body %}
<a href="{{ e.date|add:"-"|add:e.title|slugify }}" class="btn">mehr lesen &gt;</a> <a href="{{ e.date|add:"-"|add:e.title|slugify }}" class="btn">mehr lesen &raquo;</a>
{{ fnRender("base_blog_details.html", e.date|add:"-"|add:e.title, e, "details", e.body) }} {{ fnRender("base_blog_details.html", e.date|add:"-"|add:e.title, e, "details", e.body) }}
{% endif %} {% endif %}
{% endfor %} {% endfor %}

View File

@ -11,5 +11,5 @@
{% block part1 %} {% block part1 %}
{{ Body }} {{ Body }}
<a href="../" class="btn">&lt; zurück</a> <a href="../" class="btn">&laquo; zurück</a>
{% endblock part1 %} {% endblock part1 %}