summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Christen <mc@yacy.net>2019-09-28 02:06:50 +0200
committerMichael Christen <mc@yacy.net>2019-09-28 02:06:50 +0200
commitf2d45ebb8788eaf3cb22b8f3f62987c09bd6e572 (patch)
tree6c34b801049ce2b0c690b469f07c39f4a33b2d17
parent789670bd8c532d2b3078d76d6943729f5520ef45 (diff)
design updates + added link to new forum
-rw-r--r--htroot/env/grafics/lock.gifbin146 -> 139 bytes
-rw-r--r--htroot/env/grafics/lockopen.gifbin142 -> 134 bytes
-rw-r--r--htroot/env/templates/header.template24
-rw-r--r--skins/pdblue.css2
4 files changed, 22 insertions, 4 deletions
diff --git a/htroot/env/grafics/lock.gif b/htroot/env/grafics/lock.gif
index e97a691ab..c0584bb46 100644
--- a/htroot/env/grafics/lock.gif
+++ b/htroot/env/grafics/lock.gif
Binary files differ
diff --git a/htroot/env/grafics/lockopen.gif b/htroot/env/grafics/lockopen.gif
index b65261d8b..62a61d9b8 100644
--- a/htroot/env/grafics/lockopen.gif
+++ b/htroot/env/grafics/lockopen.gif
Binary files differ
diff --git a/htroot/env/templates/header.template b/htroot/env/templates/header.template
index 023524f2b..bb2feb15e 100644
--- a/htroot/env/templates/header.template
+++ b/htroot/env/templates/header.template
@@ -97,14 +97,31 @@
<input type="hidden" name="shutdown" value="" />
</form>
<form action="Steering.html" method="get">
- <button accesskey="s" type="submit" class="btn btn-inverse navbar-btn label-danger" onclick="confirmShutdown(); return false;" title="Shutdown">
+ <button accesskey="h" type="submit" class="btn btn-inverse navbar-btn label-danger" onclick="confirmShutdown(); return false;" title="Shutdown">
<span class="glyphicon glyphicon-off"></span>
<span class="hidden-sm"> Shutdown</span>
</button>
</form>
</li>
+ <li>&nbsp;</li>
+ <li id="header_community">
+ <form action="https://searchlab.eu" target="_blank" method="get">
+ <button accesskey="f" type="submit" class="btn btn-inverse navbar-btn label-info" title="Community">
+ <span class="glyphicon glyphicon-user"></span>
+ <span class="hidden-sm"> Community</span>
+ </button>
+ </form>
+ </li>
+ <li>&nbsp;</li>
<li id="header_help" class="dropdown">
- <a href="#" data-toggle="dropdown" class="dropdown-toggle" aria-label="Help" role="button" aria-haspopup="true" aria-expanded="false"><span class="glyphicon glyphicon-question-sign"></span></a>
+ <div href="#" data-toggle="dropdown" class="dropdown-toggle" aria-label="Help" role="button" aria-haspopup="true" aria-expanded="false">
+ <form action="#" method="get">
+ <button accesskey="f" type="submit" class="btn btn-inverse navbar-btn label-success" title="Help">
+ <span class="glyphicon glyphicon-question-sign"></span>
+ <span class="hidden-sm"> Help</span>
+ </button>
+ </form>
+ </div>
<ul class="dropdown-menu">
<li id="header_profile"><a href="ViewProfile.html?hash=localhash">About This Page</a></li>
<li id="header_tutorial"><a href="https://yacy.net/tutorials/">YaCy Tutorials</a></li>
@@ -115,8 +132,9 @@
<li id="header_wiki"><a href="http://wiki.yacy.de" target="_blank"><i>external</i>&nbsp;&nbsp;&nbsp;Project Wiki</a></li>
<li id="header_git"><a href="https://github.com/yacy/yacy_search_server/commits/master" target="_blank"><i>external</i>&nbsp;&nbsp;&nbsp;Git Repository</a></li>
<li id="header_bugs"><a href="http://bugs.yacy.net" target="_blank"><i>external</i>&nbsp;&nbsp;&nbsp;Bugtracker</a></li>
- </ul>
+ </ul>
</li>
+ <li>&nbsp;</li>
<li id="header_administration">
<form action="index.html" method="get">
#(authorized)#::
diff --git a/skins/pdblue.css b/skins/pdblue.css
index d1d09969d..1fa659df8 100644
--- a/skins/pdblue.css
+++ b/skins/pdblue.css
@@ -1,7 +1,7 @@
/* Skin */
body {
- background-color:#FFFFFF;
+ background-color:#FCFCFF;
color:#18294A;
}