forked from I2P_Developers/i2p.i2p
Remove background gradient from Hidden Services Manager pages and Snark Light theme. Allow hidden services manager items to use the whole width of the window.
This commit is contained in:
@@ -5,18 +5,9 @@
|
||||
body {
|
||||
color: #31334f;
|
||||
font: 9pt "Droid Sans", "Noto Sans", Ubuntu, "Segoe UI", "Bitstream Vera Sans", Verdana, "Lucida Grande", Helvetica, sans-serif;
|
||||
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: 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 */
|
||||
body {
|
||||
background-attachment: fixed;
|
||||
|
@@ -9,8 +9,6 @@ body {
|
||||
font-family: "Droid Sans", "Noto Sans", "Ubuntu", "Segoe UI", Verdana, Helvetica, sans-serif;
|
||||
color: #33333f;
|
||||
font-size: 9pt;
|
||||
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 {
|
||||
@@ -248,7 +246,6 @@ a.control {
|
||||
|
||||
.panel {
|
||||
width: calc(100% - 14px);
|
||||
max-width: 1400px;
|
||||
margin: 8px auto;
|
||||
min-width: 580px;
|
||||
overflow: hidden;
|
||||
@@ -258,7 +255,6 @@ a.control {
|
||||
box-shadow: inset 0 0 1px #999;
|
||||
background: #fff;
|
||||
background: linear-gradient(to right, #fff 0%, rgba(247, 248, 255, 0.5), #fff), linear-gradient(to bottom, #efefff, #fff, #efefff);
|
||||
border: 1px solid #447;
|
||||
filter: drop-shadow(0 0 1px #777);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user