improve the consistency of the icons used throughout both the themes, round off buttons on light CSS theme, new favicon, bigger logo, don't fix sidebar height to 36px
@ -63,7 +63,7 @@ public class HomeHelper extends HelperBase {
|
||||
//"colombo-bt.i2p" + S + _x("The Italian Bittorrent Resource") + S + "http://colombo-bt.i2p/" + S + I + "colomboicon.png" + S +
|
||||
//_x("Dev Builds") + S + _x("Development builds of I2P") + S + "http://bobthebuilder.i2p/" + S + I + "script_gear.png" + S +
|
||||
_x("Dev Forum") + S + _x("Development forum") + S + "http://zzz.i2p/" + S + I + "group_gear.png" + S +
|
||||
//_x("diftracker") + S + _x("Bittorrent tracker") + S + "http://diftracker.i2p/" + S + I + "magnet.png" + S +
|
||||
//_x("diftracker") + S + _x("Bittorrent tracker") + S + "http://diftracker.i2p/" + S + I + "i2psnark.png" + S +
|
||||
"echelon.i2p" + S + _x("I2P Applications") + S + "http://echelon.i2p/" + S + I + "box_open.png" + S +
|
||||
//"exchanged.i2p" + S + _x("Anonymous cryptocurrency exchange") + S + "http://exchanged.i2p/" + S + I + "exchanged.png" + S +
|
||||
_x("I2P FAQ") + S + _x("Frequently Asked Questions") + S + "http://i2p-projekt.i2p/faq" + S + I + "question.png" + S +
|
||||
|
@ -21,7 +21,7 @@
|
||||
|
||||
<div class="routersummaryouter">
|
||||
<div class="routersummary">
|
||||
<div style="height: 36px;">
|
||||
<div>
|
||||
<a href="/console"><img src="<%=intl.getTheme(request.getHeader("User-Agent"))%>images/i2plogo.png" alt="<%=intl._t("I2P Router Console")%>" title="<%=intl._t("I2P Router Console")%>"></a>
|
||||
</div>
|
||||
<%
|
||||
|
@ -6,7 +6,7 @@
|
||||
* So put it in a div.
|
||||
*/
|
||||
%>
|
||||
<div style="height: 36px;">
|
||||
<div>
|
||||
<a href="/" target="_top">
|
||||
<img src="<%=intl.getTheme(request.getHeader("User-Agent"))%>images/i2plogo.png" alt="<%=intl._t("I2P Router Console")%>" title="<%=intl._t("I2P Router Console")%>">
|
||||
</a>
|
||||
|
@ -353,7 +353,7 @@ div.warning {
|
||||
}
|
||||
|
||||
.routersummary h3:hover {
|
||||
background: #010 !important;
|
||||
background: #332940 !important;
|
||||
box-shadow: inset 0 0 2px 2px #000;
|
||||
}
|
||||
|
||||
@ -461,7 +461,7 @@ div.warning {
|
||||
#sb_warning { /* check connection/firewall */
|
||||
padding: 4px 4px 4px 26px;
|
||||
background: #000;
|
||||
background: url(images/warning24x24.png) 4px center no-repeat, linear-gradient(to right, #001900, #001000 5%, #000 25%, #000 50%, #000 75%, #001000 95%, #001900);
|
||||
background: url(images/warning24x24.png) 4px center no-repeat;
|
||||
background-size: 22px 22px, 100% 100%;
|
||||
text-align: center;
|
||||
line-height: 120%;
|
||||
@ -527,7 +527,7 @@ div.warning {
|
||||
}
|
||||
|
||||
.sb_notice {
|
||||
background: #010;
|
||||
background: #332940;
|
||||
border: 1px solid #262;
|
||||
border-radius: 2px;
|
||||
box-shadow: inset 0 0 0 1px #000;
|
||||
@ -851,7 +851,7 @@ a:active img[src="/themes/console/images/i2plogo.png"] {
|
||||
min-width: 610px;
|
||||
margin-top: -14px;
|
||||
margin-bottom: 5px;
|
||||
background: #010;
|
||||
background: #332940;
|
||||
padding: 10px 20px 5px;
|
||||
}
|
||||
|
||||
@ -2020,7 +2020,6 @@ input:active {
|
||||
|
||||
input[type="text"], input[type="password"] {
|
||||
background: #000;
|
||||
background: linear-gradient(to bottom, #000 0%, #010 100%);
|
||||
color: #e6e6e7;
|
||||
margin: 5px 10px;
|
||||
padding: 5px;
|
||||
@ -3284,7 +3283,6 @@ table#consolepass input[type="password"] {
|
||||
|
||||
#consolepass input[name="name"], #externali2cp input[name="user"] {
|
||||
background: #000 url(/themes/console/images/buttons/user.png) 5px center no-repeat;
|
||||
background: url(/themes/console/images/buttons/user.png) 5px center no-repeat, linear-gradient(to bottom, #000 0%, #010 100%);
|
||||
padding: 4px 5px 4px 26px !important;
|
||||
background-size: 16px 16px, 100% 100% !important;
|
||||
}
|
||||
@ -3295,7 +3293,6 @@ table#consolepass input[type="password"] {
|
||||
|
||||
#consolepass input[name="nofilter_pw"], #externali2cp input[name="nofilter_pw"] {
|
||||
background: #000 url(/themes/console/images/buttons/password.png) 3px center no-repeat;
|
||||
background: url(/themes/console/images/buttons/password.png) 3px center no-repeat, linear-gradient(to bottom, #000 0%, #010 100%);
|
||||
padding: 4px 5px 4px 22px !important;
|
||||
background-size: 16px 16px, 100% 100% !important;
|
||||
}
|
||||
@ -3890,7 +3887,7 @@ table#sidebarconf {
|
||||
}
|
||||
|
||||
#sidebarconf tr:hover, .homelinkedit tr:hover {
|
||||
background: #002000;
|
||||
background: #332940;
|
||||
}
|
||||
|
||||
#sidebarconf + .formaction {
|
||||
@ -4530,7 +4527,7 @@ img.unknownflag {
|
||||
}
|
||||
|
||||
#enviro:hover td {
|
||||
background: #010;
|
||||
background: #332940;
|
||||
border-top: 1px inset transparent;
|
||||
border-bottom: 1px inset transparent;
|
||||
color: #ff0;
|
||||
@ -4558,10 +4555,6 @@ table#criticallogs tr:first-child {
|
||||
display: none;
|
||||
}
|
||||
|
||||
table[id$="logs"] tr:nth-child(odd){
|
||||
background: #010;
|
||||
}
|
||||
|
||||
table[id$="logs"] tr:nth-child(even){
|
||||
background: #000;
|
||||
}
|
||||
|
Before Width: | Height: | Size: 2.2 KiB After Width: | Height: | Size: 525 B |
Before Width: | Height: | Size: 2.1 KiB After Width: | Height: | Size: 526 B |
Before Width: | Height: | Size: 2.1 KiB After Width: | Height: | Size: 488 B |
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 3.7 KiB |
Before Width: | Height: | Size: 6.1 KiB After Width: | Height: | Size: 16 KiB |
Before Width: | Height: | Size: 1.0 KiB After Width: | Height: | Size: 1.5 KiB |
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 865 B |
Before Width: | Height: | Size: 716 B |
Before Width: | Height: | Size: 728 B |
Before Width: | Height: | Size: 1.7 KiB |
Before Width: | Height: | Size: 463 B |
Before Width: | Height: | Size: 482 B After Width: | Height: | Size: 642 B |
Before Width: | Height: | Size: 1.6 KiB After Width: | Height: | Size: 872 B |
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 3.7 KiB |
Before Width: | Height: | Size: 537 B After Width: | Height: | Size: 313 B |
Before Width: | Height: | Size: 587 B After Width: | Height: | Size: 360 B |
Before Width: | Height: | Size: 2.6 KiB |
Before Width: | Height: | Size: 1.6 KiB After Width: | Height: | Size: 872 B |
Before Width: | Height: | Size: 2.7 KiB |
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 1.5 KiB |
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 865 B |
Before Width: | Height: | Size: 396 B After Width: | Height: | Size: 464 B |
Before Width: | Height: | Size: 1.0 KiB After Width: | Height: | Size: 665 B |
Before Width: | Height: | Size: 955 B After Width: | Height: | Size: 588 B |
Before Width: | Height: | Size: 974 B After Width: | Height: | Size: 538 B |
Before Width: | Height: | Size: 615 B After Width: | Height: | Size: 823 B |
Before Width: | Height: | Size: 709 B After Width: | Height: | Size: 715 B |
Before Width: | Height: | Size: 739 B After Width: | Height: | Size: 515 B |
Before Width: | Height: | Size: 641 B After Width: | Height: | Size: 614 B |
Before Width: | Height: | Size: 688 B After Width: | Height: | Size: 589 B |
Before Width: | Height: | Size: 396 B After Width: | Height: | Size: 453 B |
Before Width: | Height: | Size: 396 B After Width: | Height: | Size: 459 B |
BIN
installer/resources/themes/console/images/local_down.png
Normal file
After Width: | Height: | Size: 453 B |
Before Width: | Height: | Size: 760 B After Width: | Height: | Size: 459 B |
Before Width: | Height: | Size: 740 B After Width: | Height: | Size: 464 B |
Before Width: | Height: | Size: 1.8 KiB |
Before Width: | Height: | Size: 577 B After Width: | Height: | Size: 371 B |
Before Width: | Height: | Size: 394 B |
Before Width: | Height: | Size: 701 B After Width: | Height: | Size: 459 B |
Before Width: | Height: | Size: 1.9 KiB |
Before Width: | Height: | Size: 1.3 KiB |
@ -3779,7 +3779,7 @@ input, input:visited, button, button:visited {
|
||||
font-size: 9pt;
|
||||
padding: 4px 5px;
|
||||
text-decoration: none;
|
||||
border-radius: 2px;
|
||||
border-radius: 12px;
|
||||
opacity: 1;
|
||||
background-size: 14px auto, 100% 100% !important;
|
||||
filter: drop-shadow(0 0 1px #ccf);
|
||||
@ -5440,8 +5440,8 @@ a.viewfullentry:hover {
|
||||
font-size: 11pt !important;
|
||||
letter-spacing: 0.08em;
|
||||
word-spacing: 0.1em;
|
||||
background: #f6f6ff url(/themes/console/images/info/globe.png) 8px center no-repeat !important;
|
||||
background: url(/themes/console/images/info/globe.png) 8px center no-repeat, linear-gradient(to bottom, #fcfcff 50%, rgba(255,255,255,0.6) 50%, rgba(240,240,255,0.4)), linear-gradient(to right, #fcfcff 5%, rgba(231, 231, 255, 0.8) 25%) !important;
|
||||
background: #f6f6ff url(/themes/console/images/info/launch_browser.png) 8px center no-repeat !important;
|
||||
background: url(/themes/console/images/info/launch_browser.png) 8px center no-repeat, linear-gradient(to bottom, #fcfcff 50%, rgba(255,255,255,0.6) 50%, rgba(240,240,255,0.4)), linear-gradient(to right, #fcfcff 5%, rgba(231, 231, 255, 0.8) 25%) !important;
|
||||
background-size: 18px 18px, 100% 100%, 100% 100% !important;
|
||||
padding: 8px 5px 8px 32px;
|
||||
}
|
||||
|
Before Width: | Height: | Size: 562 B |
Before Width: | Height: | Size: 688 B After Width: | Height: | Size: 1.5 KiB |
Before Width: | Height: | Size: 2.2 KiB After Width: | Height: | Size: 525 B |
Before Width: | Height: | Size: 2.1 KiB After Width: | Height: | Size: 526 B |
Before Width: | Height: | Size: 2.1 KiB After Width: | Height: | Size: 488 B |
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 3.7 KiB |
Before Width: | Height: | Size: 12 KiB After Width: | Height: | Size: 16 KiB |
Before Width: | Height: | Size: 2.5 KiB |
Before Width: | Height: | Size: 687 B After Width: | Height: | Size: 865 B |
@ -393,7 +393,7 @@ tfoot th {
|
||||
}
|
||||
|
||||
.ParentDir {
|
||||
background: #000;
|
||||
background: #1F1A24;
|
||||
font-size: 8pt;
|
||||
border: 1px solid #050 !important;
|
||||
border-left: 0 !important;
|
||||
@ -904,7 +904,7 @@ _:-ms-lang(x), .snarkTorrentOdd, .SnarkTorrentEven {
|
||||
}
|
||||
|
||||
.snarkTorrentOdd, .snarkTorrentOdd:nth-child(odd) {
|
||||
background: #000800 !important;
|
||||
background: #1F1A24 !important;
|
||||
}
|
||||
|
||||
.snarkTorrentOdd:nth-child(even) {
|
||||
@ -1192,8 +1192,6 @@ to {
|
||||
margin: -1px -1px -14px !important;
|
||||
display: block;
|
||||
text-align: left;
|
||||
background: #000 repeat-x scroll center center !important;
|
||||
background: linear-gradient(to bottom, #1a261a 0%, #223022 7%, #212f21 9%, #172317 21%, #091109 49%, #050d05 50%, #020602 51%, #010301 53%, #000000 56%, #000000 100%) !important;
|
||||
border-top: 1px solid #433e47;
|
||||
padding: 8px;
|
||||
text-transform: uppercase;
|
||||
@ -1487,12 +1485,11 @@ input[size="85"] {
|
||||
}
|
||||
|
||||
select {
|
||||
background: #000 url(images/dropdown.png) right center no-repeat !important;
|
||||
background: url(images/dropdown.png) right center no-repeat, linear-gradient(to bottom, #020 0%, #000 20%, #000 80%, #010 100%) !important;
|
||||
background: #332940 url(images/dropdown.png) right center no-repeat !important;
|
||||
-moz-appearance: none;
|
||||
-webkit-appearance: none;
|
||||
appearance: none;
|
||||
color: #433e47;
|
||||
color: #e6e6e7;
|
||||
font-size: 8pt;
|
||||
font-weight: bold;
|
||||
padding: 4px 16px 4px 4px;
|
||||
@ -1727,7 +1724,7 @@ _:-ms-lang(x), #trackerselect tr:last-child {
|
||||
}
|
||||
|
||||
.trackerconfig th:first-child {
|
||||
background: url(images/delete.png) center right 8px no-repeat, linear-gradient(to bottom, #010, #000);
|
||||
background: url(images/delete.png) center right 8px no-repeat, #1F1A24;
|
||||
}
|
||||
|
||||
.trackerselect tr:first-child td, .addtorrentsection tr:first-child td {
|
||||
@ -1739,7 +1736,7 @@ _:-ms-lang(x), #trackerselect tr:last-child {
|
||||
}
|
||||
|
||||
.trackerconfig tr:nth-child(odd), .snarkConfig tr:nth-child(odd) {
|
||||
background: #000900;
|
||||
background: #1F1A24;
|
||||
}
|
||||
|
||||
.trackerconfig tr:last-child {
|
||||
@ -1771,7 +1768,7 @@ _:-ms-lang(x), #trackerselect tr:last-child {
|
||||
}
|
||||
|
||||
.trackerconfig tr:nth-child(even), .snarkConfig tr:nth-child(even) {
|
||||
background: #010;
|
||||
background: #332940;
|
||||
}
|
||||
|
||||
.trackerconfig input {
|
||||
@ -3247,7 +3244,7 @@ th a img {
|
||||
text-overflow: ellipsis;
|
||||
color: #bbf;
|
||||
box-shadow: 0 0 0 1px #121;
|
||||
background: #010 url(images/button_tracker.png) left 3px center no-repeat;
|
||||
background: #332940 url(images/button_tracker.png) left 3px center no-repeat;
|
||||
background-size: 14px auto;
|
||||
}
|
||||
|
||||
@ -3257,7 +3254,7 @@ th a img {
|
||||
|
||||
.info_tracker:hover {
|
||||
box-shadow: 0 0 0 1px #343;
|
||||
background: url(images/button_tracker_hover.png) left 3px center no-repeat, linear-gradient(to bottom, #000 50%, #020 50%) !important;
|
||||
background: url(images/button_tracker_hover.png) left 3px center no-repeat, linear-gradient(to bottom, #332940 50%, #1F1A24 50%) !important;
|
||||
background-size: 14px auto, 100% 100% !important;
|
||||
}
|
||||
|
||||
|
Before Width: | Height: | Size: 473 B |
Before Width: | Height: | Size: 843 B |
@ -495,7 +495,7 @@ input[type="checkbox"]:hover, input[type="radio"]:hover, input[type="checkbox"]:
|
||||
width: 100%;
|
||||
border: 1px solid #292929;
|
||||
border-collapse: collapse;
|
||||
background: #000900;
|
||||
background: #332940;
|
||||
}
|
||||
|
||||
#visualid tr:first-child td {
|
||||
@ -516,7 +516,7 @@ input[type="checkbox"]:hover, input[type="radio"]:hover, input[type="checkbox"]:
|
||||
}
|
||||
|
||||
#visualid tr:last-child {
|
||||
background: #000;
|
||||
background: #1F1A24;
|
||||
}
|
||||
|
||||
form[action="addressbook"] > p.buttons {
|
||||
@ -530,7 +530,7 @@ td > img[width="320"], td > img[src^="/imagegen"] {
|
||||
border: 1px solid #292929;
|
||||
padding: 5px;
|
||||
margin: 10px 3px;
|
||||
background: #000;
|
||||
background: #292929;
|
||||
}
|
||||
|
||||
img[src="/imagegen/id?s=256&c="], img[src="/imagegen/id?s=20&c="] {
|
||||
@ -788,7 +788,7 @@ div#add, div#import {
|
||||
}
|
||||
|
||||
input[type="submit"]:hover, input[type="reset"]:hover, input[type="submit"]:focus, input[type="reset"]:focus, .fakebutton:hover, #fakebutton:focus {
|
||||
background: #000;
|
||||
background: #332940;
|
||||
color: #da736b;
|
||||
border: 1px solid #da736b;
|
||||
box-shadow: inset 0 1px 1px 0 #e6e6e7;
|
||||
@ -823,9 +823,8 @@ input {
|
||||
|
||||
input[type="submit"], input[type="reset"], .fakebutton {
|
||||
color: #e6e6e7;
|
||||
background: #000;
|
||||
border: 1px outset #191;
|
||||
border-radius: 2px;
|
||||
border: 1px outset #332940;
|
||||
border-radius: 12px;
|
||||
margin: 5px;
|
||||
padding: 5px !important;
|
||||
font: bold 8pt "Droid Sans", "Noto Sans", Ubuntu, "Bitstream Vera Sans", "Lucida Grande", "DejaVu Sans", "Segoe UI", Verdana, Helvetica, sans-serif;
|
||||
@ -883,7 +882,6 @@ textarea[cols="70"] {
|
||||
|
||||
input:focus, textarea:focus {
|
||||
color: #e6e6e7;
|
||||
background: #000 !important;
|
||||
filter: drop-shadow(0 0 1px #880);
|
||||
transition: ease filter 0.3s;
|
||||
outline: none;
|
||||
|
Before Width: | Height: | Size: 21 KiB |
@ -106,7 +106,7 @@ p.info, p.error {
|
||||
|
||||
p.error {
|
||||
color: #f00;
|
||||
background: url(/themes/console/images/info/errortriangle.png) no-repeat scroll 10px center #000;
|
||||
background: url(/themes/console/images/info/errortriangle.png) no-repeat scroll 10px center;
|
||||
border: 1px solid #f00;
|
||||
border-radius: 2px;
|
||||
font-weight: bold;
|
||||
@ -667,7 +667,6 @@ input[type="text"]:focus, input[type="password"]:focus, textarea:focus {
|
||||
}
|
||||
|
||||
input[name="user"] {
|
||||
background: url(/themes/console/images/buttons/user.png) 5px center no-repeat, linear-gradient(to bottom, #000 0%, #010 100%) !important;
|
||||
padding: 5px 5px 5px 25px !important;
|
||||
}
|
||||
|
||||
@ -676,7 +675,6 @@ input[name="user"]:focus {
|
||||
}
|
||||
|
||||
input[name="pass"] {
|
||||
background: url(/themes/console/images/buttons/password.png) 5px center no-repeat, linear-gradient(to bottom, #000 0%, #010 100%) !important;
|
||||
padding: 5px 5px 5px 25px !important;
|
||||
}
|
||||
|
||||
|