forked from wtf-eg/handbuch-gen
theme adapted to wtf CI, logo included, links in header changed to wtf service urls
This commit is contained in:
parent
50eae38d34
commit
3d7cfada53
@ -65,9 +65,10 @@
|
|||||||
<div class="pageheader">
|
<div class="pageheader">
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="{{ pathto('index') }}">Home</a></li>
|
<li><a href="{{ pathto('index') }}">Home</a></li>
|
||||||
<li><a href="{{ pathto('usage/installation') }}">Get it</a></li>
|
<li><a href="https://helpdesk.wtf-eg.de/otobo/customer.pl">Helpdesk</a></li>
|
||||||
<li><a href="{{ pathto('contents') }}">Docs</a></li>
|
<li><a href="https://forum.wtf-eg.de/">Forum</a></li>
|
||||||
<li><a href="{{ pathto('development/index') }}">Extend</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>
|
</ul>
|
||||||
<div>
|
<div>
|
||||||
<a href="{{ pathto('index') }}">
|
<a href="{{ pathto('index') }}">
|
||||||
|
@ -30,6 +30,7 @@ body {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.pageheader {
|
.pageheader {
|
||||||
|
// background-color: #EDEFEB;
|
||||||
background-image: url(headerbg.png);
|
background-image: url(headerbg.png);
|
||||||
text-align: left;
|
text-align: left;
|
||||||
padding: 10px 15px;
|
padding: 10px 15px;
|
||||||
@ -52,7 +53,7 @@ body {
|
|||||||
.pageheader li a {
|
.pageheader li a {
|
||||||
border-radius: 1px;
|
border-radius: 1px;
|
||||||
padding: 8px 12px;
|
padding: 8px 12px;
|
||||||
color: #f9f9f0;
|
// color: #f9f9f0;
|
||||||
text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
|
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 |
Loading…
Reference in New Issue
Block a user