theme adapted to wtf CI, logo included, links in header changed to wtf service urls

This commit is contained in:
Gulliver 2021-08-15 12:04:53 +02:00
parent 50eae38d34
commit 3d7cfada53
3 changed files with 6 additions and 4 deletions

View File

@ -65,9 +65,10 @@
<div class="pageheader">
<ul>
<li><a href="{{ pathto('index') }}">Home</a></li>
<li><a href="{{ pathto('usage/installation') }}">Get it</a></li>
<li><a href="{{ pathto('contents') }}">Docs</a></li>
<li><a href="{{ pathto('development/index') }}">Extend</a></li>
<li><a href="https://helpdesk.wtf-eg.de/otobo/customer.pl">Helpdesk</a></li>
<li><a href="https://forum.wtf-eg.de/">Forum</a></li>
<li><a href="https://git.wtf-eg.de/">git</a></li>
<li><a href="https://git.wtf-eg.de/">pads</a></li>
</ul>
<div>
<a href="{{ pathto('index') }}">

View File

@ -30,6 +30,7 @@ body {
}
.pageheader {
// background-color: #EDEFEB;
background-image: url(headerbg.png);
text-align: left;
padding: 10px 15px;
@ -52,7 +53,7 @@ body {
.pageheader li a {
border-radius: 1px;
padding: 8px 12px;
color: #f9f9f0;
// color: #f9f9f0;
text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 11 KiB

After

Width:  |  Height:  |  Size: 11 KiB