Tweak position of headings and infoboxes in welcome wizard, switch to full-color I2P logo on all pages

This commit is contained in:
hankhill19580
2020-07-03 15:36:14 +00:00
parent 16d6cf0177
commit 505c49ad01
3 changed files with 14 additions and 13 deletions

View File

@@ -107,7 +107,7 @@
<jsp:setProperty name="uihelper" property="contextId" value="<%=i2pcontextId%>" />
<%-- needed for CSS: --%><div id="config_ui">
<%-- needed for lang setting in css.jsi: --%><input type="hidden" name="consoleNonce" value="<%=net.i2p.router.web.CSSHelper.getNonce()%>" >
<img class="wizard progress" src="/themes/console/images/wizard/logogrey1.png">
<img class="wizard progress" src="/themes/console/images/wizard/logogrey7.png">
<h3 id="wizardheading" class="wizard"><%=uihelper._t("Router Console Language")%></h3>
<img class="wizardimg" src="/themes/console/images/wizard/step-0.png">
<div class="clickableProgression">
@@ -128,7 +128,7 @@
// I2P Philosophy
// license info?
%>
<img class="wizard progress" src="/themes/console/images/wizard/logogrey2.png">
<img class="wizard progress" src="/themes/console/images/wizard/logogrey7.png">
<h3 id="wizardheading" class="wizard"><%=intl._t("Why I2P?")%></h3>
<img class="wizardimg" src="/themes/console/images/wizard/step-1.png">
<div class="clickableProgression">
@@ -150,7 +150,7 @@
} else if (ipg == 3) {
// Overview of bandwidth test
%>
<img class="wizard progress" src="/themes/console/images/wizard/logogrey3.png">
<img class="wizard progress" src="/themes/console/images/wizard/logogrey7.png">
<h3 id="wizardheading" class="wizard"><%=intl._t("Bandwidth Test")%></h3>
<img class="wizardimg" src="/themes/console/images/wizard/step-2.png">
<div class="clickableProgression">
@@ -179,7 +179,7 @@
} else if (ipg == 4) {
// Bandwidth test in progress (w/ AJAX)
%>
<img class="wizard progress" src="/themes/console/images/wizard/logogrey4.png">
<img class="wizard progress" src="/themes/console/images/wizard/logogrey7.png">
<h3 id="wizardheading" class="wizard"><%=intl._t("Bandwidth Test in Progress")%></h3>
<img class="wizardimg" src="themes/console/images/wizard/step-3.png">
<div class="clickableProgression">
@@ -208,7 +208,7 @@
if (request.getParameter("skipbw") == null) {
// don't display this if we skipped the test
%>
<img class="wizard progress bwtest" src="/themes/console/images/wizard/logogrey5.png">
<img class="wizard progress" src="/themes/console/images/wizard/logogrey7.png">
<h3 id="wizardheading" class="wizard bwtest"><%=intl._t("Bandwidth Test Results")%></h3>
<div class="clickableProgression">
<span class="visitedProgression">&#x25EF;</span>
@@ -236,7 +236,7 @@
<%
} // skipbw
%>
<img class="wizard progress" src="/themes/console/images/wizard/logogrey6.png">
<img class="wizard progress" src="/themes/console/images/wizard/logogrey7.png">
<h3 id="wizardheading" class="wizard"><%=intl._t("Bandwidth Configuration")%></h3>
<img class="wizardimg" src="/themes/console/images/wizard/step-4.png">
<style>
@@ -320,6 +320,7 @@
} else if (ipg == LAST_PAGE) {
// Done
%>
<img class="wizard progress" src="/themes/console/images/wizard/logogrey7.png">
<h3 id="wizardheading" class="wizard"><%=intl._t("Welcome to I2P!")%></h3>
<img class="wizardimg" src="/themes/console/images/wizard/step-6.png">
<div class="clickableProgression">

View File

@@ -3123,8 +3123,8 @@ td#themeselect {
width: 100%;
padding: 2%;
margin: auto;
top: 2%;
font-size: xx-large;
top: 1%;
font-size: xx-large !important;
text-transform: uppercase;
letter-spacing: 0.08em;
word-spacing: 0.1em;
@@ -3137,9 +3137,9 @@ td#themeselect {
#infodiv {
position: absolute;
left: 76%;
left: 32%;
width: 16%;
top: 23%;
top: 50%;
box-shadow: inset 0 0 0 1px #fff;
filter: drop-shadow(0 0 1px #ccf);
background: rgba(0,0,0,0.7);

View File

@@ -2532,7 +2532,7 @@ td {
width: 100%;
padding: 2%;
margin: auto;
top: 2%;
top: 1%;
font-size: xx-large;
text-transform: uppercase;
letter-spacing: 0.08em;
@@ -2549,9 +2549,9 @@ td {
#infodiv {
position: absolute;
right: 12%;
left: 32%;
width: 16%;
top: 36%;
top: 50%;
box-shadow: inset 0 0 0 1px #fff;
filter: drop-shadow(0 0 1px #ccf);
background: rgba(255,255,255,0.7);