snark theme fixes: Revert the i2psnark buttons on the ubergine and vanilla themes back to their original versions, but keep flat buttons for dark and light themes. Fix some squashed icons and apply some slightly better icons for indicating torrent status and contents on dark theme.

This commit is contained in:
hankhill19580
2020-10-01 05:01:44 +00:00
parent 2d9933a4a9
commit 9d566aea68
87 changed files with 173 additions and 8 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 KiB

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.7 KiB

After

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.3 KiB

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.7 KiB

After

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 957 B

After

Width:  |  Height:  |  Size: 244 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 368 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 513 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 599 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 605 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 580 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 339 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 275 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 407 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 249 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 429 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 514 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 661 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 559 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 325 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 385 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 459 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 459 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 324 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 158 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 548 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 525 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 245 B

After

Width:  |  Height:  |  Size: 513 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.6 KiB

After

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1005 B

After

Width:  |  Height:  |  Size: 227 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 620 B

After

Width:  |  Height:  |  Size: 2.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 529 B

After

Width:  |  Height:  |  Size: 595 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 318 B

After

Width:  |  Height:  |  Size: 152 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 413 B

After

Width:  |  Height:  |  Size: 434 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.0 KiB

After

Width:  |  Height:  |  Size: 3.0 KiB

View File

@@ -466,7 +466,7 @@ tfoot th {
}
.snarkTrackerDetails img, .snarkTorrentDetails img, .snarkCommentDetails img, .snarkDirInfo td:first-child img {
padding: 3px !important;
padding: 3px;
border: 1px solid transparent !important;
margin: 0 !important;
}
@@ -1014,6 +1014,8 @@ _:-ms-lang(x), .snarkTorrentOdd, .SnarkTorrentEven {
.snarkDirInfo .percentBarText, .snarkDirInfo .percentBarOuter, .peerinfo .percentBarText, .peerinfo .percentBarOuter {
width: 80px;
margin-left: 5%;
margin-top: 5%;
}
.percentBarText {
@@ -2236,15 +2238,15 @@ hr.debug:last-child {
}
.priorityHigh {
background: url(/i2psnark/.resources/icons/clock_red.png) left 24px center no-repeat;
background: url(/themes/snark/dark/images/icons/clock_red.png) left 24px center no-repeat;
}
.priorityNormal {
background: url(/i2psnark/.resources/icons/clock.png) left 24px center no-repeat;
background: url(/themes/snark/dark/images/icons/clock.png) left 24px center no-repeat;
}
.prioritySkip {
background: url(/i2psnark/.resources/icons/cancel.png) left 22px center no-repeat;
background: url(/themes/snark/dark/images/icons/cancel.png) left 22px center no-repeat;
}
/* configs */
@@ -3270,3 +3272,83 @@ th a img {
background-size: 14px auto !important;
}
.snarkTorrentDetails img {
height: 0px !important;
width: 0px !important;
padding: 16px !important;
}
.snarkDirInfo img {
height: 0px !important;
width: 0px !important;
padding: 16px !important;
}
img[src*="i2psnark/.resources/icons/application.png"]{
background: url("/themes/snark/dark/images/icons/") center no-repeat
}
img[src*="i2psnark/.resources/icons/basket_put.png"]{
background: url("/themes/snark/dark/images/icons/basket_put.png") center no-repeat
}
img[src*="i2psnark/.resources/icons/cancel.png"]{
background: url("/themes/snark/dark/images/icons/cancel.png") center no-repeat
}
img[src*="i2psnark/.resources/icons/cd.png"]{
background: url("/themes/snark/dark/images/icons/cd.pmg") center no-repeat
}
img[src*="i2psnark/.resources/icons/clock.png"]{
background: url("/themes/snark/dark/images/icons/clock.png") center no-repeat
}
img[src*="i2psnark/.resources/icons/clock_red.png"]{
background: url("/themes/snark/dark/images/icons/clock_red.png") center no-repeat
}
img[src*="i2psnark/.resources/icons/compress.png"]{
background: url("/themes/snark/dark/images/icons/compress.png") center no-repeat
}
img[src*="i2psnark/.resources/icons/ebook.png"]{
background: url("/themes/snark/dark/images/icons/ebook.png") center no-repeat
}
img[src*="i2psnark/.resources/icons/film.png"]{
background: url("/themes/snark/dark/images/icons/film.png") center no-repeat
}
img[src*="i2psnark/.resources/icons/folder.png"]{
background: url("/themes/snark/dark/images/icons/folder.png") center no-repeat
}
img[src*="i2psnark/.resources/icons/html.png"]{
background: url("/themes/snark/dark/images/icons/html.png") center no-repeat
}
img[src*="i2psnark/.resources/icons/itoopie_xxsm.png"]{
background: url("/themes/snark/dark/images/icons/itoopie_xxsm.png") center no-repeat
}
img[src*="i2psnark/.resources/icons/magnet.png"]{
background: url("/themes/snark/dark/images/icons/magnet.png") center no-repeat;
height: 0px;
width: 0px;
padding: 16px;
margin: -4px !important;
}
img[src*="i2psnark/.resources/icons/music.png"]{
background: url("/themes/snark/dark/images/icons/music.png") center no-repeat
}
img[src*="i2psnark/.resources/icons/package.png"]{
background: url("/themes/snark/dark/images/icons/package.png") center no-repeat
}
img[src*="i2psnark/.resources/icons/page.png"]{
background: url("/themes/snark/dark/images/icons/page.png") center no-repeat
}
img[src*="i2psnark/.resources/icons/page_white.png"]{
background: url("/themes/snark/dark/images/icons/page_white.png") center no-repeat
}
img[src*="i2psnark/.resources/icons/page_white_acrobat.png"]{
background: url("/themes/snark/dark/images/icons/page_white_acrobat.png") center no-repeat
}
img[src*="i2psnark/.resources/icons/photo.png"]{
background: url("/themes/snark/dark/images/icons/photo.png") center no-repeat
}
img[src*="i2psnark/.resources/icons/plugin.png"]{
background: url("/themes/snark/dark/images/icons/plugin.png") center no-repeat
}
img[src*="i2psnark/.resources/icons/tick.png"]{
background: url("/themes/snark/dark/images/icons/tick.png") center no-repeat
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 734 B

After

Width:  |  Height:  |  Size: 207 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 977 B

After

Width:  |  Height:  |  Size: 671 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 372 B

After

Width:  |  Height:  |  Size: 351 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 957 B

After

Width:  |  Height:  |  Size: 242 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 368 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 513 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 599 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 605 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 580 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 339 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 275 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 407 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 249 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 429 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 514 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 661 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 559 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 325 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 385 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 459 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 459 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 324 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 158 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 548 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 525 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 245 B

After

Width:  |  Height:  |  Size: 513 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1005 B

After

Width:  |  Height:  |  Size: 225 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 746 B

After

Width:  |  Height:  |  Size: 549 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 620 B

After

Width:  |  Height:  |  Size: 2.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 758 B

After

Width:  |  Height:  |  Size: 892 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 318 B

After

Width:  |  Height:  |  Size: 152 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 312 B

After

Width:  |  Height:  |  Size: 135 B

View File

@@ -563,7 +563,7 @@ th.snarkGraphicStatus, th.snarkTorrentStatus {
.snarkTrackerDetails img, .snarkTorrentDetails img, .snarkCommentDetails img, .snarkDirInfo td:first-child img {
margin: 0;
padding: 3px !important;
padding: 3px;
max-width: 16px;
max-height: 16px;
border: 1px solid transparent !important;
@@ -907,6 +907,8 @@ tr:hover .percentBarText {
.snarkDirInfo .percentBarText, .snarkDirInfo .percentBarOuter, .peerinfo .percentBarText, .peerinfo .percentBarOuter {
width: 80px !important;
margin-left: 30%;
margin-top: 5%;
}
/* end download bars */
@@ -1971,15 +1973,15 @@ hr.debug:last-child {
}
.priorityHigh {
background: url(/i2psnark/.resources/icons/clock_red.png) left 24px center no-repeat;
background: url(/themes/snark/light/images/icons/clock_red.png) left 24px center no-repeat;
}
.priorityNormal {
background: url(/i2psnark/.resources/icons/clock.png) left 24px center no-repeat;
background: url(/themes/snark/light/images/icons/clock.png) left 24px center no-repeat;
}
.prioritySkip {
background: url(/i2psnark/.resources/icons/cancel.png) left 22px center no-repeat;
background: url(/themes/snark/light/images/icons/cancel.png) left 22px center no-repeat;
}
/* end priorities */
@@ -2706,3 +2708,84 @@ 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;
}
.snarkTorrentDetails img {
height: 0px !important;
width: 0px !important;
padding: 16px !important;
}
.snarkDirInfo img {
height: 0px !important;
width: 0px !important;
padding: 16px !important;
}
img[src*="i2psnark/.resources/icons/application.png"]{
background: url("/themes/snark/light/images/icons/application") center no-repeat
}
img[src*="i2psnark/.resources/icons/basket_put.png"]{
background: url("/themes/snark/light/images/icons/basket_put.png") center no-repeat
}
img[src*="i2psnark/.resources/icons/cancel.png"]{
background: url("/themes/snark/light/images/icons/cancel.png") center no-repeat
}
img[src*="i2psnark/.resources/icons/cd.png"]{
background: url("/themes/snark/light/images/icons/cd.pmg") center no-repeat
}
img[src*="i2psnark/.resources/icons/clock.png"]{
background: url("/themes/snark/light/images/icons/clock.png") center no-repeat
}
img[src*="i2psnark/.resources/icons/clock_red.png"]{
background: url("/themes/snark/light/images/icons/clock_red.png") center no-repeat
}
img[src*="i2psnark/.resources/icons/compress.png"]{
background: url("/themes/snark/light/images/icons/compress.png") center no-repeat
}
img[src*="i2psnark/.resources/icons/ebook.png"]{
background: url("/themes/snark/light/images/icons/ebook.png") center no-repeat
}
img[src*="i2psnark/.resources/icons/film.png"]{
background: url("/themes/snark/light/images/icons/film.png") center no-repeat
}
img[src*="i2psnark/.resources/icons/folder.png"]{
background: url("/themes/snark/light/images/icons/folder.png") center no-repeat
}
img[src*="i2psnark/.resources/icons/html.png"]{
background: url("/themes/snark/light/images/icons/html.png") center no-repeat
}
img[src*="i2psnark/.resources/icons/itoopie_xxsm.png"]{
background: url("/themes/snark/light/images/icons/itoopie_xxsm.png") center no-repeat
}
img[src*="i2psnark/.resources/icons/magnet.png"]{
background: url("/themes/snark/light/images/icons/magnet.png") center no-repeat;
height: 0px;
width: 0px;
padding: 16px;
margin: -4px !important;
}
img[src*="i2psnark/.resources/icons/music.png"]{
background: url("/themes/snark/light/images/icons/music.png") center no-repeat
}
img[src*="i2psnark/.resources/icons/package.png"]{
background: url("/themes/snark/light/images/icons/package.png") center no-repeat
}
img[src*="i2psnark/.resources/icons/page.png"]{
background: url("/themes/snark/light/images/icons/page.png") center no-repeat
}
img[src*="i2psnark/.resources/icons/page_white.png"]{
background: url("/themes/snark/light/images/icons/page_white.png") center no-repeat
}
img[src*="i2psnark/.resources/icons/page_white_acrobat.png"]{
background: url("/themes/snark/light/images/icons/page_white_acrobat.png") center no-repeat
}
img[src*="i2psnark/.resources/icons/photo.png"]{
background: url("/themes/snark/light/images/icons/photo.png") center no-repeat
}
img[src*="i2psnark/.resources/icons/plugin.png"]{
background: url("/themes/snark/light/images/icons/plugin.png") center no-repeat
}
img[src*="i2psnark/.resources/icons/tick.png"]{
background: url("/themes/snark/light/images/icons/tick.png") center no-repeat
}