Minor theme tweaks:

- Console:
  - Cosmetic changes to new firewalled network status in sidebar
  - Arabic: ensure the destinations correctly align on /tunnels
- I2PSnark: Ensure .snarkNoneLoaded background color remains constant on
  mouseover in dark theme
This commit is contained in:
str4d
2017-07-02 14:17:59 +00:00
parent afec920bee
commit 87d6c302e6
11 changed files with 49 additions and 64 deletions

View File

@@ -1,6 +1,11 @@
2017-07-02 str4d
* Console: Show correct icon for "Firewalled" network status
* Console:
- Show correct icon for "Firewalled" network status
- Cosmetic changes to new firewalled network status in sidebar
- Arabic: ensure the destinations correctly align on /tunnels
* SusiDNS: Default to the console theme
* I2PSnark: Ensure .snarkNoneLoaded background color remains constant on
mouseover in dark theme
2017-07-01 str4d
* Console:

View File

@@ -692,7 +692,7 @@ div.refresh {
.routersummary .firewalled {
background: rgba(255,220,255,0.3);
background: repeating-linear-gradient(135deg, rgba(220,255,220,0.5) 2px, rgba(110,255,110,0.1) 3px, rgba(220,255,220,0.5) 5px);
background: repeating-linear-gradient(135deg, rgba(220,255,220,0.3) 2px, rgba(255,255,220,0.3) 3px, rgba(220,255,220,0.3) 5px);
}
.routersummary .error {
@@ -747,6 +747,7 @@ div.refresh {
.routersummary .firewalled::before {
content: url(/themes/console/images/info/network_status/network_firewalled.png);
opacity: 0.8;
}
.routersummary .vmcomm::before {

View File

@@ -5847,6 +5847,9 @@ p#profiles_overview {
.routersummary .firewalled::before {
content: url(/themes/console/images/info/network_status/network_firewalled.png);
filter: drop-shadow(0 1px 1px rgba(255,120,120,0.8));
padding: 0 4px;
opacity: 0.7;
}
.routersummary .vmcomm::before {

View File

@@ -457,9 +457,14 @@ div[lang="ar"] ul, div[lang="ar"] p {
padding: 0;
}
.tunnel_peer {
text-align: left;
}
.tunnel_local {
margin-right: -4px;
margin-left: 4px;
text-align: center;
}
.tunnel_id:empty + .tunnel_cap {

View File

@@ -605,6 +605,7 @@ p:empty + .sb_notice {
.routersummary .firewalled::before {
content: url(/themes/console/images/info/network_status/network_firewalled.png);
padding-right: 4px;
opacity: 0.8;
}
.routersummary .vmcomm::before {
@@ -683,56 +684,16 @@ p:empty + .sb_notice {
margin-top: 0;
}
/* end sidebar */
/*
div.tunnels td:first-child {
width: 16px;
text-align: left;
padding-right: 1px;
.refresh {
padding: 1px 0 0 0 !important;
}
div.tunnels td:last-child {
text-align: right;
padding-right: 1px;
}
div.tunnels img, div.tunnels img:hover {
opacity: 1 !important;
}
div.tunnels {
margin-top: 6px !important;
margin-left: -2px !important;
margin-bottom: 3px !important;
padding-top: 3px !important;
}
div.tunnels table {
margin: -7px 0 -5px -4px !important;
}
div.tunnels td, div.tunnels img:first-child {
margin: 0 !important;
text-transform: capitalize;
}
.tunnels tr {
padding: 4px 0 !important;
}
div.refresh {
margin-top: 10px !important;
margin-bottom: 10px !important;
padding: 2px 0 0 0 !important;
}
*/
.routersummary p {
padding: 0;
}
/* end sidebar */
/* proxy error messages */
.logo {

View File

@@ -893,9 +893,14 @@ table#bugreports td.infohelp {
margin-right: -2px;
}
.tunnel_peer {
text-align: left;
}
.tunnel_local {
margin-right: 0;
margin-left: 4px;
text-align: center;
}
.tunnel_id:empty + .tunnel_cap {

View File

@@ -6253,6 +6253,9 @@ form[action="events"] {
.routersummary .firewalled::before {
content: url(/themes/console/images/info/network_status/network_firewalled.png);
opacity: 0.7;
filter: drop-shadow(0 1px 1px rgba(255,120,120,0.8));
mix-blend-mode: luminosity;
}
.routersummary .vmcomm::before {

View File

@@ -461,9 +461,14 @@ h4.app, h4.app2 {
margin-left: 6px;
}
.tunnel_peer {
text-align: left;
}
.tunnel_local {
margin-right: -4px;
margin-left: 4px;
text-align: center;
}
.tunnel_id:empty + .tunnel_cap {

View File

@@ -867,9 +867,10 @@ _:-ms-lang(x), .snarkTorrentOdd, .SnarkTorrentEven {
border-bottom: 1px solid #494;
}
.snarkTorrentNoneLoaded td {
.snarkTorrentNoneLoaded td, .snarkTorrentNoneLoaded:hover td {
text-align: center !important;
color: #ee9 !important;
background: #000 !important;
}
.snarkTorrentNoneLoaded i {

View File

@@ -521,6 +521,10 @@ _:-ms-lang(x), img.illustrate {
text-align: right;
}
#content + #buttons {
margin-top: -10px;
}
p.buttons {
border: 1px solid #89f;
padding: 10px;

View File

@@ -6,7 +6,7 @@ body {
line-height: 120%;
background: #000;
background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.45)), url(/themes/console/dark/images/camotile2.png) top left fixed;
color:#ee9;
color: #ee9;
padding-top: 5px;
margin: 0 10px;
min-width: 650px;
@@ -15,6 +15,7 @@ body {
body.iframed {
/* background: transparent !important;*/
margin: 0;
background: transparent !important;
}
::selection {
@@ -653,6 +654,10 @@ div#config + div#buttons, div#content + div#buttons {
background: #000;
}
div#content + div#buttons {
margin-top: -13px;
}
.illustrate {
max-width: 700px;
height: auto;
@@ -844,25 +849,11 @@ textarea[cols="70"] {
height: 40px;
}
/*
.destinations textarea {
width: 100%;
padding: 1px !important;
height: 32px;
resize: none;
border: none;
border-left: 1px solid #2a5f29;
border-right: 1px solid #2a5f29;
margin: 0 !important;
border-radius: 0;
}
*/
input:focus, textarea:focus {
color: #ee9;
background: #000 !important;
filter: drop-shadow(0 0 1px #880);
transition: ease filter 0.3s 0s;
transition: ease filter 0.3s;
outline: none;
}
@@ -930,6 +921,7 @@ p.book {
}
/* hide export button on published addressbook if empty */
#messages + form[action="export"] {
display: none;
}
@@ -988,7 +980,7 @@ p.book {
.names a:active img, .names a:focus img {
transform: rotate(45deg) scale(0.8);
transition: ease all 0.1s 0s;
transition: ease all 0.1s;
}
/* hostname list */