use color versions of the new icons(last big image checkin), add custom images for community sites, tweak some sizes on images that were squashed or stretched, remove borders on /home buttons
@ -68,7 +68,7 @@ public class HomeHelper extends HelperBase {
|
||||
//_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 + "i2psnark.png" + S +
|
||||
"echelon.i2p" + S + _x("I2P Applications") + S + "http://echelon.i2p/" + S + I + "box_open.png" + S +
|
||||
"echelon.i2p" + S + _x("I2P Applications") + S + "http://echelon.i2p/" + S + I + "echelon.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 +
|
||||
_x("I2P Forum") + S + _x("Community forum") + S + "http://i2pforum.i2p/" + S + I + "group.png" + S +
|
||||
@ -87,7 +87,7 @@ public class HomeHelper extends HelperBase {
|
||||
//_x("I2P Plugins") + S + _x("Add-on directory") + S + "http://i2pwiki.i2p/index.php?title=Plugins" + S + I + "info/plugin_link.png" + S +
|
||||
//_x("Postman's Tracker") + S + _x("Bittorrent tracker") + S + "http://tracker2.postman.i2p/" + S + I + "magnet.png" + S +
|
||||
//_x("PrivateBin") + S + _x("Encrypted I2P Pastebin") + S + "http://paste.crypthost.i2p/" + S + I + "paste_plain.png" + S +
|
||||
_x("Project Website") + S + _x("I2P home page") + S + "http://i2p-projekt.i2p/" + S + I + "info_rhombus.png" + S +
|
||||
_x("Project Website") + S + _x("I2P home page") + S + "http://i2p-projekt.i2p/" + S + I + "glass.png" + S +
|
||||
//_x("lenta news [ru]") + S + _x("Russian News Feed") + S + "http://lenta.i2p/" + S + I + "lenta_main_logo.png" + S +
|
||||
//"Salt" + S + "salt.i2p" + S + "http://salt.i2p/" + S + I + "salt_console.png" + S +
|
||||
_x("The Tin Hat") + S + _x("Privacy guides and tutorials") + S + "http://secure.thetinhat.i2p/" + S + I + "thetinhat.png" + S +
|
||||
@ -98,12 +98,12 @@ public class HomeHelper extends HelperBase {
|
||||
// No commas allowed in text strings!
|
||||
/** @since 0.9.44 */
|
||||
static final String DEFAULT_MONITORING =
|
||||
_x("Logs") + S + _x("View the logs") + S + "/logs" + S + I + "billiard_marker.png" + S +
|
||||
_x("Logs") + S + _x("View the logs") + S + "/logs" + S + I + "info/logs.png" + S +
|
||||
_x("Graphs") + S + _x("Visualize information about the router") + S + "/graphs" + S + I + "chart_line.png" + S +
|
||||
_x("I2P Technical Docs") + S + _x("Technical documentation") + S + "http://i2p-projekt.i2p/how" + S + I + "education.png" + S +
|
||||
_x("Trac Wiki") + S + S + "http://trac.i2p2.i2p/" + S + I + "billiard_marker.png" + S +
|
||||
_x("Trac Wiki") + S + S + "http://trac.i2p2.i2p/" + S + I + "trac_wiki.png" + S +
|
||||
_x("I2P Bug Reports") + S + _x("Bug tracker") + S + "http://trac.i2p2.i2p/report/1" + S + I + "bug.png" + S +
|
||||
"stats.i2p" + S + _x("I2P Network Statistics") + S + "http://stats.i2p/cgi-bin/dashboard.cgi" + S + I + "chart_line.png" + S +
|
||||
"stats.i2p" + S + _x("I2P Network Statistics") + S + "http://stats.i2p/cgi-bin/dashboard.cgi" + S + I + "chart_bar.png" + S +
|
||||
"";
|
||||
|
||||
public boolean shouldShowWelcome() {
|
||||
|
@ -2805,7 +2805,7 @@ tr#addnew, tr#addnew:hover {
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
border: 1px solid #292929;
|
||||
/*! border: 1px solid #292929; */
|
||||
float: left;
|
||||
text-align: center;
|
||||
padding: 0 4px;
|
||||
@ -5084,13 +5084,10 @@ div.app {
|
||||
float: left;
|
||||
padding: 2px 0 0 !important;
|
||||
min-width: 70px;
|
||||
border: 1px solid #292929;
|
||||
border-radius: 2px;
|
||||
margin: 2px 3px 5px;
|
||||
text-align: center !important;
|
||||
padding-top: 4px;
|
||||
opacity: 0.9;
|
||||
box-shadow: 0 1px 3px #000;
|
||||
}
|
||||
|
||||
.app a:link, .app a:visited {
|
||||
@ -5196,7 +5193,6 @@ button.search {
|
||||
}
|
||||
|
||||
.appimg {
|
||||
filter: hue-rotate(100deg) brightness(95%) saturate(3000%);
|
||||
height: 32px;
|
||||
padding: 0 0 6px;
|
||||
}
|
||||
@ -7395,11 +7391,10 @@ pre, #logs li, .smallhead th {
|
||||
}
|
||||
|
||||
div.app {
|
||||
min-width: 138px;
|
||||
min-width: 180px;
|
||||
}
|
||||
|
||||
.appimg {
|
||||
filter: hue-rotate(100deg) brightness(95%) saturate(3000%);
|
||||
height: 35px;
|
||||
padding: 5px 0 8px;
|
||||
}
|
||||
@ -7896,3 +7891,4 @@ th.options, table#externali2cp th {
|
||||
letter-spacing: 0 !important;
|
||||
word-spacing: 0 !important;
|
||||
}
|
||||
|
||||
|
Before Width: | Height: | Size: 501 B After Width: | Height: | Size: 354 B |
Before Width: | Height: | Size: 467 B After Width: | Height: | Size: 265 B |
Before Width: | Height: | Size: 502 B After Width: | Height: | Size: 346 B |
Before Width: | Height: | Size: 574 B After Width: | Height: | Size: 495 B |
Before Width: | Height: | Size: 623 B After Width: | Height: | Size: 529 B |
Before Width: | Height: | Size: 559 B After Width: | Height: | Size: 402 B |
Before Width: | Height: | Size: 443 B After Width: | Height: | Size: 252 B |
Before Width: | Height: | Size: 441 B After Width: | Height: | Size: 266 B |
BIN
installer/resources/themes/console/dark/images/warn.png
Normal file
After Width: | Height: | Size: 430 B |
BIN
installer/resources/themes/console/dark/images/warning.png
Normal file
After Width: | Height: | Size: 786 B |
Before Width: | Height: | Size: 930 B After Width: | Height: | Size: 986 B |
Before Width: | Height: | Size: 700 B After Width: | Height: | Size: 652 B |
Before Width: | Height: | Size: 799 B After Width: | Height: | Size: 733 B |
Before Width: | Height: | Size: 773 B After Width: | Height: | Size: 677 B |
Before Width: | Height: | Size: 464 B After Width: | Height: | Size: 279 B |
Before Width: | Height: | Size: 533 B After Width: | Height: | Size: 363 B |
Before Width: | Height: | Size: 421 B After Width: | Height: | Size: 240 B |
Before Width: | Height: | Size: 493 B After Width: | Height: | Size: 340 B |
Before Width: | Height: | Size: 490 B After Width: | Height: | Size: 322 B |
Before Width: | Height: | Size: 601 B After Width: | Height: | Size: 498 B |
Before Width: | Height: | Size: 537 B After Width: | Height: | Size: 398 B |
Before Width: | Height: | Size: 538 B After Width: | Height: | Size: 386 B |
Before Width: | Height: | Size: 616 B After Width: | Height: | Size: 554 B |
Before Width: | Height: | Size: 614 B After Width: | Height: | Size: 532 B |
Before Width: | Height: | Size: 441 B After Width: | Height: | Size: 267 B |
Before Width: | Height: | Size: 445 B After Width: | Height: | Size: 279 B |
Before Width: | Height: | Size: 478 B After Width: | Height: | Size: 314 B |
Before Width: | Height: | Size: 477 B After Width: | Height: | Size: 306 B |
Before Width: | Height: | Size: 472 B After Width: | Height: | Size: 298 B |
Before Width: | Height: | Size: 478 B After Width: | Height: | Size: 314 B |
Before Width: | Height: | Size: 580 B After Width: | Height: | Size: 476 B |
Before Width: | Height: | Size: 521 B After Width: | Height: | Size: 378 B |
Before Width: | Height: | Size: 415 B After Width: | Height: | Size: 215 B |
Before Width: | Height: | Size: 555 B After Width: | Height: | Size: 417 B |
Before Width: | Height: | Size: 460 B After Width: | Height: | Size: 287 B |
Before Width: | Height: | Size: 574 B After Width: | Height: | Size: 495 B |
Before Width: | Height: | Size: 504 B After Width: | Height: | Size: 328 B |
Before Width: | Height: | Size: 671 B After Width: | Height: | Size: 625 B |
Before Width: | Height: | Size: 613 B After Width: | Height: | Size: 528 B |
Before Width: | Height: | Size: 634 B After Width: | Height: | Size: 549 B |
Before Width: | Height: | Size: 525 B After Width: | Height: | Size: 326 B |
Before Width: | Height: | Size: 506 B After Width: | Height: | Size: 350 B |
Before Width: | Height: | Size: 597 B After Width: | Height: | Size: 485 B |
Before Width: | Height: | Size: 597 B After Width: | Height: | Size: 474 B |
Before Width: | Height: | Size: 567 B After Width: | Height: | Size: 466 B |
Before Width: | Height: | Size: 567 B After Width: | Height: | Size: 455 B |
Before Width: | Height: | Size: 571 B After Width: | Height: | Size: 429 B |
Before Width: | Height: | Size: 577 B After Width: | Height: | Size: 438 B |
Before Width: | Height: | Size: 574 B After Width: | Height: | Size: 495 B |
Before Width: | Height: | Size: 593 B After Width: | Height: | Size: 479 B |
Before Width: | Height: | Size: 579 B After Width: | Height: | Size: 465 B |
Before Width: | Height: | Size: 542 B After Width: | Height: | Size: 411 B |
Before Width: | Height: | Size: 569 B After Width: | Height: | Size: 447 B |
Before Width: | Height: | Size: 568 B After Width: | Height: | Size: 437 B |
Before Width: | Height: | Size: 592 B After Width: | Height: | Size: 491 B |
Before Width: | Height: | Size: 562 B After Width: | Height: | Size: 463 B |
Before Width: | Height: | Size: 452 B After Width: | Height: | Size: 278 B |
BIN
installer/resources/themes/console/images/chart_bar.png
Normal file
After Width: | Height: | Size: 268 B |
Before Width: | Height: | Size: 448 B After Width: | Height: | Size: 473 B |
Before Width: | Height: | Size: 595 B After Width: | Height: | Size: 470 B |
Before Width: | Height: | Size: 571 B After Width: | Height: | Size: 429 B |
BIN
installer/resources/themes/console/images/echelon.png
Normal file
After Width: | Height: | Size: 668 B |
Before Width: | Height: | Size: 572 B After Width: | Height: | Size: 440 B |
Before Width: | Height: | Size: 616 B After Width: | Height: | Size: 554 B |
Before Width: | Height: | Size: 694 B After Width: | Height: | Size: 622 B |
Before Width: | Height: | Size: 429 B After Width: | Height: | Size: 259 B |
BIN
installer/resources/themes/console/images/glass.png
Normal file
After Width: | Height: | Size: 1.3 KiB |
Before Width: | Height: | Size: 818 B After Width: | Height: | Size: 1.0 KiB |
Before Width: | Height: | Size: 544 B After Width: | Height: | Size: 981 B |
Before Width: | Height: | Size: 713 B After Width: | Height: | Size: 642 B |
Before Width: | Height: | Size: 792 B After Width: | Height: | Size: 785 B |
Before Width: | Height: | Size: 512 B After Width: | Height: | Size: 344 B |
Before Width: | Height: | Size: 658 B After Width: | Height: | Size: 593 B |
Before Width: | Height: | Size: 606 B After Width: | Height: | Size: 435 B |
Before Width: | Height: | Size: 585 B After Width: | Height: | Size: 475 B |
Before Width: | Height: | Size: 854 B After Width: | Height: | Size: 915 B |
Before Width: | Height: | Size: 954 B After Width: | Height: | Size: 943 B |
Before Width: | Height: | Size: 799 B After Width: | Height: | Size: 733 B |
Before Width: | Height: | Size: 773 B After Width: | Height: | Size: 677 B |
Before Width: | Height: | Size: 915 B After Width: | Height: | Size: 943 B |
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 1.3 KiB |
Before Width: | Height: | Size: 547 B After Width: | Height: | Size: 379 B |
Before Width: | Height: | Size: 675 B After Width: | Height: | Size: 247 B |
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 1.3 KiB |
Before Width: | Height: | Size: 773 B After Width: | Height: | Size: 677 B |
Before Width: | Height: | Size: 687 B After Width: | Height: | Size: 596 B |
Before Width: | Height: | Size: 791 B After Width: | Height: | Size: 744 B |
Before Width: | Height: | Size: 521 B After Width: | Height: | Size: 349 B |
Before Width: | Height: | Size: 830 B After Width: | Height: | Size: 779 B |
Before Width: | Height: | Size: 591 B After Width: | Height: | Size: 449 B |
Before Width: | Height: | Size: 398 B After Width: | Height: | Size: 219 B |
Before Width: | Height: | Size: 859 B After Width: | Height: | Size: 874 B |
Before Width: | Height: | Size: 1022 B After Width: | Height: | Size: 1.1 KiB |
Before Width: | Height: | Size: 658 B After Width: | Height: | Size: 556 B |
Before Width: | Height: | Size: 693 B After Width: | Height: | Size: 597 B |
Before Width: | Height: | Size: 693 B After Width: | Height: | Size: 597 B |
Before Width: | Height: | Size: 653 B After Width: | Height: | Size: 482 B |
Before Width: | Height: | Size: 933 B After Width: | Height: | Size: 969 B |