forked from I2P_Developers/i2p.i2p
Console: New light background (ticket #738) thx Alex
This commit is contained in:
@@ -1,3 +1,6 @@
|
||||
2019-01-01 zzz
|
||||
* Console: New light background (ticket #738)
|
||||
|
||||
2018-12-24 zzz
|
||||
* Console: Update ARM warning (ticket #2368)
|
||||
|
||||
|
||||
@@ -12,23 +12,15 @@ body {
|
||||
color: #33333f;
|
||||
font-size: 9pt;
|
||||
line-height: 130%;
|
||||
background: #a4a4cb url(images/tile2.png) fixed;
|
||||
background-size: 32px 32px;
|
||||
background: linear-gradient(135deg, #9dabd5 0%,#265ea7 53%,#222187 76%,#323638 100%);
|
||||
background: -webkit-linear-gradient(-45deg, #9dabd5 0%,#265ea7 53%,#222187 76%,#323638 100%);
|
||||
}
|
||||
|
||||
/* preload button mouseovers */
|
||||
|
||||
body {
|
||||
background: url(images/tile2.png),
|
||||
url(/themes/console/images/buttons/clean_hover.png) no-repeat,
|
||||
url(/themes/console/images/buttons/configure_hover.png) no-repeat,
|
||||
url(/themes/console/images/buttons/delete_hover.png) no-repeat,
|
||||
url(/themes/console/images/buttons/restart_hover.png) no-repeat,
|
||||
url(/themes/console/images/buttons/restore_hover.png) no-repeat,
|
||||
url(/themes/console/images/buttons/search_hover.png) no-repeat,
|
||||
url(/themes/console/images/buttons/shutdown_hover.png) no-repeat,
|
||||
url(/themes/console/images/buttons/update_hover.png) no-repeat, #a4a4cb;
|
||||
background-size: 32px 32px, 0 0, 0 0, 0 0, 0 0, 0 0, 0 0, 0 0, 0 0;
|
||||
background: linear-gradient(135deg, #9dabd5 0%,#265ea7 53%,#222187 76%,#323638 100%);
|
||||
background: -webkit-linear-gradient(-45deg, #9dabd5 0%,#265ea7 53%,#222187 76%,#323638 100%);
|
||||
}
|
||||
|
||||
@supports (text-justify: auto) { /* Firefox 55+ */
|
||||
@@ -8132,4 +8124,3 @@ th.options .optbox {
|
||||
}
|
||||
|
||||
/* end chrome overrides */
|
||||
|
||||
|
||||
@@ -9,8 +9,8 @@ body {
|
||||
font-family: "Droid Sans", "Noto Sans", "Ubuntu", "Segoe UI", Verdana, Helvetica, sans-serif;
|
||||
color: #33333f;
|
||||
font-size: 9pt;
|
||||
background: #a4a4cb url(images/tile2.png) fixed;
|
||||
background-size: 32px 32px;
|
||||
background: linear-gradient(135deg, #9dabd5 0%,#265ea7 53%,#222187 76%,#323638 100%);
|
||||
background: -webkit-linear-gradient(-45deg, #9dabd5 0%,#265ea7 53%,#222187 76%,#323638 100%);
|
||||
}
|
||||
|
||||
body.iframed {
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 1.4 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 1.4 KiB |
@@ -5,21 +5,16 @@
|
||||
body {
|
||||
color: #31334f;
|
||||
font: 9pt "Droid Sans", "Noto Sans", Ubuntu, "Segoe UI", "Bitstream Vera Sans", Verdana, "Lucida Grande", Helvetica, sans-serif;
|
||||
background: #a4a4cb url(/themes/console/light/images/tile2.png) center top scroll;
|
||||
background-size: 32px 32px;
|
||||
background: linear-gradient(135deg, #9dabd5 0%,#265ea7 53%,#222187 76%,#323638 100%);
|
||||
background: -webkit-linear-gradient(-45deg, #9dabd5 0%,#265ea7 53%,#222187 76%,#323638 100%);
|
||||
|
||||
margin: 3px 4px;
|
||||
}
|
||||
|
||||
/* preload top navigation mouseovers */
|
||||
body {
|
||||
background: url(images/tile2.png) scroll,
|
||||
url(images/button_snark_hover.png) no-repeat,
|
||||
url(images/button_snark_active.png) no-repeat,
|
||||
url(images/button_tracker_hover.png) no-repeat,
|
||||
url(images/button_tracker_active.png) no-repeat,
|
||||
url(images/button_forum_hover.png) no-repeat,
|
||||
url(images/button_forum_active.png) no-repeat, #a4a4cb;
|
||||
background-size: 32px 32px, 0 0, 0 0, 0 0, 0 0, 0 0, 0 0;
|
||||
background: linear-gradient(135deg, #9dabd5 0%,#265ea7 53%,#222187 76%,#323638 100%);
|
||||
background: -webkit-linear-gradient(-45deg, #9dabd5 0%,#265ea7 53%,#222187 76%,#323638 100%);
|
||||
}
|
||||
|
||||
@supports (text-justify: auto) { /* only Firefox 55 or newer */
|
||||
@@ -2730,4 +2725,3 @@ a, a:link, th, td, button, input, select, textarea {
|
||||
background: #f60 url(images/button_tracker_active.png) left 3px center no-repeat !important;
|
||||
background-size: 14px auto !important;
|
||||
}
|
||||
|
||||
|
||||
@@ -4,7 +4,8 @@
|
||||
body {
|
||||
font-family: "Droid Sans", "Noto Sans", Ubuntu, "Segoe UI", "Lucida Grande", "Bitstream Vera Sans", Verdana, sans-serif;
|
||||
font-size: 9pt;
|
||||
background: #a4a4cb url(/themes/console/light/images/tile2.png) center center;
|
||||
background: linear-gradient(135deg, #9dabd5 0%,#265ea7 53%,#222187 76%,#323638 100%);
|
||||
background: -webkit-linear-gradient(-45deg, #9dabd5 0%,#265ea7 53%,#222187 76%,#323638 100%);
|
||||
color: #33333f;
|
||||
margin: 0 5px;
|
||||
}
|
||||
@@ -1486,4 +1487,4 @@ tr {
|
||||
}
|
||||
}
|
||||
|
||||
/* end chrome overrides */
|
||||
/* end chrome overrides */
|
||||
|
||||
@@ -6,22 +6,14 @@ body {
|
||||
color: #33333f;
|
||||
font-family: "Droid Sans", "NotoSans", Ubuntu, "Bitstream Vera Sans", "Segoe UI", Verdana, "Lucida Grande", Helvetica, sans-serif;
|
||||
font-size: 9pt;
|
||||
background: #a4a4cb url(/themes/console/light/images/tile2.png);
|
||||
background: linear-gradient(135deg, #9dabd5 0%,#265ea7 53%,#222187 76%,#323638 100%);
|
||||
background: -webkit-linear-gradient(-45deg, #9dabd5 0%,#265ea7 53%,#222187 76%,#323638 100%);
|
||||
}
|
||||
|
||||
/* preload button mouseovers */
|
||||
body {
|
||||
background: url(/themes/console/light/images/tile2.png),
|
||||
url(/themes/susimail/images/compose_hover.png) no-repeat,
|
||||
url(/themes/susimail/images/login_hover.png) no-repeat,
|
||||
url(/themes/susimail/images/logout_hover.png) no-repeat,
|
||||
url(/themes/susimail/images/offline_hover.png) no-repeat,
|
||||
url(/themes/susimail/images/save_hover.png) no-repeat,
|
||||
url(/themes/susimail/images/send_hover.png) no-repeat,
|
||||
url(/themes/console/images/buttons/configure_hover.png),
|
||||
url(/themes/console/images/buttons/delete_hover.png),
|
||||
url(/themes/console/images/buttons/update_hover.png), #a4a4cb !important;
|
||||
background-size: 32px 32px, 0 0, 0 0, 0 0, 0 0, 0 0, 0 0, 0 0, 0 0, 0 0 !important;
|
||||
background: linear-gradient(135deg, #9dabd5 0%,#265ea7 53%,#222187 76%,#323638 100%);
|
||||
background: -webkit-linear-gradient(-45deg, #9dabd5 0%,#265ea7 53%,#222187 76%,#323638 100%);
|
||||
}
|
||||
|
||||
body.iframed {
|
||||
|
||||
@@ -18,7 +18,7 @@ public class RouterVersion {
|
||||
/** deprecated */
|
||||
public final static String ID = "Monotone";
|
||||
public final static String VERSION = CoreVersion.VERSION;
|
||||
public final static long BUILD = 11;
|
||||
public final static long BUILD = 12;
|
||||
|
||||
/** for example "-test" */
|
||||
public final static String EXTRA = "";
|
||||
|
||||
Reference in New Issue
Block a user