2011-01-24 13:20:06 +00:00
|
|
|
/* I2P Theme: Light */
|
|
|
|
/* Description: Light blue highlights. */
|
|
|
|
/* Author: dr|z3d */
|
|
|
|
|
2016-07-24 11:25:32 +00:00
|
|
|
html {
|
|
|
|
margin: 0 !important;
|
|
|
|
}
|
|
|
|
|
2011-01-24 13:20:06 +00:00
|
|
|
body {
|
2017-04-09 06:28:47 +00:00
|
|
|
margin: 6px;
|
2011-01-24 13:20:06 +00:00
|
|
|
text-align: center;
|
2017-01-07 17:47:01 +00:00
|
|
|
color: #333;
|
2017-04-09 06:28:47 +00:00
|
|
|
font: 9pt/130% "Droid Sans", "Noto Sans", Ubuntu, "Segoe UI", "Lucida Grande", Verdana, Helvetica, sans-serif;
|
2017-01-07 17:47:01 +00:00
|
|
|
background: #a4a4cb url(images/tile2.png) fixed;
|
2016-07-24 11:25:32 +00:00
|
|
|
background-size: 32px 32px;
|
2011-01-24 13:20:06 +00:00
|
|
|
}
|
|
|
|
|
2017-01-07 18:51:58 +00:00
|
|
|
/* preload button mouseovers */
|
|
|
|
body {
|
2017-03-06 04:56:58 +00:00
|
|
|
background: url(images/tile2.png) fixed,
|
2017-01-07 18:51:58 +00:00
|
|
|
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;
|
|
|
|
}
|
|
|
|
|
2016-07-24 11:25:32 +00:00
|
|
|
.hide, .hideme {
|
2011-01-24 13:20:06 +00:00
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
2012-05-25 01:27:48 +00:00
|
|
|
div.clearer {
|
|
|
|
clear: left;
|
|
|
|
height: 0;
|
|
|
|
line-height: 0;
|
|
|
|
}
|
|
|
|
|
2016-07-24 11:25:32 +00:00
|
|
|
::selection {
|
|
|
|
background: #27377f !important;
|
|
|
|
color: white;
|
2017-04-09 06:28:47 +00:00
|
|
|
text-shadow: none;
|
2011-01-24 13:20:06 +00:00
|
|
|
}
|
|
|
|
|
2016-07-24 11:25:32 +00:00
|
|
|
::-moz-selection {
|
|
|
|
background: #27377f !important;
|
|
|
|
color: white;
|
2017-04-09 06:28:47 +00:00
|
|
|
text-shadow: none;
|
2011-01-24 13:20:06 +00:00
|
|
|
}
|
|
|
|
|
2017-06-19 13:46:40 +00:00
|
|
|
.routersummary img[src$="i2plogo.png"], .routersummary h3, .confignav, *::before, *::after, div.app, .themechoice, .langselect, .langbox,
|
|
|
|
.newsAuthor, #netdbcountrylist img, .viewfullentry, .sybil_routerinfo th img, .graphspanel {
|
2017-06-12 12:45:51 +00:00
|
|
|
-moz-user-select: none;
|
|
|
|
-webkit-user-select: none;
|
|
|
|
user-select: none;
|
|
|
|
}
|
|
|
|
|
2017-05-14 06:26:16 +00:00
|
|
|
* {
|
|
|
|
outline: none;
|
|
|
|
}
|
|
|
|
|
2011-01-24 13:20:06 +00:00
|
|
|
img {
|
|
|
|
border: none;
|
|
|
|
}
|
|
|
|
|
2016-07-24 11:25:32 +00:00
|
|
|
img[src$="bound.png"] {
|
|
|
|
filter: hue-rotate(-40deg);
|
2011-01-24 13:20:06 +00:00
|
|
|
}
|
|
|
|
|
2016-07-24 11:25:32 +00:00
|
|
|
a img[src$="bound.png"] {
|
2017-04-09 06:28:47 +00:00
|
|
|
filter: hue-rotate(-40deg) drop-shadow(0 0 1px #ccc);
|
2011-01-24 13:20:06 +00:00
|
|
|
}
|
|
|
|
|
2016-07-24 11:25:32 +00:00
|
|
|
a:hover img[src$="bound.png"] {
|
|
|
|
filter: hue-rotate(-40deg) drop-shadow(0 0 1px #f60);
|
2011-01-24 13:20:06 +00:00
|
|
|
}
|
|
|
|
|
2016-07-24 11:25:32 +00:00
|
|
|
a img {
|
2017-04-09 06:28:47 +00:00
|
|
|
filter: drop-shadow(0 0 1px #ccc);
|
2011-01-24 13:20:06 +00:00
|
|
|
}
|
|
|
|
|
2016-07-24 11:25:32 +00:00
|
|
|
a:hover img {
|
|
|
|
filter: drop-shadow(0 0 1px #f60);
|
|
|
|
}
|
|
|
|
|
2011-01-24 13:20:06 +00:00
|
|
|
pre {
|
|
|
|
width: 98%;
|
|
|
|
overflow: auto;
|
|
|
|
text-align: left;
|
2017-05-14 06:26:16 +00:00
|
|
|
font: 8pt "Droid Sans Mono", "Noto Mono", "Lucida Console", "DejaVu Sans Mono", monospace;
|
2011-01-24 13:20:06 +00:00
|
|
|
color: #333;
|
|
|
|
margin: 10px;
|
|
|
|
}
|
|
|
|
|
2017-04-09 06:28:47 +00:00
|
|
|
/* sidebar */
|
|
|
|
|
|
|
|
.routersummaryouter {
|
2011-01-24 13:20:06 +00:00
|
|
|
float: left;
|
|
|
|
width: 200px;
|
2016-07-24 11:25:32 +00:00
|
|
|
margin: 0 0 10px 0;
|
2011-01-24 13:20:06 +00:00
|
|
|
padding: 0;
|
|
|
|
border: 0;
|
|
|
|
clear: left;/* fixes a bug in Opera */
|
|
|
|
text-align: center !important;
|
|
|
|
display: block;
|
2012-06-09 04:33:29 +00:00
|
|
|
position: absolute;/* so no interference with /home app icons */
|
2011-01-24 13:20:06 +00:00
|
|
|
}
|
|
|
|
|
2017-04-09 06:28:47 +00:00
|
|
|
.routersummary {
|
2017-06-19 13:46:40 +00:00
|
|
|
width: 190px;
|
2017-05-14 06:26:16 +00:00
|
|
|
padding: 8px 8px 10px;
|
2016-07-24 11:25:32 +00:00
|
|
|
margin-bottom: 8px;
|
2011-01-24 13:20:06 +00:00
|
|
|
text-align: center !important;
|
|
|
|
border: 1px solid #447;
|
2017-01-07 17:47:01 +00:00
|
|
|
color: #333;
|
2011-01-24 13:20:06 +00:00
|
|
|
font-size: 8pt;
|
|
|
|
clear: left;/* fixes a bug in Opera */
|
2016-07-24 11:25:32 +00:00
|
|
|
border-radius: 2px;
|
|
|
|
background: #fff;
|
|
|
|
box-shadow: inset 0 0 0 1px #bbf;
|
|
|
|
filter: drop-shadow(0 0 1px #999);
|
|
|
|
}
|
|
|
|
|
|
|
|
.routersummary div[style="height: 36px;"] {
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
2017-03-06 04:41:22 +00:00
|
|
|
@media screen and (-webkit-min-device-pixel-ratio:0) {
|
|
|
|
.routersummary div[style="height: 36px;"] {
|
|
|
|
height: 34px !important;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2017-04-09 06:28:47 +00:00
|
|
|
.routersummary img[src$="i2plogo.png"] {
|
2016-07-24 11:25:32 +00:00
|
|
|
opacity: 0.9;
|
2017-03-06 04:41:22 +00:00
|
|
|
transition: ease filter 0.3s 0s, ease opacity 0.3s 0s;
|
2017-06-19 13:46:40 +00:00
|
|
|
margin-top: -1px;
|
|
|
|
margin-left: -1px !important;
|
|
|
|
width: 192px;
|
2017-03-06 04:41:22 +00:00
|
|
|
height: auto;
|
2017-04-09 06:28:47 +00:00
|
|
|
filter: drop-shadow(0 0 1px #ccc);
|
2016-07-24 11:25:32 +00:00
|
|
|
}
|
|
|
|
|
2017-04-09 06:28:47 +00:00
|
|
|
.routersummary img[src$="i2plogo.png"]:hover {
|
2016-07-24 11:25:32 +00:00
|
|
|
opacity: 1;
|
2017-03-06 04:41:22 +00:00
|
|
|
transition: ease filter 0.3s 0s, ease opacity 0.3s 0s;
|
2016-07-24 11:25:32 +00:00
|
|
|
filter: drop-shadow(0 0 1px #f60);
|
|
|
|
}
|
|
|
|
|
2017-06-04 00:43:16 +00:00
|
|
|
.routersummary a:active img[src$="i2plogo.png"] {
|
2017-03-06 04:41:22 +00:00
|
|
|
filter: drop-shadow(0 0 2px #f30);
|
2016-07-24 11:25:32 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.routersummary a[href="/"], .routersummary a[href="/console"] {
|
|
|
|
outline: none !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.routersummary a[href="/"]:focus img, .routersummary a[href="/console"]:focus img {
|
|
|
|
filter: drop-shadow(0 0 1px #f60);
|
|
|
|
}
|
|
|
|
|
|
|
|
.routersummary form {
|
|
|
|
margin: 0;
|
|
|
|
padding: 0 0 3px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.routersummary form button.download {
|
|
|
|
display: inline-block;
|
|
|
|
vertical-align: middle;
|
|
|
|
margin: -3px 0;
|
2017-05-14 06:26:16 +00:00
|
|
|
background: url(/themes/console/images/buttons/download.png) 6px center no-repeat, linear-gradient(to bottom, #fff, #ddd);
|
2017-03-06 04:41:22 +00:00
|
|
|
background-size: 14px 14px, 100% 100% !important;
|
2017-05-14 06:26:16 +00:00
|
|
|
padding: 5px 7px 5px 22px !important;
|
2011-01-24 13:20:06 +00:00
|
|
|
}
|
|
|
|
|
2017-04-09 06:28:47 +00:00
|
|
|
.routersummary input[type=text] {
|
2011-01-24 13:20:06 +00:00
|
|
|
text-align: right !important;
|
|
|
|
}
|
|
|
|
|
2017-04-09 06:28:47 +00:00
|
|
|
.routersummary hr {
|
2011-01-24 13:20:06 +00:00
|
|
|
color: #99f;
|
|
|
|
background: #99f;
|
|
|
|
height: 1px;
|
|
|
|
border-bottom: 1px solid #99f;
|
|
|
|
margin: 8px -7px 8px -7px;
|
2016-07-24 11:25:32 +00:00
|
|
|
box-shadow: inset 0 1px 1px 1px #fff;
|
2011-01-24 13:20:06 +00:00
|
|
|
}
|
|
|
|
|
2017-04-09 06:28:47 +00:00
|
|
|
.routersummary hr.b {
|
2016-07-24 11:25:32 +00:00
|
|
|
color: #fff;
|
|
|
|
background: transparent;
|
|
|
|
border-bottom: 1px solid transparent;
|
|
|
|
height: 0 !important;
|
|
|
|
margin-bottom: 5px;
|
2011-01-24 13:20:06 +00:00
|
|
|
}
|
|
|
|
|
2017-04-09 06:28:47 +00:00
|
|
|
.routersummary h3 {
|
2011-01-24 13:20:06 +00:00
|
|
|
font-size: 9.5pt;
|
|
|
|
letter-spacing: 0.04em;
|
2016-07-24 11:25:32 +00:00
|
|
|
margin: -9px -7px -2px;
|
2011-01-24 13:20:06 +00:00
|
|
|
padding: 2px 0;
|
|
|
|
text-transform: uppercase;
|
2017-06-03 14:09:17 +00:00
|
|
|
background: #e7e7ff !important;
|
|
|
|
background: #e7e7ff url(images/header.png) center center repeat-x !important;
|
2017-05-14 06:26:16 +00:00
|
|
|
background: linear-gradient(to bottom, #fff 50%, #eef 50%) !important;
|
2017-06-03 14:09:17 +00:00
|
|
|
background: #e7e7ff linear-gradient(to bottom, #fff 50%, rgba(255,255,255,0.6) 50%, rgba(240,240,240,0.4)) !important;
|
2016-07-24 11:25:32 +00:00
|
|
|
border: 1px solid #99f;
|
|
|
|
border-left: none;
|
|
|
|
border-right: none;
|
|
|
|
border-radius: 0;
|
|
|
|
box-shadow: inset 0 0 0 1px #fff;
|
|
|
|
filter: none;
|
2011-01-24 13:20:06 +00:00
|
|
|
}
|
|
|
|
|
2017-04-09 06:28:47 +00:00
|
|
|
.routersummary h3 a:hover {
|
|
|
|
color: #f60;
|
|
|
|
}
|
|
|
|
|
2016-07-24 11:25:32 +00:00
|
|
|
.routersummary h3:hover {
|
2017-05-14 06:26:16 +00:00
|
|
|
background: linear-gradient(to bottom, #fff 50%, #ffe8bf 50%, #efd9b3 100%) !important;
|
2017-06-03 14:09:17 +00:00
|
|
|
background: #fff linear-gradient(to bottom, #fff 50%, rgba(255, 232, 191, 0.6) 50%, rgba(239, 217, 179, 0.4) 100%) !important;
|
2016-07-24 11:25:32 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.routersummary h3:hover a {
|
2017-04-09 06:28:47 +00:00
|
|
|
color: #f60 !important;
|
2017-03-06 04:56:58 +00:00
|
|
|
text-shadow: 0 0 1px #fff;
|
2016-07-24 11:25:32 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.routersummary h3:active {
|
|
|
|
box-shadow: inset 2px 2px 2px #777;
|
2011-01-24 13:20:06 +00:00
|
|
|
}
|
|
|
|
|
2017-04-09 06:28:47 +00:00
|
|
|
.routersummary h3 a, .routersummary h3 a:visited {
|
2016-07-24 11:25:32 +00:00
|
|
|
text-transform: uppercase;
|
|
|
|
text-decoration: none;
|
|
|
|
display: inline-block;
|
|
|
|
width: 100%;
|
|
|
|
width: calc(100% - 4px);
|
2017-07-01 19:44:02 +00:00
|
|
|
padding: 3px 0 2px;
|
2017-04-09 06:28:47 +00:00
|
|
|
color: #2c4e8f;
|
2017-06-12 12:45:51 +00:00
|
|
|
line-height: 110%;
|
2017-04-09 06:28:47 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
h3#helpfaq {
|
|
|
|
margin-bottom: -9px;
|
2011-01-24 13:20:06 +00:00
|
|
|
}
|
|
|
|
|
2017-05-14 06:26:16 +00:00
|
|
|
@media screen and (-webkit-min-device-pixel-ratio:0) {
|
|
|
|
h3#helpfaq {
|
|
|
|
margin-bottom: -10px;
|
|
|
|
}
|
2017-05-20 08:09:30 +00:00
|
|
|
}
|
2017-05-14 06:26:16 +00:00
|
|
|
|
2017-06-04 00:43:16 +00:00
|
|
|
.routersummary h4 {
|
2016-07-24 11:25:32 +00:00
|
|
|
border: none;
|
2017-04-09 06:28:47 +00:00
|
|
|
border-radius: 0;
|
2011-01-24 13:20:06 +00:00
|
|
|
font-size: 8.5pt;
|
2017-01-07 17:47:01 +00:00
|
|
|
letter-spacing: normal;
|
2016-07-24 11:25:32 +00:00
|
|
|
text-transform: none;
|
|
|
|
margin: -7px;
|
|
|
|
padding: 6px 2px !important;
|
|
|
|
background: #eef;
|
|
|
|
background: linear-gradient(to right, #ddf 0%, #eef 10%, #fff 50%, #eef 90%, #ddf 100%);
|
2011-01-24 13:20:06 +00:00
|
|
|
text-decoration: none !important;
|
2017-04-09 06:28:47 +00:00
|
|
|
color: #4f617f;
|
2016-07-24 11:25:32 +00:00
|
|
|
box-shadow: inset 0 0 0 1px #eef;
|
2017-03-06 04:56:58 +00:00
|
|
|
line-height: 105%;
|
2016-07-24 11:25:32 +00:00
|
|
|
}
|
|
|
|
|
2017-04-09 06:28:47 +00:00
|
|
|
.routersummary h4::after {
|
|
|
|
content: "";
|
|
|
|
display: inline-block;
|
|
|
|
box-sizing: border-box;
|
|
|
|
min-height: 12px;
|
|
|
|
padding-top: 8px;
|
|
|
|
padding-bottom: 8px;
|
|
|
|
vertical-align: middle;
|
|
|
|
}
|
|
|
|
|
2017-01-07 17:47:01 +00:00
|
|
|
@media screen and (-webkit-min-device-pixel-ratio:0) {
|
2017-02-10 16:39:56 +00:00
|
|
|
.routersummary h4 {
|
2017-01-07 17:47:01 +00:00
|
|
|
margin-bottom: -8px !important;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2017-04-09 06:28:47 +00:00
|
|
|
.routersummary h4 a {
|
|
|
|
vertical-align: middle;
|
|
|
|
}
|
|
|
|
|
2016-07-24 11:25:32 +00:00
|
|
|
h4.sb_info {
|
|
|
|
margin-top: -11px !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
h4.sb_info + hr + form {
|
|
|
|
padding-top: 2px !important;
|
|
|
|
margin-bottom: -1px;
|
2011-01-24 13:20:06 +00:00
|
|
|
}
|
|
|
|
|
2017-04-09 06:28:47 +00:00
|
|
|
.routersummary ul {
|
2012-06-20 12:56:00 +00:00
|
|
|
text-align: left !important;
|
|
|
|
}
|
|
|
|
|
2017-04-09 06:28:47 +00:00
|
|
|
.routersummary table {
|
2011-01-24 13:20:06 +00:00
|
|
|
border: 0;
|
|
|
|
text-align: center !important;
|
2016-07-24 11:25:32 +00:00
|
|
|
margin: -8px -5px -5px -5px;
|
2017-06-19 13:46:40 +00:00
|
|
|
width: 200px !important;
|
2011-01-24 13:20:06 +00:00
|
|
|
overflow: hidden;
|
|
|
|
font-size: 8pt;
|
|
|
|
background-image: none !important;
|
|
|
|
background-color: transparent !important;
|
|
|
|
}
|
|
|
|
|
2016-07-24 11:25:32 +00:00
|
|
|
#sb_version {
|
|
|
|
margin-top: 5px !important;
|
|
|
|
margin-bottom: 8px !important;
|
|
|
|
}
|
|
|
|
|
2017-04-09 06:28:47 +00:00
|
|
|
#sb_localtunnels td {
|
|
|
|
vertical-align: middle;
|
2016-07-24 11:25:32 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
#sb_localtunnels td:first-child {
|
|
|
|
text-align: left !important;
|
|
|
|
width: 16px;
|
2017-03-06 04:41:22 +00:00
|
|
|
padding: 1px 2px;
|
2017-04-09 06:28:47 +00:00
|
|
|
border-radius: 2px 0 0 2px;
|
2017-03-06 04:41:22 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
#sb_localtunnels td:first-child img {
|
|
|
|
margin: 0 0 2px !important;
|
2016-07-24 11:25:32 +00:00
|
|
|
}
|
|
|
|
|
2017-04-09 06:28:47 +00:00
|
|
|
#sb_localtunnels td img {
|
|
|
|
filter: drop-shadow(0 0 1px rgba(204, 204, 204, 0.6));
|
|
|
|
}
|
|
|
|
|
2016-07-24 11:25:32 +00:00
|
|
|
#sb_localtunnels td:last-child {
|
|
|
|
text-align: right !important;
|
|
|
|
width: 16px;
|
2017-03-06 04:41:22 +00:00
|
|
|
padding: 2px 0 2px 2px;
|
2017-04-09 06:28:47 +00:00
|
|
|
border-radius: 0 2px 2px 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
#sb_localtunnels a {
|
|
|
|
display: inline-block;
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
#sb_localtunnels tr:hover td {
|
|
|
|
background: #fffff0 !important;
|
2016-07-24 11:25:32 +00:00
|
|
|
}
|
|
|
|
|
2017-07-01 19:44:02 +00:00
|
|
|
#sb_internals, #sb_advanced {
|
|
|
|
margin: -9px -6px -6px;
|
|
|
|
}
|
|
|
|
|
2017-01-07 17:47:01 +00:00
|
|
|
#sb_internals a, #sb_advanced a {
|
2017-04-09 06:28:47 +00:00
|
|
|
padding: 2px;
|
2017-01-07 17:47:01 +00:00
|
|
|
display: inline-block;
|
2017-04-09 06:28:47 +00:00
|
|
|
vertical-align: middle !important;
|
2017-05-14 06:26:16 +00:00
|
|
|
white-space: nowrap;
|
|
|
|
overflow: hidden;
|
|
|
|
text-overflow: ellipsis;
|
2017-01-07 17:47:01 +00:00
|
|
|
}
|
|
|
|
|
2017-04-09 06:28:47 +00:00
|
|
|
#sb_general, #sb_shortgeneral, #sb_bandwidth, #sb_peers, #sb_tunnels, #sb_queue {
|
|
|
|
margin-bottom: -4px !important;
|
2017-05-14 06:26:16 +00:00
|
|
|
margin-top: -10px !important;
|
2017-02-10 12:36:20 +00:00
|
|
|
}
|
|
|
|
|
2017-04-09 06:28:47 +00:00
|
|
|
#sb_general, #sb_shortgeneral {
|
2017-07-01 19:44:02 +00:00
|
|
|
margin-top: -7px !important;
|
2017-03-06 04:41:22 +00:00
|
|
|
}
|
|
|
|
|
2017-04-09 06:28:47 +00:00
|
|
|
#sb_general td::after, #sb_shortgeneral td::after, #sb_bandwidth td::after,
|
|
|
|
#sb_peers td::after, #sb_tunnels td::after, #sb_queue td::after {
|
|
|
|
content: "";
|
|
|
|
display: inline-block;
|
|
|
|
min-height: 13px;
|
2017-03-06 04:41:22 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
#sb_peers td:first-child, #sb_tunnels td:first-child, #sb_queue td:first-child, #sb_bandwidth td:first-child, #sb_general td:first-child, #sb_shortgeneral td:first-child {
|
|
|
|
text-transform: capitalize;
|
|
|
|
}
|
|
|
|
|
2017-04-09 06:28:47 +00:00
|
|
|
#sb_warning {
|
|
|
|
border-bottom: 1px solid #99f;
|
|
|
|
}
|
|
|
|
|
|
|
|
#sb_warning + hr {
|
|
|
|
margin-top: 6px;
|
|
|
|
}
|
|
|
|
|
2017-01-15 14:08:29 +00:00
|
|
|
.sb_notice {
|
|
|
|
background: #eef;
|
|
|
|
border: 1px solid #89f;
|
|
|
|
border-radius: 2px;
|
|
|
|
box-shadow: 0 0 1px #bbb, inset 0 0 0 1px #fff;
|
2017-04-09 06:28:47 +00:00
|
|
|
margin: -5px;
|
2017-01-15 14:08:29 +00:00
|
|
|
padding: 5px 3px;
|
|
|
|
line-height: 140%;
|
|
|
|
}
|
|
|
|
|
2017-04-09 06:28:47 +00:00
|
|
|
p:empty + .sb_notice {
|
|
|
|
margin-top: 9px;
|
|
|
|
}
|
|
|
|
|
|
|
|
@media screen and (-webkit-min-device-pixel-ratio:0) {
|
|
|
|
.sb_notice {
|
|
|
|
margin-bottom: -7px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
/* experimental sidebar navigation for webapps */
|
|
|
|
|
2017-06-03 14:09:17 +00:00
|
|
|
#sb_services td {
|
|
|
|
background: url(images/noise.png);
|
|
|
|
}
|
|
|
|
|
2017-04-09 06:28:47 +00:00
|
|
|
#sb_services a:link, #sb_services a:visited {
|
|
|
|
display: inline-block;
|
|
|
|
width: 100%;
|
|
|
|
padding: 4px 2px 4px 20px;
|
|
|
|
text-align: left;
|
|
|
|
border-bottom: 1px dotted #ddf;
|
|
|
|
background: url(images/application.png) left center no-repeat;
|
|
|
|
background-size: 14px 14px;
|
2017-03-06 04:56:58 +00:00
|
|
|
}
|
2017-01-15 14:08:29 +00:00
|
|
|
|
2017-04-09 06:28:47 +00:00
|
|
|
#sb_services a:link:first-child {
|
|
|
|
padding-top: 2px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#sb_services a:link:last-child {
|
|
|
|
border-bottom: none;
|
|
|
|
padding-bottom: 2px;
|
|
|
|
}
|
|
|
|
|
2017-06-03 14:09:17 +00:00
|
|
|
#sb_services a {
|
|
|
|
background-blend-mode: luminosity, normal;
|
|
|
|
}
|
|
|
|
|
|
|
|
#sb_services a:hover {
|
|
|
|
background-blend-mode: normal;
|
|
|
|
}
|
|
|
|
|
2017-04-09 06:28:47 +00:00
|
|
|
#sb_services a[href="/susimail/susimail"] {
|
2017-06-03 14:09:17 +00:00
|
|
|
background: #fbfbfe url(images/inbox.png) left center no-repeat;
|
2017-04-09 06:28:47 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
#sb_services a[href="/susimail/susimail"]:hover {
|
2017-06-03 14:09:17 +00:00
|
|
|
background: #ffe url(images/inbox.png) left center no-repeat;
|
2017-04-09 06:28:47 +00:00
|
|
|
border-radius: 2px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#sb_services a[href="/i2psnark/"] {
|
2017-06-03 14:09:17 +00:00
|
|
|
background: #fbfbfe url(/themes/console/images/i2psnark.png) left center no-repeat;
|
|
|
|
background-size: 16px 16px;
|
2017-04-09 06:28:47 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
#sb_services a[href="/i2psnark/"]:hover {
|
2017-06-03 14:09:17 +00:00
|
|
|
background: #ffe url(/themes/console/images/i2psnark.png) left center no-repeat;
|
|
|
|
background-size: 16px 16px;
|
2017-04-09 06:28:47 +00:00
|
|
|
border-radius: 2px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#sb_services a[href="http://127.0.0.1:7658/"] {
|
2017-06-03 14:09:17 +00:00
|
|
|
background: #fbfbfe url(images/server.png) left center no-repeat;
|
2017-04-09 06:28:47 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
#sb_services a[href="http://127.0.0.1:7658/"]:hover {
|
2017-06-03 14:09:17 +00:00
|
|
|
background: #ffe url(images/server.png) left center no-repeat;
|
2017-04-09 06:28:47 +00:00
|
|
|
border-radius: 2px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#sb_services a[href="/orchid/"] {
|
2017-06-03 14:09:17 +00:00
|
|
|
background: #fbfbfe url(images/flower.png) left center no-repeat;
|
2017-04-09 06:28:47 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
#sb_services a[href="/orchid/"]:hover {
|
2017-06-03 14:09:17 +00:00
|
|
|
background: #ffe url(images/flower.png) left center no-repeat;
|
2017-04-09 06:28:47 +00:00
|
|
|
border-radius: 2px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#sb_services a[href*="bote"] {
|
2017-06-03 14:09:17 +00:00
|
|
|
background: #fbfbfe url(images/mail_black.png) left center no-repeat;
|
2017-04-09 06:28:47 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
#sb_services a[href*="bote"]:hover {
|
2017-06-03 14:09:17 +00:00
|
|
|
background: #ffe url(images/mail_black.png) left center no-repeat;
|
2017-04-09 06:28:47 +00:00
|
|
|
border-radius: 2px;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* end webapp navigation */
|
|
|
|
|
2017-06-04 00:43:16 +00:00
|
|
|
.routersummary tr {
|
2011-01-24 13:20:06 +00:00
|
|
|
background-image: none !important;
|
|
|
|
background-color: transparent !important;
|
|
|
|
border: 0 !important;
|
|
|
|
}
|
|
|
|
|
2017-06-04 00:43:16 +00:00
|
|
|
.routersummary a:hover {
|
2011-01-24 13:20:06 +00:00
|
|
|
color: #f60;
|
|
|
|
}
|
|
|
|
|
2017-06-04 00:43:16 +00:00
|
|
|
.routersummary td {
|
2016-07-24 11:25:32 +00:00
|
|
|
padding: 0 2px;
|
2011-01-24 13:20:06 +00:00
|
|
|
background-image: none !important;
|
|
|
|
border: 0 !important;
|
|
|
|
}
|
|
|
|
|
2017-07-01 19:44:02 +00:00
|
|
|
.routersummary img:first-child {
|
2017-04-09 06:28:47 +00:00
|
|
|
margin-bottom: -2px !important;
|
|
|
|
opacity: 0.7;
|
|
|
|
}
|
|
|
|
|
2017-06-04 00:43:16 +00:00
|
|
|
.routersummary img:hover:first-child {
|
2017-04-09 06:28:47 +00:00
|
|
|
margin-bottom: -2px !important;
|
|
|
|
opacity: 1;
|
|
|
|
}
|
|
|
|
|
2017-07-01 19:44:02 +00:00
|
|
|
/* sidebar network status */
|
2017-04-09 06:28:47 +00:00
|
|
|
|
2017-07-01 19:44:02 +00:00
|
|
|
.routersummary .error, .routersummary .warn, .routersummary .testing, .routersummary .hidden,
|
|
|
|
.routersummary .running, .routersummary .firewalled, .routersummary .vmcomm, .routersummary .clockskew, .tunnelBuildStatus {
|
|
|
|
display: inline-block;
|
|
|
|
vertical-align: middle;
|
|
|
|
border: 1px solid #88f;
|
|
|
|
border-radius: 2px;
|
|
|
|
padding: 6px 3px;
|
|
|
|
width: calc(100% - 10px);
|
|
|
|
width: 100%;
|
|
|
|
margin: -4px -1px;
|
|
|
|
box-sizing: border-box;
|
|
|
|
box-shadow: inset 0 0 0 1px #fff, 0 0 1px rgba(96,96,96,0.5);
|
|
|
|
text-shadow: 0 1px 1px #fff;
|
2011-01-24 13:20:06 +00:00
|
|
|
}
|
|
|
|
|
2017-07-01 19:44:02 +00:00
|
|
|
.routersummary .firewalled {
|
|
|
|
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 {
|
|
|
|
background: rgba(255,110,110,0.1);
|
|
|
|
box-shadow: inset 0 0 0 1px rgba(255,0,0,0.3), 0 0 1px rgba(96,96,96,0.5);
|
|
|
|
background: repeating-linear-gradient(135deg, rgba(255,100,100,0.1) 2px, rgba(255,200,200,0.3) 3px, rgba(255,100,100,0.1) 5px);
|
|
|
|
border: 1px dotted #d33;
|
|
|
|
}
|
|
|
|
|
|
|
|
.routersummary .warn, .routersummary .clockskew {
|
|
|
|
background: rgba(255,255,200,0.25);
|
|
|
|
box-shadow: inset 0 0 0 1px #ff0, 0 0 1px rgba(96,96,96,0.5);
|
|
|
|
}
|
|
|
|
|
|
|
|
.routersummary .testing {
|
|
|
|
background: rgba(255,220,110,0.1);
|
|
|
|
}
|
|
|
|
|
|
|
|
.routersummary .hidden, .routersummary .vmcomm {
|
|
|
|
background: rgba(220,220,220,0.4);
|
|
|
|
}
|
|
|
|
|
|
|
|
.routersummary .vmcomm {
|
|
|
|
border: 1px dotted #999;
|
|
|
|
}
|
|
|
|
|
|
|
|
.routersummary .running {
|
|
|
|
background: rgba(220,255,220,0.15);
|
|
|
|
}
|
|
|
|
|
|
|
|
.routersummary .error::before, .routersummary .warn::before, .routersummary .testing::before, .routersummary .hidden::before,
|
|
|
|
.routersummary .running::before, .routersummary .firewalled::before, .routersummary .vmcomm::before, .routersummary .clockskew::before {
|
|
|
|
padding-right: 3px;
|
|
|
|
vertical-align: middle;
|
|
|
|
display: inline-block;
|
|
|
|
filter: drop-shadow(0 0 1px rgba(96,96,96,0.5));
|
|
|
|
}
|
|
|
|
|
|
|
|
.routersummary .error::before, .routersummary .clockskew::before {
|
|
|
|
content: url(/themes/console/images/info/network_status/network_error.png);
|
|
|
|
}
|
|
|
|
|
|
|
|
.routersummary .warn::before {
|
|
|
|
content: url(/themes/console/images/info/network_status/network_warning.png);
|
|
|
|
}
|
|
|
|
|
|
|
|
.routersummary .testing::before {
|
|
|
|
content: url(/themes/console/images/info/network_status/network_testing.png);
|
|
|
|
}
|
|
|
|
|
|
|
|
.routersummary .hidden::before {
|
|
|
|
content: url(/themes/console/images/info/network_status/network_hidden.png);
|
|
|
|
}
|
|
|
|
|
|
|
|
.routersummary .running::before {
|
|
|
|
content: url(/themes/console/images/info/network_status/network_ok.png);
|
|
|
|
}
|
|
|
|
|
|
|
|
.routersummary .firewalled::before {
|
|
|
|
content: url(/themes/console/images/info/network_status/network_firewalled.png);
|
|
|
|
padding-right: 4px;
|
2017-07-02 14:17:59 +00:00
|
|
|
opacity: 0.8;
|
2017-07-01 19:44:02 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.routersummary .vmcomm::before {
|
|
|
|
content: url(/themes/console/images/info/network_status/network_vm.png);
|
|
|
|
}
|
|
|
|
|
|
|
|
.routersummary .clockskew::before {
|
|
|
|
content: url(/themes/console/images/info/network_status/network_clockskew.png);
|
|
|
|
}
|
|
|
|
|
|
|
|
/* end network status */
|
|
|
|
|
|
|
|
/* tunnel build status */
|
|
|
|
|
|
|
|
.tunnelBuildStatus {
|
|
|
|
padding: 7px 2px;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* TO DO: activate this when we have build status specific spans */
|
|
|
|
|
|
|
|
/*
|
|
|
|
.tunnelStatusAccept {
|
|
|
|
background: rgba(220,255,220,0.15);
|
|
|
|
color: #070;
|
|
|
|
}
|
|
|
|
|
|
|
|
.tunnelStatusReject {
|
|
|
|
background: rgba(255,110,110,0.1);
|
|
|
|
color: #070;
|
|
|
|
}
|
|
|
|
|
|
|
|
.tunnelStatusRejectHidden {
|
|
|
|
background: rgba(220,220,220,0.4);
|
|
|
|
color: #777;
|
|
|
|
}
|
|
|
|
|
|
|
|
.tunnelBuildStatus::before, .tunnelStatusAccept::before, .tunnelStatusReject::before, .tunnelStatusRejectHidden::before {
|
|
|
|
margin-bottom: 1px;
|
2011-01-24 13:20:06 +00:00
|
|
|
padding-right: 1px;
|
2017-07-01 19:44:02 +00:00
|
|
|
vertical-align: -30%;
|
|
|
|
vertical-align: middle;
|
|
|
|
display: inline-block;
|
|
|
|
filter: drop-shadow(0 0 1px rgba(96,96,96,0.5));
|
2011-01-24 13:20:06 +00:00
|
|
|
}
|
|
|
|
|
2017-07-01 19:44:02 +00:00
|
|
|
.tunnelBuildStatus::before {
|
|
|
|
content: url(/themes/console/images/info/network_status/accepting.png);
|
|
|
|
}
|
|
|
|
|
|
|
|
.tunnelStatusAccept::before {
|
|
|
|
content: url(/themes/console/images/info/network_status/accepting.png);
|
|
|
|
}
|
|
|
|
|
|
|
|
.tunnelStatusReject::before {
|
|
|
|
content: url(/themes/console/images/info/network_status/rejecting.png);
|
|
|
|
}
|
|
|
|
|
|
|
|
.tunnelStatusRejectHidden::before {
|
|
|
|
content: url(/themes/console/images/info/network_status/rejecting_hidden.png);
|
2011-01-24 13:20:06 +00:00
|
|
|
}
|
2017-07-01 19:44:02 +00:00
|
|
|
*/
|
|
|
|
/* end tunnel build status */
|
2011-01-24 13:20:06 +00:00
|
|
|
|
2017-07-01 19:44:02 +00:00
|
|
|
.newsheadings {
|
2012-06-20 12:56:00 +00:00
|
|
|
text-align: right;
|
2016-07-24 11:25:32 +00:00
|
|
|
margin: -5px 0 -3px 8px;
|
2012-06-20 12:56:00 +00:00
|
|
|
}
|
|
|
|
|
2017-07-01 19:44:02 +00:00
|
|
|
.newsheadings li {
|
2016-07-24 11:25:32 +00:00
|
|
|
list-style: none outside url(images/newsbullet_mini.png);
|
2015-09-17 19:51:01 +00:00
|
|
|
margin: 4px -4px 2px 10px;
|
|
|
|
line-height: 120%;
|
|
|
|
}
|
|
|
|
|
2017-07-01 19:44:02 +00:00
|
|
|
.newsheadings li:first-child {
|
2015-09-17 19:51:01 +00:00
|
|
|
margin-top: 0;
|
2012-07-14 00:48:28 +00:00
|
|
|
}
|
|
|
|
|
2017-07-02 14:17:59 +00:00
|
|
|
.refresh {
|
|
|
|
padding: 1px 0 0 0 !important;
|
2011-01-24 13:20:06 +00:00
|
|
|
}
|
|
|
|
|
2017-07-01 19:44:02 +00:00
|
|
|
.routersummary p {
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
|
2017-07-02 14:17:59 +00:00
|
|
|
/* end sidebar */
|
|
|
|
|
2011-01-24 13:20:06 +00:00
|
|
|
/* proxy error messages */
|
|
|
|
|
2017-07-01 19:44:02 +00:00
|
|
|
.logo {
|
2017-01-07 17:47:01 +00:00
|
|
|
float: left;
|
|
|
|
padding: 10px;
|
|
|
|
text-align: center;
|
|
|
|
color: #222;
|
|
|
|
margin: 0 10px;
|
|
|
|
border: 1px solid #447;
|
|
|
|
border-radius: 2px;
|
|
|
|
background: #fff;
|
|
|
|
width: 185px;
|
|
|
|
box-shadow: inset 0 0 0 1px #bbf;
|
|
|
|
}
|
|
|
|
|
2017-07-01 19:44:02 +00:00
|
|
|
.logo:not(old) {
|
2017-06-03 13:59:20 +00:00
|
|
|
background: linear-gradient(to bottom, rgba(255,255,255,0.8), rgba(255,255,255,0.3)), url(images/noise.png) #fff;
|
|
|
|
background-size: 100% 100%, 50px 50px;
|
|
|
|
}
|
|
|
|
|
2017-01-07 17:47:01 +00:00
|
|
|
.logo hr {
|
2017-02-10 16:39:56 +00:00
|
|
|
margin: 8px -10px;
|
|
|
|
background: #7789bf;
|
|
|
|
height: 1px
|
|
|
|
}
|
|
|
|
|
2017-06-03 13:59:20 +00:00
|
|
|
.warning hr {
|
|
|
|
background: #7789bf;
|
|
|
|
background: linear-gradient(to right, #7789bf, #c2c4ef);
|
|
|
|
}
|
|
|
|
|
2017-02-10 16:39:56 +00:00
|
|
|
.logo a {
|
|
|
|
display: inline-block !important;
|
|
|
|
width: 100%;
|
2017-01-07 17:47:01 +00:00
|
|
|
}
|
|
|
|
|
2017-05-15 03:18:34 +00:00
|
|
|
.logo hr ~ a {
|
|
|
|
margin: 3px 2px;
|
|
|
|
}
|
|
|
|
|
2017-07-01 19:44:02 +00:00
|
|
|
.warning {
|
|
|
|
margin: 16px 12px 30px 232px;
|
2017-01-07 17:47:01 +00:00
|
|
|
padding: 10px 25px 20px 75px;
|
2011-01-24 13:20:06 +00:00
|
|
|
background: #fff;
|
|
|
|
border: 1px solid #447;
|
2017-01-07 17:47:01 +00:00
|
|
|
color: #333;
|
2016-07-24 11:25:32 +00:00
|
|
|
border-radius: 2px;
|
2011-01-24 13:20:06 +00:00
|
|
|
text-align: justify;
|
2017-03-06 04:41:22 +00:00
|
|
|
background-image: url(/themes/console/images/itoopie_sm.png);
|
|
|
|
background-position: 10px center;
|
|
|
|
background-repeat: no-repeat;
|
2016-07-24 11:25:32 +00:00
|
|
|
box-shadow: inset 0 0 1px 0 #d00;
|
2011-01-24 13:20:06 +00:00
|
|
|
word-wrap: break-word;
|
|
|
|
min-width: 400px;
|
|
|
|
}
|
|
|
|
|
2017-03-06 04:41:22 +00:00
|
|
|
.warning:not(old) {
|
2017-06-03 13:59:20 +00:00
|
|
|
background: url("/themes/console/images/itoopie_sm.png") no-repeat scroll 10px center, linear-gradient(to bottom, rgba(255,255,255,0.8), rgba(255,255,255,0.3)), url(images/noise.png) #fff;
|
2017-03-06 04:41:22 +00:00
|
|
|
background-size: 54px auto, 100% 100%, 50px 50px;
|
2017-05-20 08:09:30 +00:00
|
|
|
background-position: 10px calc(50% + 16px);
|
2017-03-06 04:41:22 +00:00
|
|
|
}
|
|
|
|
|
2017-01-07 17:47:01 +00:00
|
|
|
.warning h3 {
|
|
|
|
text-align: left;
|
2017-05-20 08:09:30 +00:00
|
|
|
margin: -9px -24px 20px !important;
|
|
|
|
border: none;
|
2017-06-03 13:59:20 +00:00
|
|
|
border-bottom: 1px solid #447;
|
2017-05-20 08:09:30 +00:00
|
|
|
border-radius: 2px 2px 0 0;
|
|
|
|
padding: 10px 10px 8px;
|
|
|
|
font-size: 10.5pt;
|
|
|
|
}
|
|
|
|
|
|
|
|
#jumplinks {
|
|
|
|
margin-top: -15px;
|
2017-01-07 17:47:01 +00:00
|
|
|
}
|
|
|
|
|
2017-05-15 03:18:34 +00:00
|
|
|
#jumplinks h3 {
|
|
|
|
margin: 0 0 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#jumplinks a {
|
|
|
|
display: inline-block;
|
|
|
|
padding: 2px 0;
|
|
|
|
line-height: 16px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#jumplinks a::before {
|
|
|
|
content: "\279F\00A0";
|
|
|
|
font-size: 16pt;
|
|
|
|
display: inline-block;
|
|
|
|
padding: 3px 0;
|
|
|
|
vertical-align: sub;
|
|
|
|
line-height: 16px;
|
|
|
|
}
|
|
|
|
|
2017-01-07 17:47:01 +00:00
|
|
|
.proxyfooter {
|
|
|
|
margin: 0 20px 10px 240px;
|
|
|
|
padding: 20px 25px 20px 75px;
|
|
|
|
color: #f00;
|
|
|
|
font-size: 7pt;
|
|
|
|
text-align: right !important;
|
|
|
|
border-radius: 2px;
|
|
|
|
border: 1px solid #447;
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
@media screen and (max-width: 800px) {
|
|
|
|
.warning {
|
2017-07-01 19:44:02 +00:00
|
|
|
margin: 114px 5px 0 !important;
|
2017-01-07 17:47:01 +00:00
|
|
|
background: #fff !important;
|
2017-04-09 06:28:47 +00:00
|
|
|
background: linear-gradient(to bottom, rgba(255,255,255,0.8), rgba(255,255,255,0.3)), url(images/noise.png) #fff !important;
|
2017-03-06 04:41:22 +00:00
|
|
|
background-size: 100% 100%, 50px 50px !important;
|
2017-01-07 17:47:01 +00:00
|
|
|
padding-left: 25px !important;
|
|
|
|
}
|
|
|
|
|
2017-03-06 04:41:22 +00:00
|
|
|
.warning h3 {
|
|
|
|
font-size: 10pt !important;
|
|
|
|
}
|
|
|
|
|
2017-01-07 17:47:01 +00:00
|
|
|
.logo {
|
2017-03-06 04:41:22 +00:00
|
|
|
position: absolute;
|
|
|
|
top: 0;
|
2017-07-01 19:44:02 +00:00
|
|
|
width: calc(100% - 40px) !important;
|
2017-03-06 04:41:22 +00:00
|
|
|
min-width: 430px;
|
2017-07-01 19:44:02 +00:00
|
|
|
margin: 10px 5px 0 !important;
|
2017-03-06 04:41:22 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.logo a:link:not(img) {
|
|
|
|
display: inline-block;
|
|
|
|
width: auto;
|
|
|
|
margin: 0 5px;
|
2017-01-07 17:47:01 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2017-05-20 08:09:30 +00:00
|
|
|
@media screen and (min-width: 800px) {
|
|
|
|
.warning h3 {
|
|
|
|
margin: -9px -24px 20px -74px !important;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
@media screen and (min-width: 1400px) {
|
|
|
|
#jumplinks h4 {
|
|
|
|
font-size: 10.5pt;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2017-01-07 17:47:01 +00:00
|
|
|
@media screen and (min-height: 700px) {
|
|
|
|
.proxyfooter {
|
|
|
|
position: absolute;
|
|
|
|
bottom: 0;
|
|
|
|
right: 0;
|
|
|
|
padding: 0 20px 0 0;
|
|
|
|
text-align: right;
|
|
|
|
background: #030;
|
|
|
|
width: 100%;
|
|
|
|
opacity: 0.7;
|
|
|
|
border-top: 1px solid #000;
|
|
|
|
}
|
|
|
|
|
|
|
|
.proxyfooter p {
|
|
|
|
text-align: right;
|
|
|
|
line-height: 130% !important;
|
|
|
|
margin: 5px 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.warning {
|
|
|
|
margin-bottom: 30px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
@media screen and (max-height: 700px) {
|
|
|
|
.proxyfooter {
|
2017-02-10 16:39:56 +00:00
|
|
|
display: none;
|
2017-01-07 17:47:01 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2017-05-20 08:09:30 +00:00
|
|
|
.proxyfooter p {
|
|
|
|
text-align: right !important;
|
|
|
|
line-height: 115%;
|
|
|
|
color: #6b4612;
|
|
|
|
}
|
|
|
|
|
|
|
|
#proxyNewAddressHelper .warning {
|
|
|
|
padding-bottom: 5px !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
#proxyNewHost {
|
|
|
|
margin-bottom: 20px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#proxyNewHost td {
|
|
|
|
padding: 8px !important;
|
|
|
|
font-size: 10pt !important;
|
|
|
|
}
|
|
|
|
|
2017-05-21 03:01:59 +00:00
|
|
|
#proxyNewHost tr:last-child td:first-child {
|
|
|
|
vertical-align: top;
|
|
|
|
}
|
|
|
|
|
2017-05-20 08:09:30 +00:00
|
|
|
#proxyNewHost textarea {
|
|
|
|
white-space: pre-wrap;
|
|
|
|
word-break: break-all;
|
|
|
|
overflow: auto;
|
|
|
|
border: none;
|
|
|
|
resize: none;
|
|
|
|
background: none !important;
|
|
|
|
box-shadow: none !important;
|
|
|
|
width: 100% !important;
|
|
|
|
height: 6em;
|
|
|
|
margin: 0 !important;
|
|
|
|
padding: 0 !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
#proxyNewHost textarea:focus {
|
|
|
|
filter: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
#proxyNewHost + hr {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
#proxyNewHost a {
|
|
|
|
display: inline-block;
|
|
|
|
word-break: break-all;
|
|
|
|
}
|
|
|
|
|
|
|
|
#proxyNewHost td:first-child {
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
2017-05-21 03:01:59 +00:00
|
|
|
#proxyNewHost tr:last-child td:first-child {
|
|
|
|
vertical-align: top;
|
|
|
|
}
|
|
|
|
|
2017-05-20 08:09:30 +00:00
|
|
|
.warning h4 {
|
|
|
|
box-shadow: none !important;
|
|
|
|
text-align: left;
|
|
|
|
font-size: 10pt;
|
|
|
|
margin-top: 20px;
|
|
|
|
text-transform: none;
|
|
|
|
letter-spacing: 0;
|
|
|
|
word-spacing: 0;
|
|
|
|
background: none;
|
2017-06-03 13:59:20 +00:00
|
|
|
border-radius: 0;
|
2017-05-20 08:09:30 +00:00
|
|
|
border: none;
|
2017-06-03 13:59:20 +00:00
|
|
|
border-bottom: 1px solid #447 !important;
|
2017-05-20 08:09:30 +00:00
|
|
|
padding-left: 0;
|
|
|
|
margin-bottom: -5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#jumplinks h4 {
|
|
|
|
margin-bottom: 10px;
|
|
|
|
border-color: #113;
|
|
|
|
color: #333;
|
|
|
|
}
|
|
|
|
|
|
|
|
.warning p + .formaction {
|
|
|
|
margin: -5px -3px 10px 0;
|
|
|
|
padding: 0;
|
|
|
|
background: none !important;
|
|
|
|
border: none;
|
|
|
|
box-shadow: none;
|
|
|
|
}
|
|
|
|
|
2017-01-07 17:47:01 +00:00
|
|
|
/* end proxy error messages */
|
|
|
|
|
2011-01-24 13:20:06 +00:00
|
|
|
/* console error messages */
|
|
|
|
|
2017-07-01 19:44:02 +00:00
|
|
|
.sorry {
|
2017-06-19 13:46:40 +00:00
|
|
|
margin: -11px 0 10px 214px;
|
2017-04-09 06:28:47 +00:00
|
|
|
padding: 20px 25px 20px 70px;
|
2011-01-24 13:20:06 +00:00
|
|
|
border: 1px solid #447;
|
2017-01-07 18:51:58 +00:00
|
|
|
border-radius: 0 0 2px 2px;
|
2011-01-24 13:20:06 +00:00
|
|
|
text-align: justify;
|
2017-04-09 06:28:47 +00:00
|
|
|
background: #fffff9 url(/themes/console/images/info/errortriangle.png) 20px center no-repeat;
|
2017-01-07 18:51:58 +00:00
|
|
|
box-shadow: inset 0 0 1px #f00;
|
2011-01-24 13:20:06 +00:00
|
|
|
word-wrap: break-word;
|
|
|
|
font-weight: bold;
|
|
|
|
color: #531;
|
2016-07-24 11:25:32 +00:00
|
|
|
min-width: 455px;
|
2011-01-24 13:20:06 +00:00
|
|
|
}
|
|
|
|
|
2017-07-01 19:44:02 +00:00
|
|
|
.sorry hr {
|
2011-01-24 13:20:06 +00:00
|
|
|
color: #531;
|
|
|
|
background: #531;
|
|
|
|
height: 1px;
|
|
|
|
border: 1px solid #531;
|
2017-01-07 18:51:58 +00:00
|
|
|
margin: 10px 0 !important;
|
2011-11-08 11:44:45 +00:00
|
|
|
}
|
2011-01-24 13:20:06 +00:00
|
|
|
|
2017-07-01 19:44:02 +00:00
|
|
|
.main {
|
2017-06-19 13:46:40 +00:00
|
|
|
margin: -12px 0 8px 214px;
|
2016-07-24 11:25:32 +00:00
|
|
|
padding: 0 15px 10px 15px;
|
2011-01-24 13:20:06 +00:00
|
|
|
text-align: left;
|
2017-06-03 14:09:17 +00:00
|
|
|
color: #333;
|
2011-01-24 13:20:06 +00:00
|
|
|
width: auto;
|
2017-05-14 06:26:16 +00:00
|
|
|
min-width: 546px;
|
2011-01-24 13:20:06 +00:00
|
|
|
border: 1px solid #447;
|
2016-07-24 11:25:32 +00:00
|
|
|
border-radius: 0 0 2px 2px;
|
|
|
|
box-shadow: inset 0 0 0 1px #bbf;
|
|
|
|
background: #fff;
|
|
|
|
background: linear-gradient(to right, #fff, #f7f8ff, #fff);
|
|
|
|
background-size: 100% 100%;
|
|
|
|
filter: drop-shadow(0 1px 1px #999);
|
|
|
|
}
|
|
|
|
|
2017-07-01 19:44:02 +00:00
|
|
|
.main[id^="config_"] {
|
2016-07-24 11:25:32 +00:00
|
|
|
padding-bottom: 5px !important;
|
|
|
|
}
|
|
|
|
|
2017-07-01 19:44:02 +00:00
|
|
|
.main li:first-child {
|
2016-07-24 11:25:32 +00:00
|
|
|
margin-top: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.main#debug {
|
|
|
|
background: #fff;
|
|
|
|
}
|
|
|
|
|
|
|
|
.main#debug li:first-child {
|
|
|
|
margin-top: 0 !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.main#debug table:first-of-type td:first-child {
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
|
|
|
.main#debug table:first-of-type td:last-child {
|
|
|
|
text-align: left;
|
|
|
|
}
|
|
|
|
|
|
|
|
.main#debug td:first-child, .main#debug th:first-child {
|
|
|
|
padding-left: 10px;
|
|
|
|
}
|
|
|
|
.main#debug td:last-child {
|
|
|
|
text-align: right;
|
|
|
|
vertical-align: top;
|
|
|
|
}
|
|
|
|
|
|
|
|
.main#debug ul li {
|
|
|
|
list-style: none;
|
|
|
|
margin-left: 0;
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.main#debug h2 {
|
|
|
|
border-radius: 0;
|
|
|
|
padding: 8px 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.main#debug h3 {
|
|
|
|
border-radius: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.main#debug table {
|
2017-04-09 06:28:47 +00:00
|
|
|
filter: drop-shadow(0 0 1px #ccc);
|
2016-07-24 11:25:32 +00:00
|
|
|
}
|
2017-05-14 06:26:16 +00:00
|
|
|
|
2016-07-24 11:25:32 +00:00
|
|
|
.main#debug h2 + table {
|
|
|
|
margin-top: -16px;
|
2011-11-11 02:50:55 +00:00
|
|
|
}
|
2011-01-24 13:20:06 +00:00
|
|
|
|
2017-02-10 16:39:56 +00:00
|
|
|
.main#debug hr {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
2017-07-01 19:44:02 +00:00
|
|
|
.main hr, hr {
|
2011-01-24 13:20:06 +00:00
|
|
|
color: #113;
|
|
|
|
background: #113;
|
|
|
|
height: 1px;
|
2016-07-24 11:25:32 +00:00
|
|
|
border: 0 solid #113;
|
2011-01-24 13:20:06 +00:00
|
|
|
margin: 10px 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
hr:last-child {
|
|
|
|
margin-top: 20px !important;
|
|
|
|
}
|
|
|
|
|
2017-07-01 19:44:02 +00:00
|
|
|
.main textarea {
|
2016-07-24 11:25:32 +00:00
|
|
|
background: #fff;
|
2011-01-24 13:20:06 +00:00
|
|
|
color: #001;
|
2017-05-14 06:26:16 +00:00
|
|
|
font: 9pt "Droid Sans Mono", "Noto Mono", "Lucida Console", "DejaVu Sans Mono", monospace;
|
2016-07-24 11:25:32 +00:00
|
|
|
margin: 5px 0;
|
|
|
|
resize: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
td.tabletextarea {
|
2017-03-06 04:41:22 +00:00
|
|
|
padding: 0 !important;
|
2016-07-24 11:25:32 +00:00
|
|
|
background: #fff;
|
|
|
|
}
|
|
|
|
|
|
|
|
textarea[id="advancedsettings"] {
|
|
|
|
width: 99% !important;
|
|
|
|
width: calc(100% - 3px) !important;
|
|
|
|
border: none !important;
|
|
|
|
margin: 0 !important;
|
|
|
|
padding: 3px 5px !important;
|
|
|
|
white-space: pre-wrap;
|
|
|
|
box-shadow: none;
|
|
|
|
filter: none !important;
|
|
|
|
font-size: 9pt;
|
|
|
|
}
|
|
|
|
|
|
|
|
textarea[name="reseedURL"] {
|
|
|
|
margin-bottom: 20px !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
#resetreseed {
|
|
|
|
border: 0 !important;
|
2017-04-09 06:28:47 +00:00
|
|
|
background: none !important;
|
2016-07-24 11:25:32 +00:00
|
|
|
padding: 5px 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
#config_reseed input[type="text"], #config_reseed input[type="password"] {
|
|
|
|
min-width: 300px;
|
2011-01-24 13:20:06 +00:00
|
|
|
}
|
|
|
|
|
2017-06-12 12:45:51 +00:00
|
|
|
#reseedconfig tr:nth-child(2) br {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
#reseedconfig tr:nth-child(2) label {
|
|
|
|
white-space: nowrap;
|
|
|
|
margin-right: 10px;
|
|
|
|
}
|
|
|
|
|
2017-04-09 06:28:47 +00:00
|
|
|
/* news */
|
|
|
|
|
2011-01-24 13:20:06 +00:00
|
|
|
div.news {
|
2017-06-19 13:46:40 +00:00
|
|
|
margin: -12px 0 5px 214px;
|
2016-07-24 11:25:32 +00:00
|
|
|
padding: 5px 15px 12px;
|
2011-01-24 13:20:06 +00:00
|
|
|
border: 1px solid #447;
|
|
|
|
color: #224;
|
2016-07-24 11:25:32 +00:00
|
|
|
border-radius: 0 0 2px 2px;
|
2011-01-24 13:20:06 +00:00
|
|
|
text-align: right !important;
|
2016-07-24 11:25:32 +00:00
|
|
|
font-size: 8pt;
|
2011-01-24 13:20:06 +00:00
|
|
|
line-height: 140%;
|
2016-07-24 11:25:32 +00:00
|
|
|
box-shadow: inset 0 0 0 1px #bbf;
|
|
|
|
background: #fff url(/themes/snark/ubergine/images/hat.png) no-repeat scroll right bottom;
|
|
|
|
background: url(/themes/snark/ubergine/images/hat.png) no-repeat scroll right bottom, linear-gradient(to right, #fff, #f7f8ff, #fff);
|
2017-05-14 06:26:16 +00:00
|
|
|
min-width: 546px;
|
2016-07-24 11:25:32 +00:00
|
|
|
filter: drop-shadow(0 1px 1px #999);
|
|
|
|
}
|
|
|
|
|
|
|
|
.news hr {
|
2017-04-09 06:28:47 +00:00
|
|
|
background: #339;
|
|
|
|
opacity: 0.6;
|
|
|
|
display: none;
|
2016-07-24 11:25:32 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.newsentry {
|
2017-04-09 06:28:47 +00:00
|
|
|
box-shadow: 0 0 1px #ccc;
|
|
|
|
}
|
|
|
|
|
|
|
|
.news#news .newsentry:first-child {
|
|
|
|
margin-top: -2px;
|
2016-07-24 11:25:32 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.newsentry font[size="-2"], .newsentry font[size="-1"] {
|
|
|
|
letter-spacing: 0.1em;
|
2011-01-24 13:20:06 +00:00
|
|
|
}
|
|
|
|
|
2017-04-09 06:28:47 +00:00
|
|
|
.newscontent {
|
2016-07-24 11:25:32 +00:00
|
|
|
background-color: rgba(220,220,255,0.6);
|
2017-04-09 06:28:47 +00:00
|
|
|
background: linear-gradient(to bottom, #eef, rgba(220,220,255,0.3)), repeating-linear-gradient(135deg, rgba(255,255,255,0.5) 2px, rgba(221, 221, 255, 0.3) 3px, #fff 5px) !important;
|
2016-07-24 11:25:32 +00:00
|
|
|
border: 1px solid #7778bf;
|
|
|
|
border-radius: 0 0 2px 2px;
|
2017-04-09 06:28:47 +00:00
|
|
|
margin: 0 0 14px;
|
2016-07-24 11:25:32 +00:00
|
|
|
padding: 10px 15px;
|
|
|
|
box-shadow: inset 0 0 0 1px #fff;
|
2016-02-22 16:04:42 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
div.newscontent p {
|
2011-01-24 13:20:06 +00:00
|
|
|
font-size: 9pt;
|
|
|
|
text-align: justify !important;
|
2016-07-24 11:25:32 +00:00
|
|
|
line-height: 140%;
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
2017-05-14 06:26:16 +00:00
|
|
|
text-shadow: 0 0 1px #fff;
|
2016-07-24 11:25:32 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.newscontent p:nth-child(n+2) {
|
|
|
|
margin-top: 8px;
|
2011-01-24 13:20:06 +00:00
|
|
|
}
|
|
|
|
|
2017-04-09 06:28:47 +00:00
|
|
|
.newscontent hr {
|
2011-01-24 13:20:06 +00:00
|
|
|
color: #225;
|
|
|
|
background: #225;
|
|
|
|
height: 1px;
|
2016-07-24 11:25:32 +00:00
|
|
|
border: 0 dotted #225;
|
2011-01-24 13:20:06 +00:00
|
|
|
margin: 10px 0 5px;
|
|
|
|
}
|
|
|
|
|
2017-04-09 06:28:47 +00:00
|
|
|
.newsentry + hr + i {
|
|
|
|
margin-right: 8px;
|
|
|
|
}
|
|
|
|
|
2017-05-14 05:38:31 +00:00
|
|
|
#newsStatus, #newsDisplay {
|
|
|
|
display: inline-block;
|
|
|
|
}
|
|
|
|
|
|
|
|
.newsentry + hr + #newsStatus, .newsentry + hr + #newsStatus + #newsDisplay {
|
|
|
|
margin-top: -6px !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
#newsStatus {
|
|
|
|
float: left;
|
|
|
|
text-align: justify;
|
|
|
|
margin-bottom: 6px !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
#newsDisplay {
|
|
|
|
white-space: nowrap;
|
|
|
|
margin-left: 10px;
|
|
|
|
color: #337;
|
|
|
|
}
|
|
|
|
|
|
|
|
.newsAuthor {
|
|
|
|
padding: 0 0 0 15px !important;
|
|
|
|
float: right;
|
|
|
|
background: url(/themes/console/images/info/author.png) left 2px center no-repeat;
|
|
|
|
background-size: 10px 10px;
|
|
|
|
font-size: 8pt !important;
|
|
|
|
display: inline-block;
|
|
|
|
opacity: 0.8;
|
|
|
|
letter-spacing: 0.1em !important;
|
|
|
|
text-transform: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.newsDate {
|
|
|
|
opacity: 0.8;
|
|
|
|
margin-right: 1px;
|
|
|
|
}
|
|
|
|
|
2016-07-24 11:25:32 +00:00
|
|
|
.main#news {
|
|
|
|
padding: 3px 15px 5px;
|
|
|
|
background: #fff url(/themes/snark/ubergine/images/hat.png) no-repeat scroll right bottom;
|
|
|
|
background: url(/themes/snark/ubergine/images/hat.png) no-repeat scroll right bottom, linear-gradient(to right, #fff, #f7f8ff, #fff);
|
2011-01-24 13:20:06 +00:00
|
|
|
}
|
|
|
|
|
2016-07-24 11:25:32 +00:00
|
|
|
div.news h3, #news h3 {
|
2017-04-09 06:28:47 +00:00
|
|
|
background: url(images/news.png) 8px center no-repeat #fff !important;
|
|
|
|
background: url(images/news.png) 8px center no-repeat, linear-gradient(to bottom, #fff 50%, rgba(255,255,255,0.6) 50%, rgba(240,240,240,0.4)), linear-gradient(to right, #fff 5%, rgba(231, 231, 255, 0.8)) 15% !important;
|
2011-01-24 13:20:06 +00:00
|
|
|
text-align: left;
|
2016-07-24 11:25:32 +00:00
|
|
|
padding: 5px 10px 5px 30px;
|
|
|
|
border: 1px solid #7778bf;
|
|
|
|
border-radius: 2px 2px 0 0;
|
2011-01-24 13:20:06 +00:00
|
|
|
font-size: 10pt !important;
|
2017-05-14 06:26:16 +00:00
|
|
|
letter-spacing: 0.08em;
|
|
|
|
word-spacing: 0.05em;
|
|
|
|
text-transform: uppercase !important;
|
2016-07-24 11:25:32 +00:00
|
|
|
margin-bottom: -1px;
|
|
|
|
filter: none;
|
2011-01-24 13:20:06 +00:00
|
|
|
}
|
|
|
|
|
2016-02-22 16:04:42 +00:00
|
|
|
div.newscontent h4 {
|
2016-07-24 11:25:32 +00:00
|
|
|
border-bottom: 0;
|
2016-02-22 16:04:42 +00:00
|
|
|
padding: 0;
|
|
|
|
margin: 14px 15px 7px 15px;
|
|
|
|
font-size: 10pt;
|
|
|
|
text-align: left;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.newscontent h5 {
|
2016-07-24 11:25:32 +00:00
|
|
|
border-bottom: 0;
|
2011-01-24 13:20:06 +00:00
|
|
|
padding: 0;
|
2016-02-22 16:04:42 +00:00
|
|
|
margin: 12px 15px 6px 15px;
|
|
|
|
font-size: 9.5pt;
|
|
|
|
text-align: left;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.newscontent h6 {
|
2016-07-24 11:25:32 +00:00
|
|
|
border-bottom: 0;
|
2016-02-22 16:04:42 +00:00
|
|
|
padding: 0;
|
|
|
|
margin: 12px 15px 6px 15px;
|
|
|
|
font-size: 9pt;
|
|
|
|
text-align: left;
|
2011-01-24 13:20:06 +00:00
|
|
|
}
|
|
|
|
|
2017-04-09 06:28:47 +00:00
|
|
|
#news {
|
|
|
|
background: linear-gradient(to bottom, rgba(255,255,255,0.8), rgba(255,255,255,0.3)), url(/themes/snark/ubergine/images/hat.png) bottom right no-repeat, url(images/noise.png) #fff !important;
|
|
|
|
background-size: 100% 100%, 140px auto, 50px 50px !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* end news */
|
|
|
|
|
2016-07-24 11:25:32 +00:00
|
|
|
.main#torrents {
|
|
|
|
padding: 0 10px;
|
2017-05-14 06:26:16 +00:00
|
|
|
min-width: 576px;
|
2016-07-24 11:25:32 +00:00
|
|
|
}
|
|
|
|
|
2017-07-01 19:44:02 +00:00
|
|
|
.main, .routersummary, .logo {
|
2017-03-06 04:41:22 +00:00
|
|
|
background: #fff url(images/noise.png) 0 0 / 50px 50px !important;
|
|
|
|
background: linear-gradient(to bottom, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.5)) 0 0 / 100% 100%, #fff url("images/noise.png") 0 0 / 50px 50px !important;
|
|
|
|
}
|
|
|
|
|
2017-07-01 19:44:02 +00:00
|
|
|
/* top navigation */
|
2011-01-24 13:20:06 +00:00
|
|
|
|
2017-07-01 19:44:02 +00:00
|
|
|
h1, .confignav {
|
|
|
|
position: relative;
|
2017-02-10 12:36:40 +00:00
|
|
|
}
|
|
|
|
|
2017-07-01 19:44:02 +00:00
|
|
|
.confignav, .main#help div.confignav {
|
|
|
|
padding: 8px;
|
|
|
|
margin: -1px -16px 5px -16px;
|
|
|
|
border: 1px solid #7778bf;
|
|
|
|
box-shadow: inset 0 0 0 1px #bbf;
|
|
|
|
font-size: 9pt;
|
2016-07-24 11:25:32 +00:00
|
|
|
text-align: center;
|
2017-07-01 19:44:02 +00:00
|
|
|
font-weight: bold;
|
|
|
|
color: #000;
|
|
|
|
background: linear-gradient(to bottom, #fff 50%, rgba(255, 255, 255, 0.6) 52%, rgba(240, 240, 240, 0.4)) #efefff !important;
|
|
|
|
background: linear-gradient(to right, rgba(255,255,255,0.7), rgba(255,255,255,0) 15%, rgba(255,255,255,0) 85%, rgba(255,255,255,0.7)), linear-gradient(to bottom, #fff 50%, rgba(255, 255, 255, 0.6) 52%, rgba(240, 240, 240, 0.4)) #efefff !important;
|
2016-07-24 11:25:32 +00:00
|
|
|
}
|
|
|
|
|
2017-07-01 19:44:02 +00:00
|
|
|
.tab, .tab2 {
|
|
|
|
box-sizing: border-box;
|
|
|
|
display: inline-block;
|
|
|
|
border: 1px solid #7778bf;
|
|
|
|
margin: 0 -2px -1px -2px !important;
|
|
|
|
padding: 1px 0;
|
2017-04-09 06:28:47 +00:00
|
|
|
background: #fff;
|
2017-07-01 19:44:02 +00:00
|
|
|
min-width: 60px !important;
|
|
|
|
filter: drop-shadow(0 0 1px #ededed);
|
|
|
|
}
|
|
|
|
|
|
|
|
.tab a {
|
2017-04-09 06:28:47 +00:00
|
|
|
display: inline-block;
|
2017-07-01 19:44:02 +00:00
|
|
|
padding: 3px 14px;
|
2016-07-24 11:25:32 +00:00
|
|
|
}
|
|
|
|
|
2017-07-01 19:44:02 +00:00
|
|
|
.tab:hover a {
|
|
|
|
color: #f60 !important;
|
2017-05-14 06:26:16 +00:00
|
|
|
}
|
|
|
|
|
2017-07-01 19:44:02 +00:00
|
|
|
.tab {
|
|
|
|
background: linear-gradient(to bottom, #fff 50%, #efefff 50%);
|
|
|
|
background: linear-gradient(to bottom, #fff 50%, rgba(255, 255, 255, 0.6) 50%, rgba(240, 240, 240, 0.4)) #e7e7ff;
|
|
|
|
box-shadow: inset 0 0 0 1px #fff;
|
2011-12-02 17:21:04 +00:00
|
|
|
}
|
|
|
|
|
2016-07-24 11:25:32 +00:00
|
|
|
.tab:hover {
|
2017-07-01 19:44:02 +00:00
|
|
|
background: #fff;
|
|
|
|
box-shadow: inset 0 0 0 1px #f90;
|
2017-04-09 06:28:47 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.tab:active {
|
2017-07-01 19:44:02 +00:00
|
|
|
box-shadow: inset 0 0 0 1px #fff, inset 3px 3px 3px 1px #5f2400;
|
|
|
|
background: #f60;
|
2016-07-24 11:25:32 +00:00
|
|
|
}
|
|
|
|
|
2017-07-01 19:44:02 +00:00
|
|
|
.tab:active a {
|
2016-07-24 11:25:32 +00:00
|
|
|
color: #fff !important;
|
|
|
|
}
|
|
|
|
|
2017-07-01 19:44:02 +00:00
|
|
|
.tab2 {
|
|
|
|
background: #89f;
|
|
|
|
background: #aaf;
|
|
|
|
background: #3b6bbf;
|
|
|
|
background: rgba(59, 107, 191, 0.8);
|
|
|
|
background: #6288cb;
|
|
|
|
box-shadow: inset 0 0 0 1px #fff;
|
|
|
|
color: #fff;
|
|
|
|
padding: 4px 12px;
|
2016-07-24 11:25:32 +00:00
|
|
|
}
|
|
|
|
|
2017-07-01 19:44:02 +00:00
|
|
|
@media screen and (min-width: 1400px) {
|
|
|
|
#help .confignav {
|
|
|
|
position: sticky;
|
|
|
|
top: -1px;
|
|
|
|
z-index: 999;
|
2011-12-02 17:21:04 +00:00
|
|
|
}
|
2017-04-09 06:28:47 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
/* end topnav */
|
|
|
|
|
|
|
|
.th_title a, .th_title a:hover {
|
|
|
|
color: #31334f !important;
|
2011-12-02 17:21:04 +00:00
|
|
|
}
|
|
|
|
|
2017-07-01 19:44:02 +00:00
|
|
|
.configure {
|
2011-01-24 13:20:06 +00:00
|
|
|
min-width: 400px;
|
2016-07-24 11:25:32 +00:00
|
|
|
margin-bottom: 0;
|
2011-01-24 13:20:06 +00:00
|
|
|
}
|
|
|
|
|
2017-07-01 19:44:02 +00:00
|
|
|
.configure h3, .graphspanel h3 {
|
2016-07-24 11:25:32 +00:00
|
|
|
border: 1px solid #7778bf;
|
|
|
|
border-left: 5px solid #7778bf;
|
2011-01-24 13:20:06 +00:00
|
|
|
padding: 5px;
|
|
|
|
margin: 15px 0 15px 0;
|
2016-07-24 11:25:32 +00:00
|
|
|
border-radius: 0 2px 2px 0;
|
2011-01-24 13:20:06 +00:00
|
|
|
background: #ffe;
|
|
|
|
text-align: left;
|
|
|
|
}
|
|
|
|
|
2017-06-04 00:43:16 +00:00
|
|
|
.graphspanel h3 {
|
2017-01-07 18:51:58 +00:00
|
|
|
text-transform: capitalize;
|
|
|
|
letter-spacing: normal;
|
|
|
|
word-spacing: normal;
|
2012-07-11 12:06:59 +00:00
|
|
|
}
|
|
|
|
|
2016-07-24 11:25:32 +00:00
|
|
|
h3#advancedconfig a, h3#bwlimiter a, h3.tabletitle a, h3.ptitle a, th a.script, th#upnpconfig a, h3#graphinfo a, h3#graphdisplay a, .h3navlinks {
|
|
|
|
float: right;
|
|
|
|
font-size: 9pt;
|
|
|
|
letter-spacing: normal;
|
|
|
|
text-transform: capitalize;
|
2012-07-11 12:06:59 +00:00
|
|
|
}
|
|
|
|
|
2016-07-24 11:25:32 +00:00
|
|
|
.h3navlinks a {
|
|
|
|
text-transform: capitalize;
|
|
|
|
letter-spacing: normal;
|
2017-05-14 06:26:16 +00:00
|
|
|
margin-left: 2px;
|
2012-07-11 12:06:59 +00:00
|
|
|
}
|
|
|
|
|
2016-07-24 11:25:32 +00:00
|
|
|
.h3navlinks a:hover {
|
|
|
|
color: #f60;
|
2012-07-11 12:06:59 +00:00
|
|
|
}
|
|
|
|
|
2016-07-24 11:25:32 +00:00
|
|
|
h3 a.script, th a.script {
|
|
|
|
text-transform: lowercase;
|
2012-07-11 12:06:59 +00:00
|
|
|
}
|
|
|
|
|
2016-07-24 11:25:32 +00:00
|
|
|
h3#iptransport a:not(old), h3#advancedconfig a:not(old) {
|
|
|
|
font-size: 0;
|
2017-05-14 06:26:16 +00:00
|
|
|
height: 20px;
|
2012-07-11 12:06:59 +00:00
|
|
|
}
|
|
|
|
|
2016-07-24 11:25:32 +00:00
|
|
|
h3#iptransport a::after, h3#advancedconfig a::after {
|
|
|
|
content: url(images/help.png);
|
|
|
|
padding: 0;
|
|
|
|
margin: 0;
|
|
|
|
vertical-align: text-top;
|
|
|
|
cursor: help;
|
|
|
|
filter: hue-rotate(-20deg) saturate(200%) drop-shadow(0 0 1px #999);
|
2012-07-11 12:06:59 +00:00
|
|
|
}
|
|
|
|
|
2016-07-24 11:25:32 +00:00
|
|
|
h3#iptransport a:hover, h3#advancedconfig a:hover {
|
|
|
|
filter: drop-shadow(0 0 1px #f60);
|
2012-07-11 12:06:59 +00:00
|
|
|
}
|
|
|
|
|
2017-06-03 14:09:17 +00:00
|
|
|
h3#transports, h3#upnp {
|
2017-04-09 06:28:47 +00:00
|
|
|
border: 1px solid #7789bf;
|
2011-01-24 13:20:06 +00:00
|
|
|
}
|
|
|
|
|
2017-04-09 06:28:47 +00:00
|
|
|
pre#transports {
|
|
|
|
display: inline-block;
|
|
|
|
border: 1px solid #7789bf;
|
|
|
|
background: #fff;
|
|
|
|
padding: 10px 0 0 10px;
|
|
|
|
width: calc(100% - 12px);
|
|
|
|
margin: -16px 0 0;
|
2011-01-24 13:20:06 +00:00
|
|
|
}
|
|
|
|
|
2017-06-03 14:09:17 +00:00
|
|
|
#upnpscan {
|
|
|
|
border: 1px solid #7789bf;
|
|
|
|
margin: -16px 0 5px;
|
|
|
|
padding: 5px 10px;
|
|
|
|
background: #fff;
|
|
|
|
background: repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.5) 2px, rgba(240, 240, 255, 0.3) 3px, #fff 5px);
|
|
|
|
}
|
|
|
|
|
2017-04-09 06:28:47 +00:00
|
|
|
/* confignet tidyup */
|
2011-01-24 13:20:06 +00:00
|
|
|
|
2017-04-09 06:28:47 +00:00
|
|
|
#netconfig .optbox {
|
|
|
|
margin: 10px 6px 2px !important;
|
|
|
|
display: inline-block !important;
|
|
|
|
vertical-align: sub !important;
|
2011-01-24 13:20:06 +00:00
|
|
|
}
|
|
|
|
|
2017-04-09 06:28:47 +00:00
|
|
|
#netconfig .optbox:first-child {
|
|
|
|
margin-top: 6px !important;
|
|
|
|
margin-bottom: 6px !important;
|
2011-01-24 13:20:06 +00:00
|
|
|
}
|
|
|
|
|
2017-04-09 06:28:47 +00:00
|
|
|
#netconfig .optbox:last-child, #netconfig .optbox[value="only"], #netconfig .optbox[name="disableUDP"], #netconfig .optbox[value="disabled"] {
|
|
|
|
margin-bottom: 6px !important;
|
2011-01-24 13:20:06 +00:00
|
|
|
}
|
|
|
|
|
2017-04-09 06:28:47 +00:00
|
|
|
#netconfig input[type="text"] + br + .optbox, #netconfig .optbox[name="ntcpAutoPort"] {
|
|
|
|
margin-top: 3px !important;
|
2011-01-24 13:20:06 +00:00
|
|
|
}
|
|
|
|
|
2017-04-09 06:28:47 +00:00
|
|
|
#netconfig input[name*="ost"] {
|
|
|
|
width: 250px !important;
|
2011-01-24 13:20:06 +00:00
|
|
|
}
|
|
|
|
|
2017-05-14 06:26:16 +00:00
|
|
|
b.suboption {
|
|
|
|
display: inline-block;
|
|
|
|
margin: 5px 0;
|
|
|
|
}
|
|
|
|
|
2017-04-09 06:28:47 +00:00
|
|
|
/* end confignet tidyup */
|
2017-03-06 04:41:22 +00:00
|
|
|
|
2017-04-09 06:28:47 +00:00
|
|
|
.main#tunnels h3 a:not(old), #criticallogs + h3.tabletitle a:not(old) {
|
|
|
|
font-size: 0;
|
2011-01-24 13:20:06 +00:00
|
|
|
}
|
|
|
|
|
2017-04-09 06:28:47 +00:00
|
|
|
.main#tunnels h3 a[href^="/configtunnels#"]::after, #criticallogs + h3.tabletitle a::after {
|
|
|
|
content: url(/themes/console/images/buttons/configure.png);
|
|
|
|
float: right;
|
|
|
|
padding: 0;
|
|
|
|
filter: drop-shadow(0 0 1px #999);
|
2011-01-24 13:20:06 +00:00
|
|
|
}
|
|
|
|
|
2016-07-24 11:25:32 +00:00
|
|
|
.main#tunnels h3 a[href^="/configtunnels#"]:hover, #criticallogs + h3.tabletitle a:hover {
|
|
|
|
filter: drop-shadow(0 0 1px #f60);
|
2011-01-24 13:20:06 +00:00
|
|
|
}
|
|
|
|
|
2016-07-24 11:25:32 +00:00
|
|
|
h3#passwordheading {
|
|
|
|
margin-bottom: -2px;
|
|
|
|
border: 1px solid #7778bf;
|
|
|
|
border-radius: 0;
|
|
|
|
filter: none;
|
2011-01-24 13:20:06 +00:00
|
|
|
}
|
|
|
|
|
2017-05-14 06:26:16 +00:00
|
|
|
h3#langheading, h3#themeheading, h3#pluginmanage, h3#pconfig, h3#webappconfig, h3#advancedclientconfig, h3#i2pclientconfig, #config_stats h3 {
|
2016-07-24 11:25:32 +00:00
|
|
|
border: 1px solid #7778bf;
|
|
|
|
border-radius: 0;
|
|
|
|
box-shadow: inset 0 0 0 1px #fff;
|
|
|
|
filter: none;
|
2011-01-24 13:20:06 +00:00
|
|
|
}
|
|
|
|
|
2016-07-24 11:25:32 +00:00
|
|
|
h3#advancedclientconfig, p#webappconfigtext, p#pluginconfigtext, p#clientconf.infowarn, p#profiles_overview {
|
|
|
|
margin-bottom: -2px;
|
2011-01-24 13:20:06 +00:00
|
|
|
}
|
|
|
|
|
2017-05-14 06:26:16 +00:00
|
|
|
h3#pconfig, h3#webappconfig, h3#i2pclientconfig, h3#pluginmanage, p#clientconf.infohelp, #config_stats h3 {
|
2017-01-07 17:47:01 +00:00
|
|
|
margin-bottom: -13px;
|
2011-01-24 13:20:06 +00:00
|
|
|
}
|
|
|
|
|
2016-07-24 11:25:32 +00:00
|
|
|
p#enablefullstats {
|
|
|
|
border: 1px solid #7778bf;
|
|
|
|
padding: 10px;
|
2017-04-09 06:28:47 +00:00
|
|
|
margin-bottom: 13px;
|
2016-07-24 11:25:32 +00:00
|
|
|
}
|
2012-01-23 23:07:24 +00:00
|
|
|
|
2016-07-24 11:25:32 +00:00
|
|
|
#configstats th {
|
|
|
|
text-transform: uppercase;
|
|
|
|
letter-spacing: 0.08em;
|
|
|
|
word-spacing: 0.1em;
|
2012-03-22 19:49:48 +00:00
|
|
|
}
|
|
|
|
|
2016-07-24 11:25:32 +00:00
|
|
|
#configstats td {
|
|
|
|
padding: 4px 3px;
|
2012-03-22 19:49:48 +00:00
|
|
|
}
|
|
|
|
|
2017-05-14 06:26:16 +00:00
|
|
|
#configstats td::before {
|
|
|
|
content: "";
|
|
|
|
display: inline-block;
|
|
|
|
min-height: 20px;
|
|
|
|
vertical-align: middle;
|
|
|
|
}
|
|
|
|
|
2016-07-24 11:25:32 +00:00
|
|
|
#configstats td:first-child {
|
2017-05-15 03:18:34 +00:00
|
|
|
width: 1%;
|
2016-07-24 11:25:32 +00:00
|
|
|
white-space: nowrap;
|
2017-05-15 03:18:34 +00:00
|
|
|
padding: 4px 8px;
|
2012-01-23 23:07:24 +00:00
|
|
|
}
|
|
|
|
|
2017-05-14 06:26:16 +00:00
|
|
|
#configstats td:first-child:empty + td > label { /* remove pointer from inert labels */
|
2017-05-15 03:18:34 +00:00
|
|
|
cursor: text;
|
|
|
|
color: #333;
|
2017-05-14 06:26:16 +00:00
|
|
|
}
|
|
|
|
|
2017-04-09 06:28:47 +00:00
|
|
|
#configstats td:last-child {
|
|
|
|
border-right: 1px solid #7778bf;
|
|
|
|
}
|
|
|
|
|
2016-07-24 11:25:32 +00:00
|
|
|
#sidebarconf button {
|
|
|
|
margin: 2px 0 2px 3px !important;
|
2017-03-06 04:41:22 +00:00
|
|
|
padding: 2px;
|
2016-07-24 11:25:32 +00:00
|
|
|
min-width: 0;
|
2017-03-06 04:41:22 +00:00
|
|
|
background-size: 100% 100% !important;
|
2012-01-23 23:07:24 +00:00
|
|
|
}
|
|
|
|
|
2016-07-24 11:25:32 +00:00
|
|
|
#sidebarconf select {
|
|
|
|
width: 100%;
|
2012-01-23 23:07:24 +00:00
|
|
|
}
|
|
|
|
|
2016-07-24 11:25:32 +00:00
|
|
|
#sidebarconf th:nth-child(1), #sidebarconf th:last-child {
|
2017-03-06 04:56:58 +00:00
|
|
|
text-align: center;
|
2012-03-16 12:08:43 +00:00
|
|
|
}
|
|
|
|
|
2016-07-24 11:25:32 +00:00
|
|
|
#sidebarconf th:nth-child(2) {
|
2017-03-06 04:56:58 +00:00
|
|
|
text-align: left;
|
2012-03-16 12:08:43 +00:00
|
|
|
}
|
|
|
|
|
2016-07-24 11:25:32 +00:00
|
|
|
#sidebarconf td:first-child {
|
|
|
|
width: 60px;
|
|
|
|
text-align: center;
|
2012-01-23 23:07:24 +00:00
|
|
|
}
|
|
|
|
|
2016-07-24 11:25:32 +00:00
|
|
|
#sidebarconf td:nth-child(3), #sidebarconf td:nth-child(4) {
|
|
|
|
width: 50px;
|
|
|
|
padding: 0;
|
|
|
|
white-space: nowrap;
|
2012-01-23 23:07:24 +00:00
|
|
|
}
|
|
|
|
|
2016-07-24 11:25:32 +00:00
|
|
|
#sidebarconf td:nth-child(3) button, #sidebarconf td:nth-child(4) button {
|
|
|
|
margin: 0;
|
2012-01-25 02:38:49 +00:00
|
|
|
}
|
|
|
|
|
2016-07-24 11:25:32 +00:00
|
|
|
#sidebarconf td:nth-child(3) {
|
|
|
|
text-align: right;
|
2012-01-23 23:07:24 +00:00
|
|
|
}
|
|
|
|
|
2016-07-24 11:25:32 +00:00
|
|
|
#sidebarconf td:nth-child(4) {
|
|
|
|
text-align: left;
|
|
|
|
padding-right: 5px;
|
2012-01-25 02:38:49 +00:00
|
|
|
}
|
|
|
|
|
2016-07-24 11:25:32 +00:00
|
|
|
#sidebarconf tr:last-child td {
|
|
|
|
padding: 5px !important;
|
2012-01-23 23:07:24 +00:00
|
|
|
}
|
|
|
|
|
2016-07-24 11:25:32 +00:00
|
|
|
#sidebarconf tr:last-child td:last-child {
|
|
|
|
text-align: left;
|
2012-01-23 23:07:24 +00:00
|
|
|
}
|
|
|
|
|
2016-07-24 11:25:32 +00:00
|
|
|
p#tunnelconfig {
|
|
|
|
margin-bottom: -14px;
|
2012-01-23 23:07:24 +00:00
|
|
|
}
|
|
|
|
|
2017-06-04 00:43:16 +00:00
|
|
|
.graphspanel {
|
2016-07-24 11:25:32 +00:00
|
|
|
text-align: center !important;
|
|
|
|
margin: 15px 0 -15px;
|
2012-01-23 23:07:24 +00:00
|
|
|
}
|
|
|
|
|
2017-06-04 00:43:16 +00:00
|
|
|
.graphspanel img {
|
2016-07-24 11:25:32 +00:00
|
|
|
border: 1px solid #7778bf;
|
|
|
|
padding: 2px;
|
|
|
|
margin: 6px;
|
|
|
|
text-align: center !important;
|
2017-01-07 18:51:58 +00:00
|
|
|
vertical-align: top !important;
|
2016-07-24 11:25:32 +00:00
|
|
|
background: #001;
|
|
|
|
box-shadow: inset 0 0 1px 1px #99f;
|
|
|
|
max-width: 98%;
|
|
|
|
}
|
2012-01-23 23:07:24 +00:00
|
|
|
|
2017-06-04 00:43:16 +00:00
|
|
|
.graphspanel a img:hover {
|
2016-07-24 11:25:32 +00:00
|
|
|
box-shadow: inset 0 0 2px 1px #f60;
|
2017-06-04 00:43:16 +00:00
|
|
|
cursor: url(/themes/console/images/cursor_zoom.png), pointer;
|
2011-01-24 13:20:06 +00:00
|
|
|
}
|
|
|
|
|
2017-06-04 00:43:16 +00:00
|
|
|
.graphspanel form {
|
2011-01-24 13:20:06 +00:00
|
|
|
text-align: left;
|
|
|
|
}
|
|
|
|
|
2016-07-24 11:25:32 +00:00
|
|
|
#graphs hr {
|
|
|
|
display: none;
|
2011-01-24 13:20:06 +00:00
|
|
|
}
|
|
|
|
|
2016-07-24 11:25:32 +00:00
|
|
|
#graphopts {
|
|
|
|
text-align: center;
|
|
|
|
margin-top: 20px;
|
2017-04-09 06:28:47 +00:00
|
|
|
margin-bottom: 15px;
|
2016-07-24 11:25:32 +00:00
|
|
|
text-transform: capitalize;
|
2011-01-24 13:20:06 +00:00
|
|
|
}
|
2016-07-24 11:25:32 +00:00
|
|
|
|
|
|
|
#graphopts + p {
|
|
|
|
text-align: right;
|
|
|
|
display: none;
|
2011-01-24 13:20:06 +00:00
|
|
|
}
|
|
|
|
|
2016-07-24 11:25:32 +00:00
|
|
|
.formaction#graphing {
|
|
|
|
margin: 8px -11px -11px;
|
2011-01-24 13:20:06 +00:00
|
|
|
}
|
|
|
|
|
2016-07-24 11:25:32 +00:00
|
|
|
h3#graphdisplay {
|
|
|
|
border-radius: 0;
|
|
|
|
border-width: 1px;
|
|
|
|
box-shadow: none;
|
2017-01-07 18:51:58 +00:00
|
|
|
filter: none;
|
2011-01-24 13:20:06 +00:00
|
|
|
}
|
|
|
|
|
2016-07-24 11:25:32 +00:00
|
|
|
.main#graphs form {
|
|
|
|
border: 1px solid #7778bf;
|
|
|
|
padding: 10px;
|
|
|
|
margin: -16px 0 5px;
|
2011-01-24 13:20:06 +00:00
|
|
|
}
|
|
|
|
|
2017-01-07 18:51:58 +00:00
|
|
|
/* new graphs optionbox */
|
2011-01-24 13:20:06 +00:00
|
|
|
|
2017-01-07 18:51:58 +00:00
|
|
|
#graphs form {
|
|
|
|
padding: 0 !important;
|
2011-01-24 13:20:06 +00:00
|
|
|
}
|
|
|
|
|
2017-01-07 18:51:58 +00:00
|
|
|
#graphs form hr {
|
|
|
|
margin: 0 -1px 8px !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
#graphs form table {
|
|
|
|
border: none;
|
2011-01-24 13:20:06 +00:00
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
|
2017-01-07 18:51:58 +00:00
|
|
|
.formaction#graphing {
|
|
|
|
margin: -1px 0 !important;
|
|
|
|
padding: 5px 3px;
|
|
|
|
border-left: none;
|
|
|
|
border-right: none;
|
2011-01-24 13:20:06 +00:00
|
|
|
}
|
|
|
|
|
2017-01-07 18:51:58 +00:00
|
|
|
#graphs tr:first-child td {
|
|
|
|
border-top: none;
|
2011-01-24 13:20:06 +00:00
|
|
|
}
|
|
|
|
|
2017-01-07 18:51:58 +00:00
|
|
|
#graphs td:first-child {
|
|
|
|
text-align: right;
|
2017-05-14 06:26:16 +00:00
|
|
|
width: 10%;
|
2017-01-07 18:51:58 +00:00
|
|
|
white-space: nowrap;
|
|
|
|
padding: 13px 3px 13px 5px;
|
2011-01-24 13:20:06 +00:00
|
|
|
}
|
|
|
|
|
2017-01-07 18:51:58 +00:00
|
|
|
#graphs td:nth-child(2) {
|
2017-05-14 06:26:16 +00:00
|
|
|
width: 10%;
|
2017-01-07 18:51:58 +00:00
|
|
|
white-space: nowrap;
|
2011-01-24 13:20:06 +00:00
|
|
|
}
|
|
|
|
|
2017-01-07 18:51:58 +00:00
|
|
|
#graphs td.infohelp {
|
2017-04-09 06:28:47 +00:00
|
|
|
border: none !important;
|
2017-05-14 06:26:16 +00:00
|
|
|
background: url("/themes/console/images/info/infohelp.png") no-repeat scroll 12px center;
|
2017-01-07 18:51:58 +00:00
|
|
|
background-size: 20px 20px !important;
|
|
|
|
padding: 5px 5px 5px 40px !important;
|
|
|
|
text-align: left;
|
2011-01-24 13:20:06 +00:00
|
|
|
}
|
|
|
|
|
2017-01-07 18:51:58 +00:00
|
|
|
#graphs form input, #graphs form select {
|
|
|
|
margin: 3px 5px 3px 0;
|
|
|
|
vertical-align: middle;
|
2011-01-24 13:20:06 +00:00
|
|
|
}
|
|
|
|
|
2017-01-07 18:51:58 +00:00
|
|
|
#graphs input[type="text"] {
|
|
|
|
min-width: 60px;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* end new graphs optionbox */
|
|
|
|
|
2017-07-01 19:44:02 +00:00
|
|
|
.messages {
|
2016-07-24 11:25:32 +00:00
|
|
|
padding: 15px;
|
|
|
|
margin: 15px 0;
|
|
|
|
border-radius: 2px;
|
|
|
|
border: 1px solid #7778bf;
|
|
|
|
background: #eef;
|
|
|
|
background: url(/themes/snark/ubergine/images/hat.png) bottom right no-repeat, linear-gradient(to right, #fff, #eef);
|
|
|
|
background-size: auto 100%, 100% 100%;
|
|
|
|
font-weight: bold;
|
|
|
|
box-shadow: inset 0 0 0 1px #fff;
|
|
|
|
line-height: 130%;
|
|
|
|
filter: drop-shadow(0 0 1px #ccc);
|
|
|
|
}
|
|
|
|
|
|
|
|
.main#config_update .messages {
|
|
|
|
background: url(/themes/console/images/info/newspaper.png) 12px center no-repeat, url(/themes/snark/ubergine/images/hat.png) bottom right no-repeat, linear-gradient(to right, #fff, #eef);
|
|
|
|
padding: 15px 15px 15px 50px;
|
|
|
|
background-size: 28px 28px, auto 100%, 100% 100% !important;
|
|
|
|
}
|
|
|
|
|
2017-01-07 18:51:58 +00:00
|
|
|
.main#graphs .messages { /* "graphing not supported" error */
|
|
|
|
margin-bottom: 20px;
|
|
|
|
}
|
|
|
|
|
2017-05-14 06:26:16 +00:00
|
|
|
.main#events .messages {
|
|
|
|
margin-bottom: 0;
|
|
|
|
}
|
|
|
|
|
2017-07-01 19:44:02 +00:00
|
|
|
.error {
|
2016-07-24 11:25:32 +00:00
|
|
|
color: #900;
|
|
|
|
}
|
|
|
|
|
2017-07-01 19:44:02 +00:00
|
|
|
.notice {
|
2016-07-24 11:25:32 +00:00
|
|
|
font-style: italic;
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.messages ul {
|
|
|
|
padding: 0;
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
|
2017-07-01 19:44:02 +00:00
|
|
|
.messages li, .messages li:first-child, .error li:first-child, .error li {
|
2016-07-24 11:25:32 +00:00
|
|
|
text-align: justify !important;
|
|
|
|
font-weight: bold;
|
|
|
|
list-style: none;
|
|
|
|
background: url(images/warning.png) left center no-repeat;
|
|
|
|
margin: 0 10px 0 0 !important;
|
2017-05-14 06:26:16 +00:00
|
|
|
padding: 0 0 0 24px !important;
|
2016-07-24 11:25:32 +00:00
|
|
|
border: 0 !important;
|
|
|
|
line-height: 135%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.notice li {
|
|
|
|
background: url(images/confirmed.png) left center no-repeat !important;
|
|
|
|
list-style: none !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.error li {
|
|
|
|
background: url(images/warn.png) left center no-repeat !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
table {
|
|
|
|
border-collapse: collapse;
|
|
|
|
width: 100%;
|
|
|
|
border: 1px solid #7778bf;
|
2017-04-09 06:28:47 +00:00
|
|
|
margin: 1px 0 5px 0;
|
2016-07-24 11:25:32 +00:00
|
|
|
font-size: 9pt;
|
|
|
|
background: #fff;
|
|
|
|
}
|
|
|
|
|
|
|
|
#configinfo th {
|
|
|
|
color: #050;
|
|
|
|
}
|
|
|
|
|
|
|
|
#configinfo td {
|
|
|
|
text-align: justify;
|
|
|
|
padding: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
td.optionsave {
|
|
|
|
text-align: right;
|
2017-05-14 06:26:16 +00:00
|
|
|
padding: 5px !important;
|
2016-07-24 11:25:32 +00:00
|
|
|
background: #fff;
|
|
|
|
border-top: 1px solid #7778bf !important;
|
|
|
|
}
|
|
|
|
|
2017-04-09 06:28:47 +00:00
|
|
|
td.optionsave, .formaction, form[action="configpeer"] tr:last-child td, table#addkeyring tr:last-child td {
|
|
|
|
background: linear-gradient(to bottom, #fff 50%, rgba(220,220,255,0.3)), repeating-linear-gradient(135deg, rgba(255,255,255,0.5) 2px, rgba(221, 221, 255, 0.3) 3px, #fff 5px) !important;
|
|
|
|
}
|
|
|
|
|
2017-05-14 06:26:16 +00:00
|
|
|
#pluginupdater {
|
|
|
|
padding: 15px 5px 15px 50px;
|
|
|
|
background: url(/themes/console/images/info/update.png) 12px center no-repeat, linear-gradient(to bottom, #fff 50%, rgba(220,220,255,0.3)), repeating-linear-gradient(135deg, rgba(255,255,255,0.5) 2px, rgba(221, 221, 255, 0.3) 3px, #fff 5px) !important;
|
|
|
|
background-size: 28px 28px, 100% 100% !important;
|
|
|
|
}
|
|
|
|
|
2017-03-06 04:41:22 +00:00
|
|
|
.configtable td {
|
|
|
|
padding: 5px;
|
|
|
|
}
|
|
|
|
|
2016-07-24 11:25:32 +00:00
|
|
|
.configtable tr:last-child td {
|
|
|
|
border-top: 1px solid #7778bf !important;
|
2017-03-06 04:56:58 +00:00
|
|
|
}
|
2016-07-24 11:25:32 +00:00
|
|
|
|
2017-06-19 13:46:40 +00:00
|
|
|
td.infohelp, #help tr:hover td.infohelp, #eventlog tr:hover .infohelp {
|
2017-05-14 06:26:16 +00:00
|
|
|
background: #fff url(/themes/console/images/info/infohelp.png) 12px center no-repeat;
|
2016-07-24 11:25:32 +00:00
|
|
|
padding: 15px 15px 15px 50px;
|
|
|
|
border-bottom: 1px solid #7778bf !important;
|
|
|
|
border-top: 1px solid #7778bf !important;
|
2017-05-14 06:26:16 +00:00
|
|
|
text-align: justify;
|
2016-07-24 11:25:32 +00:00
|
|
|
}
|
|
|
|
|
2017-05-14 06:26:16 +00:00
|
|
|
td.infowarn, #help tr:hover td.infowarn {
|
|
|
|
background: #fff url(/themes/console/images/info/infowarn.png) 12px center no-repeat;
|
2017-04-09 06:28:47 +00:00
|
|
|
padding: 15px 15px 15px 50px !important;
|
|
|
|
border-bottom: 1px solid #7778bf !important;
|
|
|
|
border-top: 1px solid #7778bf !important;
|
2017-05-14 06:26:16 +00:00
|
|
|
text-align: justify;
|
2017-04-09 06:28:47 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
/* logs */
|
|
|
|
|
|
|
|
#criticallogs tr:first-child {
|
|
|
|
display: none; /* hide empty placeholder for log location */
|
|
|
|
}
|
|
|
|
|
|
|
|
.main#logs ul li {
|
|
|
|
padding-left: 0;
|
|
|
|
margin-left: 18px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.main#logs li:first-child {
|
|
|
|
margin-top: 0 !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.main#logs li:last-child {
|
|
|
|
margin-bottom: 0 !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
table#wrapperlogs, table#routerlogs {
|
|
|
|
width: 100%;
|
|
|
|
table-layout: fixed;
|
|
|
|
margin-bottom: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
table#wrapperlogs {
|
|
|
|
margin-bottom: 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#logs table[id$="logs"] tr:first-child td, .subheading {
|
|
|
|
background: linear-gradient(45deg, #fff, #eef) !important;
|
|
|
|
box-shadow: inset 0 0 0 1px #fff;
|
|
|
|
}
|
|
|
|
|
|
|
|
#routerlogs ul {
|
|
|
|
word-wrap: break-word;
|
|
|
|
}
|
|
|
|
|
|
|
|
#wrapperlogs pre {
|
|
|
|
margin: 0;
|
|
|
|
padding: 3px 0 0 5px;
|
|
|
|
white-space: pre-wrap !important;
|
|
|
|
word-wrap: break-word !important;
|
|
|
|
width: calc(100% - 5px);
|
|
|
|
max-height: 600px;
|
|
|
|
overflow: auto;
|
|
|
|
}
|
|
|
|
|
|
|
|
#logs ul {
|
|
|
|
margin-left: 0;
|
|
|
|
margin-right: -28px;
|
|
|
|
display: inline-block;
|
|
|
|
word-break: break-all;
|
|
|
|
}
|
|
|
|
|
|
|
|
#logs li {
|
|
|
|
list-style: none;
|
2017-05-14 06:26:16 +00:00
|
|
|
font: 8pt "Droid Sans Mono", "Noto Mono", "Lucida Console", "DejaVu Sans Mono", monospace;
|
2017-04-09 06:28:47 +00:00
|
|
|
line-height: 130%;
|
|
|
|
text-align: left;
|
|
|
|
display: inline-block;
|
|
|
|
width: calc(100% - 48px);
|
|
|
|
}
|
|
|
|
|
|
|
|
#logs li::after {
|
|
|
|
content: "";
|
|
|
|
display: block;
|
|
|
|
border-top: 1px dotted #ddf;
|
|
|
|
width: 100%;
|
|
|
|
margin: 5px 0 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
#logs li:last-child::after {
|
|
|
|
border: none;
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
#logs font[color^="#"]::before {
|
|
|
|
content: "";
|
|
|
|
display: inline-block;
|
|
|
|
width: 6px;
|
|
|
|
height: 6px;
|
|
|
|
background: #fff;
|
|
|
|
border-radius: 50%;
|
|
|
|
margin-right: 5px;
|
|
|
|
margin-left: -17px;
|
|
|
|
vertical-align: calc(1px);
|
|
|
|
}
|
|
|
|
|
|
|
|
#logs li font[color="#cc0000"]::before {
|
|
|
|
background: #cc0000;
|
|
|
|
}
|
|
|
|
|
|
|
|
#logs li font[color="#006600"]::before {
|
|
|
|
background: #006600;
|
|
|
|
}
|
|
|
|
|
|
|
|
#logs li font[color="#ff3300"]::before {
|
|
|
|
background: #ff3300;
|
|
|
|
}
|
|
|
|
|
2017-06-03 14:09:17 +00:00
|
|
|
#logs li font[color="#bf00df"]::before {
|
|
|
|
background: #bf00df;
|
2016-07-24 11:25:32 +00:00
|
|
|
}
|
|
|
|
|
2017-04-09 06:28:47 +00:00
|
|
|
#logs li font[color="#000099"]::before {
|
|
|
|
background: #000099;
|
|
|
|
}
|
2016-07-24 11:25:32 +00:00
|
|
|
|
2017-06-03 14:09:17 +00:00
|
|
|
#bugreports {
|
2016-07-24 11:25:32 +00:00
|
|
|
margin-top: 15px;
|
|
|
|
padding: 10px;
|
|
|
|
font-size: 9pt !important;
|
|
|
|
}
|
|
|
|
|
2017-06-03 14:09:17 +00:00
|
|
|
#enviro, table[id$="logs"] {
|
2016-07-24 11:25:32 +00:00
|
|
|
font-size: 9pt !important;
|
|
|
|
padding: 10px;
|
|
|
|
}
|
|
|
|
|
2017-06-03 14:09:17 +00:00
|
|
|
#enviro {
|
|
|
|
-moz-user-select: all;
|
|
|
|
-webkit-user-select: all;
|
|
|
|
user-select: all;
|
|
|
|
cursor: text;
|
|
|
|
}
|
|
|
|
|
|
|
|
#enviro td {
|
2017-04-09 06:28:47 +00:00
|
|
|
padding-top: 5px;
|
|
|
|
padding-bottom: 5px;
|
|
|
|
}
|
|
|
|
|
2017-06-12 12:45:51 +00:00
|
|
|
#enviro:hover td {
|
|
|
|
background: rgba(255,255,239,0.4);
|
|
|
|
border-top: 1px inset transparent;
|
|
|
|
border-bottom: 1px inset transparent;
|
|
|
|
}
|
|
|
|
|
2017-06-03 14:09:17 +00:00
|
|
|
#enviro td:first-child {
|
2017-06-12 12:45:51 +00:00
|
|
|
width: 1%;
|
2016-07-24 11:25:32 +00:00
|
|
|
text-align: right;
|
|
|
|
padding-right: 0;
|
|
|
|
white-space: nowrap;
|
2017-06-12 12:45:51 +00:00
|
|
|
padding-left: 10px;
|
2016-07-24 11:25:32 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
table[id$="logs"] td {
|
|
|
|
padding: 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
table[id$="logs"] td:empty {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
2017-01-07 18:51:58 +00:00
|
|
|
table[id$="logs"] tr:first-child {
|
|
|
|
border-bottom: 1px solid #7778bf;
|
|
|
|
}
|
|
|
|
|
2016-07-24 11:25:32 +00:00
|
|
|
table[id$="logs"] ul li:last-child {
|
|
|
|
margin-bottom: 10px !important;
|
|
|
|
}
|
|
|
|
|
2017-03-06 04:41:22 +00:00
|
|
|
#wrapperlogs tr:last-child td {
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
|
2016-07-24 11:25:32 +00:00
|
|
|
/* end logs */
|
|
|
|
|
|
|
|
table hr {
|
|
|
|
padding: 0 0;
|
|
|
|
color: #99f;
|
2011-01-24 13:20:06 +00:00
|
|
|
background: #99f;
|
2016-07-24 11:25:32 +00:00
|
|
|
border: 0 solid #99f;
|
|
|
|
margin: 0 0;
|
2011-01-24 13:20:06 +00:00
|
|
|
height: 1px;
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
th {
|
2016-07-24 11:25:32 +00:00
|
|
|
padding: 6px 5px;
|
|
|
|
color: #31334f;
|
|
|
|
background: #eef url(images/header.png) center center repeat-x;
|
2017-02-10 16:39:56 +00:00
|
|
|
background: linear-gradient(to bottom, #fff 50%, rgba(238, 238, 255, 0.2) 50%, #eef 100%) !important;
|
2016-07-24 11:25:32 +00:00
|
|
|
text-align: left;
|
2011-01-24 13:20:06 +00:00
|
|
|
font-size: 9pt;
|
|
|
|
line-height: 110%;
|
2016-07-24 11:25:32 +00:00
|
|
|
border-bottom: 1px solid #7778bf !important;
|
|
|
|
border-top: 1px solid #7778bf !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.main[id^="config_"] th {
|
|
|
|
font-size: 10pt;
|
2011-01-24 13:20:06 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
tr {
|
|
|
|
vertical-align: middle !important;
|
|
|
|
}
|
|
|
|
|
2017-05-14 06:26:16 +00:00
|
|
|
tr:nth-child(even), pre#transports {
|
2017-04-09 06:28:47 +00:00
|
|
|
background: #efefff;
|
|
|
|
background: repeating-linear-gradient(135deg, rgba(255,255,255,0.5) 2px, rgba(240, 240, 255, 0.3) 3px, #fff 5px), #fff;
|
2011-01-24 13:20:06 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
tr:nth-child(odd) {
|
2016-07-24 11:25:32 +00:00
|
|
|
background: #f7f8ff;
|
2017-04-09 06:28:47 +00:00
|
|
|
background: repeating-linear-gradient(45deg, rgba(255,255,255,0.5) 2px, rgba(221, 221, 255, 0.3) 3px, #fff 5px), #fff;
|
2011-01-24 13:20:06 +00:00
|
|
|
}
|
|
|
|
|
2017-02-10 16:39:56 +00:00
|
|
|
tr th {
|
|
|
|
background: #eef url(images/header.png) center center repeat-x;
|
|
|
|
background: linear-gradient(to bottom, #fff 50%, rgba(238, 238, 255, 0.2) 50%, #eef 100%) #fff !important;
|
|
|
|
}
|
|
|
|
|
2011-01-24 13:20:06 +00:00
|
|
|
td {
|
2016-07-24 11:25:32 +00:00
|
|
|
padding: 3px 5px;
|
2017-01-07 17:47:01 +00:00
|
|
|
color: #333;
|
2011-01-24 13:20:06 +00:00
|
|
|
vertical-align: middle;
|
2017-04-09 06:28:47 +00:00
|
|
|
border-top: 1px inset #ddf;
|
|
|
|
border-bottom: 1px inset #ddf;
|
|
|
|
}
|
|
|
|
|
|
|
|
#tunnelconfig tr:last-child, #webappconfig tr:last-child {
|
|
|
|
background: #efefff;
|
|
|
|
background: repeating-linear-gradient(135deg, rgba(255,255,255,0.5) 2px, rgba(240, 240, 255, 0.3) 3px, #fff 5px);
|
2016-07-24 11:25:32 +00:00
|
|
|
}
|
|
|
|
|
2017-05-14 06:26:16 +00:00
|
|
|
#clientconfig td:first-child label {
|
|
|
|
display: inline-block;
|
|
|
|
vertical-align: middle;
|
|
|
|
}
|
|
|
|
|
|
|
|
#clientconfig td:first-child::after {
|
|
|
|
content: "";
|
|
|
|
display: inline-block !important;
|
|
|
|
min-height: 36px !important;
|
|
|
|
vertical-align: middle;
|
|
|
|
}
|
|
|
|
|
2017-04-09 06:28:47 +00:00
|
|
|
#clientconfig tr:last-child {
|
|
|
|
background: #f7f8ff;
|
|
|
|
}
|
|
|
|
|
|
|
|
#netconfig tr {
|
2016-07-24 11:25:32 +00:00
|
|
|
background: #fff;
|
2017-04-09 06:28:47 +00:00
|
|
|
background: repeating-linear-gradient(135deg, rgba(255,255,255,0.5) 2px, rgba(240, 240, 255, 0.3) 3px, #fff 5px);
|
2016-07-24 11:25:32 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.main[id^="config_"] select, .main[id^="config_"] textarea, .main[id^="config_"] .optbox {
|
|
|
|
margin-left: 3px !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
#bandwidthconfig td:first-child {
|
2017-02-10 16:39:56 +00:00
|
|
|
width: 200px;
|
2016-07-24 11:25:32 +00:00
|
|
|
white-space: nowrap;
|
|
|
|
padding-right: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#bandwidthconfig td:last-child {
|
|
|
|
white-space: normal;
|
2011-01-24 13:20:06 +00:00
|
|
|
}
|
|
|
|
|
2012-03-12 14:30:38 +00:00
|
|
|
/* begin home page */
|
2012-01-23 23:07:24 +00:00
|
|
|
|
2017-05-14 06:26:16 +00:00
|
|
|
#homepanel {
|
2016-07-24 11:25:32 +00:00
|
|
|
margin-bottom: 0;
|
|
|
|
}
|
|
|
|
|
2012-05-25 05:27:46 +00:00
|
|
|
h4.app, h4.app2 {
|
2016-07-24 11:25:32 +00:00
|
|
|
margin: 0 auto 3px;
|
|
|
|
padding: 7px 10px 6px 32px;
|
|
|
|
border: 1px solid #7778bf;
|
|
|
|
font-size: 11pt;
|
|
|
|
text-transform: uppercase;
|
|
|
|
letter-spacing: 0.08em;
|
|
|
|
word-spacing: 0.1em;
|
|
|
|
background: #eef;
|
2017-05-14 06:26:16 +00:00
|
|
|
background: linear-gradient(to bottom, #fff 50%, #eef 50%);
|
2017-04-09 06:28:47 +00:00
|
|
|
box-shadow: inset 0 0 0 1px #fff, 0 0 1px #ccc;
|
2016-07-24 11:25:32 +00:00
|
|
|
display: inline-block;
|
|
|
|
width: calc(100% - 44px);
|
|
|
|
border-radius: 2px;
|
|
|
|
color: #31334f;
|
|
|
|
}
|
|
|
|
|
|
|
|
h4.app {
|
2017-05-14 06:26:16 +00:00
|
|
|
background: url(/themes/console/images/eepsite.png) 10px center no-repeat, linear-gradient(to bottom, #fff 50%, rgba(255,255,255,0.6) 50%, rgba(240,240,240,0.4)), linear-gradient(to right, #fff 5%, rgba(231, 231, 255, 0.8) 25%) !important;
|
2017-04-09 06:28:47 +00:00
|
|
|
background-size: 16px 16px, 100% 100%, 100% 100% !important;
|
2017-01-07 18:51:58 +00:00
|
|
|
margin-top: 15px;
|
2012-01-23 23:07:24 +00:00
|
|
|
}
|
|
|
|
|
2012-03-16 12:08:43 +00:00
|
|
|
h4.app2 {
|
|
|
|
clear: left;
|
2016-07-24 11:25:32 +00:00
|
|
|
margin-top: 10px !important;
|
2017-05-14 06:26:16 +00:00
|
|
|
background: url(images/globe.png) 10px center no-repeat, linear-gradient(to bottom, #fff 50%, rgba(255,255,255,0.6) 50%, rgba(240,240,240,0.4)), linear-gradient(to right, #fff 5%, rgba(231, 231, 255, 0.8) 25%) !important;
|
2017-04-09 06:28:47 +00:00
|
|
|
background-size: 16px 16px, 100% 100%, 100% 100% !important;
|
2012-03-16 12:08:43 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
div.ag2 {
|
2012-03-22 19:49:48 +00:00
|
|
|
margin: 0;
|
2012-03-16 12:08:43 +00:00
|
|
|
}
|
|
|
|
|
2017-04-09 06:28:47 +00:00
|
|
|
div.search + div.ag2 {
|
|
|
|
margin: -15px 0 0;
|
|
|
|
}
|
|
|
|
|
2012-01-23 23:07:24 +00:00
|
|
|
div.app {
|
|
|
|
float: left;
|
2016-07-24 11:25:32 +00:00
|
|
|
padding: 0;
|
|
|
|
min-width: 140px;
|
2012-05-25 05:27:46 +00:00
|
|
|
text-align: center !important;
|
2016-07-24 11:25:32 +00:00
|
|
|
border: 1px solid #7778bf;
|
|
|
|
border-radius: 2px;
|
|
|
|
margin: 3px;
|
|
|
|
background: #eef;
|
|
|
|
background: linear-gradient(to bottom, #fff, #eef);
|
2017-04-09 06:28:47 +00:00
|
|
|
box-shadow: inset 0 0 0 1px #fff, 0 0 1px #ccc;
|
2016-07-24 11:25:32 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
div.app:hover {
|
|
|
|
border: 1px solid #f60;
|
|
|
|
background: #fff;
|
|
|
|
box-shadow: none;
|
2017-05-14 06:26:16 +00:00
|
|
|
cursor: pointer;
|
2016-07-24 11:25:32 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
div.app:hover a:link, div.app:hover a:visited {
|
|
|
|
color: #f60;
|
|
|
|
}
|
|
|
|
|
2017-05-14 06:26:16 +00:00
|
|
|
div.app:hover img.app, .app:hover img {
|
2016-07-24 11:25:32 +00:00
|
|
|
filter: drop-shadow(0 0 2px #f60);
|
|
|
|
transition: ease filter 0.3s 0s;
|
|
|
|
opacity: 1;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.app:hover .applabel {
|
|
|
|
border-color: #f60;
|
|
|
|
background: #fff !important;
|
2017-01-07 18:51:58 +00:00
|
|
|
background: linear-gradient(to bottom, #fff 0%, #fff 50%, #ffe8bf 50%, #efd9b3 100%) !important;
|
2016-07-24 11:25:32 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
div.app:active .applabel {
|
|
|
|
box-shadow: inset 0 0 0 1px #fff;
|
|
|
|
}
|
|
|
|
|
2017-07-01 19:44:02 +00:00
|
|
|
div.app:active .applabel, div.app:active .applabel a {
|
2016-07-24 11:25:32 +00:00
|
|
|
background: #f60 !important;
|
|
|
|
color: #fff !important;
|
2012-01-23 23:07:24 +00:00
|
|
|
}
|
|
|
|
|
2017-02-10 16:39:56 +00:00
|
|
|
.appimg {
|
|
|
|
min-height: 52px;
|
|
|
|
}
|
|
|
|
|
2012-01-23 23:07:24 +00:00
|
|
|
div.appgroup {
|
2016-07-24 11:25:32 +00:00
|
|
|
margin: 5px 0;
|
|
|
|
padding: 0;
|
2012-01-23 23:07:24 +00:00
|
|
|
width: auto;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.search {
|
2012-03-22 19:49:48 +00:00
|
|
|
margin: 10px 10px 0 0;
|
2012-03-12 14:30:38 +00:00
|
|
|
padding: 8px 8px 0 8px;
|
2012-01-23 23:07:24 +00:00
|
|
|
width: auto;
|
|
|
|
}
|
|
|
|
|
2012-03-03 20:17:02 +00:00
|
|
|
table.search {
|
2016-07-24 11:25:32 +00:00
|
|
|
border-collapse: separate;
|
|
|
|
border-spacing: 0;
|
|
|
|
border-radius: 0 0 2px 2px;
|
2017-03-06 04:41:22 +00:00
|
|
|
border: 1px solid #7778bf;
|
2012-01-25 02:38:49 +00:00
|
|
|
background: none;
|
2017-04-09 06:28:47 +00:00
|
|
|
background: linear-gradient(to bottom, #fff 50%, rgba(255,255,255,0.6) 50%, rgba(240,240,240,0.4)), repeating-linear-gradient(135deg, rgba(255,255,255,0.5) 2px, rgba(221, 221, 255, 0.3) 3px, #fff 5px) !important;
|
2012-01-25 02:38:49 +00:00
|
|
|
padding: 8px;
|
2016-07-24 11:25:32 +00:00
|
|
|
width: 70%;
|
2012-03-05 23:57:51 +00:00
|
|
|
margin-left:auto;
|
|
|
|
margin-right:auto;
|
2016-07-24 11:25:32 +00:00
|
|
|
margin-top: -19px;
|
2017-04-09 06:28:47 +00:00
|
|
|
box-shadow: 0 1px 1px 1px rgba(200, 200, 200, 0.3);
|
2017-03-06 04:41:22 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.search tr {
|
|
|
|
background: none !important;
|
2012-01-25 02:38:49 +00:00
|
|
|
}
|
|
|
|
|
2016-07-24 11:25:32 +00:00
|
|
|
table.search td {
|
|
|
|
border: none;
|
|
|
|
padding: 0 5px;
|
|
|
|
white-space: nowrap;
|
|
|
|
}
|
|
|
|
|
|
|
|
table.search td:first-child {
|
|
|
|
padding-right: 2px;
|
|
|
|
padding-left: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
table.search td:nth-child(2) {
|
|
|
|
text-align: center !important;
|
|
|
|
padding-right: 0;
|
2017-03-06 04:41:22 +00:00
|
|
|
padding-left: 6px;
|
2017-02-10 16:39:56 +00:00
|
|
|
width: 60px;
|
2016-07-24 11:25:32 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
table.search td:nth-child(3) {
|
|
|
|
padding-left: 0;
|
2017-04-09 06:28:47 +00:00
|
|
|
padding-right: 8px;
|
2012-01-23 23:07:24 +00:00
|
|
|
}
|
|
|
|
|
2017-01-07 17:47:01 +00:00
|
|
|
table.search input[type="text"] {
|
2016-07-24 11:25:32 +00:00
|
|
|
min-width: 40px !important;
|
|
|
|
width: 100%;
|
2017-01-07 18:51:58 +00:00
|
|
|
padding-left: 24px;
|
2016-07-24 11:25:32 +00:00
|
|
|
}
|
|
|
|
|
2017-01-07 17:47:01 +00:00
|
|
|
table.search select {
|
|
|
|
min-width: 80px;
|
|
|
|
width: 100%;
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
}
|
|
|
|
|
2017-05-14 06:26:16 +00:00
|
|
|
.app img {
|
2016-07-24 11:25:32 +00:00
|
|
|
width: auto;
|
|
|
|
height: 32px;
|
|
|
|
max-height: 32px;
|
|
|
|
max-width: 32px;
|
|
|
|
padding: 6px;
|
|
|
|
padding: 10px 60px;
|
2017-04-09 06:28:47 +00:00
|
|
|
filter: drop-shadow(0 0 1px #ccc);
|
2016-07-24 11:25:32 +00:00
|
|
|
opacity: 0.9;
|
2012-01-25 02:38:49 +00:00
|
|
|
}
|
|
|
|
|
2017-05-14 06:26:16 +00:00
|
|
|
.app table {
|
2012-01-23 23:07:24 +00:00
|
|
|
background: none;
|
|
|
|
border: 0;
|
|
|
|
margin: auto;
|
|
|
|
width: auto;
|
|
|
|
}
|
|
|
|
|
2017-05-14 06:26:16 +00:00
|
|
|
.app tr {
|
2012-01-23 23:07:24 +00:00
|
|
|
background: none;
|
|
|
|
border: 0;
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
|
2017-05-14 06:26:16 +00:00
|
|
|
.app td {
|
2012-01-23 23:07:24 +00:00
|
|
|
background: none;
|
|
|
|
border: 0;
|
2016-07-24 11:25:32 +00:00
|
|
|
padding: 0;
|
2012-01-23 23:07:24 +00:00
|
|
|
}
|
|
|
|
|
2017-05-14 06:26:16 +00:00
|
|
|
.applabel {
|
2016-07-24 11:25:32 +00:00
|
|
|
background: url(images/header.png) center center repeat-x;
|
2017-05-14 06:26:16 +00:00
|
|
|
background: linear-gradient(to bottom, #fff 50%, #eef 50%) !important;
|
2016-07-24 11:25:32 +00:00
|
|
|
font-size: 8pt;
|
2012-01-23 23:07:24 +00:00
|
|
|
margin: 0;
|
2016-07-24 11:25:32 +00:00
|
|
|
padding: 4px 6px;
|
|
|
|
border-top: 1px solid #7778bf;
|
2017-03-06 04:41:22 +00:00
|
|
|
box-shadow: inset 0 0 0 1px #fff;
|
2012-01-23 23:07:24 +00:00
|
|
|
text-align: center;
|
2016-07-24 11:25:32 +00:00
|
|
|
width: 146px;
|
2017-03-06 04:56:58 +00:00
|
|
|
overflow: hidden;
|
2016-07-24 11:25:32 +00:00
|
|
|
text-overflow: ellipsis;
|
|
|
|
white-space: nowrap;
|
|
|
|
}
|
|
|
|
|
|
|
|
.applabel a {
|
|
|
|
display: inline-block;
|
|
|
|
width: 100%;
|
2017-03-06 04:56:58 +00:00
|
|
|
overflow: hidden;
|
2017-01-07 17:47:01 +00:00
|
|
|
text-overflow: ellipsis;
|
|
|
|
white-space: nowrap;
|
2012-01-23 23:07:24 +00:00
|
|
|
}
|
|
|
|
|
2012-03-12 14:30:38 +00:00
|
|
|
/* end home page */
|
2012-01-23 23:07:24 +00:00
|
|
|
|
2017-05-14 06:26:16 +00:00
|
|
|
tt, code {
|
|
|
|
font: bold 9pt "Droid Sans Mono", "Noto Mono", "Lucida Console", "DejaVu Sans Mono", monospace !important;
|
2016-07-24 11:25:32 +00:00
|
|
|
color: #050;
|
|
|
|
}
|
|
|
|
|
|
|
|
tt::-moz-selection {
|
|
|
|
color: #fff;
|
|
|
|
background: #030 !important;
|
2011-01-24 13:20:06 +00:00
|
|
|
}
|
|
|
|
|
2017-07-01 19:44:02 +00:00
|
|
|
.main li {
|
2011-01-24 13:20:06 +00:00
|
|
|
text-align: left;
|
|
|
|
list-style: square;
|
2016-07-24 11:25:32 +00:00
|
|
|
margin: 2px 20px 0 40px;
|
2011-01-24 13:20:06 +00:00
|
|
|
padding: 1px 10px 1px 10px;
|
|
|
|
line-height: 150%;
|
|
|
|
word-wrap: break-word;
|
|
|
|
}
|
|
|
|
|
2017-07-01 19:44:02 +00:00
|
|
|
.main li b, .statlist b a:hover {
|
2017-04-09 06:28:47 +00:00
|
|
|
color: #335 !important;
|
2011-01-24 13:20:06 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.tidylist {
|
|
|
|
text-align: justify !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.tidylist li:first-child {
|
|
|
|
margin-top: -10px !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.tidylist:last-child {
|
|
|
|
padding-bottom: 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.tidylist code {
|
|
|
|
text-align: left;
|
2017-05-14 06:26:16 +00:00
|
|
|
font: 9pt "Droid Sans Mono", "Noto Mono", "Lucida Console", "DejaVu Sans Mono", monospace;
|
2011-01-24 13:20:06 +00:00
|
|
|
color: #910;
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
|
|
|
ol {
|
2016-07-24 11:25:32 +00:00
|
|
|
margin: 0 0 10px;
|
|
|
|
padding: 0;
|
2011-01-24 13:20:06 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
ul {
|
|
|
|
display: inline;
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
code {
|
|
|
|
text-align: left;
|
2017-05-14 06:26:16 +00:00
|
|
|
font: 9pt "Droid Sans Mono", "Noto Mono", "Lucida Console", "DejaVu Sans Mono", monospace;
|
2016-07-24 11:25:32 +00:00
|
|
|
color: #030;
|
|
|
|
}
|
|
|
|
|
|
|
|
th code {
|
2011-01-24 13:20:06 +00:00
|
|
|
font-weight: bold;
|
2016-07-24 11:25:32 +00:00
|
|
|
margin-left: 3px;
|
2011-01-24 13:20:06 +00:00
|
|
|
}
|
|
|
|
|
2017-04-09 06:28:47 +00:00
|
|
|
a, h1, h2, h3, h4, th, input[type="submit"], input[type="reset"], button, select {
|
|
|
|
text-shadow: 0 1px 1px #fff;
|
|
|
|
}
|
|
|
|
|
2017-07-01 19:44:02 +00:00
|
|
|
a:hover, a:focus, a:active, .app:hover a, .app:focus a, .app:active a,
|
2017-04-09 06:28:47 +00:00
|
|
|
input[type="submit"]:hover, input[type="submit"]:focus, input[type="submit"]:active,
|
|
|
|
input[type="reset"]:hover, input[type="reset"]:focus, input[type="reset"]:active,
|
|
|
|
button:hover, button:focus, button:active, select:hover, select:focus, select:active, .graphspanel a {
|
|
|
|
text-shadow: none;
|
|
|
|
}
|
|
|
|
|
2011-11-08 11:44:45 +00:00
|
|
|
a:link {
|
2017-04-09 06:28:47 +00:00
|
|
|
color: #3b6bbf;
|
2011-01-24 13:20:06 +00:00
|
|
|
text-decoration: none;
|
|
|
|
font-weight: bold;
|
|
|
|
word-wrap: break-word;
|
2016-07-24 11:25:32 +00:00
|
|
|
outline: none;
|
2011-01-24 13:20:06 +00:00
|
|
|
}
|
|
|
|
|
2011-11-08 11:44:45 +00:00
|
|
|
a:visited {
|
2017-04-09 06:28:47 +00:00
|
|
|
color: #2c4e8f;
|
2011-01-24 13:20:06 +00:00
|
|
|
text-decoration: none;
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
2016-07-24 11:25:32 +00:00
|
|
|
a:hover, a:focus {
|
2011-01-24 13:20:06 +00:00
|
|
|
color: #f60;
|
2016-07-24 11:25:32 +00:00
|
|
|
text-decoration: none;
|
2011-01-24 13:20:06 +00:00
|
|
|
font-weight: bold;
|
2017-04-09 06:28:47 +00:00
|
|
|
text-shadow: none;
|
2011-01-24 13:20:06 +00:00
|
|
|
}
|
|
|
|
|
2011-11-08 11:44:45 +00:00
|
|
|
a:active {
|
2016-07-24 11:25:32 +00:00
|
|
|
color: #f30 !important;
|
2011-01-24 13:20:06 +00:00
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
|
|
|
.links li {
|
|
|
|
list-style: url(images/link.png) !important;
|
2017-06-12 12:45:51 +00:00
|
|
|
text-align: justify !important;
|
2016-07-24 11:25:32 +00:00
|
|
|
line-height: 140% !important;
|
|
|
|
margin-right: 10px !important;
|
2011-01-24 13:20:06 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.links li:first-child {
|
|
|
|
padding-top: 0 !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.links ul {
|
|
|
|
margin-top: -5px !important;
|
|
|
|
}
|
|
|
|
|
2017-06-19 13:46:40 +00:00
|
|
|
.links code, #console code {
|
|
|
|
color: #910;
|
|
|
|
}
|
|
|
|
|
2016-07-24 11:25:32 +00:00
|
|
|
p {
|
|
|
|
text-align: justify;
|
|
|
|
line-height: 130%;
|
|
|
|
}
|
|
|
|
|
|
|
|
p.infohelp, p#sybilinfo, p#debugmode, p#upnpstatus, p#pluginconfigtext, p#gatherstats {
|
|
|
|
border: 1px solid #7778bf;
|
|
|
|
padding: 15px 15px 15px 50px;
|
2017-05-14 06:26:16 +00:00
|
|
|
background: #fff url(/themes/console/images/info/infohelp.png) 12px center no-repeat;
|
2016-07-24 11:25:32 +00:00
|
|
|
line-height: 130%;
|
|
|
|
}
|
|
|
|
|
2017-04-09 06:28:47 +00:00
|
|
|
p#upnpstatus, p#keyringhelp, .widescroll + p.infohelp, #profiles ul#banlist, #config_reseed .confignav + p.infohelp
|
2017-05-14 06:26:16 +00:00
|
|
|
p#sybilinfo, p#debugmode, #config_family p.infohelp, p#profiles_overview, p#gatherstats {
|
2016-07-24 11:25:32 +00:00
|
|
|
border-radius: 2px;
|
2017-04-09 06:28:47 +00:00
|
|
|
filter: drop-shadow(0 0 1px #ccc);
|
|
|
|
}
|
|
|
|
|
|
|
|
p#profiles_overview {
|
|
|
|
margin-bottom: 13px;
|
2016-07-24 11:25:32 +00:00
|
|
|
}
|
|
|
|
|
2017-05-14 06:26:16 +00:00
|
|
|
#profiles_overview + .widescroll {
|
|
|
|
margin-bottom: -5px;
|
|
|
|
}
|
|
|
|
|
2016-07-24 11:25:32 +00:00
|
|
|
.infohelp + hr {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
2017-06-03 14:09:17 +00:00
|
|
|
#bugreports {
|
2017-03-06 04:41:22 +00:00
|
|
|
border-collapse: separate;
|
|
|
|
border-radius: 2px;
|
2017-04-09 06:28:47 +00:00
|
|
|
filter: drop-shadow(0 0 1px #ccc)
|
2017-03-06 04:41:22 +00:00
|
|
|
}
|
|
|
|
|
2017-06-03 14:09:17 +00:00
|
|
|
#bugreports td.infohelp {
|
2017-05-14 06:26:16 +00:00
|
|
|
background: #fff url(/themes/console/images/info/bugreport.png) no-repeat left center !important;
|
2017-03-06 04:41:22 +00:00
|
|
|
padding: 10px 15px 10px 40px;
|
2016-07-24 11:25:32 +00:00
|
|
|
background-size: 28px 28px;
|
2017-03-06 04:41:22 +00:00
|
|
|
border: none !important;
|
|
|
|
text-align: justify;
|
2016-07-24 11:25:32 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
p#debugmode {
|
|
|
|
padding: 15px 15px 15px 50px;
|
|
|
|
background: #fff url(/themes/console/images/info/debug.png) 12px center no-repeat;
|
|
|
|
background-size: 28px 28px;
|
|
|
|
}
|
|
|
|
|
|
|
|
p#sybilinfo {
|
|
|
|
padding: 15px 15px 15px 50px;
|
|
|
|
background: #fff url(/themes/console/images/info/experimental.png) 12px center no-repeat;
|
|
|
|
background-size: 28px 28px;
|
2017-05-14 06:26:16 +00:00
|
|
|
border-radius: 2px;
|
|
|
|
filter: drop-shadow(0px 0 1px #ccc);
|
2016-07-24 11:25:32 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
p.infowarn {
|
|
|
|
border: 1px solid #7778bf;
|
|
|
|
padding: 15px 15px 15px 50px;
|
|
|
|
background: #fff url(/themes/console/images/info/infowarn.png) 10px center no-repeat;
|
|
|
|
line-height: 130%;
|
|
|
|
}
|
|
|
|
|
|
|
|
#bandwidthconfig tr:first-child .infohelp {
|
|
|
|
background: #fff url(/themes/console/images/info/bandwidth.png) 12px center no-repeat;
|
|
|
|
padding: 15px 15px 15px 50px;
|
|
|
|
background-size: 28px 28px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#addkeyring td.infohelp {
|
|
|
|
background: #fff url(/themes/console/images/info/keys.png) 12px center no-repeat;
|
|
|
|
padding: 15px 15px 15px 50px;
|
|
|
|
background-size: 28px 28px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#joinfamily tr:nth-child(3) td:first-child {
|
|
|
|
background: #fff url(/themes/console/images/info/key.png) 12px center no-repeat;
|
2017-04-09 06:28:47 +00:00
|
|
|
background: url(/themes/console/images/info/key.png) 12px center no-repeat, linear-gradient(to bottom, #fff 50%, rgba(220,220,255,0.3)), repeating-linear-gradient(135deg, rgba(255,255,255,0.5) 2px, rgba(221, 221, 255, 0.3) 3px, #fff 5px), #fff !important;
|
2016-07-24 11:25:32 +00:00
|
|
|
padding: 15px 15px 15px 50px;
|
2017-05-14 06:26:16 +00:00
|
|
|
background-size: 28px 28px, 100% 100%, 100% 100% !important;
|
2016-07-24 11:25:32 +00:00
|
|
|
}
|
|
|
|
|
2017-03-06 04:41:22 +00:00
|
|
|
#joinfamily tr:nth-child(2) td {
|
|
|
|
background: #fff;
|
|
|
|
padding: 10px 15px;
|
|
|
|
}
|
|
|
|
|
2016-07-24 11:25:32 +00:00
|
|
|
#newfamily tr:last-child td:first-child {
|
|
|
|
background: #fff url(/themes/console/images/info/label.png) 12px center no-repeat;
|
2017-04-09 06:28:47 +00:00
|
|
|
background: url(/themes/console/images/info/label.png) 12px center no-repeat, linear-gradient(to bottom, #fff 50%, rgba(220,220,255,0.3)), repeating-linear-gradient(135deg, rgba(255,255,255,0.5) 2px, rgba(221, 221, 255, 0.3) 3px, #fff 5px), #fff !important;
|
2016-07-24 11:25:32 +00:00
|
|
|
padding: 15px 15px 15px 50px;
|
2017-05-14 06:26:16 +00:00
|
|
|
background-size: 28px 28px, 100% 100%, 100% 100% !important;
|
2016-07-24 11:25:32 +00:00
|
|
|
}
|
|
|
|
|
2017-03-06 04:41:22 +00:00
|
|
|
#exportfamily tr:nth-child(2) td:first-child {
|
2017-05-14 06:26:16 +00:00
|
|
|
background: url(/themes/console/images/info/export_key.png) 12px center no-repeat, #fff !important;
|
|
|
|
padding: 20px 15px 20px 50px;
|
2017-03-06 04:41:22 +00:00
|
|
|
background-size: 28px 28px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#leavefamily {
|
|
|
|
margin: 14px 0 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#leavefamily tr:last-child td:first-child {
|
|
|
|
background: #fff url(/themes/console/images/info/leave_family.png) 12px center no-repeat;
|
2017-04-09 06:28:47 +00:00
|
|
|
background: url(/themes/console/images/info/leave_family.png) 12px center no-repeat, linear-gradient(to bottom, #fff 50%, rgba(220,220,255,0.3)), repeating-linear-gradient(135deg, rgba(255,255,255,0.5) 2px, rgba(221, 221, 255, 0.3) 3px, #fff 5px), #fff !important;
|
2017-03-06 04:41:22 +00:00
|
|
|
padding: 15px 15px 15px 50px;
|
|
|
|
background-size: 28px 28px;
|
|
|
|
}
|
|
|
|
|
2016-07-24 11:25:32 +00:00
|
|
|
#oldhome td:first-child {
|
|
|
|
background: #fff url(/themes/console/images/info/home.png) 12px center no-repeat;
|
2017-04-09 06:28:47 +00:00
|
|
|
background: url(/themes/console/images/info/home.png) 12px center no-repeat, linear-gradient(to bottom, #fff 50%, rgba(220,220,255,0.3)), repeating-linear-gradient(135deg, rgba(255,255,255,0.5) 2px, rgba(221, 221, 255, 0.3) 3px, #fff 5px), #fff !important;
|
2016-07-24 11:25:32 +00:00
|
|
|
padding: 15px 15px 15px 50px;
|
|
|
|
background-size: 28px 28px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#oldhome input[type="checkbox"], #enablefullstats input[type="checkbox"] {
|
|
|
|
vertical-align: sub;
|
|
|
|
}
|
|
|
|
|
2017-05-14 06:26:16 +00:00
|
|
|
#floodfillconfig tr:first-child .infohelp {
|
2016-07-24 11:25:32 +00:00
|
|
|
background: #fff url(/themes/console/images/info/floodfill_32x32.png) 12px center no-repeat;
|
|
|
|
padding: 15px 15px 15px 50px;
|
|
|
|
background-size: 28px 28px;
|
|
|
|
}
|
|
|
|
|
2017-05-14 06:26:16 +00:00
|
|
|
#floodfillconfig label {
|
|
|
|
margin-right: 5px;
|
|
|
|
}
|
|
|
|
|
2016-07-24 11:25:32 +00:00
|
|
|
p#clientconf.infohelp, p#webappconfigtext.infohelp {
|
|
|
|
background: #fff url(/themes/console/images/info/java_edit.png) 12px center no-repeat;
|
|
|
|
padding: 15px 15px 15px 50px;
|
|
|
|
background-size: 28px 28px;
|
|
|
|
}
|
|
|
|
|
|
|
|
p#pluginconfigtext {
|
|
|
|
background: #fff url(/themes/console/images/info/plugin_edit.png) 12px center no-repeat;
|
|
|
|
padding: 15px 15px 15px 50px;
|
|
|
|
background-size: 28px 28px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#plugininstall .infohelp {
|
|
|
|
background: #fff url(/themes/console/images/info/plugin_link.png) 12px center no-repeat;
|
|
|
|
padding: 15px 15px 15px 50px;
|
|
|
|
background-size: 28px 28px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#plugininstall tr:nth-child(3) td:nth-last-child(2), #manualreseed tr:nth-child(3) td:nth-last-child(2) {
|
|
|
|
background: #fff url(/themes/console/images/info/url.png) 12px center no-repeat;
|
2017-04-09 06:28:47 +00:00
|
|
|
background: url(/themes/console/images/info/url.png) 12px center no-repeat, linear-gradient(to bottom, #fff 50%, rgba(220,220,255,0.3)), repeating-linear-gradient(135deg, rgba(255,255,255,0.5) 2px, rgba(221, 221, 255, 0.3) 3px, #fff 5px), #fff !important;
|
2016-07-24 11:25:32 +00:00
|
|
|
padding: 15px 15px 15px 50px;
|
2017-05-14 06:26:16 +00:00
|
|
|
background-size: 28px 28px, 100% 100%, 100% 100% !important;
|
2016-07-24 11:25:32 +00:00
|
|
|
}
|
|
|
|
|
2017-06-03 14:09:17 +00:00
|
|
|
#plugininstall tr:nth-child(3) td:nth-last-child(1), #manualreseed tr:nth-child(3) td:nth-last-child(1), #manualreseed tr:nth-child(5) td:nth-last-child(1) {
|
2016-07-24 11:25:32 +00:00
|
|
|
background: #fff;
|
|
|
|
}
|
|
|
|
|
|
|
|
.optionsave form {
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
#manualreseed tr:nth-child(5) td:nth-last-child(2), #plugininstall tr:nth-child(5) td:nth-last-child(2) {
|
|
|
|
background: #fff url(/themes/console/images/info/from_file.png) 12px center no-repeat;
|
2017-04-09 06:28:47 +00:00
|
|
|
background: url(/themes/console/images/info/from_file.png) 12px center no-repeat, linear-gradient(to bottom, #fff 50%, rgba(220,220,255,0.3)), repeating-linear-gradient(135deg, rgba(255,255,255,0.5) 2px, rgba(221, 221, 255, 0.3) 3px, #fff 5px), #fff !important;
|
2016-07-24 11:25:32 +00:00
|
|
|
padding: 15px 15px 15px 50px;
|
2017-05-14 06:26:16 +00:00
|
|
|
background-size: 28px 28px, 100% 100%, 100% 100% !important;
|
2016-07-24 11:25:32 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
#manualreseed tr:nth-last-child(2) td.infohelp {
|
|
|
|
background: #fff url(/themes/console/images/info/box.png) 12px center no-repeat;
|
|
|
|
padding: 15px 15px 15px 50px;
|
|
|
|
background-size: 28px 28px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#config_peers tr:nth-child(3) td.infohelp {
|
|
|
|
background: #fff url(/themes/console/images/info/blocked.png) 12px center no-repeat;
|
|
|
|
padding: 15px 15px 15px 50px;
|
|
|
|
background-size: 28px 28px;
|
|
|
|
}
|
|
|
|
|
|
|
|
h3#shutdownrouter + p.infohelp {
|
|
|
|
background: #fff url(/themes/console/images/info/power.png) 12px center no-repeat;
|
|
|
|
padding: 15px 15px 15px 50px;
|
|
|
|
background-size: 28px 28px;
|
|
|
|
}
|
|
|
|
|
2017-02-10 16:39:56 +00:00
|
|
|
h3#restartrouter + p.infohelp, #config_family .infohelp.needrestart {
|
2016-07-24 11:25:32 +00:00
|
|
|
background: #fff url(/themes/console/images/info/reboot.png) 12px center no-repeat;
|
|
|
|
padding: 15px 15px 15px 50px;
|
|
|
|
background-size: 28px 28px;
|
|
|
|
}
|
|
|
|
|
2017-03-06 04:41:22 +00:00
|
|
|
h3#shutdownrouter, h3#systray {
|
|
|
|
margin-bottom: -15px;
|
|
|
|
}
|
|
|
|
|
2016-07-24 11:25:32 +00:00
|
|
|
h3#systray + p.infohelp {
|
|
|
|
background: #fff url(/themes/console/images/info/systray.png) 12px center no-repeat;
|
|
|
|
padding: 15px 15px 15px 50px;
|
|
|
|
background-size: 28px 28px;
|
|
|
|
}
|
|
|
|
|
|
|
|
h3#servicedebug {
|
|
|
|
margin-bottom: -15px;
|
|
|
|
}
|
|
|
|
|
|
|
|
h3#servicedebug + p.infohelp {
|
|
|
|
background: #fff url(/themes/console/images/info/debug.png) 12px center no-repeat;
|
|
|
|
padding: 15px 15px 15px 50px;
|
|
|
|
background-size: 28px 28px;
|
|
|
|
}
|
|
|
|
|
|
|
|
h3#browseronstart + p.infohelp {
|
|
|
|
background: #fff url(/themes/console/images/info/launch_browser.png) 12px center no-repeat;
|
|
|
|
padding: 15px 15px 15px 50px;
|
|
|
|
background-size: 28px 28px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.main#config_reseed p.infohelp {
|
|
|
|
background: #fff url(/themes/console/images/info/connect.png) 12px center no-repeat;
|
|
|
|
padding: 15px 15px 15px 50px;
|
|
|
|
background-size: 28px 28px;
|
|
|
|
}
|
|
|
|
|
|
|
|
p#enablefullstats, p#gatherstats {
|
|
|
|
background: #fff url(/themes/console/images/info/statistics.png) 12px center no-repeat;
|
|
|
|
padding: 15px 15px 15px 50px;
|
|
|
|
background-size: 28px 28px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#config_family .infohelp {
|
2017-05-14 06:26:16 +00:00
|
|
|
background: #fff url(/themes/console/images/info/family.png) 12px center no-repeat !important;
|
|
|
|
padding: 15px 15px 15px 50px !important;
|
|
|
|
background-size: 28px 28px !important;
|
2016-07-24 11:25:32 +00:00
|
|
|
}
|
|
|
|
|
2017-06-03 13:59:20 +00:00
|
|
|
/* stats page */
|
|
|
|
|
2016-07-24 11:25:32 +00:00
|
|
|
p#gatherstats + form, ul.statlist {
|
|
|
|
border: 1px solid #7778bf;
|
|
|
|
padding: 10px;
|
|
|
|
background: #fff;
|
|
|
|
}
|
|
|
|
|
|
|
|
.main#stats {
|
|
|
|
padding-bottom: 15px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.main#stats h3 {
|
|
|
|
border-width: 1px;
|
|
|
|
border-radius: 0;
|
|
|
|
filter: none;
|
|
|
|
margin-bottom: 4px;
|
|
|
|
margin-top: -1px;
|
|
|
|
}
|
|
|
|
|
|
|
|
ul.statlist {
|
|
|
|
border: 1px solid #7778bf;
|
|
|
|
padding: 0 10px 10px;
|
|
|
|
display: inline-block;
|
|
|
|
width: calc(100% - 22px);
|
2017-04-09 06:28:47 +00:00
|
|
|
background: repeating-linear-gradient(135deg, rgba(255,255,255,0.5) 2px, rgba(241, 241, 255, 0.3) 3px, #fff 5px);
|
|
|
|
box-shadow: inset 0 0 0 1px #fff;
|
|
|
|
}
|
|
|
|
|
2017-06-03 13:59:20 +00:00
|
|
|
.joblog .statlist li {
|
|
|
|
line-height: 140% !important;
|
|
|
|
padding-top: 6px;
|
|
|
|
padding-bottom: 0;
|
|
|
|
margin-right: 5px;
|
|
|
|
}
|
|
|
|
|
2017-04-09 06:28:47 +00:00
|
|
|
.statlist li:not(old) {
|
|
|
|
list-style: none !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.statlist li::before, .statlist li a[href^="graph"]::before {
|
|
|
|
content: "";
|
|
|
|
display: inline-block;
|
2017-06-03 13:59:20 +00:00
|
|
|
height: 4px !important;
|
|
|
|
width: 4px !important;
|
|
|
|
margin-left: -17px;
|
2017-04-09 06:28:47 +00:00
|
|
|
margin-right: 10px;
|
2017-06-03 13:59:20 +00:00
|
|
|
margin-top: -4px;
|
2017-04-09 06:28:47 +00:00
|
|
|
transform: rotate(45deg);
|
|
|
|
vertical-align: middle;
|
2017-06-03 13:59:20 +00:00
|
|
|
opacity: 0.8;
|
2017-04-09 06:28:47 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.statlist li::before {
|
2017-06-03 13:59:20 +00:00
|
|
|
background: #779;
|
2017-04-09 06:28:47 +00:00
|
|
|
border: 1px solid #335;
|
|
|
|
}
|
|
|
|
|
|
|
|
.statlist li a[href^="graph"]::before {
|
|
|
|
background: #3b6bbf;
|
|
|
|
border: 1px solid #3b6bbf;
|
|
|
|
}
|
|
|
|
|
2017-06-03 13:59:20 +00:00
|
|
|
.statlist li a[href$="&showEvents=true"]::before {
|
2017-04-09 06:28:47 +00:00
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.statlist li a[href^="graph"] {
|
|
|
|
margin-top: 4px;
|
|
|
|
margin-bottom: 2px;
|
|
|
|
display: inline-block;
|
|
|
|
vertical-align: middle;
|
|
|
|
}
|
|
|
|
|
2017-06-03 13:59:20 +00:00
|
|
|
.statlist li.statsName::before {
|
|
|
|
background: #446;
|
|
|
|
box-shadow: inset 0 0 0 1px #fff !important;
|
|
|
|
height: 6px !important;
|
|
|
|
width: 6px !important;
|
|
|
|
opacity: 1;
|
|
|
|
}
|
|
|
|
|
|
|
|
.statlist li li:last-child::before {
|
|
|
|
background: #335;
|
|
|
|
}
|
|
|
|
|
|
|
|
.statsName i {
|
2017-06-03 14:09:17 +00:00
|
|
|
color: #004f28;
|
2017-06-03 13:59:20 +00:00
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
|
|
|
.statsName li i {
|
|
|
|
color: inherit;
|
|
|
|
font-weight: normal;
|
|
|
|
}
|
|
|
|
|
|
|
|
.statsViewGraphs {
|
|
|
|
display: inline-block;
|
|
|
|
margin: 0 0 -5px 18px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.statsLongName {
|
|
|
|
display: inline-block;
|
|
|
|
}
|
|
|
|
|
|
|
|
.statsLongName::first-letter {
|
|
|
|
text-transform: uppercase;
|
|
|
|
}
|
|
|
|
|
|
|
|
.nowrap {
|
|
|
|
display: inline-block;
|
|
|
|
white-space: nowrap;
|
|
|
|
}
|
|
|
|
|
2017-04-09 06:28:47 +00:00
|
|
|
.statlist > li::after {
|
|
|
|
content: "";
|
|
|
|
display: block;
|
|
|
|
width: 100%;
|
|
|
|
height: 1px;
|
|
|
|
border-top: 1px dotted #ddf;
|
|
|
|
}
|
|
|
|
|
|
|
|
li.noevents::after {
|
|
|
|
content: "";
|
|
|
|
margin-top: 12px !important;
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
|
|
|
|
.statlist > li:last-child::after {
|
|
|
|
display: none;
|
2016-07-24 11:25:32 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
li.noevents {
|
2017-06-03 13:59:20 +00:00
|
|
|
margin: 0 0 5px 40px !important;
|
2016-07-24 11:25:32 +00:00
|
|
|
font-style: italic;
|
|
|
|
}
|
|
|
|
|
2017-06-03 13:59:20 +00:00
|
|
|
/* end stats page */
|
|
|
|
|
2016-07-24 11:25:32 +00:00
|
|
|
h1 {
|
|
|
|
text-align: left;
|
|
|
|
color: #31334f;
|
|
|
|
padding: 17px 15px 14px;
|
2017-06-19 13:46:40 +00:00
|
|
|
margin: 0 0 10px 214px;
|
2016-07-24 11:25:32 +00:00
|
|
|
font-size: 18pt;
|
|
|
|
line-height: 90%;
|
2017-01-15 14:08:29 +00:00
|
|
|
letter-spacing: 0.12em;
|
2016-07-24 11:25:32 +00:00
|
|
|
text-transform: uppercase;
|
|
|
|
box-shadow: inset 0 0 0 1px #bbf;
|
|
|
|
white-space: normal;
|
|
|
|
background: #fff;
|
2017-03-06 04:41:22 +00:00
|
|
|
background: linear-gradient(to bottom, rgba(255,255,255,0.8) 50%, rgba(255,255,255,0.7) 50%), url(images/noise.png) #fff !important;
|
|
|
|
background-size: 100% 100%, 50px 50px !important;
|
2016-07-24 11:25:32 +00:00
|
|
|
border: 1px solid #447;
|
|
|
|
border-radius: 2px;
|
2017-05-14 06:26:16 +00:00
|
|
|
min-width: 546px;
|
2017-07-01 19:44:02 +00:00
|
|
|
z-index: 999;
|
2016-07-24 11:25:32 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
span.newtab {
|
|
|
|
text-align: right;
|
|
|
|
font-size: 8pt;
|
|
|
|
float: right;
|
|
|
|
letter-spacing: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.newtab img {
|
|
|
|
margin-top: -3px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.newtab img:hover {
|
|
|
|
filter: drop-shadow(0 0 1px #f60);
|
|
|
|
}
|
|
|
|
|
|
|
|
h2 {
|
|
|
|
font-size: 13pt;
|
|
|
|
color: #31334f;
|
|
|
|
letter-spacing: 0.08em;
|
|
|
|
word-spacing: 0.1em;
|
|
|
|
background: url(images/header.png) center center repeat-x;
|
2017-05-14 06:26:16 +00:00
|
|
|
background: linear-gradient(to right, #fff, rgba(255,255,255,0) 600px), linear-gradient(to bottom, #fff 50%, #eef 50%) !important;
|
2016-07-24 11:25:32 +00:00
|
|
|
padding: 10px;
|
|
|
|
border: 1px solid #7778bf;
|
|
|
|
border-radius: 2px;
|
|
|
|
margin: 15px 0 15px 0 !important;
|
2017-04-09 06:28:47 +00:00
|
|
|
box-shadow: inset 0 0 0 1px #fff, 0 0 1px #ccc;
|
2016-07-24 11:25:32 +00:00
|
|
|
word-wrap: break-word;
|
|
|
|
text-transform: uppercase !important;
|
|
|
|
}
|
|
|
|
|
2017-03-06 04:56:58 +00:00
|
|
|
.welcome h2 { /* fixes occluded langbox rendering bug */
|
2016-07-24 11:25:32 +00:00
|
|
|
filter: none;
|
2017-04-09 06:28:47 +00:00
|
|
|
box-shadow: inset 0 0 0 1px #fff, 0 0 1px #ccc;
|
2017-03-06 04:41:22 +00:00
|
|
|
white-space: nowrap;
|
2016-07-24 11:25:32 +00:00
|
|
|
}
|
|
|
|
|
2017-05-14 06:26:16 +00:00
|
|
|
.main#home .welcome + #homepanel > .ag2 > h4 { /* fix placement of initial /home "welcome to i2p" h2 */
|
|
|
|
margin-top: -1px;
|
|
|
|
}
|
|
|
|
|
2016-07-24 11:25:32 +00:00
|
|
|
h2 a, h3 a {
|
|
|
|
text-transform: uppercase;
|
|
|
|
letter-spacing: 0.08em;
|
|
|
|
word-spacing: 0.1em;
|
|
|
|
}
|
|
|
|
|
|
|
|
h2 a:hover, h3 a:hover {
|
|
|
|
color: #115;
|
|
|
|
}
|
|
|
|
|
|
|
|
h3.tabletitle a:hover, h3.ptitle a:hover, h3#graphinfo a:hover, #news h3 a:hover {
|
|
|
|
color: #f60;
|
|
|
|
}
|
|
|
|
|
|
|
|
h2 img {
|
|
|
|
opacity: 0.9 !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
h3 {
|
|
|
|
border: 1px solid #7789bf;
|
|
|
|
border-left: 5px solid #7789bf;
|
2017-03-06 04:41:22 +00:00
|
|
|
padding: 6px 5px 5px 7px;
|
2016-07-24 11:25:32 +00:00
|
|
|
margin: 12px 0 15px 0;
|
|
|
|
border-radius: 0 2px 2px 0;
|
|
|
|
background: url(images/header.png) center center repeat-x !important;
|
2017-05-14 06:26:16 +00:00
|
|
|
background: linear-gradient(to bottom, #fff 50%, #eef 50%) !important;
|
2016-07-24 11:25:32 +00:00
|
|
|
font-size: 11pt;
|
|
|
|
text-transform: uppercase;
|
|
|
|
letter-spacing: 0.08em;
|
|
|
|
word-spacing: 0.1em;
|
|
|
|
color: #31334f;
|
2017-04-09 06:28:47 +00:00
|
|
|
box-shadow: inset 0 0 0 1px #fff, 0 0 1px #ccc;
|
2016-07-24 11:25:32 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
h3.tabletitle, h3.ptitle, #config_advanced h3.tabletitle, h3#bannedpeers {
|
|
|
|
border-radius: 0;
|
|
|
|
border: 1px solid #7778bf;
|
|
|
|
margin-bottom: -2px;
|
2017-04-09 06:28:47 +00:00
|
|
|
box-shadow: inset 0 0 0 1px #fff;
|
2016-07-24 11:25:32 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
h3.ptitle {
|
|
|
|
margin-bottom: -14px;
|
|
|
|
}
|
|
|
|
|
|
|
|
h3#bannedpeers {
|
|
|
|
margin-bottom: -1px;
|
|
|
|
}
|
|
|
|
|
2017-04-09 06:28:47 +00:00
|
|
|
h2, h3 {
|
2017-05-14 06:26:16 +00:00
|
|
|
background: linear-gradient(to bottom, #fff 50%, rgba(255,255,255,0.6) 50%, rgba(240,240,240,0.4)), linear-gradient(to right, #fff 5%, rgba(231, 231, 255, 0.8) 25%) !important;
|
2017-04-09 06:28:47 +00:00
|
|
|
}
|
|
|
|
|
2017-03-06 04:41:22 +00:00
|
|
|
/* /configpeers */
|
|
|
|
|
|
|
|
#banlist li {
|
|
|
|
min-height: 34px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#bannedips {
|
|
|
|
margin-bottom: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#bannedips td {
|
|
|
|
vertical-align: top;
|
|
|
|
padding: 0;
|
|
|
|
width: 50%;
|
|
|
|
}
|
|
|
|
|
|
|
|
#permabanned tr:nth-child(2) td, #ipv4 td, #ipv6 td {
|
|
|
|
border-bottom: 1px solid #7778bf;
|
|
|
|
background: #fff !important;
|
|
|
|
background: linear-gradient(to bottom, #fff 50%, rgba(238, 238, 255, 0.2) 50%, #eef 100%) #fff !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
#ipv6 td {
|
|
|
|
border-top: 1px solid #7778bf;
|
|
|
|
}
|
|
|
|
|
|
|
|
#bannedips table {
|
|
|
|
border: none;
|
|
|
|
border-bottom: 1px solid #7778bf;
|
|
|
|
margin: -1px 0 !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
#bannedips table th {
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
#bannedips table td {
|
|
|
|
text-align: center;
|
|
|
|
padding: 4px 2px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#banneduntilrestart, #permabanned {
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
#permabanned td:first-child {
|
|
|
|
border-left: 1px solid #7778bf;
|
|
|
|
text-align: right;
|
|
|
|
padding-right: 10px;
|
|
|
|
width: 49%;
|
|
|
|
}
|
|
|
|
|
|
|
|
#permabanned td:nth-child(2) {
|
|
|
|
width: 2%;
|
|
|
|
}
|
|
|
|
|
|
|
|
#permabanned td:last-child {
|
|
|
|
text-align: left;
|
|
|
|
padding-left: 10px;
|
|
|
|
width: 49%;
|
|
|
|
}
|
|
|
|
|
|
|
|
#banneduntilrestart td {
|
|
|
|
border-right: 1px solid #7778bf;
|
|
|
|
text-align: right !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
#banneduntilrestart td:last-child {
|
|
|
|
text-align: center !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
#bannedips tr:nth-child(even) {
|
|
|
|
background: #eef;
|
2017-04-09 06:28:47 +00:00
|
|
|
background: repeating-linear-gradient(135deg, rgba(255,255,255,0.5) 2px, rgba(240, 240, 255, 0.3) 3px, #fff 5px);
|
2017-03-06 04:41:22 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
#bannedips tr:nth-child(odd) {
|
|
|
|
background: #f7f8ff;
|
2017-04-09 06:28:47 +00:00
|
|
|
background: repeating-linear-gradient(45deg, rgba(255,255,255,0.5) 2px, rgba(221, 221, 255, 0.3) 3px, #fff 5px);
|
2017-03-06 04:41:22 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
/* end /configpeers */
|
|
|
|
|
2016-07-24 11:25:32 +00:00
|
|
|
h4 {
|
|
|
|
border: 1px solid #7778bf;
|
|
|
|
padding: 4px 6px;
|
|
|
|
margin: 5px 0 10px 0;
|
|
|
|
font-size: 10pt;
|
|
|
|
text-transform: uppercase;
|
|
|
|
letter-spacing: 0.08em;
|
|
|
|
word-spacing: 0.1em;
|
|
|
|
border-radius: 2px;
|
|
|
|
background: #eef;
|
|
|
|
background: linear-gradient(to right, #fff, #eef);
|
|
|
|
color: #31334f;
|
|
|
|
box-shadow: inset 0 0 0 1px #fff;
|
|
|
|
}
|
|
|
|
|
|
|
|
#certs p:empty {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
#certs h3 {
|
|
|
|
margin-bottom: -6px;
|
|
|
|
border-width: 1px;
|
|
|
|
border-radius: 0;
|
|
|
|
filter: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
#certs h4 {
|
|
|
|
border-radius: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
#certs h3 + p {
|
|
|
|
border: 1px solid #7778bf;
|
|
|
|
padding: 15px;
|
|
|
|
margin: 5px 0 !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
#certs h3 + p:empty + h4 {
|
|
|
|
margin-top: 5px !important;
|
|
|
|
}
|
|
|
|
#certs p + h3, #certs p + h4 {
|
|
|
|
margin-top: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#certs h4 + p {
|
|
|
|
border: 1px solid #7778bf;
|
|
|
|
padding: 15px;
|
|
|
|
margin: -11px 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
#certs p {
|
|
|
|
background: #efefff;
|
|
|
|
box-shadow: inset 0 0 0 1px #fff;
|
|
|
|
}
|
|
|
|
|
2017-02-10 16:39:56 +00:00
|
|
|
#certs textarea {
|
|
|
|
margin: -1px 0 10px 0;
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
2017-03-06 04:41:22 +00:00
|
|
|
#certs h4 + textarea {
|
|
|
|
margin: -11px 0 5px !important;
|
|
|
|
border: 1px solid #7778bf;
|
|
|
|
box-shadow: none;
|
|
|
|
}
|
|
|
|
|
2016-07-24 11:25:32 +00:00
|
|
|
.underline {
|
|
|
|
border-bottom: 1px solid #000022;
|
|
|
|
padding: 5px 0 5px 0;
|
|
|
|
margin: 0 0 10px 0;
|
|
|
|
}
|
|
|
|
|
2017-06-12 12:45:51 +00:00
|
|
|
/* welcome section */
|
|
|
|
|
2016-07-24 11:25:32 +00:00
|
|
|
.langbox {
|
2017-06-12 12:45:51 +00:00
|
|
|
margin: 3px 1px 0 5px;
|
2016-07-24 11:25:32 +00:00
|
|
|
padding: 2px 3px;
|
|
|
|
color: #001;
|
|
|
|
font-size: 7pt;
|
2017-01-15 14:08:29 +00:00
|
|
|
width: 360px;
|
2016-07-24 11:25:32 +00:00
|
|
|
text-align: right;
|
|
|
|
float: right;
|
|
|
|
vertical-align: middle;
|
|
|
|
opacity: 1 !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.langbox img {
|
2017-03-06 04:41:22 +00:00
|
|
|
padding: 0 !important;
|
2016-07-24 11:25:32 +00:00
|
|
|
opacity: 0.9;
|
2017-03-06 04:41:22 +00:00
|
|
|
margin: -1px 0 0;
|
|
|
|
border: 1px solid #99f;
|
|
|
|
filter: none;
|
|
|
|
border-radius: 1px;
|
2016-07-24 11:25:32 +00:00
|
|
|
}
|
|
|
|
|
2017-05-14 06:26:16 +00:00
|
|
|
.langbox img:hover, .langbox a:focus img {
|
|
|
|
border: 1px solid #f60;
|
|
|
|
filter: none !important;
|
|
|
|
box-shadow: 0 0 1px 0 #f60;
|
2016-07-24 11:25:32 +00:00
|
|
|
opacity: 1;
|
|
|
|
transform: scale(1.2);
|
2017-05-14 06:26:16 +00:00
|
|
|
transition: ease box-shadow 0.3s, ease border 0.3s;
|
2016-07-24 11:25:32 +00:00
|
|
|
}
|
|
|
|
|
2017-05-14 06:26:16 +00:00
|
|
|
.langbox a:active img {
|
2017-03-06 04:41:22 +00:00
|
|
|
transform: scale(1.0);
|
|
|
|
}
|
|
|
|
|
2017-06-12 12:45:51 +00:00
|
|
|
.twocol {
|
2017-07-01 19:44:02 +00:00
|
|
|
-moz-columns: 2 400px;
|
|
|
|
-webkit-columns: 2 400px;
|
2017-06-12 12:45:51 +00:00
|
|
|
columns: 2 400px;
|
2017-07-01 19:44:02 +00:00
|
|
|
-moz-column-gap: 0 !important;
|
|
|
|
-webkit-column-gap: 0 !important;
|
2017-06-12 12:45:51 +00:00
|
|
|
column-gap: 0 !important;
|
|
|
|
display: block;
|
|
|
|
margin: 10px 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.twocol li {
|
|
|
|
break-inside: avoid;
|
|
|
|
page-break-inside: avoid;
|
2017-07-01 19:44:02 +00:00
|
|
|
-webkit-column-break-inside: avoid;
|
2017-06-12 12:45:51 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.twocol li:first-child {
|
|
|
|
margin-top: 0 !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.main#console p {
|
|
|
|
margin-left: 10px;
|
|
|
|
margin-right: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* end welcome section */
|
|
|
|
|
2017-02-10 16:39:56 +00:00
|
|
|
input[type="submit"], input[type="reset"], button, .optbox, select {
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
|
2016-07-24 11:25:32 +00:00
|
|
|
button.search {
|
2017-05-14 06:26:16 +00:00
|
|
|
background: url(/themes/console/images/buttons/search.png) no-repeat 6px center, linear-gradient(to bottom, #fff, #ddd);
|
|
|
|
padding: 5px 7px 5px 22px;
|
2016-07-24 11:25:32 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
button.search:hover {
|
2017-05-14 06:26:16 +00:00
|
|
|
background: url(/themes/console/images/buttons/search_hover.png) no-repeat 6px center, linear-gradient(to bottom, #ddd, #fff);
|
2016-07-24 11:25:32 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
input.search[type="text"] {
|
|
|
|
background: #fff url(/themes/console/images/buttons/search.png) no-repeat 4px center;
|
|
|
|
padding: 4px 3px 4px 22px;
|
|
|
|
background-size: 16px 16px !important;
|
|
|
|
background-blend-mode: luminosity;
|
|
|
|
}
|
|
|
|
|
|
|
|
input.search[type="text"]:focus {
|
|
|
|
background-blend-mode: normal;
|
|
|
|
}
|
|
|
|
|
|
|
|
input, input:visited, button, button:visited {
|
|
|
|
border: 1px solid #999;
|
|
|
|
box-shadow: inset 0 0 0 1px #fff;
|
|
|
|
background: #eee;
|
2017-05-14 06:26:16 +00:00
|
|
|
background: linear-gradient(to bottom, #fff, #ddd);
|
2016-07-24 11:25:32 +00:00
|
|
|
color: #333;
|
|
|
|
margin: 3px;
|
2017-04-09 06:28:47 +00:00
|
|
|
font: 9pt "Droid Sans", "Noto Sans", Ubuntu, "Segoe UI", "Lucida Grande", Verdana, Helvetica, sans-serif;
|
2016-07-24 11:25:32 +00:00
|
|
|
padding: 4px 5px;
|
|
|
|
text-decoration: none;
|
|
|
|
border-radius: 2px;
|
|
|
|
opacity: 1;
|
|
|
|
background-size: 14px auto, 100% 100% !important;
|
2017-04-09 06:28:47 +00:00
|
|
|
filter: saturate(70%) drop-shadow(0 0 1px rgba(204, 204, 204, 0.6));
|
2017-05-14 06:26:16 +00:00
|
|
|
}
|
|
|
|
|
2017-07-01 19:44:02 +00:00
|
|
|
button::-moz-focus-inner, input[type="submit"]::-moz-focus-inner, input[type="reset"]::-moz-focus-inner {
|
2017-05-14 06:26:16 +00:00
|
|
|
outline: none;
|
|
|
|
border: none;
|
2016-07-24 11:25:32 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
button:hover, input[type="submit"]:hover, input[type="reset"]:hover, button:focus, input[type="submit"]:focus, input[type="reset"]:focus {
|
2017-05-14 06:26:16 +00:00
|
|
|
background: linear-gradient(to bottom, #ddd, #fff);
|
2016-07-24 11:25:32 +00:00
|
|
|
border: 1px solid #f60;
|
2017-04-09 06:28:47 +00:00
|
|
|
filter: saturate(100%) drop-shadow(0 0 1px rgba(204, 204, 204, 0.8));
|
2017-05-14 06:26:16 +00:00
|
|
|
transition: ease border 0.7s;
|
2016-07-24 11:25:32 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
button:active, input[type="submit"]:active, input[type="reset"]:active {
|
2017-03-06 04:41:22 +00:00
|
|
|
box-shadow: inset 0 0 0 1px #fff, inset 2px 2px 2px #555;
|
2016-07-24 11:25:32 +00:00
|
|
|
background-blend-mode: luminosity;
|
|
|
|
}
|
|
|
|
|
|
|
|
input.accept, button.accept {
|
2017-05-14 06:26:16 +00:00
|
|
|
background: url(/themes/console/images/buttons/yes.png) no-repeat 6px center, linear-gradient(to bottom, #fff, #ddd);
|
|
|
|
padding: 5px 7px 5px 22px;
|
2016-07-24 11:25:32 +00:00
|
|
|
}
|
|
|
|
|
2017-03-06 04:56:58 +00:00
|
|
|
input.accept:hover, button.accept:hover,
|
2016-07-24 11:25:32 +00:00
|
|
|
input.accept:focus, button.accept:focus {
|
2017-05-14 06:26:16 +00:00
|
|
|
background: url(/themes/console/images/buttons/yes.png) no-repeat 6px center, linear-gradient(to bottom, #ddd, #fff);
|
2016-07-24 11:25:32 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
input.accept[value^="Unban"], button.accept[value^="Unban"] {
|
2017-05-14 06:26:16 +00:00
|
|
|
background: url(/themes/console/images/buttons/unban.png) no-repeat 6px center, linear-gradient(to bottom, #fff, #ddd);
|
|
|
|
padding: 5px 7px 5px 22px;
|
2016-07-24 11:25:32 +00:00
|
|
|
}
|
|
|
|
|
2017-03-06 04:56:58 +00:00
|
|
|
input.accept[value^="Unban"]:hover, button.accept[value^="Unban"]:hover,
|
2016-07-24 11:25:32 +00:00
|
|
|
input.accept[value^="Unban"]:focus, button.accept[value^="Unban"]:focus {
|
2017-05-14 06:26:16 +00:00
|
|
|
background: url(/themes/console/images/buttons/unban.png) no-repeat 6px center, linear-gradient(to bottom, #ddd, #fff);
|
2016-07-24 11:25:32 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
input.accept[value^="Create"], button.accept[value^="Create"] {
|
2017-05-14 06:26:16 +00:00
|
|
|
background: url(/themes/console/images/buttons/create.png) no-repeat 6px center, linear-gradient(to bottom, #fff, #ddd);
|
|
|
|
padding: 5px 7px 5px 22px;
|
2016-07-24 11:25:32 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
input.accept[value^="Create"]:hover, button.accept[value^="Create"]:hover,
|
|
|
|
input.accept[value^="Create"]:focus, button.accept[value^="Create"]:focus {
|
2017-05-14 06:26:16 +00:00
|
|
|
background: url(/themes/console/images/buttons/create.png) no-repeat 6px center, linear-gradient(to bottom, #ddd, #fff);
|
2016-07-24 11:25:32 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
input.accept[value^="Filter"], button.accept[value^="Filter"] {
|
2017-05-14 06:26:16 +00:00
|
|
|
background: url(/themes/console/images/buttons/filter.png) no-repeat 6px center, linear-gradient(to bottom, #fff, #ddd);
|
|
|
|
padding: 5px 7px 5px 22px;
|
2016-07-24 11:25:32 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
input.accept[value^="Filter"]:hover, button.accept[value^="Filter"]:hover,
|
|
|
|
input.accept[value^="Filter"]:focus, button.accept[value^="Filter"]:focus {
|
2017-05-14 06:26:16 +00:00
|
|
|
background: url(/themes/console/images/buttons/filter.png) no-repeat 6px center, linear-gradient(to bottom, #ddd, #fff);
|
2016-07-24 11:25:32 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
input.add, button.add {
|
2017-05-14 06:26:16 +00:00
|
|
|
background: url(/themes/console/images/buttons/add.png) no-repeat 6px center, linear-gradient(to bottom, #fff, #ddd);
|
|
|
|
padding: 5px 7px 5px 22px;
|
2016-07-24 11:25:32 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
input.add:hover, button.add:hover,
|
|
|
|
input.add:focus, button.add:focus {
|
2017-05-14 06:26:16 +00:00
|
|
|
background: url(/themes/console/images/buttons/add.png) no-repeat 6px center, linear-gradient(to bottom, #ddd, #fff);
|
2016-07-24 11:25:32 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
input.add[value^="Adjust"], button.add[value^="Adjust"] {
|
2017-05-14 06:26:16 +00:00
|
|
|
background: url(/themes/console/images/buttons/edit2.png) no-repeat 6px center, linear-gradient(to bottom, #fff, #ddd);
|
|
|
|
padding: 5px 7px 5px 22px;
|
2016-07-24 11:25:32 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
input.add[value^="Adjust"]:hover, button.add[value^="Adjust"]:hover,
|
|
|
|
input.add[value^="Adjust"]:focus, button.add[value^="Adjust"]:focus {
|
2017-05-14 06:26:16 +00:00
|
|
|
background: url(/themes/console/images/buttons/edit2.png) no-repeat 6px center, linear-gradient(to bottom, #ddd, #fff);
|
2016-07-24 11:25:32 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
input.cancel, button.cancel {
|
2017-05-14 06:26:16 +00:00
|
|
|
background: url(/themes/console/images/buttons/no.png) no-repeat 6px center, linear-gradient(to bottom, #fff, #ddd);
|
|
|
|
padding: 5px 7px 5px 22px;
|
2016-07-24 11:25:32 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
input.cancel:hover, button.cancel:hover,
|
|
|
|
input.cancel:focus, button.cancel:focus {
|
2017-05-14 06:26:16 +00:00
|
|
|
background: url(/themes/console/images/buttons/no.png) no-repeat 6px center, linear-gradient(to bottom, #ddd, #fff);
|
2016-07-24 11:25:32 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
input.accept[value^="Show"], button.accept[value^="Show"],
|
|
|
|
input.check[value^="View"], button.check[value^="View"] {
|
2017-05-14 06:26:16 +00:00
|
|
|
background: url(/themes/console/images/buttons/show.png) no-repeat 6px center, linear-gradient(to bottom, #fff, #ddd);
|
|
|
|
padding: 5px 7px 5px 22px;
|
2016-07-24 11:25:32 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
input.accept[value^="Show"]:hover, button.accept[value^="Show"]:hover,
|
|
|
|
input.check[value^="View"]:hover, button.check[value^="View"]:hover,
|
|
|
|
input.accept[value^="Show"]:focus, button.accept[value^="Show"]:focus,
|
|
|
|
input.check[value^="View"]:focus, button.check[value^="View"]:focus {
|
2017-05-14 06:26:16 +00:00
|
|
|
background: url(/themes/console/images/buttons/show.png) no-repeat 6px center, linear-gradient(to bottom, #ddd, #fff);
|
2016-07-24 11:25:32 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
input.cancel[value^="Hide"], button.cancel[value^="Hide"],
|
|
|
|
input.delete[value^="Do not view"], button.delete[value^="Do not view"] {
|
2017-05-14 06:26:16 +00:00
|
|
|
background: url(/themes/console/images/buttons/hide.png) no-repeat 6px center, linear-gradient(to bottom, #fff, #ddd);
|
|
|
|
padding: 5px 7px 5px 22px;
|
2016-07-24 11:25:32 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
input.cancel[value^="Hide"]:hover, button.cancel[value^="Hide"]:hover,
|
|
|
|
input.delete[value^="Do not view"]:hover, button.delete[value^="Do not view"]:hover,
|
|
|
|
input.cancel[value^="Hide"]:focus, button.cancel[value^="Hide"]:focus,
|
|
|
|
input.delete[value^="Do not view"]:focus, button.delete[value^="Do not view"]:focus {
|
2017-05-14 06:26:16 +00:00
|
|
|
background: url(/themes/console/images/buttons/hide.png) no-repeat 6px center, linear-gradient(to bottom, #ddd, #fff);
|
2016-07-24 11:25:32 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
input.check, button.check {
|
2017-05-14 06:26:16 +00:00
|
|
|
background: url(/themes/console/images/buttons/yes.png) no-repeat 6px center, linear-gradient(to bottom, #fff, #ddd);
|
|
|
|
padding: 5px 7px 5px 22px;
|
2016-07-24 11:25:32 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
input.check:hover, button.check:hover,
|
|
|
|
input.check:focus, button.check:focus {
|
2017-05-14 06:26:16 +00:00
|
|
|
background: url(/themes/console/images/buttons/yes.png) no-repeat 6px center, linear-gradient(to bottom, #ddd, #fff);
|
2016-07-24 11:25:32 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
input.check[value$="updates"], button.check[value$="updates"] {
|
2017-05-14 06:26:16 +00:00
|
|
|
background: url(/themes/console/images/buttons/update.png) no-repeat 6px center, linear-gradient(to bottom, #fff, #ddd);
|
|
|
|
padding: 5px 7px 5px 22px;
|
2016-07-24 11:25:32 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
input.check[value$="updates"]:hover, button.check[value$="updates"]:hover,
|
|
|
|
input.check[value$="updates"]:focus, button.check[value$="updates"]:focus {
|
2017-05-14 06:26:16 +00:00
|
|
|
background: url(/themes/console/images/buttons/update_hover.png) no-repeat 6px center, linear-gradient(to bottom, #ddd, #fff);
|
2016-07-24 11:25:32 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
input.delete, button.delete {
|
2017-05-14 06:26:16 +00:00
|
|
|
background: url(/themes/console/images/buttons/delete.png) no-repeat 6px center, linear-gradient(to bottom, #fff, #ddd);
|
|
|
|
padding: 5px 7px 5px 22px;
|
2016-07-24 11:25:32 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
input.delete:hover, button.delete:hover,
|
|
|
|
input.delete:focus, button.delete:focus {
|
2017-05-14 06:26:16 +00:00
|
|
|
background: url(/themes/console/images/buttons/delete_hover.png) no-repeat 6px center, linear-gradient(to bottom, #ddd, #fff);
|
2016-07-24 11:25:32 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
input.delete[value^="Ban"], button.delete[value^="Ban"] {
|
2017-05-14 06:26:16 +00:00
|
|
|
background: url(/themes/console/images/buttons/ban.png) no-repeat 6px center, linear-gradient(to bottom, #fff, #ddd);
|
|
|
|
padding: 5px 7px 5px 22px;
|
2016-07-24 11:25:32 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
input.delete[value^="Ban"]:hover, button.delete[value^="Ban"]:hover,
|
|
|
|
input.delete[value^="Ban"]:focus, button.delete[value^="Ban"]:focus {
|
2017-05-14 06:26:16 +00:00
|
|
|
background: url(/themes/console/images/buttons/ban.png) no-repeat 6px center, linear-gradient(to bottom, #ddd, #fff);
|
2016-07-24 11:25:32 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
input.download, button.download {
|
2017-05-14 06:26:16 +00:00
|
|
|
background: url(/themes/console/images/buttons/download.png) no-repeat 6px center, linear-gradient(to bottom, #fff, #ddd);
|
|
|
|
padding: 5px 7px 5px 22px;
|
2016-07-24 11:25:32 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
input.download:hover, button.download:hover,
|
|
|
|
input.download:focus, button.download:focus {
|
2017-05-14 06:26:16 +00:00
|
|
|
background: url(/themes/console/images/buttons/download.png) no-repeat 6px center, linear-gradient(to bottom, #ddd, #fff);
|
2016-07-24 11:25:32 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
input.download[value^="Join"], button.download[value^="Join"] {
|
2017-05-14 06:26:16 +00:00
|
|
|
background: url(/themes/console/images/buttons/users.png) no-repeat 6px center, linear-gradient(to bottom, #fff, #ddd);
|
|
|
|
padding: 5px 7px 5px 22px;
|
2017-03-06 04:56:58 +00:00
|
|
|
}
|
2016-07-24 11:25:32 +00:00
|
|
|
|
|
|
|
input.download[value^="Join"]:hover, button.download[value^="Join"]:hover,
|
|
|
|
input.download[value^="Join"]:focus, button.download[value^="Join"]:focus {
|
2017-05-14 06:26:16 +00:00
|
|
|
background: url(/themes/console/images/buttons/users.png) no-repeat 6px center, linear-gradient(to bottom, #ddd, #fff);
|
2016-07-24 11:25:32 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
input.download[value$="from File"], button.download[value$="from File"],
|
|
|
|
input.download[value$="from file"], button.download[value$="from file"] {
|
2017-05-14 06:26:16 +00:00
|
|
|
background: url(/themes/console/images/buttons/from-file.png) no-repeat 6px center, linear-gradient(to bottom, #fff, #ddd);
|
|
|
|
padding: 5px 7px 5px 22px;
|
2016-07-24 11:25:32 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
input.download[value$="from File"]:hover, button.download[value$="from File"]:hover,
|
|
|
|
input.download[value$="from file"]:hover, button.download[value$="from file"]:hover,
|
|
|
|
input.download[value$="from File"]:focus, button.download[value$="from File"]:focus,
|
|
|
|
input.download[value$="from file"]:focus, button.download[value$="from file"]:focus {
|
2017-05-14 06:26:16 +00:00
|
|
|
background: url(/themes/console/images/buttons/from-file.png) no-repeat 6px center, linear-gradient(to bottom, #ddd, #fff);
|
2016-07-24 11:25:32 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
input.download[value^="Dump"], button.download[value^="Dump"] {
|
2017-05-14 06:26:16 +00:00
|
|
|
background: url(/themes/console/images/buttons/dump-threads.png) no-repeat 6px center, linear-gradient(to bottom, #fff, #ddd);
|
|
|
|
padding: 5px 7px 5px 22px;
|
2016-07-24 11:25:32 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
input.download[value^="Dump"]:hover, button.download[value^="Dump"]:hover,
|
|
|
|
input.download[value^="Dump"]:focus, button.download[value^="Dump"]:focus {
|
2017-05-14 06:26:16 +00:00
|
|
|
background: url(/themes/console/images/buttons/dump-threads.png) no-repeat 6px center, linear-gradient(to bottom, #ddd, #fff);
|
2016-07-24 11:25:32 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
input.go, button.go, input[value="GO"] {
|
2017-05-14 06:26:16 +00:00
|
|
|
background: url(/themes/console/images/buttons/go.png) no-repeat 6px center, linear-gradient(to bottom, #fff, #ddd);
|
|
|
|
padding: 5px 7px 5px 22px;
|
2016-07-24 11:25:32 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
input.go:hover, button.go:hover, input[value="GO"]:hover,
|
|
|
|
input.go:focus, button.go:focus, input[value="GO"]:focus {
|
2017-05-14 06:26:16 +00:00
|
|
|
background: url(/themes/console/images/buttons/go.png) no-repeat 6px center, linear-gradient(to bottom, #ddd, #fff);
|
2016-07-24 11:25:32 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
input.go[value^="Create"], button.go[value^="Create"] {
|
2017-05-14 06:26:16 +00:00
|
|
|
background: url(/themes/console/images/buttons/create-file.png) no-repeat 6px center, linear-gradient(to bottom, #fff, #ddd);
|
|
|
|
padding: 5px 7px 5px 22px;
|
2016-07-24 11:25:32 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
input.go[value^="Create"]:hover, button.go[value^="Create"]:hover,
|
|
|
|
input.go[value^="Create"]:focus, button.go[value^="Create"]:focus {
|
2017-05-14 06:26:16 +00:00
|
|
|
background: url(/themes/console/images/buttons/create-file.png) no-repeat 6px center, linear-gradient(to bottom, #ddd, #fff);
|
2016-07-24 11:25:32 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
input.reload, button.reload {
|
2017-05-14 06:26:16 +00:00
|
|
|
background: url(/themes/console/images/buttons/restore.png) no-repeat 6px center, linear-gradient(to bottom, #fff, #ddd);
|
|
|
|
padding: 5px 7px 5px 22px;
|
2016-07-24 11:25:32 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
input.reload:hover, button.reload:hover,
|
|
|
|
input.reload:focus, button.reload:focus {
|
2017-05-14 06:26:16 +00:00
|
|
|
background: url(/themes/console/images/buttons/restore_hover.png) no-repeat 6px center, linear-gradient(to bottom, #ddd, #fff);
|
2016-07-24 11:25:32 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
input.reload[value$="restart"], button.reload[value$="restart"] {
|
2017-05-14 06:26:16 +00:00
|
|
|
background: url(/themes/console/images/buttons/restart.png) no-repeat 6px center, linear-gradient(to bottom, #fff, #ddd);
|
|
|
|
padding: 5px 7px 5px 22px;
|
2016-07-24 11:25:32 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
input.reload[value$="restart"]:hover, button.reload[value$="restart"]:hover,
|
|
|
|
input.reload[value$="restart"]:focus, button.reload[value$="restart"]:focus {
|
2017-05-14 06:26:16 +00:00
|
|
|
background: url(/themes/console/images/buttons/restart_hover.png) no-repeat 6px center, linear-gradient(to bottom, #ddd, #fff);
|
2016-07-24 11:25:32 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
input.reload[value^="Update"], button.reload[value^="Update"] {
|
2017-05-14 06:26:16 +00:00
|
|
|
background: url(/themes/console/images/buttons/update.png) no-repeat 6px center, linear-gradient(to bottom, #fff, #ddd);
|
|
|
|
padding: 5px 7px 5px 22px;
|
2016-07-24 11:25:32 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
input.reload[value^="Update"]:hover, button.reload[value^="Update"]:hover,
|
|
|
|
input.reload[value^="Update"]:focus, button.reload[value^="Update"]:focus {
|
2017-05-14 06:26:16 +00:00
|
|
|
background: url(/themes/console/images/buttons/update_hover.png) no-repeat 6px center, linear-gradient(to bottom, #ddd, #fff);
|
2016-07-24 11:25:32 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
input.reload[value="Force GC"], button.reload[value="Force GC"] {
|
2017-05-14 06:26:16 +00:00
|
|
|
background: url(/themes/console/images/buttons/clean.png) no-repeat 6px center, linear-gradient(to bottom, #fff, #ddd);
|
|
|
|
padding: 5px 7px 5px 22px;
|
2016-07-24 11:25:32 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
input.reload[value="Force GC"]:hover, button.reload[value="Force GC"]:hover,
|
|
|
|
input.reload[value="Force GC"]:focus, button.reload[value="Force GC"]:focus {
|
2017-05-14 06:26:16 +00:00
|
|
|
background: url(/themes/console/images/buttons/clean_hover.png) no-repeat 6px center, linear-gradient(to bottom, #ddd, #fff);
|
2016-07-24 11:25:32 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
input.stop, button.stop {
|
2017-05-14 06:26:16 +00:00
|
|
|
background: url(/themes/console/images/buttons/shutdown.png) no-repeat 6px center, linear-gradient(to bottom, #fff, #ddd);
|
|
|
|
padding: 5px 7px 5px 22px;
|
2016-07-24 11:25:32 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
input.stop:hover, button.stop:hover,
|
|
|
|
input.stop:focus, button.stop:focus {
|
2017-05-14 06:26:16 +00:00
|
|
|
background: url(/themes/console/images/buttons/shutdown_hover.png) no-repeat 6px center, linear-gradient(to bottom, #ddd, #fff);
|
2016-07-24 11:25:32 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
/* client config buttons aka project "X" */
|
|
|
|
|
2017-02-10 12:13:05 +00:00
|
|
|
button.control {
|
|
|
|
font-size: 0 !important;
|
2017-05-14 06:26:16 +00:00
|
|
|
padding: 12px !important;
|
|
|
|
text-indent: -99999px !important;
|
|
|
|
background-size: 16px 16px, 100% 100% !important;
|
2017-02-10 12:13:05 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
button.accept.control {
|
2017-05-14 06:26:16 +00:00
|
|
|
background: url(/themes/console/images/buttons/Xstart.png) center center no-repeat, linear-gradient(to bottom, #fff, #ddd);
|
2016-07-24 11:25:32 +00:00
|
|
|
}
|
|
|
|
|
2017-02-10 12:13:05 +00:00
|
|
|
button.accept.control:hover, button.accept.control:focus {
|
2017-05-14 06:26:16 +00:00
|
|
|
background: url(/themes/console/images/buttons/Xstart.png) center center no-repeat, linear-gradient(to bottom, #ddd, #fff);
|
2016-07-24 11:25:32 +00:00
|
|
|
}
|
|
|
|
|
2017-02-10 12:13:05 +00:00
|
|
|
button.stop.control {
|
2017-05-14 06:26:16 +00:00
|
|
|
background: url(/themes/console/images/buttons/Xstop.png) center center no-repeat, linear-gradient(to bottom, #fff, #ddd);
|
2016-07-24 11:25:32 +00:00
|
|
|
}
|
|
|
|
|
2017-02-10 12:13:05 +00:00
|
|
|
button.stop.control:hover, button.stop.control:focus {
|
2017-05-14 06:26:16 +00:00
|
|
|
background: url(/themes/console/images/buttons/Xstop.png) center center no-repeat, linear-gradient(to bottom, #ddd, #fff);
|
2016-07-24 11:25:32 +00:00
|
|
|
}
|
|
|
|
|
2017-02-10 12:13:05 +00:00
|
|
|
button.add.control {
|
2017-05-14 06:26:16 +00:00
|
|
|
background: url(/themes/console/images/buttons/edit2.png) center center no-repeat, linear-gradient(to bottom, #fff, #ddd);
|
2016-07-24 11:25:32 +00:00
|
|
|
}
|
|
|
|
|
2017-02-10 12:13:05 +00:00
|
|
|
button.add.control:hover, button.add.control:focus {
|
2017-05-14 06:26:16 +00:00
|
|
|
background: url(/themes/console/images/buttons/edit2.png) center center no-repeat, linear-gradient(to bottom, #ddd, #fff);
|
2016-07-24 11:25:32 +00:00
|
|
|
}
|
|
|
|
|
2017-02-10 12:13:05 +00:00
|
|
|
button.delete.control {
|
2017-05-14 06:26:16 +00:00
|
|
|
background: url(/themes/console/images/buttons/delete.png) center center no-repeat, linear-gradient(to bottom, #fff, #ddd);
|
2016-07-24 11:25:32 +00:00
|
|
|
}
|
|
|
|
|
2017-02-10 12:13:05 +00:00
|
|
|
button.delete.control:hover, button.delete.control:focus {
|
2017-05-14 06:26:16 +00:00
|
|
|
background: url(/themes/console/images/buttons/delete_hover.png) center center no-repeat, linear-gradient(to bottom, #ddd, #fff);
|
2016-07-24 11:25:32 +00:00
|
|
|
}
|
|
|
|
|
2017-02-10 12:13:05 +00:00
|
|
|
button.check.control {
|
2017-05-14 06:26:16 +00:00
|
|
|
background: url(/themes/console/images/buttons/update.png) center center no-repeat, linear-gradient(to bottom, #fff, #ddd);
|
2016-07-24 11:25:32 +00:00
|
|
|
}
|
|
|
|
|
2017-02-10 12:13:05 +00:00
|
|
|
button.check.control:hover, button.check.control:focus {
|
2017-05-14 06:26:16 +00:00
|
|
|
background: url(/themes/console/images/buttons/update_hover.png) center center no-repeat, linear-gradient(to bottom, #ddd, #fff);
|
2016-07-24 11:25:32 +00:00
|
|
|
}
|
|
|
|
|
2017-02-10 12:13:05 +00:00
|
|
|
button.download.control {
|
2017-05-14 06:26:16 +00:00
|
|
|
background: url(/themes/console/images/buttons/download.png) center center no-repeat, linear-gradient(to bottom, #fff, #ddd);
|
2016-07-24 11:25:32 +00:00
|
|
|
}
|
|
|
|
|
2017-02-10 12:13:05 +00:00
|
|
|
button.download.control:hover, button.download.control:focus {
|
2017-05-14 06:26:16 +00:00
|
|
|
background: url(/themes/console/images/buttons/download.png) center center no-repeat, linear-gradient(to bottom, #ddd, #fff);
|
2016-07-24 11:25:32 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
/* end project "X" */
|
|
|
|
|
|
|
|
/* sidebar buttons */
|
|
|
|
|
|
|
|
.routersummary button {
|
|
|
|
margin: 0 1px -3px;
|
|
|
|
min-width: 87px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.routersummary .reload, .routersummary .stop {
|
|
|
|
text-indent: -99999px;
|
|
|
|
background-size: 16px 16px, 100% 100% !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.routersummary .reload {
|
2017-05-14 06:26:16 +00:00
|
|
|
background: url(/themes/console/images/buttons/restart.png) center center no-repeat, linear-gradient(to bottom, #fff, #ddd) !important;
|
2016-07-24 11:25:32 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.routersummary .reload:hover, .routersummary .reload:focus {
|
2017-05-14 06:26:16 +00:00
|
|
|
background: url(/themes/console/images/buttons/restart_hover.png) center center no-repeat, linear-gradient(to bottom, #ddd, #fff) !important;
|
2016-07-24 11:25:32 +00:00
|
|
|
border: 1px solid #f60;
|
|
|
|
}
|
|
|
|
|
|
|
|
.routersummary .reload:active, .routersummary .stop:active, .routersummary .download:active {
|
2017-03-06 04:41:22 +00:00
|
|
|
box-shadow: inset 0 0 0 1px #fff, inset 2px 2px 2px #555;
|
2016-07-24 11:25:32 +00:00
|
|
|
}
|
|
|
|
|
2017-01-15 14:08:29 +00:00
|
|
|
.routersummary .reload[value="Reseed"] {
|
|
|
|
text-indent: 0;
|
|
|
|
text-align: left;
|
|
|
|
min-width: 0;
|
2017-06-03 14:09:17 +00:00
|
|
|
background: url(/themes/console/images/buttons/download.png) center left 6px no-repeat, linear-gradient(to bottom, #fff, #ddd) !important;
|
2017-01-15 14:08:29 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.routersummary .reload[value="Reseed"]:hover, .routersummary .reload[value="Reseed"]:focus {
|
2017-06-03 14:09:17 +00:00
|
|
|
background: url(/themes/console/images/buttons/download.png) center left 6px no-repeat, linear-gradient(to bottom, #ddd, #fff) !important;
|
|
|
|
padding: 5px 7px 5px 22px !important;
|
2017-01-15 14:08:29 +00:00
|
|
|
}
|
|
|
|
|
2016-07-24 11:25:32 +00:00
|
|
|
.routersummary .stop {
|
2017-05-14 06:26:16 +00:00
|
|
|
background: url(/themes/console/images/buttons/shutdown.png) center center no-repeat, linear-gradient(to bottom, #fff, #ddd);
|
2016-07-24 11:25:32 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.routersummary .stop:hover, .routersummary .stop:focus {
|
2017-05-14 06:26:16 +00:00
|
|
|
background: url(/themes/console/images/buttons/shutdown_hover.png) center center no-repeat, linear-gradient(to bottom, #ddd, #fff);
|
2016-07-24 11:25:32 +00:00
|
|
|
border: 1px solid #f60;
|
|
|
|
}
|
|
|
|
|
|
|
|
.routersummary .download {
|
2017-05-14 06:26:16 +00:00
|
|
|
background: url(/themes/console/images/buttons/download.png) 6px center no-repeat, linear-gradient(to bottom, #fff, #ddd);
|
2017-03-06 04:41:22 +00:00
|
|
|
background-size: 14px 14px, 100% 100% !important;
|
2017-05-14 06:26:16 +00:00
|
|
|
padding: 5px 7px 5px 22px !important;
|
2016-07-24 11:25:32 +00:00
|
|
|
}
|
|
|
|
|
2017-01-07 18:51:58 +00:00
|
|
|
.routersummary .cancel {
|
|
|
|
margin-top: 10px;
|
|
|
|
}
|
|
|
|
|
2017-01-15 14:08:29 +00:00
|
|
|
/* Show text on context specific buttons (eg deferred shutdown) */
|
|
|
|
|
2017-06-03 14:09:17 +00:00
|
|
|
.routersummary .reload[value="restartImmediate"], .routersummary .stop[value="shutdownImmediate"],
|
|
|
|
.routersummary .reload[value="Reseed"], .routersummary .reload[value="Reseed"]:hover, .routersummary .reload[value="Reseed"]:focus {
|
|
|
|
background-size: 14px 14px, 100% 100% !important;
|
2017-01-15 14:08:29 +00:00
|
|
|
text-indent: 0;
|
|
|
|
text-align: left;
|
|
|
|
min-width: 0 !important;
|
2017-05-14 06:26:16 +00:00
|
|
|
padding: 5px 7px 5px 22px !important;
|
|
|
|
text-transform: capitalize;
|
|
|
|
}
|
|
|
|
|
|
|
|
.routersummary .cancel {
|
|
|
|
text-transform: capitalize;
|
2017-01-15 14:08:29 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.routersummary .reload[value="restartImmediate"] {
|
2017-05-14 06:26:16 +00:00
|
|
|
background: url(/themes/console/images/buttons/restart.png) center left 6px no-repeat, linear-gradient(to bottom, #fff, #ddd) !important;
|
2017-04-09 06:28:47 +00:00
|
|
|
background-size: 14px 14px, 100% 100% !important;
|
2017-01-15 14:08:29 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.routersummary .reload[value="restartImmediate"]:hover, .routersummary .reload[value="restartImmediate"]:focus, .routersummary .reload[value="restartImmediate"]:active {
|
2017-05-14 06:26:16 +00:00
|
|
|
background: url(/themes/console/images/buttons/restart_hover.png) center left 6px no-repeat, linear-gradient(to bottom, #ddd, #fff) !important;
|
2017-04-09 06:28:47 +00:00
|
|
|
background-size: 14px 14px, 100% 100% !important;
|
2016-07-24 11:25:32 +00:00
|
|
|
}
|
2017-01-15 14:08:29 +00:00
|
|
|
|
|
|
|
.routersummary .stop[value="shutdownImmediate"] {
|
2017-05-14 06:26:16 +00:00
|
|
|
background: url(/themes/console/images/buttons/shutdown.png) center left 6px no-repeat, linear-gradient(to bottom, #fff, #ddd) !important;
|
2017-04-09 06:28:47 +00:00
|
|
|
background-size: 14px 14px, 100% 100% !important;
|
2017-01-15 14:08:29 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.routersummary .stop[value="shutdownImmediate"]:hover, .routersummary .stop[value="shutdownImmediate"]:focus, .routersummary .stop[value="shutdownImmediate"]:active {
|
2017-05-14 06:26:16 +00:00
|
|
|
background: url(/themes/console/images/buttons/shutdown_hover.png) center left 6px no-repeat, linear-gradient(to bottom, #ddd, #fff) !important;
|
2017-04-09 06:28:47 +00:00
|
|
|
background-size: 14px 14px, 100% 100% !important;
|
2017-01-15 14:08:29 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.routersummary .reload[value="Reseed"] {
|
2017-05-14 06:26:16 +00:00
|
|
|
background: url(/themes/console/images/buttons/download.png) center left 6px no-repeat, linear-gradient(to bottom, #fff, #ddd) !important;
|
|
|
|
background-size: 14px 14px, 100% 100% !important;
|
2017-01-15 14:08:29 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.routersummary .reload[value="Reseed"]:hover, .routersummary .reload[value="Reseed"]:focus, .routersummary .reload[value="Reseed"]:active {
|
2017-05-14 06:26:16 +00:00
|
|
|
background: url(/themes/console/images/buttons/download.png) center left 6px no-repeat, linear-gradient(to bottom, #ddd, #fff);
|
|
|
|
background-size: 14px 14px, 100% 100% !important;
|
2016-07-24 11:25:32 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.routersummary .download:hover, .routersummary .download:focus, .routersummary .download:active {
|
2017-05-14 06:26:16 +00:00
|
|
|
background: url(/themes/console/images/buttons/download.png) 6px center no-repeat, linear-gradient(to bottom, #ddd, #fff);
|
2017-03-06 04:41:22 +00:00
|
|
|
background-size: 14px 14px, 100% 100% !important;
|
2017-05-14 06:26:16 +00:00
|
|
|
padding: 5px 7px 5px 22px !important;
|
2016-07-24 11:25:32 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
/* end sidebar buttons */
|
|
|
|
|
|
|
|
input[type="text"], input[type="password"] {
|
|
|
|
background: #fff;
|
2017-04-09 06:28:47 +00:00
|
|
|
box-shadow: inset 2px 2px 1px rgba(204, 204, 204, 0.6);
|
|
|
|
font-family: "Droid Sans", "Noto Sans", Ubuntu, "Segoe UI", "Lucida Grande", Verdana, Helvetica, sans-serif;
|
2016-07-24 11:25:32 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
input[type="text"]:focus, input[type="password"]:focus {
|
2017-03-06 04:56:58 +00:00
|
|
|
box-shadow: none;
|
2016-07-24 11:25:32 +00:00
|
|
|
filter: drop-shadow(0 0 1px #89f);
|
|
|
|
color: #000;
|
|
|
|
}
|
|
|
|
|
2017-05-14 06:26:16 +00:00
|
|
|
.main[id^="config_"] input[name="port"] {
|
|
|
|
min-width: 120px !important;
|
|
|
|
max-width: 120px;
|
|
|
|
}
|
|
|
|
|
2016-07-24 11:25:32 +00:00
|
|
|
input[type="file"] {
|
|
|
|
border: none;
|
|
|
|
padding: 0;
|
|
|
|
background: none;
|
|
|
|
box-shadow: none;
|
|
|
|
}
|
|
|
|
|
2017-05-14 06:26:16 +00:00
|
|
|
.optbox, input[type="checkbox"], input[type="radio"] {
|
2017-01-15 14:08:29 +00:00
|
|
|
background: none;
|
2017-05-14 06:26:16 +00:00
|
|
|
margin: 5px;
|
|
|
|
padding: 2px;
|
|
|
|
min-height: 16px;
|
|
|
|
height: 16px;
|
|
|
|
min-width: 16px !important;
|
|
|
|
width: 16px !important;
|
|
|
|
vertical-align: sub !important;
|
|
|
|
opacity: 1.0;
|
|
|
|
border: 0;
|
|
|
|
box-shadow: none;
|
2017-04-09 06:28:47 +00:00
|
|
|
cursor: pointer;
|
2017-01-07 17:47:01 +00:00
|
|
|
}
|
|
|
|
|
2017-05-14 06:26:16 +00:00
|
|
|
.optbox:hover, input[type="checkbox"]:hover, input[type="radio"]:hover,
|
2017-01-07 17:47:01 +00:00
|
|
|
input[type="checkbox"]:focus, input[type="radio"]:focus {
|
2017-05-14 06:26:16 +00:00
|
|
|
outline: none;
|
|
|
|
filter: drop-shadow(0 0 3px #89f);
|
|
|
|
min-height: 16px;
|
|
|
|
height: 16px;
|
|
|
|
min-width: 16px !important;
|
|
|
|
width: 16px !important;
|
|
|
|
opacity: 1.0;
|
|
|
|
border: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
input[type="checkbox"][disabled]:hover, input[type="radio"][disabled]:hover,
|
|
|
|
input[type="checkbox"][disabled]:focus, input[type="radio"][disabled]:focus {
|
|
|
|
filter: none;
|
|
|
|
box-shadow: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
label {
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
|
|
|
|
label:hover {
|
|
|
|
color: #000;
|
|
|
|
}
|
|
|
|
|
|
|
|
.main#config_clients label[for="0"] {
|
|
|
|
cursor: default;
|
2016-07-24 11:25:32 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
select {
|
2017-05-14 06:26:16 +00:00
|
|
|
-moz-appearance: none;
|
|
|
|
-webkit-appearance: none;
|
|
|
|
appearance: none;
|
|
|
|
background: url(images/dropdown.png) right center no-repeat #fff;
|
|
|
|
background: url(images/dropdown.png) right center no-repeat, linear-gradient(to bottom, #fff, #ddd);
|
|
|
|
padding: 4px 16px 4px 4px !important;
|
2016-07-24 11:25:32 +00:00
|
|
|
color: #333;
|
|
|
|
margin: 5px;
|
|
|
|
border: 1px solid #999;
|
|
|
|
min-width: 120px;
|
2017-04-09 06:28:47 +00:00
|
|
|
font: 9pt "Droid Sans", "Noto Sans", Ubuntu, "Segoe UI", "Lucida Grande", Verdana, Helvetica, sans-serif;
|
2016-07-24 11:25:32 +00:00
|
|
|
border-radius: 2px;
|
|
|
|
text-align: left !important;
|
|
|
|
box-shadow: inset 0 0 0 1px #fff;
|
2017-04-09 06:28:47 +00:00
|
|
|
filter: drop-shadow(0 0 1px rgba(204, 204, 204, 0.6));
|
2016-07-24 11:25:32 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
select:focus {
|
|
|
|
box-shadow: 0 0 0 1px #89f;
|
|
|
|
color: #000;
|
|
|
|
}
|
|
|
|
|
|
|
|
select option {
|
|
|
|
background: #fff;
|
|
|
|
}
|
|
|
|
|
|
|
|
select, input[type="text"] {
|
|
|
|
min-width: 120px;
|
|
|
|
}
|
|
|
|
|
|
|
|
select:hover, select:active {
|
2017-05-14 06:26:16 +00:00
|
|
|
background: url(images/dropdown_hover.png) right center no-repeat, linear-gradient(to bottom, #ddd, #fff) !important;
|
2016-07-24 11:25:32 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
select:focus {
|
2017-05-14 06:26:16 +00:00
|
|
|
background: url(images/dropdown_hover.png) right center no-repeat, linear-gradient(to bottom, #ddd, #fff) !important;
|
2016-07-24 11:25:32 +00:00
|
|
|
box-shadow: 0 0 0 1px #89f;
|
|
|
|
}
|
|
|
|
|
2017-05-14 06:26:16 +00:00
|
|
|
select::-ms-expand {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
2016-07-24 11:25:32 +00:00
|
|
|
input[readonly], input[disabled], input[readonly]:focus, input[disabled]:focus {
|
2017-04-09 06:28:47 +00:00
|
|
|
background: #e9e9e9;
|
|
|
|
box-shadow: inset 2px 2px 1px rgba(204, 204, 204, 0.6);
|
2016-07-24 11:25:32 +00:00
|
|
|
color: #333;
|
|
|
|
filter: none;
|
|
|
|
cursor: default;
|
2017-03-06 04:56:58 +00:00
|
|
|
}
|
2016-07-24 11:25:32 +00:00
|
|
|
|
|
|
|
textarea {
|
|
|
|
padding: 5px;
|
|
|
|
margin: 5px !important;
|
|
|
|
background: #ffe;
|
|
|
|
color: #333 !important;
|
|
|
|
border-radius: 2px;
|
2017-05-14 06:26:16 +00:00
|
|
|
font: 8pt "Droid Sans Mono", "Noto Mono", "Lucida Console", "DejaVu Sans Mono", monospace;
|
2016-07-24 11:25:32 +00:00
|
|
|
min-height: 100px;
|
|
|
|
min-width: 97%;
|
|
|
|
border: 1px solid #999;
|
2017-04-09 06:28:47 +00:00
|
|
|
box-shadow: inset 2px 2px 1px rgba(204, 204, 204, 0.6);
|
2016-07-24 11:25:32 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
textarea:focus {
|
|
|
|
color: #001 !important;
|
|
|
|
box-shadow: none;
|
|
|
|
filter: drop-shadow(0 0 1px #89f);
|
|
|
|
}
|
|
|
|
|
|
|
|
.statusnotes {
|
|
|
|
font-style: normal;
|
|
|
|
font-size: 9pt;
|
|
|
|
text-align: center;
|
|
|
|
border: 1px solid #7778bf !important;
|
|
|
|
border-top: 0 !important;
|
|
|
|
margin: -5px 0 5px 0;
|
|
|
|
padding: 7px;
|
|
|
|
background: #eef;
|
2017-03-06 04:41:22 +00:00
|
|
|
background: linear-gradient(to right, #efefff, #fff, #efefff) #fff;
|
2016-07-24 11:25:32 +00:00
|
|
|
letter-spacing: 0em !important;
|
|
|
|
box-shadow: inset 0 0 0 1px #fff;
|
|
|
|
}
|
|
|
|
|
|
|
|
h3 + .statusnotes {
|
|
|
|
margin-top: 2px !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.joblog {
|
|
|
|
border: 0;
|
|
|
|
margin-top: 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.joblog ul {
|
|
|
|
word-wrap: break-word !important;
|
|
|
|
text-align: justify;
|
|
|
|
line-height: 100% !important;
|
|
|
|
margin-top: -5px !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.joblog li {
|
|
|
|
word-wrap: break-word !important;
|
|
|
|
line-height: 115% !important;
|
|
|
|
padding: 0;
|
|
|
|
font-size: 9pt !important;
|
|
|
|
page-break-inside: avoid;
|
|
|
|
-webkit-break-inside: avoid;
|
|
|
|
break-inside: avoid;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.joblog li:last-child {
|
|
|
|
margin-bottom: -5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.joblog li:first-child {
|
|
|
|
margin-top: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.joblog li li:first-child {
|
|
|
|
margin-top: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.joblog form:first-child {
|
|
|
|
margin-top: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.joblog table {
|
|
|
|
margin-top: 15px;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.joblog p {
|
|
|
|
line-height: 130%;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.joblog hr {
|
|
|
|
margin: 15px 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.joblog h3 {
|
|
|
|
margin-bottom: 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.main#jobs ol {
|
2017-05-14 06:26:16 +00:00
|
|
|
-moz-columns: 350px 2;
|
|
|
|
-webkit-columns: 350px 2;
|
|
|
|
columns: 350px 2;
|
2016-07-24 11:25:32 +00:00
|
|
|
border: 1px solid #7778bf;
|
2017-05-14 06:26:16 +00:00
|
|
|
padding: 8px 0;
|
2016-07-24 11:25:32 +00:00
|
|
|
margin-top: 1px;
|
2017-05-14 06:26:16 +00:00
|
|
|
background: #efeffff;
|
|
|
|
background: repeating-linear-gradient(135deg, rgba(255,255,255,0.5) 2px, rgba(240, 240, 255, 0.3) 3px, #fff 5px), #fff;
|
2016-07-24 11:25:32 +00:00
|
|
|
box-shadow: inset 0 0 0 1px #fff;
|
|
|
|
break-inside: avoid;
|
|
|
|
page-break-inside: avoid;
|
|
|
|
-webkit-break-inside: avoid;
|
|
|
|
}
|
|
|
|
|
|
|
|
.main#jobs ol:empty {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.main#jobs ol li:first-child {
|
|
|
|
margin-top: 0 !important;
|
|
|
|
}
|
|
|
|
|
2017-05-14 06:26:16 +00:00
|
|
|
.main#jobs ol li {
|
|
|
|
margin-top: 5px;
|
|
|
|
margin-bottom: 5px;
|
|
|
|
border-bottom: 1px dotted #ccf;
|
|
|
|
padding-bottom: 3px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.main#jobs ol li:last-child {
|
|
|
|
margin-bottom: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
h3#finishedjobs + ol li, h3#scheduledjobs + ol li, h3#activejobs + ol li, h3#readyjobs + ol li {
|
|
|
|
list-style: none !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
h3#activejobs + ol li:before, h3#scheduledjobs + ol li:before, h3#readyjobs + ol li:before, h3#finishedjobs + ol li:before {
|
|
|
|
content: '\2023\00A0\00A0';
|
|
|
|
margin-left: -20px;
|
|
|
|
font-size: 15pt;
|
|
|
|
font-weight: bold;
|
|
|
|
line-height: 50%;
|
|
|
|
vertical-align: sub;
|
|
|
|
color: #393;
|
|
|
|
}
|
|
|
|
|
|
|
|
h3#finishedjobs + ol li:before {
|
|
|
|
color: #5a5;
|
|
|
|
content: '\2714\00A0';
|
|
|
|
}
|
|
|
|
|
|
|
|
h3#readyjobs + ol li:before {
|
|
|
|
color: #dd3;
|
|
|
|
}
|
|
|
|
|
|
|
|
h3#scheduledjobs + ol li:before {
|
|
|
|
color: #970;
|
|
|
|
}
|
|
|
|
|
2016-07-24 11:25:32 +00:00
|
|
|
#schedjobs {
|
|
|
|
width: 100% !important;
|
|
|
|
margin: 15px 0 0 !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.main#jobs h3 {
|
|
|
|
border-width: 1px;
|
|
|
|
border-radius: 0;
|
|
|
|
filter: none;
|
|
|
|
margin-bottom: -2px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.smallhead {
|
|
|
|
font-size: 8pt
|
|
|
|
}
|
|
|
|
|
|
|
|
.mediumtags {
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
|
|
|
.cells {
|
2017-06-03 14:11:33 +00:00
|
|
|
border-left: 1px inset #ddf;
|
2017-04-09 06:28:47 +00:00
|
|
|
border-top: 1px inset #ddf !important;
|
|
|
|
border-bottom: 1px inset #ddf !important;
|
2016-07-24 11:25:32 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.tablefooter {
|
|
|
|
background: #fff;
|
|
|
|
}
|
|
|
|
|
|
|
|
.tablefooter tr, .tablefooter td {
|
|
|
|
background: #fff;
|
|
|
|
border-top: 1px solid #7778bf;
|
|
|
|
border-bottom: 1px solid #7778bf !important;
|
|
|
|
padding: 8px 2px;
|
|
|
|
font-size: 9pt;
|
|
|
|
line-height: 110%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.formaction {
|
|
|
|
text-align: right;
|
|
|
|
border: 1px solid #7778bf;
|
|
|
|
margin-top: -15px;
|
2017-05-14 06:26:16 +00:00
|
|
|
padding: 5px;
|
2016-07-24 11:25:32 +00:00
|
|
|
background: #fff;
|
|
|
|
}
|
|
|
|
|
|
|
|
#config_homepage .formaction, #config_clients .formaction, #webappconfigactions {
|
|
|
|
margin-top: -6px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#sidebardefaults {
|
|
|
|
margin-top: -6px;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.footnote {
|
|
|
|
text-align: right;
|
|
|
|
color: #447;
|
2017-06-12 12:45:51 +00:00
|
|
|
font-size: 8pt;
|
2016-07-24 11:25:32 +00:00
|
|
|
margin-bottom: -5px !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.footnote hr {
|
2017-05-14 06:26:16 +00:00
|
|
|
margin: 24px 0 5px 0 !important;
|
2016-07-24 11:25:32 +00:00
|
|
|
background: #447;
|
2017-03-06 04:41:22 +00:00
|
|
|
background: linear-gradient(to right, #77a, #669, #77a);
|
2017-06-12 12:45:51 +00:00
|
|
|
height: 2px;
|
|
|
|
border-bottom: 1px solid #fff;
|
|
|
|
}
|
|
|
|
|
|
|
|
@media screen and (-webkit-min-device-pixel-ratio:0) {
|
|
|
|
div.footnote hr {
|
2017-05-14 06:26:16 +00:00
|
|
|
height: 1px;
|
2017-06-12 12:45:51 +00:00
|
|
|
}
|
2016-07-24 11:25:32 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.topness {
|
|
|
|
font-size: 8pt;
|
|
|
|
text-align: right;
|
|
|
|
margin-top: 0;
|
|
|
|
margin-bottom: -18px;
|
|
|
|
margin-right: 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
iframe.iframed {
|
|
|
|
margin: 10px 0 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.main#webmail {
|
|
|
|
padding: 0 8px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#susimailframe {
|
|
|
|
margin-top: 3px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.main#dns {
|
2017-04-09 06:28:47 +00:00
|
|
|
padding: 0;
|
2017-05-14 06:26:16 +00:00
|
|
|
min-width: 576px;
|
2016-07-24 11:25:32 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
#susidnsframe {
|
|
|
|
margin: 0 0 -2px;
|
|
|
|
height: 100%;
|
|
|
|
width: 100%;
|
|
|
|
overflow: hidden;
|
|
|
|
}
|
|
|
|
|
|
|
|
.main#tunnelmgr {
|
|
|
|
padding: 0 10px;
|
2017-05-14 06:26:16 +00:00
|
|
|
min-width: 556px;
|
2016-07-24 11:25:32 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
#i2ptunnelframe {
|
|
|
|
margin: -4px 0 -1px;
|
|
|
|
overflow: hidden;
|
|
|
|
}
|
|
|
|
|
|
|
|
.main#embedded {
|
|
|
|
padding: 1px 11px 4px;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Fixes for when app is not started and console error loads inside iframe */
|
|
|
|
|
|
|
|
body.iframed {
|
|
|
|
background: transparent url(/themes/console/images/transparent.gif) !important;
|
|
|
|
}
|
|
|
|
|
2017-06-04 00:43:16 +00:00
|
|
|
.iframed .routersummaryouter {
|
2016-07-24 11:25:32 +00:00
|
|
|
display: none !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.iframed h1 {
|
|
|
|
margin: 0 10px 10px 7px !important;
|
|
|
|
}
|
|
|
|
|
2017-07-01 19:44:02 +00:00
|
|
|
.iframed .sorry {
|
2016-07-24 11:25:32 +00:00
|
|
|
margin: 5px 10px 10px 7px !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* end iframed console fixes */
|
|
|
|
|
|
|
|
/* Theme choice & Language selection in /configui */
|
|
|
|
|
|
|
|
#themeui.formaction, #langui.formaction {
|
|
|
|
border: none;
|
|
|
|
border-top: 1px solid #7778bf;
|
|
|
|
background: none;
|
2017-04-09 06:28:47 +00:00
|
|
|
margin: 5px -5px 0;
|
2016-07-24 11:25:32 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
#consolepass.formaction {
|
|
|
|
margin-top: -6px;
|
2017-03-06 04:41:22 +00:00
|
|
|
margin-bottom: -3px;
|
2016-07-24 11:25:32 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
#consolepass tr:first-child td {
|
|
|
|
background: #fff url(/themes/console/images/info/user_add.png) 12px center no-repeat;
|
|
|
|
background-size: 28px 28px;
|
|
|
|
padding: 15px 15px 15px 50px;
|
|
|
|
}
|
|
|
|
|
2017-06-12 12:45:51 +00:00
|
|
|
.main#config_ui .themechoice .optbox, .main#config_ui .langselect .optbox {
|
2016-07-24 11:25:32 +00:00
|
|
|
vertical-align: text-bottom;
|
|
|
|
}
|
|
|
|
|
2017-06-12 12:45:51 +00:00
|
|
|
.themechoice {
|
2016-07-24 11:25:32 +00:00
|
|
|
width: 115px;
|
|
|
|
overflow: hidden;
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
white-space: nowrap;
|
|
|
|
border: 1px solid #7778bf;
|
|
|
|
float: left;
|
|
|
|
text-align: center;
|
|
|
|
padding: 0 4px;
|
|
|
|
margin: 4px;
|
|
|
|
border-radius: 2px;
|
|
|
|
background: #fff;
|
2017-05-14 06:26:16 +00:00
|
|
|
background: linear-gradient(to bottom, #fff, #ddf);
|
2016-07-24 11:25:32 +00:00
|
|
|
transition: filter ease 0.3s 0s;
|
|
|
|
box-shadow: inset 0 0 0 1px #fff;
|
2017-04-09 06:28:47 +00:00
|
|
|
filter: drop-shadow(0 0 1px #ccc);
|
2016-07-24 11:25:32 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.themechoice:hover {
|
|
|
|
border: 1px solid #f60;
|
|
|
|
background: #fff;
|
|
|
|
transition: filter ease 0.3s 0s;
|
|
|
|
}
|
|
|
|
|
|
|
|
.themechoice:hover > object ~ .themelabel {
|
|
|
|
border-top: 1px solid #f60 !important;
|
|
|
|
background: #fff !important;
|
2017-01-07 18:51:58 +00:00
|
|
|
background: linear-gradient(to bottom, #fff 0%, #fff 50%, #ffe8bf 50%, #efd9b3 100%) !important;
|
2016-07-24 11:25:32 +00:00
|
|
|
color: #f60;
|
|
|
|
}
|
|
|
|
|
|
|
|
.themechoice:active > object ~ .themelabel {
|
|
|
|
background: #f60 !important;
|
|
|
|
color: #fff;
|
|
|
|
}
|
|
|
|
|
|
|
|
.themechoice:hover > object {
|
2017-04-09 06:28:47 +00:00
|
|
|
filter: drop-shadow(0 0 1px #f60);
|
2016-07-24 11:25:32 +00:00
|
|
|
}
|
|
|
|
|
2017-06-12 12:45:51 +00:00
|
|
|
.main#config_ui .themechoice .optbox {
|
|
|
|
min-height: 88px !important;
|
|
|
|
min-width: 123px !important;
|
2016-07-24 11:25:32 +00:00
|
|
|
opacity: 0; /* hide the radio icon so we can use thumbnail img instead */
|
2017-06-12 12:45:51 +00:00
|
|
|
margin-left: -38px !important;
|
|
|
|
margin-top: 0;
|
2016-07-24 11:25:32 +00:00
|
|
|
z-index: 999 !important;
|
|
|
|
outline: 1px dotted #f00;
|
|
|
|
position: absolute;
|
|
|
|
}
|
|
|
|
|
|
|
|
.themechoice .optbox + object {
|
2017-05-14 06:26:16 +00:00
|
|
|
margin-left: -1px;
|
|
|
|
margin-top: 6px;
|
2016-07-24 11:25:32 +00:00
|
|
|
padding: 2px 0 !important;
|
|
|
|
margin-bottom: 31px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.themechoice img, .themechoice object {
|
|
|
|
margin-bottom: 31px !important;
|
|
|
|
}
|
|
|
|
|
2017-05-14 06:26:16 +00:00
|
|
|
#themeoptions {
|
2016-07-24 11:25:32 +00:00
|
|
|
clear: both;
|
2017-05-14 06:26:16 +00:00
|
|
|
border-top: 1px solid #ddf;
|
|
|
|
background: repeating-linear-gradient(45deg, rgba(255,255,255,0.5) 2px, rgba(221, 221, 255, 0.3) 3px, #fff 5px), #fff;
|
|
|
|
margin: 0 -5px 5px;
|
|
|
|
position: relative;
|
|
|
|
top: 4px;
|
|
|
|
padding: 5px 10px 3px 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#themeoptions br {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
#themeoptions label {
|
|
|
|
white-space: nowrap;
|
|
|
|
margin: 4px 10px 4px 0 !important;
|
|
|
|
display: inline-block;
|
|
|
|
}
|
|
|
|
|
|
|
|
p#helptranslate {
|
|
|
|
position: relative;
|
|
|
|
top: 4px;
|
|
|
|
padding: 15px 10px 15px 50px !important;
|
|
|
|
text-align: left !important;
|
|
|
|
border-top: 1px solid #7778bf;
|
|
|
|
background: url(/themes/console/images/info/notice.png) left 14px center no-repeat, #fff;
|
|
|
|
background-size: 28px 28px;
|
|
|
|
}
|
|
|
|
|
2016-07-24 11:25:32 +00:00
|
|
|
#themeoptions input {
|
|
|
|
margin-left: 5px;
|
|
|
|
vertical-align: sub;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.themelabel {
|
|
|
|
border-top: 1px solid #7778bf !important;
|
|
|
|
margin-left: -4px;
|
|
|
|
margin-right: -4px;
|
2017-05-14 06:26:16 +00:00
|
|
|
margin-top: -24px;
|
2016-07-24 11:25:32 +00:00
|
|
|
padding: 3px 2px;
|
|
|
|
background: #eef;
|
2017-05-14 06:26:16 +00:00
|
|
|
background: linear-gradient(to bottom, #fff 50%, #eef 50%) !important;
|
2016-07-24 11:25:32 +00:00
|
|
|
overflow: hidden;
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
white-space: nowrap;
|
|
|
|
box-shadow: inset 0 0 0 1px #fff;
|
|
|
|
font-size: 9pt;
|
|
|
|
}
|
|
|
|
|
2017-05-14 06:26:16 +00:00
|
|
|
.themechoice .optbox:hover + img ~ .themelabel {
|
2016-07-24 11:25:32 +00:00
|
|
|
color: #f60;
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
2017-05-14 06:26:16 +00:00
|
|
|
.themechoice .optbox:checked + object ~ .themelabel {
|
2016-07-24 11:25:32 +00:00
|
|
|
background: #ddf !important;
|
2017-01-07 18:51:58 +00:00
|
|
|
color: #338 !important;
|
2016-07-24 11:25:32 +00:00
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
2017-05-14 06:26:16 +00:00
|
|
|
.themechoice .optbox:focus + object ~ .themelabel {
|
2017-01-07 18:51:58 +00:00
|
|
|
color: #f60 !important;
|
2017-05-14 06:26:16 +00:00
|
|
|
box-shadow: inset 0 0 0 1px #fff;
|
|
|
|
background: linear-gradient(to right, #eef, #fff, #eef) !important;
|
2017-01-07 18:51:58 +00:00
|
|
|
}
|
|
|
|
|
2017-05-14 06:26:16 +00:00
|
|
|
.themechoice .optbox:active + object ~ .themelabel {
|
2017-01-07 18:51:58 +00:00
|
|
|
color: #fff !important;
|
|
|
|
box-shadow: inset 0 0 0 1px #fff;
|
2017-05-14 06:26:16 +00:00
|
|
|
background: #f60 !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.themechoice .optbox:checked:active + object ~ .themelabel {
|
|
|
|
color: #f60 !important;
|
|
|
|
background: linear-gradient(to right, #eef, #fff, #eef) !important;
|
2017-01-07 18:51:58 +00:00
|
|
|
}
|
|
|
|
|
2016-07-24 11:25:32 +00:00
|
|
|
div#themesettings {
|
|
|
|
clear: both;
|
|
|
|
padding: 4px 5px 0;
|
|
|
|
margin: -16px 0 0;
|
|
|
|
border: 1px solid #7778bf;
|
|
|
|
background: #fff;
|
2017-04-09 06:28:47 +00:00
|
|
|
background: repeating-linear-gradient(135deg, rgba(255,255,255,0.5) 2px, rgba(248, 248, 255, 0.3) 3px, #fff 5px);
|
2016-07-24 11:25:32 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
div#langsettings {
|
|
|
|
padding: 4px 5px 0;
|
|
|
|
border: 1px solid #7778bf;
|
|
|
|
margin: -16px 0 0;
|
|
|
|
background: #fff;
|
2017-04-09 06:28:47 +00:00
|
|
|
background: repeating-linear-gradient(135deg, rgba(255,255,255,0.5) 2px, rgba(248, 248, 255, 0.3) 3px, #fff 5px);
|
2016-07-24 11:25:32 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
#themesettings hr, #langsettings hr {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
2017-05-14 06:26:16 +00:00
|
|
|
.langselect { /* containing box for lang selection */
|
2016-07-24 11:25:32 +00:00
|
|
|
width: 115px;
|
|
|
|
float: left;
|
|
|
|
margin: 4px;
|
|
|
|
text-align: center;
|
|
|
|
border: 1px solid #7778bf;
|
|
|
|
padding: 4px 4px 0;
|
|
|
|
border-radius: 2px;
|
|
|
|
background: #fff;
|
2017-05-14 06:26:16 +00:00
|
|
|
background: linear-gradient(to bottom, #fff, #ddf);
|
2016-07-24 11:25:32 +00:00
|
|
|
transition: transform 0.3s ease 0s;
|
|
|
|
box-shadow: inset 0 0 0 1px #fff;
|
2017-04-09 06:28:47 +00:00
|
|
|
filter: drop-shadow(0 0 1px #ccc);
|
2016-07-24 11:25:32 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.langselect:hover {
|
|
|
|
border: 1px solid #f60;
|
|
|
|
background: #fff;
|
|
|
|
}
|
|
|
|
|
2017-06-12 12:45:51 +00:00
|
|
|
.main#config_ui .langselect .optbox, .main#config_ui .langselect .optbox:hover, .main#config_ui .langselect .optbox:focus {
|
2017-05-14 06:26:16 +00:00
|
|
|
width: 118px !important;
|
2017-06-12 12:45:51 +00:00
|
|
|
min-height: 56px !important;
|
2017-05-14 06:26:16 +00:00
|
|
|
height: 56px !important;
|
2016-07-24 11:25:32 +00:00
|
|
|
margin-left: -2px;
|
|
|
|
margin-bottom: 6px;
|
|
|
|
margin-top: -2px;
|
|
|
|
opacity: 0;
|
|
|
|
z-index: 999;
|
|
|
|
position: relative;
|
|
|
|
outline: 1px dotted #f00;
|
|
|
|
}
|
|
|
|
|
|
|
|
.langselect:hover > input + img {
|
|
|
|
transform: scale(1.1);
|
|
|
|
border: 1px solid #f60 !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.langselect img[src^="/flags"] {
|
|
|
|
border: 1px solid #89f;
|
|
|
|
margin-bottom: 42px;
|
2017-05-14 06:26:16 +00:00
|
|
|
margin-left: 0;
|
2016-07-24 11:25:32 +00:00
|
|
|
margin-top: -52px;
|
|
|
|
opacity: 1;
|
|
|
|
z-index: 3;
|
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
|
|
|
|
.langselect input, .themechoice input {
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
|
|
|
|
.langselect input[name="lang"]:checked + img {
|
|
|
|
transform: scale(1.1);
|
|
|
|
-webkit-transform: scale(1.1);
|
|
|
|
border: 1px solid #338;
|
2017-05-14 06:26:16 +00:00
|
|
|
border: 1px solid rgba(51, 51, 136, 0.7);
|
|
|
|
box-shadow: 0 0 0 1px #fff;
|
2016-07-24 11:25:32 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.langselect:hover > input[name="lang"] + img + .ui_lang {
|
|
|
|
color: #f60;
|
|
|
|
border-top: 1px solid #f60;
|
|
|
|
background: #fff !important;
|
2017-01-07 18:51:58 +00:00
|
|
|
background: linear-gradient(to bottom, #fff 0%, #fff 50%, #ffe8bf 50%, #efd9b3 100%) !important;
|
2016-07-24 11:25:32 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.langselect:active > input[name="lang"] + img + .ui_lang {
|
|
|
|
background: #f60 !important;
|
|
|
|
color: #fff;
|
|
|
|
}
|
|
|
|
|
2017-05-14 06:26:16 +00:00
|
|
|
.langselect input[name="lang"]:checked + img + .ui_lang {
|
2016-07-24 11:25:32 +00:00
|
|
|
background: #ddf !important;
|
|
|
|
color: #338;
|
|
|
|
font-weight: bold;
|
|
|
|
margin: -32px -4px 0;
|
|
|
|
z-index: 2;
|
|
|
|
}
|
|
|
|
|
2017-05-14 06:26:16 +00:00
|
|
|
.langselect input[name="lang"]:focus + img + .ui_lang {
|
2017-01-07 18:51:58 +00:00
|
|
|
color: #f60 !important;
|
2017-05-14 06:26:16 +00:00
|
|
|
box-shadow: inset 0 0 0 1px #fff;
|
|
|
|
background: linear-gradient(to right, #eef, #fff, #eef) !important;
|
2017-01-07 18:51:58 +00:00
|
|
|
}
|
|
|
|
|
2017-05-14 06:26:16 +00:00
|
|
|
.langselect input[name="lang"]:active + img + .ui_lang {
|
2017-01-07 18:51:58 +00:00
|
|
|
color: #fff !important;
|
|
|
|
box-shadow: inset 0 0 0 1px #fff;
|
2017-05-14 06:26:16 +00:00
|
|
|
background: #f60 !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.langselect input[name="lang"]:checked:active + img + .ui_lang {
|
|
|
|
color: #f60 !important;
|
|
|
|
background: linear-gradient(to right, #eef, #fff, #eef) !important;
|
2017-01-07 18:51:58 +00:00
|
|
|
}
|
|
|
|
|
2016-07-24 11:25:32 +00:00
|
|
|
div.langselect + br {
|
2017-03-06 04:56:58 +00:00
|
|
|
display: none !important;
|
2016-07-24 11:25:32 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
div.langselect br {
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
|
2017-07-01 19:44:02 +00:00
|
|
|
div.ui_lang {
|
2016-07-24 11:25:32 +00:00
|
|
|
text-align: center;
|
|
|
|
background: #eef url(images/tinytitle.png) center center !important;
|
2017-05-14 06:26:16 +00:00
|
|
|
background: linear-gradient(to bottom, #fff 50%, #eef 50%) !important;
|
2016-07-24 11:25:32 +00:00
|
|
|
padding: 3px 2px;
|
|
|
|
overflow: hidden;
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
white-space: nowrap;
|
|
|
|
margin: -32px -4px 0;
|
|
|
|
border-top: 1px solid #7778bf;
|
|
|
|
border-radius: 0 0 2px 2px;
|
|
|
|
text-transform: capitalize;
|
|
|
|
font-size: 9pt;
|
|
|
|
z-index: 2;
|
|
|
|
box-shadow: inset 0 0 0 1px #fff;
|
|
|
|
}
|
|
|
|
|
|
|
|
p#helptranslate {
|
|
|
|
clear: both;
|
|
|
|
padding: 5px 10px 10px;
|
|
|
|
text-align: right;
|
|
|
|
margin: 0 -5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* configui password*/
|
|
|
|
|
|
|
|
table#consolepass th:nth-child(2) {
|
|
|
|
text-align: left;
|
|
|
|
}
|
|
|
|
|
|
|
|
table#consolepass td:first-child {
|
|
|
|
width: 100px;
|
2017-03-06 04:56:58 +00:00
|
|
|
white-space:nowrap;
|
2016-07-24 11:25:32 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
table#consolepass td {
|
|
|
|
padding: 5px 10px;
|
|
|
|
font-size: 9pt;
|
|
|
|
}
|
|
|
|
|
|
|
|
table#consolepass input {
|
|
|
|
margin: 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
table#consolepass td#pw_adduser {
|
|
|
|
padding: 5px 10px;
|
|
|
|
border-top: 1px solid #7778bf;
|
|
|
|
}
|
|
|
|
|
|
|
|
td#pw_adduser input {
|
|
|
|
margin: 5px 20px 5px 5px !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
table#consolepass input[name="name"] {
|
|
|
|
margin-right: 20px;
|
|
|
|
}
|
|
|
|
|
2017-05-14 06:26:16 +00:00
|
|
|
#consolepass input[name="name"], #externali2cp input[name="user"], #reseedconfig input[name="username"] {
|
2016-07-24 11:25:32 +00:00
|
|
|
background: #fff url(/themes/console/images/buttons/user.png) 5px center no-repeat;
|
|
|
|
padding: 4px 5px 4px 26px !important;
|
|
|
|
background-size: 16px 16px !important;
|
|
|
|
}
|
|
|
|
|
2017-05-14 06:26:16 +00:00
|
|
|
#consolepass input[name="nofilter_pw"], #externali2cp input[name="nofilter_pw"], #reseedconfig input[type="password"] {
|
|
|
|
background: #fff url(/themes/console/images/buttons/password.png) 5px center no-repeat !important;
|
2016-07-24 11:25:32 +00:00
|
|
|
padding: 4px 5px 4px 26px !important;
|
|
|
|
background-size: 16px 16px !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* end configui */
|
|
|
|
|
|
|
|
#config_update form {
|
|
|
|
margin-bottom: 0 !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
table#addkeyring tr:last-child td {
|
2017-05-14 06:26:16 +00:00
|
|
|
padding: 5px;
|
2016-07-24 11:25:32 +00:00
|
|
|
border-top: 1px solid #7778bf;
|
|
|
|
}
|
|
|
|
|
|
|
|
#config_summarybar .configtable td:not(.optionsave) {
|
|
|
|
padding-left: 50px;
|
|
|
|
background: url(/themes/console/images/info/interval.png) 12px center no-repeat;
|
2017-04-09 06:28:47 +00:00
|
|
|
background: url(/themes/console/images/info/interval.png) 12px center no-repeat, linear-gradient(to bottom, #fff 50%, rgba(220,220,255,0.3)), repeating-linear-gradient(135deg, rgba(255,255,255,0.5) 2px, rgba(221, 221, 255, 0.3) 3px, #fff 5px), #fff !important;
|
2017-05-14 06:26:16 +00:00
|
|
|
background-size: 28px 28px, 100% 100%, 100% 100% !important;
|
2016-07-24 11:25:32 +00:00
|
|
|
}
|
|
|
|
|
2017-06-03 14:09:17 +00:00
|
|
|
/* peers, profiles, tunnels */
|
|
|
|
|
|
|
|
#ntcpconnections tr:nth-child(odd), #udpconnections tr:nth-child(odd), #profilelist tr:nth-child(odd), .tunneldisplay tr:nth-child(odd) {
|
|
|
|
background: repeating-linear-gradient(45deg, rgba(255,255,255,0.5) 2px, rgba(201, 201, 255, 0.3) 3px, #fff 5px), #fff;
|
|
|
|
}
|
|
|
|
|
2017-06-19 13:46:40 +00:00
|
|
|
.cells tt, #profilelist tt, tt a {
|
2017-06-03 14:09:17 +00:00
|
|
|
font-size: 8pt !important;
|
|
|
|
margin-left: 2px !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* end peers, profiles, tunnels dests */
|
|
|
|
|
2017-06-04 00:43:16 +00:00
|
|
|
/* /peers */
|
|
|
|
|
|
|
|
#ntcpconnections th:nth-child(6), #ntcpconnections th:nth-child(7), #ntcpconnections th:nth-child(8), #ntcpconnections th:nth-child(9), #ntcpconnections th:nth-child(10),
|
|
|
|
#ntcpconnections td:nth-child(6), #ntcpconnections td:nth-child(7), #ntcpconnections td:nth-child(8), #ntcpconnections td:nth-child(9), #ntcpconnections td:nth-child(10),
|
|
|
|
#udpconnections td:nth-child(6), #udpconnections td:nth-child(7), #udpconnections td:nth-child(9), #udpconnections td:nth-child(10), #udpconnections td:nth-child(11),
|
|
|
|
#udpconnections td:nth-child(13), #udpconnections td:nth-child(14), #udpconnections td:nth-child(15), #udpconnections td:nth-child(16) {
|
2017-07-01 19:44:02 +00:00
|
|
|
text-align: right !important;
|
2017-06-04 00:43:16 +00:00
|
|
|
white-space: nowrap;
|
|
|
|
}
|
|
|
|
|
|
|
|
#ntcpconnections .tablefooter td:nth-child(3), #ntcpconnections .tablefooter td:nth-child(4), #ntcpconnections .tablefooter td:nth-child(5), #ntcpconnections .tablefooter td:nth-child(6),
|
|
|
|
#udpconnections .tablefooter td:nth-child(3), #udpconnections .tablefooter td:nth-child(4), #udpconnections .tablefooter td:nth-child(7), #udpconnections .tablefooter td:nth-child(8),
|
|
|
|
#udpconnections .tablefooter td:nth-child(10), #udpconnections .tablefooter td:nth-child(11), #udpconnections .tablefooter td:nth-child(12), #udpconnections .tablefooter td:nth-child(13) {
|
|
|
|
text-align: right;
|
|
|
|
}
|
|
|
|
|
|
|
|
#udpconnections .tablefooter td:nth-child(9) {
|
|
|
|
text-align: center !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
#ntcpconnections td:nth-child(4), #ntcpconnections td:nth-child(5), #udpconnections td:nth-child(4),
|
|
|
|
#udpconnections td:nth-child(5), #udpconnections td:nth-child(8), #udpconnections td:nth-child(12) {
|
|
|
|
white-space: nowrap;
|
|
|
|
}
|
|
|
|
|
2017-06-12 12:45:51 +00:00
|
|
|
#udpconnections .tablefooter td, #ntcpconnections .tablefooter td {
|
2017-06-04 00:43:16 +00:00
|
|
|
padding-left: 5px;
|
|
|
|
padding-right: 5px;
|
|
|
|
}
|
|
|
|
|
2017-07-01 19:44:02 +00:00
|
|
|
#ntcpconnections th:nth-child(6), #ntcpconnections th:nth-child(7), #ntcpconnections th:nth-child(8), #ntcpconnections th:nth-child(9), #ntcpconnections th:nth-child(10) {
|
|
|
|
text-align: right !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
#udpconnections th:nth-child(6), #udpconnections th:nth-child(7), #udpconnections th:nth-child(n+9) {
|
|
|
|
text-align: right !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
#udpconnections th:nth-child(12) {
|
|
|
|
text-align: center !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.peersort {
|
|
|
|
text-align: center;
|
|
|
|
display: inline-block;
|
|
|
|
}
|
|
|
|
|
|
|
|
.right {
|
|
|
|
text-align: right;
|
|
|
|
margin: 0 1px;
|
|
|
|
display: inline-block;
|
|
|
|
width: 40%
|
|
|
|
}
|
|
|
|
|
|
|
|
.left {
|
|
|
|
text-align: left;
|
|
|
|
margin: 0 1px;
|
|
|
|
display: inline-block;
|
|
|
|
width: 40%
|
|
|
|
}
|
|
|
|
|
|
|
|
.peeripv6:empty {
|
|
|
|
padding: 0;
|
|
|
|
width: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.cwnd .left, .cwnd .right {
|
|
|
|
width: auto;
|
|
|
|
}
|
|
|
|
|
|
|
|
#udpconnections td:nth-child(n+13), #udpconnections .tablefooter td:nth-child(n+10) {
|
|
|
|
padding-right: 1%;
|
|
|
|
}
|
|
|
|
|
|
|
|
#peerdefs td {
|
|
|
|
line-height: 130%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.peer_arrow {
|
|
|
|
display: inline-block;
|
|
|
|
width: 22px;
|
|
|
|
text-align: center;
|
|
|
|
margin: 2px 1px;
|
|
|
|
}
|
|
|
|
|
2017-06-04 00:43:16 +00:00
|
|
|
/* end peers */
|
|
|
|
|
2017-07-01 19:44:02 +00:00
|
|
|
/* /tunnels */
|
|
|
|
|
|
|
|
tt a {
|
|
|
|
letter-spacing: 0.07em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.tunnel_cap {
|
|
|
|
background: rgba(0,0,64,0.3);
|
|
|
|
color: #fff;
|
|
|
|
border: 1px solid rgba(0,0,64,0.2);
|
|
|
|
border-radius: 2px;
|
|
|
|
min-width: 12px;
|
|
|
|
padding: 0 2px;
|
|
|
|
display:inline-block;
|
|
|
|
margin: 1px 2px 1px 8px;
|
|
|
|
text-align: center !important;
|
|
|
|
text-shadow: 0 1px 1px #555;
|
|
|
|
}
|
|
|
|
|
|
|
|
.tunnel_cap:empty {
|
|
|
|
border: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.tunnel_id {
|
|
|
|
display: inline-block;
|
|
|
|
min-width: 78px;
|
|
|
|
text-align: right;
|
|
|
|
}
|
|
|
|
|
|
|
|
.tunnel_id:empty {
|
|
|
|
min-width: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.tunnel_id:empty + .tunnel_cap {
|
|
|
|
margin-left: 12px !important;
|
|
|
|
display: inline-block;
|
|
|
|
}
|
|
|
|
|
|
|
|
.tunnel_peer {
|
|
|
|
display: inline-block;
|
|
|
|
min-width: 64px;
|
|
|
|
text-align: right;
|
|
|
|
}
|
|
|
|
|
|
|
|
.tunnel_local {
|
|
|
|
font-size: 8pt;
|
|
|
|
background: rgba(187, 187, 255, 0.3);
|
|
|
|
background: #dfdfff;
|
|
|
|
border-radius: 2px;
|
|
|
|
text-align: center;
|
|
|
|
padding: 2px 0;
|
|
|
|
margin-left: -4px;
|
|
|
|
margin-right: 4px;
|
|
|
|
text-transform: lowercase;
|
|
|
|
}
|
|
|
|
|
|
|
|
.tunnel_peer:empty {
|
|
|
|
vertical-align: top;
|
|
|
|
}
|
|
|
|
|
|
|
|
#tunnel_defs td {
|
|
|
|
padding: 4px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#tunnel_defs td:nth-child(even) {
|
|
|
|
text-align: right;
|
|
|
|
padding-right: 0;
|
|
|
|
width: 1%;
|
|
|
|
}
|
|
|
|
|
|
|
|
#tunnel_defs td:nth-child(3) {
|
|
|
|
border-right: 1px inset #ddf;
|
|
|
|
}
|
|
|
|
|
|
|
|
#tunnel_defs td:first-child, #tunnel_defs td:last-child {
|
|
|
|
font-size: 0;
|
|
|
|
width: 0;
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* end tunnels */
|
|
|
|
|
2016-07-24 11:25:32 +00:00
|
|
|
/* netdb */
|
|
|
|
|
|
|
|
.main#netdb, .main#events {
|
|
|
|
background: #fff;
|
|
|
|
}
|
|
|
|
|
|
|
|
.confignav + .netdbentry {
|
|
|
|
margin-top: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.confignav + #banlist {
|
|
|
|
margin-bottom: 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.confignav + .tabletitle, .confignav + form > .ptitle, .confignav + form > .tabletitle, .confignav + ul,
|
|
|
|
.confignav + .infowarn, .confignav + .infohelp, .confignav + h3, .confignav + table, .confignav + p {
|
|
|
|
margin-top: 15px !important;
|
|
|
|
}
|
|
|
|
|
2017-07-01 19:44:02 +00:00
|
|
|
.netdbentry th {
|
2016-07-24 11:25:32 +00:00
|
|
|
font-weight: normal;
|
|
|
|
}
|
|
|
|
|
2017-07-01 19:44:02 +00:00
|
|
|
.netdbentry th:last-child {
|
2016-07-24 11:25:32 +00:00
|
|
|
text-align: right;
|
|
|
|
padding: 5px;
|
|
|
|
white-space: nowrap;
|
|
|
|
width: 50px;
|
|
|
|
}
|
|
|
|
|
2017-07-01 19:44:02 +00:00
|
|
|
.netdbentry th:first-child, .netdbentry td:first-child {
|
2016-07-24 11:25:32 +00:00
|
|
|
white-space: nowrap;
|
|
|
|
padding: 4px 6px !important;
|
|
|
|
text-align: left;
|
|
|
|
}
|
|
|
|
|
2017-07-01 19:44:02 +00:00
|
|
|
.netdbentry td:first-child {
|
2016-07-24 11:25:32 +00:00
|
|
|
width: 80px;
|
|
|
|
}
|
|
|
|
|
2017-07-01 19:44:02 +00:00
|
|
|
.netdbentry td:nth-child(2) {
|
2016-07-24 11:25:32 +00:00
|
|
|
word-wrap: break-word;
|
|
|
|
}
|
|
|
|
|
|
|
|
.netdbentry img {
|
|
|
|
margin: 1px 0 0 0;
|
|
|
|
}
|
|
|
|
|
2017-06-19 13:46:40 +00:00
|
|
|
a.viewfullentry:not(old), #profilelist a[href^="viewprofile"]:not(old) {
|
2016-07-24 11:25:32 +00:00
|
|
|
font-size: 0;
|
|
|
|
}
|
|
|
|
|
2017-06-19 13:46:40 +00:00
|
|
|
a.viewfullentry::after, #profilelist a[href^="viewprofile"]::after {
|
2016-07-24 11:25:32 +00:00
|
|
|
content: url(/themes/console/images/buttons/fullview.png);
|
|
|
|
vertical-align: text-top;
|
|
|
|
filter: drop-shadow(0 0 1px #999);
|
|
|
|
}
|
|
|
|
|
2017-06-19 13:46:40 +00:00
|
|
|
#profilelist a[href^="viewprofile"]::after {
|
|
|
|
vertical-align: bottom;
|
|
|
|
}
|
|
|
|
|
2016-07-24 11:25:32 +00:00
|
|
|
a.viewfullentry:hover {
|
|
|
|
filter: drop-shadow(0 0 1px #f60);
|
|
|
|
}
|
|
|
|
|
2017-06-04 00:43:16 +00:00
|
|
|
#leasesetdebug th a:not(old), table#leasesetsummary th a:not(old) {
|
2016-07-24 11:25:32 +00:00
|
|
|
font-size: 0;
|
|
|
|
}
|
|
|
|
|
2017-06-04 00:43:16 +00:00
|
|
|
#leasesetdebug th a::after, table#leasesetsummary th a::after {
|
2016-07-24 11:25:32 +00:00
|
|
|
content: url(/themes/console/images/buttons/floodfill.png);
|
|
|
|
vertical-align: text-top;
|
|
|
|
padding-right: 0;
|
|
|
|
filter: drop-shadow(0 0 1px #999);
|
|
|
|
}
|
|
|
|
|
2017-06-04 00:43:16 +00:00
|
|
|
#leasesetdebug th a:hover, table#leasesetsummary th a:hover {
|
2016-07-24 11:25:32 +00:00
|
|
|
filter: drop-shadow(0 0 1px #f60);
|
|
|
|
}
|
|
|
|
|
2017-05-14 06:26:16 +00:00
|
|
|
#leasesetsummary {
|
2016-07-24 11:25:32 +00:00
|
|
|
margin-top: 10px;
|
|
|
|
}
|
|
|
|
|
2017-07-01 19:44:02 +00:00
|
|
|
#netdboverview th, #netdblookup th {
|
2016-07-24 11:25:32 +00:00
|
|
|
text-transform: uppercase;
|
2017-03-06 04:41:22 +00:00
|
|
|
font-size: 11pt !important;
|
2016-07-24 11:25:32 +00:00
|
|
|
letter-spacing: 0.08em;
|
|
|
|
word-spacing: 0.1em;
|
2017-05-14 06:26:16 +00:00
|
|
|
background: url(/themes/console/images/info/globe.png) 8px center no-repeat, linear-gradient(to bottom, #fff 50%, rgba(255,255,255,0.6) 50%, rgba(240,240,240,0.4)), linear-gradient(to right, #fff 5%, rgba(231, 231, 255, 0.8) 25%) !important;
|
|
|
|
background-size: 18px 18px, 100% 100%, 100% 100% !important;
|
2016-07-24 11:25:32 +00:00
|
|
|
padding: 8px 5px 8px 32px;
|
|
|
|
}
|
|
|
|
|
2017-05-14 06:26:16 +00:00
|
|
|
#netdblookup input[type="checkbox"] {
|
|
|
|
margin-left: 3px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#netdbversions th, #netdbtransports th, #netdbcountrylist th {
|
|
|
|
font-size: 10pt !important;
|
|
|
|
}
|
|
|
|
|
2016-07-24 11:25:32 +00:00
|
|
|
#netdboverview th:last-child, #netdboverview td:last-child {
|
|
|
|
text-align: right;
|
|
|
|
}
|
|
|
|
|
|
|
|
#netdboverview th:first-child, #netdboverview td:first-child {
|
|
|
|
text-align: left;
|
|
|
|
}
|
|
|
|
|
|
|
|
#netdboverview table {
|
|
|
|
margin: -1px 0;
|
|
|
|
border: none;
|
|
|
|
border-bottom: 1px solid #7778bf;
|
|
|
|
}
|
|
|
|
|
|
|
|
#netdboverview table th {
|
|
|
|
text-transform: none;
|
|
|
|
letter-spacing: normal;
|
|
|
|
word-spacing: normal;
|
2017-06-03 13:59:20 +00:00
|
|
|
background: linear-gradient(to bottom, #fff 50%, rgba(255, 255, 255, 0.6) 50%, rgba(240, 240, 240, 0.4)) #eef !important;
|
2016-07-24 11:25:32 +00:00
|
|
|
background-size: 100% 100%;
|
|
|
|
padding: 8px 5px;
|
|
|
|
font-size: 9pt;
|
|
|
|
}
|
|
|
|
|
|
|
|
#netdboverview table td {
|
|
|
|
padding: 3px 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#netdboverview td {
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
|
2017-04-09 06:28:47 +00:00
|
|
|
#netdboverview a {
|
|
|
|
display: inline-block;
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
2016-07-24 11:25:32 +00:00
|
|
|
#netdbversions tr {
|
|
|
|
border-right: 1px solid #447;
|
|
|
|
}
|
|
|
|
|
|
|
|
#netdbcountrylist tr {
|
|
|
|
border-left: 1px solid #447;
|
|
|
|
}
|
|
|
|
|
2017-01-15 14:08:29 +00:00
|
|
|
#netdbcountrylist img {
|
|
|
|
margin-right: 5px;
|
|
|
|
text-align: right;
|
|
|
|
}
|
|
|
|
|
2016-07-24 11:25:32 +00:00
|
|
|
#leasesetsummary td:first-child {
|
|
|
|
width: 50px;
|
|
|
|
white-space: nowrap;
|
|
|
|
}
|
|
|
|
|
2017-06-03 13:59:20 +00:00
|
|
|
#leasesetdebug, table.leaseset, #leasesetsummary {
|
2016-07-24 11:25:32 +00:00
|
|
|
font-size: 9pt;
|
|
|
|
}
|
|
|
|
|
2017-06-03 13:59:20 +00:00
|
|
|
#leasesetdebug td, table.leaseset td {
|
2016-07-24 11:25:32 +00:00
|
|
|
padding: 5px !important;
|
|
|
|
}
|
2017-04-09 06:28:47 +00:00
|
|
|
|
|
|
|
.leaseset, .netdbentry {
|
2017-03-06 04:56:58 +00:00
|
|
|
margin-bottom: 10px;
|
2016-07-24 11:25:32 +00:00
|
|
|
}
|
|
|
|
|
2017-06-03 13:59:20 +00:00
|
|
|
.leaseset th {
|
2016-07-24 11:25:32 +00:00
|
|
|
font-weight: normal;
|
|
|
|
padding: 5px;
|
|
|
|
text-align: left;
|
|
|
|
font-size: 10pt;
|
|
|
|
}
|
|
|
|
|
2017-06-03 13:59:20 +00:00
|
|
|
.leaseset th:last-child, .leaseset td:nth-child(2) {
|
2016-07-24 11:25:32 +00:00
|
|
|
text-align: right;
|
|
|
|
padding-right: 5px;
|
|
|
|
}
|
|
|
|
|
2017-06-04 00:43:16 +00:00
|
|
|
.leaseset td:first-child img {
|
|
|
|
margin: 0 3px 2px 5px;
|
|
|
|
vertical-align: middle;
|
|
|
|
}
|
|
|
|
|
|
|
|
.leaseset tt {
|
|
|
|
margin-right: 3px;
|
|
|
|
}
|
|
|
|
|
2017-06-03 13:59:20 +00:00
|
|
|
#leasesetdebug, #leasesetsummary {
|
2017-04-09 06:28:47 +00:00
|
|
|
margin-bottom: 14px !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.leaseset:last-child, .netdbentry:last-child {
|
|
|
|
margin-bottom: 5px;
|
2016-07-24 11:25:32 +00:00
|
|
|
}
|
|
|
|
|
2017-06-03 13:59:20 +00:00
|
|
|
#leasesetdebug th, #leasesetsummary th {
|
2016-07-24 11:25:32 +00:00
|
|
|
font-weight: bold;
|
|
|
|
padding: 8px;
|
|
|
|
text-align: left;
|
2017-05-14 06:26:16 +00:00
|
|
|
font-size: 11pt !important;
|
2016-07-24 11:25:32 +00:00
|
|
|
text-transform: uppercase;
|
|
|
|
letter-spacing: 0.08em;
|
|
|
|
word-spacing: 0.1em;
|
|
|
|
}
|
|
|
|
|
2017-06-03 13:59:20 +00:00
|
|
|
#leasesetdebug th a {
|
2016-07-24 11:25:32 +00:00
|
|
|
font-size: 9pt;
|
|
|
|
text-transform: capitalize;
|
|
|
|
letter-spacing: normal;
|
|
|
|
word-spacing: normal;
|
|
|
|
}
|
|
|
|
|
2017-06-03 13:59:20 +00:00
|
|
|
#leasesetdebug th:last-child, #leasesetsummary th:last-child {
|
2016-07-24 11:25:32 +00:00
|
|
|
text-align:right;
|
|
|
|
white-space: nowrap;
|
|
|
|
font-size: 9pt;
|
|
|
|
}
|
|
|
|
|
2017-06-03 13:59:20 +00:00
|
|
|
#leasesetdebug td:nth-child(odd) {
|
2016-07-24 11:25:32 +00:00
|
|
|
width: 200px;
|
|
|
|
white-space: nowrap;
|
|
|
|
text-align: right;
|
|
|
|
border-right: 1px inset #cfd1ff;
|
|
|
|
}
|
|
|
|
|
2017-06-03 13:59:20 +00:00
|
|
|
#leasesetdebug td:nth-child(even) {
|
2016-07-24 11:25:32 +00:00
|
|
|
text-align: left;
|
|
|
|
white-space: nowrap;
|
|
|
|
}
|
|
|
|
|
2017-06-03 13:59:20 +00:00
|
|
|
#leasesetdebug td:nth-child(2) {
|
2016-07-24 11:25:32 +00:00
|
|
|
width: 10px;
|
|
|
|
}
|
|
|
|
|
2017-06-03 13:59:20 +00:00
|
|
|
.addtobook {
|
|
|
|
text-align: right;
|
|
|
|
}
|
|
|
|
|
|
|
|
.addtobook a:not(old) {
|
2016-07-24 11:25:32 +00:00
|
|
|
font-size: 0;
|
|
|
|
}
|
|
|
|
|
2017-06-03 13:59:20 +00:00
|
|
|
.addtobook a::after {
|
2016-07-24 11:25:32 +00:00
|
|
|
content: url(/themes/console/images/buttons/add_address.png);
|
|
|
|
}
|
|
|
|
|
2017-06-03 13:59:20 +00:00
|
|
|
.addtobook a:hover {
|
2016-07-24 11:25:32 +00:00
|
|
|
filter: drop-shadow(0 0 1px #f60);
|
|
|
|
}
|
|
|
|
|
2017-07-01 19:44:02 +00:00
|
|
|
#noleasesets, #notinitialized, .netdbnotfound {
|
2016-07-24 11:25:32 +00:00
|
|
|
border: 1px solid #7778bf;
|
|
|
|
padding: 20px;
|
|
|
|
font-weight: bold;
|
|
|
|
background: #fff;
|
|
|
|
margin-top: -6px;
|
|
|
|
margin-bottom: 5px;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
2017-07-01 19:44:02 +00:00
|
|
|
#notinitialized, .netdbnotfound {
|
|
|
|
margin-top: 15px !important;
|
|
|
|
}
|
|
|
|
|
2017-06-03 13:59:20 +00:00
|
|
|
#sybilnav {
|
2016-07-24 11:25:32 +00:00
|
|
|
-moz-columns: 4;
|
|
|
|
-webkit-columns: 4;
|
|
|
|
columns: 4;
|
|
|
|
-moz-column-gap: 10px;
|
|
|
|
-webkit-column-gap: 10px;
|
|
|
|
column-gap: 10px;
|
|
|
|
border-radius: 2px;
|
|
|
|
}
|
|
|
|
|
2017-06-03 13:59:20 +00:00
|
|
|
#sybilnav, #sybils_summary {
|
2016-07-24 11:25:32 +00:00
|
|
|
border: 1px solid #7778bf;
|
|
|
|
padding: 10px;
|
|
|
|
margin-bottom: 10px;
|
2017-05-14 06:26:16 +00:00
|
|
|
background: repeating-linear-gradient(135deg, rgba(255,255,255,0.5) 2px, rgba(240, 240, 255, 0.3) 3px, #fff 5px), #fff;
|
|
|
|
}
|
|
|
|
|
2017-07-01 19:44:02 +00:00
|
|
|
h3.sybils {
|
2017-05-14 06:26:16 +00:00
|
|
|
margin-bottom: 9px;
|
2016-07-24 11:25:32 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
#sybilnav ul li:first-child {
|
|
|
|
margin-top: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
#sybilnav ul li:last-child {
|
|
|
|
margin-bottom: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
#sybilnav li {
|
|
|
|
list-style: none;
|
|
|
|
padding: 5px 3px 5px 24px;
|
|
|
|
border: 1px solid #7778bf;
|
|
|
|
border-radius: 2px;
|
|
|
|
box-shadow: inset 0 0 0 1px #fff;
|
|
|
|
margin: 2px 0;
|
|
|
|
background: #eef url(images/eye.png) 5px center no-repeat;
|
|
|
|
background: url(images/eye.png) 5px center no-repeat, linear-gradient(to right, #fff 70%, #eef);
|
|
|
|
line-height: 88%;
|
|
|
|
filter: drop-shadow(0 0 1px #ccc);
|
|
|
|
}
|
|
|
|
|
|
|
|
#sybilnav li a {
|
|
|
|
width: 100%;
|
|
|
|
display: inline-block;
|
|
|
|
}
|
|
|
|
|
2017-06-03 13:59:20 +00:00
|
|
|
.sybil_routerinfo {
|
2016-07-24 11:25:32 +00:00
|
|
|
margin-bottom: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.sybil_routerinfo th {
|
|
|
|
padding: 1px 1px 1px 6px !important;
|
|
|
|
}
|
|
|
|
|
2017-06-03 13:59:20 +00:00
|
|
|
.sybil_routerinfo:first-of-type th {
|
2016-07-24 11:25:32 +00:00
|
|
|
padding: 6px !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.sybil_routerinfo th:first-child {
|
|
|
|
white-space: nowrap;
|
|
|
|
text-align: left;
|
|
|
|
}
|
|
|
|
|
|
|
|
.sybil_routerinfo th:nth-last-child(2) {
|
|
|
|
text-align: right !important;
|
|
|
|
padding-right: 0 !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.sybil_routerinfo th:last-child {
|
|
|
|
width: 20px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.sybil_routerinfo td:first-child {
|
|
|
|
width: 50px;
|
|
|
|
white-space: nowrap;
|
|
|
|
}
|
|
|
|
|
2017-05-14 06:26:16 +00:00
|
|
|
p.sybil_info, p.family, p.threatpoints, p.hashdist, p#sybil_totals, p.notfound {
|
2016-07-24 11:25:32 +00:00
|
|
|
border: 1px solid #7778bf;
|
|
|
|
padding: 5px 5px 5px 30px;
|
|
|
|
margin: 3px 0;
|
|
|
|
font-weight: bold;
|
2017-05-15 03:18:34 +00:00
|
|
|
text-align: left;
|
2017-05-14 06:26:16 +00:00
|
|
|
background: url(images/eye.png) 8px center no-repeat, repeating-linear-gradient(135deg, rgba(255,255,255,0.5) 2px, rgba(240, 240, 255, 0.3) 3px, #fff 5px), #fff;
|
2016-07-24 11:25:32 +00:00
|
|
|
}
|
|
|
|
|
2017-07-01 19:44:02 +00:00
|
|
|
p#sybil_totals {
|
|
|
|
font-weight: normal;
|
|
|
|
}
|
|
|
|
|
2017-05-14 06:26:16 +00:00
|
|
|
p.family + p.family, p.sybil_info + p.sybil_info {
|
2016-07-24 11:25:32 +00:00
|
|
|
margin-top: -4px;
|
|
|
|
}
|
|
|
|
|
2017-05-14 06:26:16 +00:00
|
|
|
p.family:nth-child(even), p.sybil_info:nth-child(even) {
|
|
|
|
background: #efefff;
|
|
|
|
background: url(images/eye.png) 8px center no-repeat, repeating-linear-gradient(45deg, rgba(255,255,255,0.5) 2px, rgba(221, 221, 255, 0.3) 3px, #fff 5px), #fff;
|
|
|
|
}
|
|
|
|
|
|
|
|
p.family:nth-child(odd), p.sybil_info:nth-child(odd) {
|
|
|
|
background: #f7f8ff;
|
|
|
|
background: url(images/eye.png) 8px center no-repeat, repeating-linear-gradient(135deg, rgba(255,255,255,0.5) 2px, rgba(240, 240, 255, 0.3) 3px, #fff 5px), #fff;
|
|
|
|
}
|
|
|
|
|
2017-01-15 14:08:29 +00:00
|
|
|
p.sybil_info + a[name] + table.sybil_routerinfo, p.hashdist + a[name] + table.sybil_routerinfo, table.sybil_routerinfo + p {
|
2016-07-24 11:25:32 +00:00
|
|
|
margin-top: 10px !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.threatpoints + ul {
|
|
|
|
border: 1px solid #7778bf;
|
|
|
|
padding: 0 10px;
|
|
|
|
display: inline-block;
|
|
|
|
width: calc(100% - 22px);
|
|
|
|
margin: -4px 0 8px;
|
|
|
|
background: #eef;
|
2017-05-14 06:26:16 +00:00
|
|
|
background: repeating-linear-gradient(45deg, rgba(255,255,255,0.5) 2px, rgba(221, 221, 255, 0.3) 3px, #fff 5px), #fff;
|
2016-07-24 11:25:32 +00:00
|
|
|
box-shadow: inset 0 0 0 1px #fff;
|
|
|
|
}
|
|
|
|
|
|
|
|
.threatpoints + ul li {
|
|
|
|
background: none;
|
|
|
|
margin: 0 0 0 20px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.threatpoints + ul li:last-child {
|
|
|
|
margin-bottom: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
p:empty { /* empty paragraph nuke */
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
2017-01-15 14:08:29 +00:00
|
|
|
/* Advanced lookup */
|
2016-07-24 11:25:32 +00:00
|
|
|
|
2017-01-15 14:08:29 +00:00
|
|
|
#netdblookup {
|
2017-06-12 12:45:51 +00:00
|
|
|
margin-top: 15px;
|
2017-01-15 14:08:29 +00:00
|
|
|
margin-bottom: -8px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#netdblookup td:first-child {
|
|
|
|
text-align: right;
|
|
|
|
width: 100px;
|
|
|
|
white-space: nowrap;
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
|
|
|
#netdblookup td:nth-child(2) {
|
|
|
|
width: 100px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.subheading {
|
|
|
|
text-align: left !important;
|
|
|
|
background: #fff;
|
|
|
|
padding: 10px;
|
|
|
|
border: 1px solid #7778bf;
|
|
|
|
}
|
|
|
|
|
|
|
|
.subheading b {
|
|
|
|
font-size: 10pt !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.sybil_distance th {
|
|
|
|
text-align: left;
|
|
|
|
padding: 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.sybil_distance th:last-child, .sybil_distance td:last-child {
|
|
|
|
text-align: right;
|
|
|
|
}
|
|
|
|
|
|
|
|
.sybil_distance tr:nth-child(n+2):hover {
|
|
|
|
background: #ffe;
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* end netdb */
|
2016-07-24 11:25:32 +00:00
|
|
|
|
|
|
|
ul#banlist {
|
|
|
|
background: #fff;
|
|
|
|
border: 1px solid #7778bf;
|
|
|
|
border-radius: 2px;
|
|
|
|
display: block;
|
|
|
|
padding: 5px 1px;
|
|
|
|
-moz-columns: 2;
|
|
|
|
-moz-column-gap: 0;
|
|
|
|
-webkit-columns: 2;
|
|
|
|
-webkit-column-gap: 0;
|
|
|
|
columns: 2;
|
|
|
|
column-gap: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
#banlist li {
|
|
|
|
list-style: none;
|
|
|
|
margin: 5px;
|
|
|
|
border: 1px solid #7778bf;
|
|
|
|
border-radius: 2px;
|
|
|
|
padding: 5px 5px 5px 35px;
|
|
|
|
line-height: 120%;
|
|
|
|
background: #eef url(/themes/console/images/buttons/ban.png) 10px center no-repeat;
|
2017-04-09 06:28:47 +00:00
|
|
|
background: url(/themes/console/images/buttons/ban.png) 10px center no-repeat, repeating-linear-gradient(135deg, rgba(255,255,255,0.5) 2px, rgba(240, 240, 255, 0.3) 3px, #fff 5px) #fff;
|
2016-07-24 11:25:32 +00:00
|
|
|
break-inside: avoid;
|
|
|
|
page-break-inside: avoid;
|
|
|
|
-webkit-break-inside: avoid;
|
|
|
|
min-height: 33px;
|
|
|
|
font-size: 9pt;
|
|
|
|
box-shadow: inset 0 0 0 1px #fff;
|
|
|
|
filter: drop-shadow(0 0 1px #ccc);
|
|
|
|
}
|
|
|
|
|
|
|
|
#banlist li:first-child {
|
|
|
|
margin-top: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
#banlist a[href^="configpeer?peer"]::after {
|
|
|
|
vertical-align: top;
|
|
|
|
}
|
|
|
|
|
2017-04-09 06:28:47 +00:00
|
|
|
.main#profiles #banlist li {
|
|
|
|
margin-bottom: 0;
|
|
|
|
}
|
|
|
|
|
2016-07-24 11:25:32 +00:00
|
|
|
#tunnelconfig th[colspan="3"] {
|
|
|
|
text-transform: uppercase;
|
|
|
|
letter-spacing: 0.08em;
|
|
|
|
word-spacing: 0.1em;
|
|
|
|
}
|
|
|
|
|
2017-01-07 17:47:01 +00:00
|
|
|
#tunnelconfig font[color="red"] {
|
|
|
|
background: url(images/warn.png) left center no-repeat;
|
|
|
|
padding: 4px 5px 4px 20px;
|
2017-03-06 04:56:58 +00:00
|
|
|
}
|
2017-01-07 17:47:01 +00:00
|
|
|
|
2016-07-24 11:25:32 +00:00
|
|
|
#tunnelconfig td:nth-child(n+2) {
|
|
|
|
text-align: left;
|
|
|
|
}
|
|
|
|
|
|
|
|
#tunnelconfigsave {
|
|
|
|
margin-top: -22px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#profiles th:nth-child(n+3) {
|
|
|
|
text-align: right;
|
|
|
|
}
|
|
|
|
|
2017-06-19 13:46:40 +00:00
|
|
|
#profiles th:nth-child(8) {
|
2017-04-09 06:28:47 +00:00
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
2017-06-19 13:46:40 +00:00
|
|
|
#profilelist {
|
|
|
|
margin-bottom: 10px;
|
|
|
|
}
|
|
|
|
|
2017-05-14 06:26:16 +00:00
|
|
|
#profilelist td:first-child {
|
|
|
|
width: 1%;
|
2016-07-24 11:25:32 +00:00
|
|
|
text-align: right;
|
|
|
|
white-space: nowrap;
|
2011-01-24 13:20:06 +00:00
|
|
|
}
|
|
|
|
|
2017-05-14 06:26:16 +00:00
|
|
|
#profilelist td:nth-child(2) {
|
2011-01-24 13:20:06 +00:00
|
|
|
text-align: left;
|
|
|
|
}
|
|
|
|
|
2017-06-19 13:46:40 +00:00
|
|
|
#profilelist td[colspan="9"] {
|
2016-07-24 11:25:32 +00:00
|
|
|
background: #77f;
|
|
|
|
padding: 0;
|
2012-07-12 10:32:00 +00:00
|
|
|
}
|
|
|
|
|
2017-06-19 13:46:40 +00:00
|
|
|
#view_profile h2 {
|
|
|
|
text-transform: none !important;
|
|
|
|
letter-spacing: normal;
|
|
|
|
word-spacing: normal;
|
|
|
|
}
|
|
|
|
|
2016-07-24 11:25:32 +00:00
|
|
|
#thresholds p {
|
2017-04-09 06:28:47 +00:00
|
|
|
margin-left: 5px;
|
2016-07-24 11:25:32 +00:00
|
|
|
line-height: 140%;
|
2012-07-14 01:29:04 +00:00
|
|
|
}
|
|
|
|
|
2017-04-09 06:28:47 +00:00
|
|
|
#profile_defs b {
|
|
|
|
text-transform: capitalize;
|
2011-01-24 13:20:06 +00:00
|
|
|
}
|
|
|
|
|
2017-04-09 06:28:47 +00:00
|
|
|
#profile_defs td:first-child {
|
|
|
|
width: 5% !important;
|
|
|
|
white-space: nowrap;
|
|
|
|
text-align: right;
|
|
|
|
}
|
|
|
|
|
|
|
|
#profile_defs td:last-child {
|
2016-07-24 11:25:32 +00:00
|
|
|
white-space: normal;
|
2017-04-09 06:28:47 +00:00
|
|
|
line-height: 120%;
|
|
|
|
}
|
|
|
|
|
2017-05-14 06:26:16 +00:00
|
|
|
#profile_defs td:nth-child(2)::first-letter {
|
|
|
|
text-transform: uppercase;
|
|
|
|
}
|
|
|
|
|
2017-04-09 06:28:47 +00:00
|
|
|
#thresholds th, #thresholds td {
|
|
|
|
text-align: center !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
#capabilities_key td {
|
|
|
|
padding: 0 !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
#capabilities_key table {
|
|
|
|
margin: 0 !important;
|
|
|
|
border: none;
|
|
|
|
border-top: 1px solid #ddf;
|
|
|
|
border-bottom: 1px solid #ddf;
|
|
|
|
}
|
|
|
|
|
|
|
|
#capabilities_key table td {
|
|
|
|
padding: 3px 5px !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
#capabilities_key table td:nth-child(even) {
|
|
|
|
width: 16px;
|
2011-01-24 13:20:06 +00:00
|
|
|
}
|
|
|
|
|
2017-05-14 06:26:16 +00:00
|
|
|
#capabilities_key td:nth-child(2)::first-letter {
|
|
|
|
text-transform: none;
|
2011-01-24 13:20:06 +00:00
|
|
|
}
|
|
|
|
|
2017-04-09 06:28:47 +00:00
|
|
|
#capabilities_key b {
|
|
|
|
text-transform: none !important;
|
|
|
|
}
|
|
|
|
|
2017-06-19 13:46:40 +00:00
|
|
|
#profilelist tr:hover td, #floodfills tr:hover td, #ntcpconnections tr:nth-last-child(n+2):hover td, #udpconnections tr:nth-last-child(n+2):hover td,
|
2017-04-09 06:28:47 +00:00
|
|
|
#schedjobs tr:hover td, #jobstats tr:nth-last-child(n+2):hover td, #jardump tr:hover td, #sidebarconf tr:nth-last-child(n+2):hover td, #eventlog tr:hover td,
|
2017-06-04 00:43:16 +00:00
|
|
|
#netdboverview table tr:hover td, #debug tr:hover td, #clientconfig tr:hover td, #webappconfig tr:hover td, #portfaq tr:hover td, .tunneldisplay tr:hover td {
|
2016-07-24 11:25:32 +00:00
|
|
|
background: #ffd;
|
2017-04-09 06:28:47 +00:00
|
|
|
color: #111;
|
2011-01-24 13:20:06 +00:00
|
|
|
}
|
|
|
|
|
2017-05-14 05:39:51 +00:00
|
|
|
/* peers - sort icons */
|
|
|
|
|
|
|
|
#udpconnections th {
|
|
|
|
vertical-align: top;
|
|
|
|
padding-top: 3px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.sortup, .sortdown, .sortupactive, .sortdownactive {
|
|
|
|
padding: 1px 0;
|
|
|
|
border: 1px solid #999;
|
|
|
|
border-radius: 2px;
|
|
|
|
margin: 3px 1px 0 !important;
|
|
|
|
vertical-align: middle;
|
|
|
|
text-align: center;
|
|
|
|
display: inline-block;
|
|
|
|
width: 16px;
|
|
|
|
height: 12px;
|
|
|
|
background-size: 10px auto, 100% 100% !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.sortup, .sortdown {
|
|
|
|
box-shadow: inset 0 0 0 1px #fff, 0 0 1px #ddd;
|
|
|
|
opacity: 0.75;
|
|
|
|
}
|
|
|
|
|
|
|
|
.sortup img, .sortdown img, .sortupactive img, .sortdownactive img {
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
opacity: 0;
|
|
|
|
width: 16px;
|
|
|
|
height: 14px;
|
|
|
|
vertical-align: middle;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
.sortupactive, .sortdownactive {
|
|
|
|
opacity: 1;
|
|
|
|
box-shadow: inset 1px 1px 1px #ccc;
|
|
|
|
}
|
|
|
|
|
|
|
|
.sortup {
|
|
|
|
background: url(images/sort_up.png) center center no-repeat, linear-gradient(to bottom, #fff, #ddd);
|
|
|
|
}
|
|
|
|
|
|
|
|
.sortup:hover {
|
|
|
|
background: url(images/sort_up.png) center center no-repeat, linear-gradient(to bottom, #ddd, #fff);
|
|
|
|
border: 1px solid #f60;
|
|
|
|
opacity: 1;
|
|
|
|
}
|
|
|
|
|
|
|
|
.sortup a:focus, .sortdown a:focus {
|
|
|
|
background: rgba(255,102,0,0.15);
|
|
|
|
border-radius: 2px;
|
|
|
|
box-shadow: inset 0 0 0 1px #fff;
|
|
|
|
margin-top: -1px;
|
|
|
|
display: inline-block;
|
|
|
|
}
|
|
|
|
|
|
|
|
.sortupactive {
|
|
|
|
background: url(images/sort_up.png) center center no-repeat, #fff;
|
|
|
|
}
|
|
|
|
|
|
|
|
.sortdown {
|
|
|
|
background: url(images/sort_down.png) center center no-repeat, linear-gradient(to bottom, #fff, #ddd);
|
|
|
|
}
|
|
|
|
|
|
|
|
.sortdown:hover {
|
|
|
|
background: url(images/sort_down.png) center center no-repeat, linear-gradient(to bottom, #ddd, #fff);
|
|
|
|
border: 1px solid #f60;
|
|
|
|
opacity: 1;
|
|
|
|
}
|
|
|
|
|
|
|
|
.sortdownactive {
|
|
|
|
background: url(images/sort_down.png) center center no-repeat, #fff;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* end peer sort */
|
|
|
|
|
2016-07-24 11:25:32 +00:00
|
|
|
table#schedjobs {
|
|
|
|
margin-top: -11px !important;
|
2011-01-24 13:20:06 +00:00
|
|
|
}
|
|
|
|
|
2016-07-24 11:25:32 +00:00
|
|
|
#schedjobs th:last-child {
|
|
|
|
text-align: center;
|
2011-01-24 13:20:06 +00:00
|
|
|
}
|
|
|
|
|
2016-07-24 11:25:32 +00:00
|
|
|
#schedjobs td:first-child {
|
|
|
|
font-weight: bold;
|
2011-01-24 13:20:06 +00:00
|
|
|
}
|
|
|
|
|
2016-07-24 11:25:32 +00:00
|
|
|
#jobstats th:nth-child(n+2) {
|
|
|
|
text-align: right;
|
2011-01-24 13:20:06 +00:00
|
|
|
}
|
|
|
|
|
2016-07-24 11:25:32 +00:00
|
|
|
#jobstats tr:last-child {
|
2011-01-24 13:20:06 +00:00
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
2016-07-24 11:25:32 +00:00
|
|
|
#jobstats tr:last-child td {
|
|
|
|
padding: 5px;
|
2011-01-24 13:20:06 +00:00
|
|
|
}
|
|
|
|
|
2016-07-24 11:25:32 +00:00
|
|
|
.main#jardump {
|
|
|
|
overflow-x: auto;
|
2017-05-14 06:26:16 +00:00
|
|
|
min-width: 576px;
|
2011-01-24 13:20:06 +00:00
|
|
|
}
|
|
|
|
|
2016-07-24 11:25:32 +00:00
|
|
|
table#jardump {
|
|
|
|
margin: 15px 0 0;
|
2012-07-12 10:32:00 +00:00
|
|
|
font-size: 8pt;
|
|
|
|
}
|
|
|
|
|
2017-04-09 06:28:47 +00:00
|
|
|
#advconf {
|
|
|
|
margin-bottom: 12px;
|
|
|
|
}
|
|
|
|
|
2016-07-24 11:25:32 +00:00
|
|
|
#peerdefs, #profile_defs, #thresholds, #configinfo, .infohelp, .infowarn {
|
|
|
|
font-size: 9pt;
|
2012-07-14 01:29:04 +00:00
|
|
|
}
|
|
|
|
|
2016-07-24 11:25:32 +00:00
|
|
|
#peerdefs td:first-child {
|
|
|
|
text-align: right;
|
|
|
|
width: 50px;
|
|
|
|
white-space: nowrap;
|
2011-01-24 13:20:06 +00:00
|
|
|
}
|
|
|
|
|
2016-07-24 11:25:32 +00:00
|
|
|
.sybil_routerinfo th img {
|
|
|
|
width: 24px;
|
|
|
|
height: 24px;
|
2017-05-14 06:26:16 +00:00
|
|
|
margin: -1px;
|
|
|
|
border-left: 1px solid #7778bf;
|
2011-01-24 13:20:06 +00:00
|
|
|
}
|
|
|
|
|
2017-07-02 03:07:54 +00:00
|
|
|
.threatpoints + ul + a[name] + .sybil_routerinfo th img {
|
|
|
|
margin-top: 1px;
|
|
|
|
}
|
|
|
|
|
2016-07-24 11:25:32 +00:00
|
|
|
.main#tunnels th, .main#peers th, #ntcpconnections td, #udpconnections td {
|
|
|
|
text-align: center;
|
2011-01-24 13:20:06 +00:00
|
|
|
}
|
|
|
|
|
2016-07-24 11:25:32 +00:00
|
|
|
h3#ntcpcon, h3#udpcon {
|
|
|
|
border-width: 1px;
|
|
|
|
margin-bottom: -2px;
|
|
|
|
border-radius: 0;
|
|
|
|
filter: none;
|
2017-05-14 06:26:16 +00:00
|
|
|
text-transform: capitalize;
|
|
|
|
letter-spacing: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.backlogged {
|
|
|
|
font-size: 14pt;
|
|
|
|
line-height: 0;
|
2011-01-24 13:20:06 +00:00
|
|
|
}
|
|
|
|
|
2016-07-24 11:25:32 +00:00
|
|
|
#ntcpconnections td:first-child, #udpconnections td:first-child {
|
2017-05-14 06:26:16 +00:00
|
|
|
width: 1%;
|
2016-07-24 11:25:32 +00:00
|
|
|
white-space: nowrap;
|
|
|
|
text-align: right;
|
|
|
|
padding-left: 3px !important;
|
2011-01-24 13:20:06 +00:00
|
|
|
}
|
|
|
|
|
2016-07-24 11:25:32 +00:00
|
|
|
#ntcpconnections tr:last-child td:first-child, #udpconnections tr:last-child td:first-child {
|
|
|
|
text-align: left;
|
|
|
|
padding-left: 10px !important;
|
2011-01-24 13:20:06 +00:00
|
|
|
}
|
|
|
|
|
2017-05-14 06:26:16 +00:00
|
|
|
#profilelist td:last-child {
|
2017-07-01 19:44:02 +00:00
|
|
|
text-align: center;
|
2016-07-24 11:25:32 +00:00
|
|
|
padding-right: 5px;
|
2017-06-19 13:46:40 +00:00
|
|
|
width: 1%;
|
|
|
|
white-space: nowrap;
|
|
|
|
}
|
|
|
|
|
|
|
|
#floodfills {
|
|
|
|
margin-top: 8px;
|
2011-01-24 13:20:06 +00:00
|
|
|
}
|
|
|
|
|
2017-06-19 13:46:40 +00:00
|
|
|
#floodfills th {
|
2016-07-24 11:25:32 +00:00
|
|
|
text-align: center !important;
|
|
|
|
border-right: 1px solid #7778bf;
|
2011-01-24 13:20:06 +00:00
|
|
|
}
|
|
|
|
|
2017-05-14 06:26:16 +00:00
|
|
|
#floodfills td:first-child {
|
|
|
|
text-align: right;
|
|
|
|
padding-left: 3px;
|
|
|
|
padding-right: 3px;
|
2017-06-19 13:46:40 +00:00
|
|
|
width: 1%;
|
|
|
|
white-space: nowrap;
|
2017-05-14 06:26:16 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
#floodfills td:first-child img {
|
|
|
|
margin-right: 2px;
|
2017-06-19 13:46:40 +00:00
|
|
|
margin-left: 4px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#floodfills td:nth-child(2), #profilelist td:nth-child(3) {
|
|
|
|
text-align: right;
|
|
|
|
letter-spacing: 0.15em;
|
2017-05-14 06:26:16 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
#i2pupdates input[type="text"]:not([readonly]), #i2pupdates textarea, .main[id^="config_"] textarea, input[name="newsURL"] {
|
2016-07-24 11:25:32 +00:00
|
|
|
width: calc(100% - 5px);
|
2011-01-24 13:20:06 +00:00
|
|
|
}
|
|
|
|
|
2016-07-24 11:25:32 +00:00
|
|
|
#i2pupdates select {
|
|
|
|
min-width: 220px;
|
2011-11-30 23:23:41 +00:00
|
|
|
}
|
|
|
|
|
2016-07-24 11:25:32 +00:00
|
|
|
#i2pupdates td:first-child {
|
2017-05-14 06:26:16 +00:00
|
|
|
width: 15%;
|
2016-07-24 11:25:32 +00:00
|
|
|
white-space: nowrap;
|
2011-11-30 23:23:41 +00:00
|
|
|
}
|
|
|
|
|
2016-07-24 11:25:32 +00:00
|
|
|
#loggingoptions input[type="text"], #loggingoptions select:not([name="newlogclass"]):not([name="newloglevel"]) {
|
|
|
|
width: calc(100% - 10px);
|
2011-11-30 23:23:41 +00:00
|
|
|
}
|
|
|
|
|
2016-07-24 11:25:32 +00:00
|
|
|
#loggingoptions td:last-child:not(.optionsave) {
|
|
|
|
text-align: left;
|
2011-11-30 23:23:41 +00:00
|
|
|
}
|
|
|
|
|
2017-02-10 16:39:56 +00:00
|
|
|
#loggingoptions p {
|
|
|
|
text-align: left;
|
2017-05-14 06:26:16 +00:00
|
|
|
margin: 0 5px 2px 5px;
|
2017-02-10 16:39:56 +00:00
|
|
|
}
|
|
|
|
|
2016-07-24 11:25:32 +00:00
|
|
|
.main#proof textarea, .main#proof textarea:focus {
|
|
|
|
background: none;
|
|
|
|
border: none;
|
|
|
|
box-shadow: none;
|
|
|
|
color: #001 !important;
|
|
|
|
filter: none;
|
2017-01-07 17:47:01 +00:00
|
|
|
outline: none;
|
|
|
|
line-height: 140%;
|
2011-11-30 23:23:41 +00:00
|
|
|
}
|
|
|
|
|
2016-07-24 11:25:32 +00:00
|
|
|
.main#jardump {
|
|
|
|
padding: 0;
|
2011-12-02 17:21:04 +00:00
|
|
|
}
|
|
|
|
|
2016-07-24 11:25:32 +00:00
|
|
|
.main#jardump table {
|
|
|
|
margin: -1px 0 0;
|
|
|
|
border: none;
|
2011-11-30 23:23:41 +00:00
|
|
|
}
|
|
|
|
|
2017-01-07 17:47:01 +00:00
|
|
|
#jardump tt {
|
|
|
|
letter-spacing: -0.03em;
|
2011-11-30 23:23:41 +00:00
|
|
|
}
|
|
|
|
|
2017-01-07 17:47:01 +00:00
|
|
|
#jardump a tt {
|
|
|
|
color: #359;
|
2012-01-23 23:07:24 +00:00
|
|
|
}
|
|
|
|
|
2017-01-07 17:47:01 +00:00
|
|
|
#jardump a:visited tt {
|
|
|
|
color: #218;
|
2017-03-06 04:56:58 +00:00
|
|
|
}
|
2017-01-07 17:47:01 +00:00
|
|
|
|
|
|
|
#jardump a:hover tt {
|
|
|
|
color: #f60;
|
2011-11-30 23:23:41 +00:00
|
|
|
}
|
|
|
|
|
2017-01-07 17:47:01 +00:00
|
|
|
#jardump a:active tt {
|
|
|
|
color: #f90;
|
2011-01-24 13:20:06 +00:00
|
|
|
}
|
|
|
|
|
2017-05-14 06:26:16 +00:00
|
|
|
#volunteer, #sidebarhelp, #configurationhelp, #reachabilityhelp, #advancedsettings, #legal, #changelog, #faq {
|
2016-07-24 11:25:32 +00:00
|
|
|
border: 1px solid #7778bf;
|
|
|
|
border-radius: 2px;
|
|
|
|
margin-bottom: 10px;
|
|
|
|
padding: 0 10px 5px;
|
|
|
|
background: #fff;
|
2011-11-30 23:23:41 +00:00
|
|
|
}
|
|
|
|
|
2017-05-14 06:26:16 +00:00
|
|
|
#volunteer {
|
|
|
|
margin-top: 15px;
|
|
|
|
}
|
|
|
|
|
2016-07-24 11:25:32 +00:00
|
|
|
#changelog {
|
2017-05-14 06:26:16 +00:00
|
|
|
margin-bottom: 5px !important;
|
2017-03-06 04:41:22 +00:00
|
|
|
padding: 0 0 0 10px;
|
2011-11-30 23:23:41 +00:00
|
|
|
}
|
|
|
|
|
2017-02-10 16:39:56 +00:00
|
|
|
#changelog pre {
|
2017-03-06 04:41:22 +00:00
|
|
|
margin: -10px 0 0;
|
|
|
|
padding-top: 8px;
|
2017-02-10 16:39:56 +00:00
|
|
|
width: 100%;
|
|
|
|
height: 600px;
|
|
|
|
white-space: pre-wrap;
|
|
|
|
}
|
|
|
|
|
2016-07-24 11:25:32 +00:00
|
|
|
.main#help h2 {
|
|
|
|
margin: -1px -11px 10px !important;
|
|
|
|
border-radius: 2px 2px 0 0;
|
|
|
|
text-transform: uppercase;
|
|
|
|
filter: none;
|
2017-05-14 06:26:16 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.main#help h3 {
|
|
|
|
margin-bottom: -3px;
|
2011-11-30 23:23:41 +00:00
|
|
|
}
|
|
|
|
|
2017-03-06 04:41:22 +00:00
|
|
|
.main#help #changelog h2 {
|
|
|
|
margin-right: -1px !important;
|
|
|
|
}
|
|
|
|
|
2017-04-09 06:28:47 +00:00
|
|
|
.main#help div, .logtable tr:nth-child(n+2) td, .main#console {
|
|
|
|
background: linear-gradient(to bottom, #fff, rgba(250,250,255,0.3)), repeating-linear-gradient(135deg, rgba(255,255,255,0.5) 2px, rgba(221, 221, 255, 0.3) 3px, #fff 5px) #fff !important;
|
|
|
|
margin-bottom: 13px;
|
|
|
|
box-shadow: inset 0 0 0 1px #fff;
|
|
|
|
}
|
|
|
|
|
|
|
|
.main#console {
|
|
|
|
box-shadow: inset 0 0 0 1px #bbf;
|
|
|
|
}
|
|
|
|
|
|
|
|
.main#help #volunteer, #wrapperlogs pre {
|
2017-05-14 06:26:16 +00:00
|
|
|
background: linear-gradient(to bottom, #fff, rgba(250,250,255,0.3)), url(/themes/snark/ubergine/images/hat.png) no-repeat right -3px bottom -3px / auto 80%, repeating-linear-gradient(135deg, rgba(255,255,255,0.5) 2px, rgba(221, 221, 255, 0.3) 3px, #fff 5px) !important;
|
2017-04-09 06:28:47 +00:00
|
|
|
box-shadow: inset 0 0 0 1px #fff;
|
|
|
|
}
|
|
|
|
|
2017-05-14 06:26:16 +00:00
|
|
|
.main#help p {
|
|
|
|
padding-left: 10px;
|
|
|
|
padding-right: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.main#help p.infohelp {
|
|
|
|
padding-left: 50px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.main#help td.infohelp, .main#help td.infowarn, .main#help td.infohelp:hover, .main#help td.infowarn:hover {
|
|
|
|
background-size: 24px 24px !important;
|
|
|
|
padding-left: 46px !important;
|
|
|
|
color: #333 !important;
|
2017-05-15 03:18:34 +00:00
|
|
|
padding-right: 15px !important;
|
2017-05-14 06:26:16 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
#sidebarhelp ul {
|
|
|
|
display: inline-block;
|
|
|
|
margin-bottom: 0 !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
#sidebarhelp p + ul {
|
|
|
|
margin-top: -15px !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* mini faq */
|
|
|
|
|
|
|
|
#faq h3 {
|
|
|
|
padding: 5px 10px 6px 35px;
|
|
|
|
background: url(/themes/console/images/info/question.png) 10px center no-repeat, linear-gradient(to bottom, #fff 50%, rgba(255,255,255,0.6) 50%, rgba(240,240,240,0.4)), linear-gradient(to right, #fff 5%, rgba(231, 231, 255, 0.8) 25%) !important;
|
|
|
|
background-size: 18px 18px, 100% 100%, 100% 100% !important;
|
|
|
|
background-blend-mode: luminosity, normal, normal;
|
|
|
|
text-transform: none;
|
|
|
|
letter-spacing: 0;
|
|
|
|
word-spacing: 0;
|
|
|
|
font-size: 10.5pt;
|
|
|
|
}
|
|
|
|
|
|
|
|
#faq ul li {
|
|
|
|
margin-top: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
#faq code, #advancedsettings code {
|
|
|
|
user-select: all;
|
|
|
|
-moz-user-select: all;
|
|
|
|
-webkit-user-select: all;
|
|
|
|
}
|
|
|
|
|
|
|
|
#portfaq {
|
|
|
|
margin-top: 18px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#portfaq th:first-child, #portfaq td:first-child {
|
|
|
|
font-weight: bold;
|
|
|
|
text-align: right;
|
|
|
|
padding-top: 6px;
|
|
|
|
padding-bottom: 6px;
|
|
|
|
padding-left: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#portfaq .infohelp {
|
|
|
|
padding-top: 15px !important;
|
|
|
|
padding-bottom: 15px !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
#portfaq th[colspan="3"] {
|
|
|
|
text-align: left;
|
|
|
|
font-size: 10.5pt !important;
|
|
|
|
letter-spacing: 0.08em;
|
|
|
|
word-spacing: 0.1em;
|
|
|
|
}
|
|
|
|
|
|
|
|
#portfaq td:nth-child(2) {
|
|
|
|
white-space: nowrap;
|
|
|
|
}
|
|
|
|
|
|
|
|
#portfaq td:last-child, #portfaq td[colspan="3"] {
|
|
|
|
text-align: justify;
|
|
|
|
padding-right: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#portfaq td[colspan="3"] {
|
|
|
|
font-weight: normal;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* end mini faq */
|
|
|
|
|
|
|
|
#wrapperlogs pre {
|
|
|
|
background-size: 100% 100%, auto 50%, 100% 100% !important;
|
|
|
|
}
|
|
|
|
|
2016-07-24 11:25:32 +00:00
|
|
|
#fullhistory {
|
|
|
|
text-align: right;
|
2017-03-06 04:41:22 +00:00
|
|
|
margin: 0 0 0 -10px;
|
|
|
|
padding: 5px 8px;
|
|
|
|
border-top: 1px solid #7778bf;
|
|
|
|
background: linear-gradient(to right, #efefff 65%, #fff)
|
2011-12-02 17:21:04 +00:00
|
|
|
}
|
|
|
|
|
2016-07-24 11:25:32 +00:00
|
|
|
.main#torrents {
|
|
|
|
padding: 0;
|
2011-11-30 23:23:41 +00:00
|
|
|
}
|
|
|
|
|
2016-07-24 11:25:32 +00:00
|
|
|
#i2psnarkframe {
|
|
|
|
margin: 0;
|
2011-11-30 23:23:41 +00:00
|
|
|
}
|
|
|
|
|
2017-05-14 06:26:16 +00:00
|
|
|
.main#proof {
|
|
|
|
background: linear-gradient(to bottom, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.5)), url(/themes/snark/ubergine/images/hat.png) no-repeat right -3px bottom -3px, url(images/noise.png), #fff !important;
|
|
|
|
background-size: 100% 100%, auto 80%, 50px 50px !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.homelinkedit th:first-child, #sidebarconf th:first-child, #consolepass th:first-child {
|
2016-07-24 11:25:32 +00:00
|
|
|
text-align: center;
|
2017-02-10 16:39:56 +00:00
|
|
|
background: url(/themes/console/images/buttons/delete.png) center center no-repeat, url(images/header.png) center center repeat-x #eef;
|
|
|
|
background: url(/themes/console/images/buttons/delete.png) center center no-repeat, linear-gradient(to bottom, #fff 50%, rgba(238, 238, 255, 0.2) 50%, #eef 100%) #fff !important;
|
2017-03-06 04:41:22 +00:00
|
|
|
font-size: 0 !important;
|
2017-05-14 06:26:16 +00:00
|
|
|
width: 5%;
|
2012-01-23 23:07:24 +00:00
|
|
|
}
|
|
|
|
|
2016-07-24 11:25:32 +00:00
|
|
|
.homelinkedit tr:last-child td:first-child {
|
|
|
|
text-align: right;
|
2011-11-30 23:23:41 +00:00
|
|
|
}
|
2011-01-24 13:20:06 +00:00
|
|
|
|
2016-07-24 11:25:32 +00:00
|
|
|
.homelinkedit input[type="text"], #sidebarconf select {
|
|
|
|
margin-left: 0;
|
2011-01-24 13:20:06 +00:00
|
|
|
}
|
|
|
|
|
2017-01-07 17:47:01 +00:00
|
|
|
.homelinkedit img {
|
|
|
|
width: auto;
|
|
|
|
height: 20px;
|
2011-01-24 13:20:06 +00:00
|
|
|
}
|
|
|
|
|
2017-05-14 06:26:16 +00:00
|
|
|
.main#config_homepage input.delete {
|
|
|
|
float: left;
|
|
|
|
}
|
|
|
|
|
2017-04-09 06:28:47 +00:00
|
|
|
#webappconfig td:first-child::after {
|
|
|
|
content: "";
|
|
|
|
display: inline-block;
|
|
|
|
min-height: 32px;
|
|
|
|
vertical-align: middle;
|
2011-01-24 13:20:06 +00:00
|
|
|
}
|
|
|
|
|
2017-04-09 06:28:47 +00:00
|
|
|
#clientconfig th:first-child, #webappconfig th:first-child, #pluginconfig th:first-child,
|
2016-07-24 11:25:32 +00:00
|
|
|
#clientconfig td:first-child, #webappconfig td:first-child, #pluginconfig td:first-child {
|
2017-04-09 06:28:47 +00:00
|
|
|
text-align: right !important;
|
2011-01-24 13:20:06 +00:00
|
|
|
}
|
|
|
|
|
2017-04-09 06:28:47 +00:00
|
|
|
#clientconfig th:nth-child(2), #clientconfig th:nth-child(3),
|
|
|
|
#webappconfig th:nth-child(2), #webappconfig th:nth-child(3),
|
|
|
|
#pluginconfig th:nth-child(2), #pluginconfig th:nth-child(3) {
|
|
|
|
text-align: center !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
#clientconfig td:nth-child(3), #webappconfig td:nth-child(3), #pluginconfig td:nth-child(3) {
|
|
|
|
white-space: nowrap;
|
2011-01-24 13:20:06 +00:00
|
|
|
}
|
|
|
|
|
2016-07-24 11:25:32 +00:00
|
|
|
#pluginconfig table {
|
2017-04-09 06:28:47 +00:00
|
|
|
margin: 5px 0 5px 0 !important;
|
2016-07-24 11:25:32 +00:00
|
|
|
width: calc(100% - 5px);
|
2011-01-24 13:20:06 +00:00
|
|
|
}
|
|
|
|
|
2016-07-24 11:25:32 +00:00
|
|
|
#pluginconfig td:first-child {
|
|
|
|
width: 80px;
|
|
|
|
white-space: nowrap;
|
2011-01-24 13:20:06 +00:00
|
|
|
}
|
|
|
|
|
2017-05-14 06:26:16 +00:00
|
|
|
#pluginconfig td:nth-child(2) {
|
|
|
|
border-right: 1px inset rgba(119, 120, 191, 0.1);
|
|
|
|
}
|
|
|
|
|
2017-04-09 06:28:47 +00:00
|
|
|
#pluginconfig td:last-child {
|
|
|
|
padding-right: 3px;
|
|
|
|
}
|
|
|
|
|
|
|
|
table#plugininstall td:first-child {
|
|
|
|
white-space: nowrap !important;
|
|
|
|
}
|
|
|
|
|
2016-07-24 11:25:32 +00:00
|
|
|
h4#updateplugins {
|
|
|
|
background: #eef url(images/header.png) center center repeat-x;
|
2017-05-14 06:26:16 +00:00
|
|
|
background: linear-gradient(to bottom, #fff 50%, rgba(238, 238, 255, 0.2) 50%, #eef 100%) #fff !important;
|
2016-07-24 11:25:32 +00:00
|
|
|
border: 1px solid #7778bf;
|
2011-01-24 13:20:06 +00:00
|
|
|
padding: 5px;
|
2017-05-14 06:26:16 +00:00
|
|
|
font-size: 10pt;
|
2016-07-24 11:25:32 +00:00
|
|
|
margin: -15px 0 14px;
|
|
|
|
text-transform: none;
|
|
|
|
letter-spacing: normal;
|
|
|
|
color: #31334f;
|
2011-01-24 13:20:06 +00:00
|
|
|
}
|
|
|
|
|
2016-07-24 11:25:32 +00:00
|
|
|
.formaction#pluginupdater, table#permabanned, table#i2pupdates {
|
|
|
|
margin-bottom: 10px;
|
2011-01-24 13:20:06 +00:00
|
|
|
}
|
|
|
|
|
2016-07-24 11:25:32 +00:00
|
|
|
.formaction#pluginupdater form {
|
|
|
|
padding: 0;
|
|
|
|
margin: 0;
|
2011-11-08 11:44:45 +00:00
|
|
|
}
|
2011-01-24 13:20:06 +00:00
|
|
|
|
2016-07-24 11:25:32 +00:00
|
|
|
#pluginconfigactions {
|
|
|
|
margin-top: -6px;
|
2011-01-24 13:20:06 +00:00
|
|
|
}
|
|
|
|
|
2016-07-24 11:25:32 +00:00
|
|
|
h3#displayevents {
|
|
|
|
border-width: 1px;
|
|
|
|
filter: none;
|
|
|
|
border-radius: 0;
|
|
|
|
margin-top: 0;
|
2011-01-24 13:20:06 +00:00
|
|
|
}
|
|
|
|
|
2016-07-24 11:25:32 +00:00
|
|
|
form[action="events"] {
|
|
|
|
border: 1px solid #7778bf;
|
|
|
|
padding: 10px 10px 10px 50px;
|
2017-02-10 16:39:56 +00:00
|
|
|
margin: -16px 0 -2px 0;
|
2016-07-24 11:25:32 +00:00
|
|
|
background: url(/themes/console/images/info/logs.png) 12px center no-repeat;
|
|
|
|
background-size: 28px 28px;
|
2011-01-24 13:20:06 +00:00
|
|
|
}
|
2011-11-08 11:44:45 +00:00
|
|
|
|
2016-07-24 11:25:32 +00:00
|
|
|
#newfamily {
|
|
|
|
margin-top: -6px;
|
|
|
|
margin-bottom: 10px;
|
2011-01-24 13:20:06 +00:00
|
|
|
}
|
|
|
|
|
2016-07-24 11:25:32 +00:00
|
|
|
a[href^="configpeer?peer"] {
|
|
|
|
font-size: 0;
|
|
|
|
filter: drop-shadow(0 0 1px #777);
|
2011-01-24 13:20:06 +00:00
|
|
|
}
|
|
|
|
|
2016-07-24 11:25:32 +00:00
|
|
|
a[href^="configpeer?peer"]::after {
|
|
|
|
content: url(/themes/console/images/buttons/edit.png);
|
|
|
|
vertical-align: bottom;
|
2017-07-01 19:44:02 +00:00
|
|
|
margin: 0 0 0 3px;
|
2011-01-24 13:20:06 +00:00
|
|
|
}
|
|
|
|
|
2016-07-24 11:25:32 +00:00
|
|
|
a[href^="configpeer?peer"]:hover {
|
|
|
|
filter: drop-shadow(0 0 1px #f60);
|
2011-01-24 13:20:06 +00:00
|
|
|
}
|
|
|
|
|
2016-07-24 11:25:32 +00:00
|
|
|
.widescroll {
|
|
|
|
overflow: auto;
|
2011-01-24 13:20:06 +00:00
|
|
|
}
|
|
|
|
|
2017-07-01 19:44:02 +00:00
|
|
|
#webappconfigactions, #externali2cp {
|
2016-07-24 11:25:32 +00:00
|
|
|
margin-bottom: 5px !important;
|
2011-01-24 13:20:06 +00:00
|
|
|
}
|
|
|
|
|
2016-07-24 11:25:32 +00:00
|
|
|
#pluginupdater {
|
|
|
|
margin-bottom: 10px !important;
|
2011-01-24 13:20:06 +00:00
|
|
|
}
|
|
|
|
|
2017-07-01 19:44:02 +00:00
|
|
|
/* netdb router address info */
|
2016-07-24 11:25:32 +00:00
|
|
|
|
2017-07-01 19:44:02 +00:00
|
|
|
.leasesets_container {
|
|
|
|
-moz-columns: 680px 2;
|
|
|
|
-webkit-columns: 680px 2;
|
|
|
|
columns: 680px 2;
|
|
|
|
-moz-column-gap: 10px;
|
|
|
|
-webkit-column-gap: 10px;
|
|
|
|
column-gap: 10px;
|
2011-01-24 13:20:06 +00:00
|
|
|
}
|
|
|
|
|
2017-07-01 19:44:02 +00:00
|
|
|
th code {
|
|
|
|
-moz-user-select: all;
|
|
|
|
-webkit-user-select: all;
|
|
|
|
user-select: all;
|
2017-05-14 06:26:16 +00:00
|
|
|
}
|
|
|
|
|
2017-07-01 19:44:02 +00:00
|
|
|
@media screen and (min-width: 1634px) {
|
|
|
|
.leasesets_container {
|
|
|
|
margin-bottom: 2px;
|
2017-05-14 06:26:16 +00:00
|
|
|
}
|
|
|
|
|
2017-07-01 19:44:02 +00:00
|
|
|
th code {
|
|
|
|
font-size: 9pt !important;
|
|
|
|
}
|
2017-05-14 06:26:16 +00:00
|
|
|
}
|
|
|
|
|
2017-07-01 19:44:02 +00:00
|
|
|
.leasesets_container table:first-child {
|
|
|
|
margin-top: 0;
|
2017-05-14 06:26:16 +00:00
|
|
|
}
|
|
|
|
|
2017-07-01 19:44:02 +00:00
|
|
|
.leasesets_container table {
|
|
|
|
break-inside: avoid;
|
|
|
|
page-break-inside: avoid;
|
|
|
|
-webkit-column-break-inside: avoid;
|
2017-05-14 06:26:16 +00:00
|
|
|
}
|
|
|
|
|
2017-07-01 19:44:02 +00:00
|
|
|
.netdb_addresses br:first-child, .sybil_routerinfo tr:last-child td br:first-child {
|
|
|
|
display: none;
|
2017-05-14 06:26:16 +00:00
|
|
|
}
|
|
|
|
|
2017-07-01 19:44:02 +00:00
|
|
|
.netdbentry th:first-child::after {
|
|
|
|
content: "";
|
|
|
|
display: inline-block;
|
|
|
|
min-height: 20px;
|
|
|
|
vertical-align: middle;
|
2017-05-14 06:26:16 +00:00
|
|
|
}
|
|
|
|
|
2017-07-01 19:44:02 +00:00
|
|
|
.netdbentry th:last-child > *, .sybil_routerinfo th:nth-child(2) > * {
|
|
|
|
vertical-align: middle !important;
|
2017-05-14 06:26:16 +00:00
|
|
|
}
|
|
|
|
|
2017-07-01 19:44:02 +00:00
|
|
|
.netdbentry th a img {
|
|
|
|
display: inline-block;
|
|
|
|
vertical-align: middle;
|
|
|
|
margin-right: 1px;
|
|
|
|
margin-top: -2px;
|
2017-05-14 06:26:16 +00:00
|
|
|
}
|
|
|
|
|
2017-07-01 19:44:02 +00:00
|
|
|
.netdbentry a.viewfullentry::after {
|
|
|
|
display: inline-block;
|
|
|
|
vertical-align: middle !important;
|
|
|
|
margin-left: 3px;
|
2017-05-14 06:26:16 +00:00
|
|
|
}
|
|
|
|
|
2017-07-01 19:44:02 +00:00
|
|
|
.netdbentry td:first-child {
|
|
|
|
text-align: right;
|
2017-05-14 06:26:16 +00:00
|
|
|
}
|
2017-07-01 19:44:02 +00:00
|
|
|
|
|
|
|
.netdbentry .netdb_addresses {
|
|
|
|
padding-left: 40px;
|
2017-05-14 06:26:16 +00:00
|
|
|
}
|
|
|
|
|
2017-07-01 19:44:02 +00:00
|
|
|
b.netdb_transport {
|
|
|
|
display: inline-block;
|
|
|
|
width: 50px;
|
|
|
|
text-align: right;
|
|
|
|
margin-left: -50px;
|
|
|
|
margin-right: 5px;
|
2017-05-14 06:26:16 +00:00
|
|
|
}
|
|
|
|
|
2017-07-01 19:44:02 +00:00
|
|
|
#netdb code {
|
|
|
|
font-weight: normal !important;
|
2017-05-14 06:26:16 +00:00
|
|
|
}
|
|
|
|
|
2017-07-01 19:44:02 +00:00
|
|
|
.netdb_name {
|
|
|
|
color: #335;
|
|
|
|
text-transform: capitalize;
|
|
|
|
font-weight: bold;
|
2017-05-14 06:26:16 +00:00
|
|
|
}
|
|
|
|
|
2017-07-01 19:44:02 +00:00
|
|
|
.netdb_info {
|
|
|
|
margin-right: 1px;
|
2017-05-14 06:26:16 +00:00
|
|
|
}
|
|
|
|
|
2017-07-01 19:44:02 +00:00
|
|
|
.netdb_expiry {
|
|
|
|
margin-left: 5px;
|
2017-05-14 06:26:16 +00:00
|
|
|
}
|
|
|
|
|
2017-07-01 19:44:02 +00:00
|
|
|
.sybil_routerinfo th img[src^="/flags"] {
|
|
|
|
height: 11px;
|
|
|
|
width: 16px;
|
|
|
|
margin-right: 3px;
|
|
|
|
}
|
|
|
|
.sybil_routerinfo b.netdb_transport {
|
|
|
|
margin-left: -13px;
|
|
|
|
margin-right: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.sybil_routerinfo td:first-child, .netdbentry td:first-child {
|
|
|
|
text-align: right !important;
|
|
|
|
padding-right: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.sybil_routerinfo td[colspan="3"] {
|
|
|
|
white-space: normal;
|
|
|
|
}
|
|
|
|
|
|
|
|
.sybil_container {
|
|
|
|
-moz-columns: 680px 2;
|
|
|
|
-webkit-columns: 680px 2;
|
|
|
|
columns: 680px 2;
|
|
|
|
margin: 10px 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.sybil_container p {
|
|
|
|
break-inside: avoid;
|
|
|
|
page-break-inside: avoid;
|
|
|
|
-webkit-column-break-inside: avoid;
|
|
|
|
}
|
|
|
|
|
|
|
|
.sybil_container p:first-child {
|
|
|
|
margin-top: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.sybil_container p:last-child {
|
|
|
|
margin-bottom: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* end netdb router address */
|
|
|
|
|
|
|
|
/* sybils */
|
|
|
|
|
|
|
|
@media screen and (-webkit-min-device-pixel-ratio:0) {
|
|
|
|
.leaseset th:last-child, .leaseset td:last-child, .sybil_routerinfo th:last-child {
|
|
|
|
border-right: 1px solid #7778bf !important;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.sybilinfo_params {
|
|
|
|
padding: 0;
|
|
|
|
border: 1px solid #7778bf;
|
|
|
|
}
|
|
|
|
|
|
|
|
.sybilinfo_container {
|
|
|
|
columns: 240px auto;
|
|
|
|
-moz-columns: 240px auto;
|
|
|
|
-webkit-columns: 240px auto;
|
|
|
|
-moz-column-gap: 0;
|
|
|
|
-webkit-column-gap: 0;
|
|
|
|
column-gap: 0;
|
|
|
|
background: #efefff;
|
|
|
|
background: rgba(240,240,255,0.5);
|
|
|
|
background: repeating-linear-gradient(135deg, rgba(255,255,255,0.5) 2px, rgba(240, 240, 255, 0.3) 3px, #fff 5px), #fff;
|
|
|
|
padding: 4px 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.sybilinfo_container b {
|
|
|
|
color: #335;
|
|
|
|
}
|
|
|
|
|
|
|
|
.sybil_routerinfo p {
|
|
|
|
margin: 0;
|
|
|
|
padding: 1px 0;
|
|
|
|
break-inside: avoid;
|
|
|
|
page-break-inside: avoid;
|
|
|
|
-webkit-column-break-inside: avoid;
|
|
|
|
}
|
|
|
|
|
|
|
|
.sybilinfo_familyname {
|
|
|
|
display: inline-block;
|
|
|
|
vertical-align: top;
|
|
|
|
max-width: 150px;
|
|
|
|
white-space: nowrap;
|
|
|
|
overflow: hidden;
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
}
|
|
|
|
|
|
|
|
.sybil_routerinfo, .sybil_routerinfo tr:nth-child(2) td, .sybil_routerinfo tr:last-child td {
|
|
|
|
border-bottom: none !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.sybil_routerinfo tr:last-child td {
|
|
|
|
border-top: none !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.sybil_addresses td:first-child {
|
|
|
|
max-width: 155px;
|
|
|
|
font-weight: bold;
|
|
|
|
padding-right: 9px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.sybil_addresses table {
|
|
|
|
width: 100%;
|
|
|
|
margin: 0;
|
|
|
|
border-top: 1px solid #7778bf !important;
|
|
|
|
border-bottom: 1px solid #7778bf !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.sybil_addresses {
|
|
|
|
padding: 0;
|
|
|
|
border-bottom: 1px solid #7778bf;
|
|
|
|
}
|
|
|
|
|
|
|
|
.sybil_addresses table, .sybil_addresses td {
|
|
|
|
border: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.threatpoints + ul {
|
|
|
|
-moz-columns: auto 500px;
|
|
|
|
-webkit-columns: auto 500px;
|
|
|
|
columns: auto 500px;
|
|
|
|
-moz-column-rule: 1px solid #7778bf;
|
|
|
|
-webkit-column-rule: 1px solid #7778bf;
|
|
|
|
column-rule: 1px solid #7778bf;
|
|
|
|
padding-top: 3px;
|
|
|
|
padding-bottom: 3px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.threatpoints + ul li:first-child {
|
|
|
|
margin-top: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.threatpoints + ul li:last-child {
|
|
|
|
margin-bottom: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.threatpoints + ul li {
|
|
|
|
list-style: none;
|
|
|
|
margin-left: 0;
|
|
|
|
line-height: 120%;
|
|
|
|
break-inside: avoid;
|
|
|
|
page-break-inside: avoid;
|
|
|
|
-webkit-column-break-inside: avoid;
|
|
|
|
}
|
|
|
|
|
|
|
|
.threatpoints + ul li a {
|
|
|
|
white-space: nowrap;
|
|
|
|
font-size: 8pt !important;
|
|
|
|
background: #eef;
|
|
|
|
margin-left: 2px;
|
|
|
|
border-radius: 1px;
|
|
|
|
padding: 0 2px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.sybil_routerinfo + .threatpoints + ul + a[name] + table {
|
|
|
|
margin-top: -11px !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* end sybils */
|
|
|
|
|
|
|
|
/* responsive layout */
|
|
|
|
|
|
|
|
@media screen and (max-width: 900px) {
|
|
|
|
.homelinkedit input[name="nofilter_url"] {
|
|
|
|
width: 240px !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
#newfamily tr:last-child td:first-child, #joinfamily tr:last-child td:first-child, #leavefamily tr:last-child td:first-child {
|
|
|
|
background-size: 22px 22px, 100% 100% !important;
|
|
|
|
background-position: center left 6px !important;
|
|
|
|
padding-left: 34px !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
#joinfamily input[type="file"] {
|
|
|
|
width: 220px;
|
|
|
|
}
|
|
|
|
|
|
|
|
h3#ntcpcon, h3#udpcon {
|
|
|
|
font-size: 10pt;
|
|
|
|
letter-spacing: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
#ntcpconnections th:last-child:not(old) {
|
|
|
|
font-size: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
#ntcpconnections th:last-child::before {
|
|
|
|
content: url(/themes/console/images/info/backlogged.png) !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.main#config_family input.download {
|
|
|
|
max-width: 230px;
|
|
|
|
overflow: hidden;
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
}
|
|
|
|
|
|
|
|
input[name="family"] {
|
|
|
|
min-width: 120px;
|
|
|
|
width: 120px;
|
|
|
|
}
|
|
|
|
|
|
|
|
input[name="speed"], input[name="capacity"] {
|
|
|
|
min-width: 60px;
|
|
|
|
width: 60px;
|
|
|
|
}
|
|
|
|
|
|
|
|
select[name="newlogclass"] {
|
|
|
|
width: 200px;
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
}
|
|
|
|
|
|
|
|
input[name="pluginFile"], #manualreseed input[name="url"] {
|
|
|
|
min-width: 220px;
|
|
|
|
width: 220px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.main#profiles, .main#peers, .main#tunnels {
|
|
|
|
overflow: auto;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
@media screen and (max-width: 1000px) {
|
|
|
|
#consolepass input[name="name"], #consolepass input[name="nofilter_pw"],
|
|
|
|
#externali2cp input[name="user"], #externali2cp input[name="nofilter_pw"],
|
|
|
|
#newfamily input[type="text"] {
|
|
|
|
max-width: 140px !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
#config_reseed input[type="text"], #config_reseed input[type="password"] {
|
|
|
|
max-width: 200px;
|
|
|
|
}
|
|
|
|
|
|
|
|
input[name="pluginURL"] {
|
|
|
|
max-width: 260px !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
#i2pupdates td:first-child, #clientconfig td:nth-child(3), #webappconfig td:nth-child(3), #pluginconfig td:nth-child(3) {
|
|
|
|
white-space: normal;
|
|
|
|
}
|
|
|
|
|
|
|
|
#i2pupdates td:first-child {
|
|
|
|
width: 25%;
|
|
|
|
line-height: 120%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.main#config_clients th, #bannedips th {
|
2017-05-14 06:26:16 +00:00
|
|
|
font-size: 9pt !important;
|
|
|
|
padding-left: 2px !important;
|
|
|
|
padding-right: 2px !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.main#config_clients td:last-child {
|
|
|
|
word-break: break-all;
|
2011-01-24 13:20:06 +00:00
|
|
|
}
|
|
|
|
|
2017-05-14 06:26:16 +00:00
|
|
|
.main#tunnels {
|
|
|
|
padding: 0 5px;
|
|
|
|
min-width: 566px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.main#tunnels h3 {
|
|
|
|
margin-top: 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#netdbversions th, #netdbtransports th, #netdbcountrylist th, table.leaseset th {
|
|
|
|
font-size: 9pt !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.welcome h2 {
|
|
|
|
font-size: 11pt;
|
|
|
|
padding-left: 8px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.main#proof {
|
|
|
|
padding: 0;
|
|
|
|
min-width: 576px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.main#proof textarea {
|
|
|
|
margin: -5px 10px !important;
|
|
|
|
word-break: break-all;
|
|
|
|
white-space: pre-wrap;
|
|
|
|
}
|
|
|
|
|
|
|
|
.cells {
|
|
|
|
padding: 3px 2px !important;
|
|
|
|
}
|
2017-06-03 14:09:17 +00:00
|
|
|
|
|
|
|
.cells tt, #profilelist tt {
|
|
|
|
margin-left: 2px !important;
|
|
|
|
margin-right: 2px !important;
|
|
|
|
}
|
2017-06-19 13:46:40 +00:00
|
|
|
|
|
|
|
#profilelist th {
|
|
|
|
font-size: 8pt;
|
|
|
|
}
|
|
|
|
|
|
|
|
#profilelist th:last-child {
|
|
|
|
font-size: 0;
|
|
|
|
}
|
2017-05-14 06:26:16 +00:00
|
|
|
}
|
|
|
|
|
2017-07-01 19:44:02 +00:00
|
|
|
@media screen and (max-width: 1100px) {
|
|
|
|
.tunnel_id, .tunnel_peer {
|
|
|
|
min-width: 0 !important;
|
|
|
|
text-align: center !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.tunnel_local {
|
|
|
|
margin-right: 5px;
|
|
|
|
margin-left: 2px;
|
|
|
|
padding: 2px 4px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.tunnel_peer:empty {
|
|
|
|
vertical-align: middle;
|
|
|
|
}
|
|
|
|
|
|
|
|
.tunnel_peer:empty::before {
|
|
|
|
margin: 1px 6px 1px 2px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.tunnel_cap {
|
|
|
|
margin-left: 5px !important;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2017-05-14 06:26:16 +00:00
|
|
|
@media screen and (max-width: 1200px) {
|
|
|
|
#portfaq td:nth-child(2) {
|
|
|
|
white-space: normal;
|
|
|
|
}
|
|
|
|
|
2017-06-04 00:43:16 +00:00
|
|
|
.main#help h3, #faq h3, #leasesetdebug th, table#leasesetsummary th {
|
2017-05-14 06:26:16 +00:00
|
|
|
font-size: 10pt !important;
|
2017-01-07 17:47:01 +00:00
|
|
|
}
|
2011-01-24 13:20:06 +00:00
|
|
|
}
|
|
|
|
|
2017-04-09 06:28:47 +00:00
|
|
|
@media screen and (max-width: 1500px) {
|
2017-06-19 13:46:40 +00:00
|
|
|
body {
|
|
|
|
margin: 5px 4px;
|
|
|
|
}
|
2017-04-09 06:28:47 +00:00
|
|
|
|
|
|
|
#sb_general td:first-child::after, #sb_shortgeneral td:first-child::after, #sb_bandwidth td:first-child::after,
|
|
|
|
#sb_peers td:first-child::after, #sb_tunnels td:first-child::after, #sb_queue td:first-child::after {
|
|
|
|
min-height: 12px;
|
|
|
|
}
|
2017-05-14 06:26:16 +00:00
|
|
|
|
|
|
|
#sb_internals a, #sb_advanced a {
|
2017-06-19 13:46:40 +00:00
|
|
|
max-width: 200px;
|
2017-05-14 06:26:16 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.tunnels_client th:first-child:not(old) {
|
|
|
|
font-size: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.tunnels_client th:first-child::after {
|
|
|
|
content: "\21F5";
|
|
|
|
content: "\21E9\21E7";
|
|
|
|
font-size: 12pt;
|
|
|
|
line-height: 0;
|
|
|
|
vertical-align: middle;
|
|
|
|
letter-spacing: -0.25em;
|
|
|
|
}
|
2017-04-09 06:28:47 +00:00
|
|
|
}
|
|
|
|
|
2017-06-04 00:43:16 +00:00
|
|
|
@media screen and (min-width: 1000px) {
|
|
|
|
.leaseset td:first-child img {
|
|
|
|
margin-bottom: 3px;
|
|
|
|
vertical-align: middle;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2017-06-03 14:11:33 +00:00
|
|
|
@media screen and (min-width: 1200px) {
|
|
|
|
#ntcpconnections td:first-child, #udpconnections td:first-child {
|
|
|
|
padding-left: 5px !important;
|
|
|
|
}
|
2017-06-12 12:45:51 +00:00
|
|
|
|
|
|
|
#ntcpconnections .cells {
|
|
|
|
border-left: none;
|
|
|
|
border-right: none;
|
|
|
|
}
|
2017-06-03 14:11:33 +00:00
|
|
|
}
|
|
|
|
|
2016-07-24 11:25:32 +00:00
|
|
|
@media screen and (min-width: 1500px) {
|
2017-05-14 06:26:16 +00:00
|
|
|
body, .main, .main td, .news p, #news p, .tab, .tab2, .main li b, div.joblog li, .themelabel, .ui_lang, .applabel a, #changelog pre, .routersummary button.download,
|
2017-06-19 13:46:40 +00:00
|
|
|
#peerdefs, #profile_defs, #thresholds, #configinfo, .infohelp, .infowarn, button, input, select, textarea, #configinfo th, code, th, .statusnotes {
|
2016-07-24 11:25:32 +00:00
|
|
|
font-size: 10pt !important;
|
2011-01-24 13:20:06 +00:00
|
|
|
}
|
|
|
|
|
2017-06-19 13:46:40 +00:00
|
|
|
.routersummary td, .routersummary a, .routersummary button, .routersummary h4, .routersummary h4 a, div.news, pre,
|
|
|
|
#jardump tt, #jardump td, div.news, #logs li, tt, .cells tt, #profilelist tt, .leaseset tt {
|
2016-07-24 11:25:32 +00:00
|
|
|
font-size: 9pt !important;
|
2011-01-24 13:20:06 +00:00
|
|
|
}
|
|
|
|
|
2017-06-12 12:45:51 +00:00
|
|
|
#udpconnections .cells {
|
|
|
|
border-left: none;
|
|
|
|
border-right: none;
|
|
|
|
}
|
|
|
|
|
2017-07-01 19:44:02 +00:00
|
|
|
tt a, .cells tt, #profilelist tt, .cells tt a, #profilelist tt a, .leaseset td tt {
|
|
|
|
margin-left: 0 !important;
|
2017-06-03 14:09:17 +00:00
|
|
|
margin-right: 3px !important;
|
2017-06-19 13:46:40 +00:00
|
|
|
font-size: 9pt !important;
|
|
|
|
letter-spacing: 0.1em !important;
|
2017-06-03 14:09:17 +00:00
|
|
|
}
|
|
|
|
|
2017-07-01 19:44:02 +00:00
|
|
|
.tunnel_peer tt {
|
|
|
|
margin-left: 3px !important;
|
|
|
|
}
|
|
|
|
|
2017-05-14 06:26:16 +00:00
|
|
|
.main[id^="config_"] th, h4#updateplugins {
|
|
|
|
font-size: 10.5pt !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.homelinkedit th:first-child, #sidebarconf th:first-child, #consolepass th:first-child {
|
|
|
|
font-size: 0 !important;
|
|
|
|
}
|
|
|
|
|
2016-07-24 11:25:32 +00:00
|
|
|
.main, .news, h1 {
|
|
|
|
margin-left: 232px !important;
|
2011-01-24 13:20:06 +00:00
|
|
|
}
|
|
|
|
|
2016-07-24 11:25:32 +00:00
|
|
|
.routersummary {
|
2017-07-01 19:44:02 +00:00
|
|
|
width: 208px !important;
|
2011-01-24 13:20:06 +00:00
|
|
|
}
|
|
|
|
|
2016-07-24 11:25:32 +00:00
|
|
|
.routersummary div[style="height: 36px;"] {
|
|
|
|
height: 40px !important;
|
|
|
|
margin-top: 4px;
|
2011-01-24 13:20:06 +00:00
|
|
|
}
|
2017-04-09 06:28:47 +00:00
|
|
|
|
2016-07-24 11:25:32 +00:00
|
|
|
.routersummary table[id^="sb_"] {
|
2017-07-01 19:44:02 +00:00
|
|
|
width: 218px !important;
|
2011-01-24 13:20:06 +00:00
|
|
|
}
|
|
|
|
|
2017-04-09 06:28:47 +00:00
|
|
|
.routersummary h3::after {
|
|
|
|
content: "";
|
|
|
|
display: inline-block;
|
|
|
|
min-height: 18px;
|
2017-07-01 19:44:02 +00:00
|
|
|
vertical-align: middle;
|
2017-04-09 06:28:47 +00:00
|
|
|
box-sizing: border-box;
|
2011-01-24 13:20:06 +00:00
|
|
|
}
|
2012-07-20 01:13:01 +00:00
|
|
|
|
2016-07-24 11:25:32 +00:00
|
|
|
div.app {
|
2017-05-14 06:26:16 +00:00
|
|
|
width: 160px;
|
2012-07-20 01:13:01 +00:00
|
|
|
}
|
2012-07-27 12:41:45 +00:00
|
|
|
|
2016-07-24 11:25:32 +00:00
|
|
|
.applabel {
|
2017-05-14 06:26:16 +00:00
|
|
|
width: 148px !important;
|
2012-07-27 12:41:45 +00:00
|
|
|
}
|
|
|
|
|
2016-07-24 11:25:32 +00:00
|
|
|
.footnote {
|
|
|
|
font-size: 8pt !important;
|
2012-07-27 12:41:45 +00:00
|
|
|
}
|
|
|
|
|
2017-05-14 06:26:16 +00:00
|
|
|
h3#pconfig, h3#webappconfig, h3#i2pclientconfig, h3#pluginmanage, p#clientconf.infohelp, #config_stats h3 {
|
2017-01-07 17:47:01 +00:00
|
|
|
margin-bottom: -15px;
|
2012-07-27 12:41:45 +00:00
|
|
|
}
|
|
|
|
|
2017-01-07 18:51:58 +00:00
|
|
|
.sorry {
|
|
|
|
margin-left: 232px !important;
|
|
|
|
}
|
2017-01-15 14:08:29 +00:00
|
|
|
|
|
|
|
.routersummary .reload, .routersummary .stop {
|
2017-06-12 12:45:51 +00:00
|
|
|
min-width: 95px;
|
2017-01-15 14:08:29 +00:00
|
|
|
margin: 0 3px -5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.subheading b {
|
|
|
|
font-size: 10.5pt !important;
|
|
|
|
}
|
2017-02-10 16:39:56 +00:00
|
|
|
|
|
|
|
h3#restartrouter, p#tunnelconfig {
|
|
|
|
margin-bottom: -15px !important;
|
|
|
|
}
|
2017-03-06 04:41:22 +00:00
|
|
|
|
|
|
|
h1 {
|
|
|
|
padding: 21px 15px 17px;
|
|
|
|
font-size: 19pt;
|
|
|
|
}
|
|
|
|
|
2017-07-01 19:44:02 +00:00
|
|
|
.routersummary h3 a {
|
2017-04-09 06:28:47 +00:00
|
|
|
font-size: 11pt !important;
|
2017-07-01 19:44:02 +00:00
|
|
|
padding: 4px 0 2px;
|
2017-04-09 06:28:47 +00:00
|
|
|
}
|
|
|
|
|
2017-06-04 00:43:16 +00:00
|
|
|
.routersummary img[src$="i2plogo.png"] {
|
2017-03-06 04:41:22 +00:00
|
|
|
margin-left: 0 !important;
|
|
|
|
transform: none !important;
|
|
|
|
width: 205px !important;
|
|
|
|
margin-top: -2px !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
#sb_internals a, #sb_advanced a {
|
2017-07-01 19:44:02 +00:00
|
|
|
max-width: 212px;
|
2017-03-06 04:41:22 +00:00
|
|
|
}
|
|
|
|
|
2017-04-09 06:28:47 +00:00
|
|
|
#sb_general, #sb_shortgeneral, #sb_bandwidth, #sb_peers, #sb_tunnels, #sb_queue {
|
|
|
|
margin-bottom: -4px !important;
|
|
|
|
margin-top: -10px !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
#sb_general, #sb_shortgeneral {
|
|
|
|
margin-top: -7px !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
#sb_general td::after, #sb_shortgeneral td::after, #sb_bandwidth td::after,
|
|
|
|
#sb_peers td::after, #sb_tunnels td::after, #sb_queue td::after {
|
|
|
|
min-height: 14px;
|
|
|
|
}
|
|
|
|
|
2017-03-06 04:41:22 +00:00
|
|
|
#banlist li {
|
|
|
|
font-size: 10pt;
|
|
|
|
min-height: 38px !important;
|
|
|
|
}
|
|
|
|
|
2017-06-12 12:45:51 +00:00
|
|
|
.langbox {
|
|
|
|
line-height: 120%;
|
|
|
|
margin: 4px 2px 0 5px;
|
|
|
|
}
|
2017-03-06 04:41:22 +00:00
|
|
|
|
|
|
|
.langbox img {
|
2017-06-12 12:45:51 +00:00
|
|
|
margin: -1px 0 2px 2px;
|
2017-03-06 04:41:22 +00:00
|
|
|
}
|
|
|
|
|
2017-07-01 19:44:02 +00:00
|
|
|
.th_title a {
|
2017-04-09 06:28:47 +00:00
|
|
|
font-size: 11pt !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
#logs font[color^="#"]::before {
|
|
|
|
margin-right: 6px;
|
|
|
|
margin-left: -15px;
|
|
|
|
width: 7px;
|
|
|
|
height: 7px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.statlist li a[href^="graph"]::before, .statlist li::before {
|
|
|
|
height: 6px;
|
|
|
|
width: 6px;
|
|
|
|
}
|
2017-05-14 05:38:31 +00:00
|
|
|
|
|
|
|
button.control {
|
|
|
|
padding: 14px !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
#configstats td::before {
|
|
|
|
min-height: 24px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.newsAuthor {
|
|
|
|
font-size: 9pt;
|
|
|
|
background-size: 11px 11px;
|
|
|
|
padding: 0 0 0 14px;
|
|
|
|
background-position: left center !important;
|
|
|
|
}
|
2017-05-14 06:26:16 +00:00
|
|
|
|
2017-05-15 03:18:34 +00:00
|
|
|
.topness, .footnote {
|
|
|
|
font-size: 9pt !important;
|
|
|
|
}
|
|
|
|
|
2017-06-03 14:09:17 +00:00
|
|
|
#ntcpconnections td:first-child, #udpconnections td:first-child {
|
|
|
|
min-width: 58px;
|
|
|
|
}
|
|
|
|
|
2017-06-12 12:45:51 +00:00
|
|
|
.themechoice, .langselect {
|
|
|
|
width: 140px !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.main#config_ui .themechoice .optbox, .main#config_ui .langselect .optbox,
|
|
|
|
.main#config_ui .themechoice .optbox:hover, .main#config_ui .langselect .optbox:hover,
|
|
|
|
.main#config_ui .themechoice .optbox:focus, .main#config_ui .langselect .optbox:focus {
|
|
|
|
width: 144px !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.main#config_ui .themechoice .optbox {
|
|
|
|
margin-left: -49px !important;
|
|
|
|
min-height: 92px !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.main#config_ui .langselect .optbox, .main#config_ui .langselect .optbox:hover, .main#config_ui .langselect .optbox:focus {
|
|
|
|
margin-left: -2px !important;
|
|
|
|
}
|
|
|
|
|
2017-07-01 19:44:02 +00:00
|
|
|
.tunnel_cap {
|
|
|
|
margin-left: 10px;
|
|
|
|
padding: 0 1px;
|
|
|
|
min-width: 14px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.tunnel_id:empty {
|
|
|
|
margin-right: -10px;
|
|
|
|
}
|
|
|
|
|
2017-05-14 06:26:16 +00:00
|
|
|
_:-ms-lang(x), #browseronstart {
|
|
|
|
margin-bottom: -15px !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
_:-ms-lang(x), .tab, .tab2 {
|
|
|
|
padding: 3px 6px 6px !important;
|
|
|
|
}
|
2017-04-09 06:28:47 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
@media screen and (-webkit-min-device-pixel-ratio:0) and (min-width: 1500px) {
|
2017-03-06 04:41:22 +00:00
|
|
|
.routersummary div[style="height: 36px;"] {
|
|
|
|
height: 38px !important;
|
|
|
|
}
|
2017-03-06 04:56:58 +00:00
|
|
|
}
|
2017-04-09 06:28:47 +00:00
|
|
|
|
|
|
|
@media screen and (min-width: 1600px) {
|
|
|
|
.tab, .tab2 {
|
|
|
|
padding-left: 8px;
|
|
|
|
padding-right: 8px;
|
2017-01-15 14:08:29 +00:00
|
|
|
}
|
2017-05-14 06:26:16 +00:00
|
|
|
}
|
2017-02-10 16:39:56 +00:00
|
|
|
|
2017-05-14 06:26:16 +00:00
|
|
|
/* Edge/IE tweaks */
|
|
|
|
_:-ms-lang(x), *, *:hover, *:focus, input, input:hover, input:focus, a:hover, a:focus, h1, h2, h3, h4 {
|
2017-02-10 16:39:56 +00:00
|
|
|
filter: none !important;
|
2017-05-14 06:26:16 +00:00
|
|
|
text-shadow: none !important;
|
2017-03-06 04:41:22 +00:00
|
|
|
}
|
|
|
|
|
2017-05-14 06:26:16 +00:00
|
|
|
_:-ms-lang(x), .tunnels_client th:first-child::after {
|
|
|
|
letter-spacing: -0.05em;
|
|
|
|
font-weight: normal;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* end Edge/IE tweaks */
|
|
|
|
|