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 {
|
2016-07-24 11:25:32 +00:00
|
|
|
margin: 8px 6px 8px 8px;
|
2011-01-24 13:20:06 +00:00
|
|
|
text-align: center;
|
2017-01-07 17:47:01 +00:00
|
|
|
color: #333;
|
|
|
|
font: 9pt/130% "Droid Sans", "Noto Sans", Ubuntu, "Segoe UI", "Bitstream Vera Sans", Verdana, "Lucida Grande", Helvetica, sans-serif;
|
|
|
|
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 {
|
|
|
|
background: url(images/tile2.png) fixed,
|
|
|
|
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;
|
2011-01-24 13:20:06 +00:00
|
|
|
}
|
|
|
|
|
2016-07-24 11:25:32 +00:00
|
|
|
::-moz-selection {
|
|
|
|
background: #27377f !important;
|
|
|
|
color: white;
|
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);
|
|
|
|
-webkit-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"] {
|
|
|
|
filter: hue-rotate(-40deg) drop-shadow(0 0 1px #aaa);
|
|
|
|
-webkit-filter: hue-rotate(-40deg) drop-shadow(0 0 1px #aaa);
|
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);
|
|
|
|
-webkit-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 {
|
|
|
|
filter: drop-shadow(0 0 1px #aaa);
|
|
|
|
-webkit-filter: drop-shadow(0 0 1px #aaa);
|
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);
|
|
|
|
-webkit-filter: drop-shadow(0 0 1px #f60);
|
|
|
|
}
|
|
|
|
|
2011-01-24 13:20:06 +00:00
|
|
|
pre {
|
|
|
|
width: 98%;
|
|
|
|
overflow: auto;
|
|
|
|
text-align: left;
|
2016-07-24 11:25:32 +00:00
|
|
|
font: 8pt "Droid Sans Mono", "Lucida Console", "DejaVu Sans Mono", Courier, mono;
|
2011-01-24 13:20:06 +00:00
|
|
|
color: #333;
|
|
|
|
margin: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.routersummaryouter {
|
|
|
|
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
|
|
|
}
|
|
|
|
|
|
|
|
div.routersummary {
|
2016-07-24 11:25:32 +00:00
|
|
|
width: 182px;
|
2011-01-24 13:20:06 +00:00
|
|
|
padding: 8px 8px 10px 8px;
|
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);
|
|
|
|
-webkit-filter: drop-shadow(0 0 1px #999);
|
|
|
|
}
|
|
|
|
|
|
|
|
.routersummary div[style="height: 36px;"] {
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.routersummary img[src$="i2plogo.png"] {
|
|
|
|
opacity: 0.9;
|
|
|
|
transition: all 0.3s ease 0s;
|
|
|
|
margin-left: -2px;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.routersummary img[src$="i2plogo.png"]:hover {
|
|
|
|
opacity: 1;
|
|
|
|
transition: all 0.3s ease 0s;
|
|
|
|
filter: drop-shadow(0 0 1px #f60);
|
|
|
|
-webkit-filter: drop-shadow(0 0 1px #f60);
|
|
|
|
}
|
|
|
|
|
|
|
|
.routersummary a[href="/"] img {
|
|
|
|
margin-right: -1px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.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);
|
|
|
|
-webkit-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;
|
2011-01-24 13:20:06 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
div.routersummary input[type=text] {
|
|
|
|
text-align: right !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.routersummary hr {
|
|
|
|
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
|
|
|
}
|
|
|
|
|
2011-12-02 17:21:04 +00:00
|
|
|
div.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
|
|
|
}
|
|
|
|
|
|
|
|
div.routersummary h3 {
|
|
|
|
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;
|
2016-07-24 11:25:32 +00:00
|
|
|
background: #ffe url(images/header.png) center center repeat-x;
|
|
|
|
background: linear-gradient(to bottom, #fff 0%, #fff 50%, #eef 50%, #eef 100%) !important;
|
|
|
|
border: 1px solid #99f;
|
|
|
|
border-left: none;
|
|
|
|
border-right: none;
|
|
|
|
border-radius: 0;
|
|
|
|
box-shadow: inset 0 0 0 1px #fff;
|
|
|
|
filter: none;
|
2017-01-07 17:47:01 +00:00
|
|
|
-webkit-filter: none;
|
2011-01-24 13:20:06 +00:00
|
|
|
}
|
|
|
|
|
2016-07-24 11:25:32 +00:00
|
|
|
.routersummary h3:hover {
|
|
|
|
background: linear-gradient(to bottom, #fff 0%, #fff 50%, #ffe8bf 50%, #efd9b3 100%) !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.routersummary h3:hover a {
|
|
|
|
color: #f60;
|
|
|
|
text-shadow: 0 0 1px #fff;
|
|
|
|
}
|
|
|
|
|
|
|
|
.routersummary h3:active {
|
|
|
|
box-shadow: inset 2px 2px 2px #777;
|
2011-01-24 13:20:06 +00:00
|
|
|
}
|
|
|
|
|
2016-07-24 11:25:32 +00:00
|
|
|
div.routersummary h3 a {
|
|
|
|
text-transform: uppercase;
|
|
|
|
text-decoration: none;
|
|
|
|
display: inline-block;
|
|
|
|
width: 100%;
|
|
|
|
width: calc(100% - 4px);
|
2017-01-07 17:47:01 +00:00
|
|
|
padding: 2px 0;
|
2011-01-24 13:20:06 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
div.routersummary h4 {
|
2016-07-24 11:25:32 +00:00
|
|
|
border: none;
|
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;
|
2011-11-30 23:23:41 +00:00
|
|
|
color: #359;
|
2016-07-24 11:25:32 +00:00
|
|
|
box-shadow: inset 0 0 0 1px #eef;
|
|
|
|
line-height: 105%;
|
|
|
|
}
|
|
|
|
|
2017-01-07 17:47:01 +00:00
|
|
|
@media screen and (-webkit-min-device-pixel-ratio:0) {
|
|
|
|
.routersummary h4 {
|
|
|
|
margin-bottom: -8px !important;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
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
|
|
|
}
|
|
|
|
|
2012-06-20 12:56:00 +00:00
|
|
|
div.routersummary ul {
|
|
|
|
text-align: left !important;
|
|
|
|
}
|
|
|
|
|
2011-01-24 13:20:06 +00:00
|
|
|
div.routersummary table {
|
|
|
|
border: 0;
|
|
|
|
text-align: center !important;
|
2016-07-24 11:25:32 +00:00
|
|
|
margin: -8px -5px -5px -5px;
|
|
|
|
width: 192px !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;
|
|
|
|
}
|
|
|
|
|
|
|
|
#sb_shortgeneral {
|
|
|
|
margin-top: -6px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#sb_localtunnels td:first-child {
|
|
|
|
text-align: left !important;
|
|
|
|
width: 16px;
|
|
|
|
padding: 2px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#sb_localtunnels td:last-child {
|
|
|
|
text-align: right !important;
|
|
|
|
width: 16px;
|
|
|
|
padding-right: 0;
|
|
|
|
}
|
|
|
|
|
2017-01-07 17:47:01 +00:00
|
|
|
#sb_internals a, #sb_advanced a {
|
|
|
|
padding: 1px 2px;
|
|
|
|
display: inline-block;
|
|
|
|
}
|
|
|
|
|
2011-01-24 13:20:06 +00:00
|
|
|
div.routersummary tr {
|
|
|
|
background-image: none !important;
|
|
|
|
background-color: transparent !important;
|
|
|
|
border: 0 !important;
|
|
|
|
}
|
|
|
|
|
2017-01-07 18:51:58 +00:00
|
|
|
/*
|
2011-01-24 13:20:06 +00:00
|
|
|
div.routersummary td:first-child {
|
|
|
|
max-width: 90px;
|
|
|
|
overflow: hidden;
|
|
|
|
}
|
2017-01-07 18:51:58 +00:00
|
|
|
*/
|
2011-01-24 13:20:06 +00:00
|
|
|
|
|
|
|
div.routersummary a:hover {
|
|
|
|
color: #f60;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.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;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.tunnels td:first-child {
|
|
|
|
width: 16px;
|
|
|
|
text-align: left;
|
|
|
|
padding-right: 1px;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.tunnels td:last-child {
|
|
|
|
text-align: right;
|
|
|
|
padding-right: 1px;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.tunnels img, div.tunnels img:hover {
|
|
|
|
opacity: 1 !important;
|
|
|
|
}
|
|
|
|
|
2011-11-08 11:44:45 +00:00
|
|
|
div.routersummary img:first-child {
|
2011-01-24 13:20:06 +00:00
|
|
|
margin-bottom: -2px !important;
|
|
|
|
opacity: 0.7;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.routersummary img:hover:first-child {
|
|
|
|
margin-bottom: -2px !important;
|
|
|
|
opacity: 1;
|
|
|
|
}
|
|
|
|
|
2012-06-20 12:56:00 +00:00
|
|
|
div.newsheadings {
|
|
|
|
text-align: right;
|
2016-07-24 11:25:32 +00:00
|
|
|
margin: -5px 0 -3px 8px;
|
2012-06-20 12:56:00 +00:00
|
|
|
}
|
|
|
|
|
2012-07-14 00:48:28 +00:00
|
|
|
div.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%;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.newsheadings li:first-child {
|
|
|
|
margin-top: 0;
|
2012-07-14 00:48:28 +00:00
|
|
|
}
|
|
|
|
|
2011-01-24 13:20:06 +00:00
|
|
|
div.tunnels {
|
|
|
|
margin-top: 6px !important;
|
|
|
|
margin-left: -2px !important;
|
|
|
|
margin-bottom: 3px !important;
|
|
|
|
padding-top: 3px !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.tunnels table {
|
|
|
|
margin: -7px 0 -5px -4px !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.tunnels td, div.tunnels img:first-child {
|
|
|
|
margin: 0 !important;
|
|
|
|
text-transform: capitalize;
|
|
|
|
}
|
|
|
|
|
|
|
|
.tunnels tr {
|
|
|
|
padding: 4px 0 !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.routersummary p {
|
|
|
|
padding: 0;
|
2011-11-08 11:44:45 +00:00
|
|
|
}
|
2011-01-24 13:20:06 +00:00
|
|
|
|
|
|
|
div.refresh {
|
2011-03-08 03:07:02 +00:00
|
|
|
margin-top: 10px !important;
|
|
|
|
margin-bottom: 10px !important;
|
2016-07-24 11:25:32 +00:00
|
|
|
padding: 2px 0 0 0 !important;
|
2011-01-24 13:20:06 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
/* proxy error messages */
|
|
|
|
|
2017-01-07 17:47:01 +00:00
|
|
|
div.logo {
|
|
|
|
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;
|
|
|
|
}
|
|
|
|
|
|
|
|
.logo hr {
|
|
|
|
margin: 8px -11px;
|
|
|
|
background: #447;
|
|
|
|
}
|
|
|
|
|
2011-01-24 13:20:06 +00:00
|
|
|
div.warning {
|
|
|
|
margin: 20px 20px 30px 240px;
|
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;
|
2016-07-24 11:25:32 +00:00
|
|
|
background-image:url(/themes/console/images/itoopie_sm.png);
|
2011-01-24 13:20:06 +00:00
|
|
|
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-01-07 17:47:01 +00:00
|
|
|
.warning h3 {
|
|
|
|
text-align: left;
|
|
|
|
}
|
|
|
|
|
|
|
|
.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 {
|
|
|
|
margin-left: 20px !important;
|
|
|
|
background: #fff !important;
|
|
|
|
padding-left: 25px !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.logo {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
@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 {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
/* end proxy error messages */
|
|
|
|
|
2011-01-24 13:20:06 +00:00
|
|
|
/* console error messages */
|
|
|
|
|
|
|
|
div.sorry {
|
2017-01-07 18:51:58 +00:00
|
|
|
margin: -11px 0 10px 207px;
|
|
|
|
padding: 20px 25px 20px 80px;
|
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-01-07 18:51:58 +00:00
|
|
|
background: #ffe url(/themes/console/images/info/errortriangle.png) 20px center no-repeat;
|
|
|
|
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
|
|
|
}
|
|
|
|
|
|
|
|
div.sorry hr {
|
|
|
|
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
|
|
|
|
|
|
|
div.main {
|
2016-07-24 11:25:32 +00:00
|
|
|
margin: -12px 0 8px 207px;
|
|
|
|
padding: 0 15px 10px 15px;
|
2011-01-24 13:20:06 +00:00
|
|
|
text-align: left;
|
2016-07-24 11:25:32 +00:00
|
|
|
color: #222;
|
2011-01-24 13:20:06 +00:00
|
|
|
width: auto;
|
2016-07-24 11:25:32 +00:00
|
|
|
min-width: 526px;
|
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);
|
|
|
|
-webkit-filter: drop-shadow(0 1px 1px #999);
|
|
|
|
}
|
|
|
|
|
|
|
|
div.main[id^="config_"] {
|
|
|
|
padding-bottom: 5px !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.main li:first-child {
|
|
|
|
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 {
|
|
|
|
filter: drop-shadow(0 0 1px #999);
|
|
|
|
}
|
|
|
|
.main#debug h2 + table {
|
|
|
|
margin-top: -16px;
|
2011-11-11 02:50:55 +00:00
|
|
|
}
|
2011-01-24 13:20:06 +00:00
|
|
|
|
|
|
|
div.main hr, hr {
|
|
|
|
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;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.main textarea {
|
2016-07-24 11:25:32 +00:00
|
|
|
background: #fff;
|
2011-01-24 13:20:06 +00:00
|
|
|
color: #001;
|
2016-07-24 11:25:32 +00:00
|
|
|
font: 9pt "Droid Sans Mono", "Lucida Console", "DejaVu Sans Mono", Courier, mono;
|
|
|
|
margin: 5px 0;
|
|
|
|
resize: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
td.tabletextarea {
|
|
|
|
padding: 0;
|
|
|
|
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;
|
|
|
|
background: none;
|
|
|
|
padding: 5px 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
#config_reseed input[type="text"], #config_reseed input[type="password"] {
|
|
|
|
min-width: 300px;
|
2011-01-24 13:20:06 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
div.news {
|
2016-07-24 11:25:32 +00:00
|
|
|
margin: -12px 0 5px 207px;
|
|
|
|
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-01-07 17:47:01 +00:00
|
|
|
min-width: 526px;
|
2016-07-24 11:25:32 +00:00
|
|
|
filter: drop-shadow(0 1px 1px #999);
|
|
|
|
-webkit-filter: drop-shadow(0 1px 1px #999);
|
|
|
|
}
|
|
|
|
|
|
|
|
.news hr {
|
|
|
|
background: #339;
|
|
|
|
opacity: 0.6;
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.newsentry {
|
|
|
|
filter: drop-shadow(0 0 1px #bbb);
|
|
|
|
}
|
|
|
|
|
|
|
|
.newsentry font[size="-2"], .newsentry font[size="-1"] {
|
|
|
|
letter-spacing: 0.1em;
|
2011-01-24 13:20:06 +00:00
|
|
|
}
|
|
|
|
|
2016-02-22 16:04:42 +00:00
|
|
|
div.newscontent {
|
2016-07-24 11:25:32 +00:00
|
|
|
background-color: rgba(220,220,255,0.6);
|
|
|
|
background: linear-gradient(to bottom, #eff2ff, rgba(220,220,255,0.3));
|
|
|
|
border: 1px solid #7778bf;
|
|
|
|
border-radius: 0 0 2px 2px;
|
|
|
|
margin: 0 0 10px;
|
|
|
|
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;
|
|
|
|
text-shadow: 0 0 1px #fff; /* kills alpha-blur */
|
|
|
|
}
|
|
|
|
|
|
|
|
.newscontent p:nth-child(n+2) {
|
|
|
|
margin-top: 8px;
|
2011-01-24 13:20:06 +00:00
|
|
|
}
|
|
|
|
|
2016-02-22 16:04:42 +00:00
|
|
|
div.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;
|
|
|
|
}
|
|
|
|
|
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 {
|
|
|
|
background: #fff !important;
|
|
|
|
background: url(images/news.png) 8px center no-repeat, linear-gradient(to right, #fff, #eef) !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;
|
|
|
|
letter-spacing: 0.05em;
|
|
|
|
text-transform: capitalize !important;
|
2016-07-24 11:25:32 +00:00
|
|
|
margin-bottom: -1px;
|
|
|
|
filter: none;
|
|
|
|
-webkit-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
|
|
|
}
|
|
|
|
|
2016-07-24 11:25:32 +00:00
|
|
|
.main#torrents {
|
|
|
|
padding: 0 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.confignav {
|
|
|
|
padding: 8px 10px 0 !important;
|
|
|
|
margin: 4px -14px 12px !important;
|
|
|
|
font-size: 9pt !important;
|
2011-01-24 13:20:06 +00:00
|
|
|
line-height: 160% !important;
|
|
|
|
opacity: 1;
|
|
|
|
min-width: 400px;
|
2016-07-24 11:25:32 +00:00
|
|
|
vertical-align: middle;
|
|
|
|
text-align: center;
|
|
|
|
border-bottom: 1px solid #447;
|
|
|
|
box-shadow: 0 1px 1px #bbf;
|
2011-01-24 13:20:06 +00:00
|
|
|
}
|
|
|
|
|
2016-07-24 11:25:32 +00:00
|
|
|
.tab {
|
|
|
|
padding: 1px 5px 1px 5px;
|
|
|
|
margin: -5px -1px -1px -3px;
|
|
|
|
background: #eef;
|
|
|
|
background: linear-gradient(to bottom, #fff, #eef);
|
|
|
|
border: 1px solid #447;
|
2011-12-02 17:21:04 +00:00
|
|
|
display: inline-block;
|
|
|
|
word-wrap: break-word;
|
|
|
|
vertical-align: bottom;
|
2016-07-24 11:25:32 +00:00
|
|
|
text-align: center;
|
|
|
|
font-weight: normal !important;
|
|
|
|
text-decoration: none;
|
|
|
|
box-shadow: inset 0 0 0 1px #fff;
|
|
|
|
filter: drop-shadow(0 0 0 #fff);
|
|
|
|
-webkit-filter: drop-shadow(0 0 0 #fff);
|
|
|
|
}
|
|
|
|
|
|
|
|
@media screen and (-webkit-min-device-pixel-ratio:0) {
|
|
|
|
.tab {
|
2017-01-07 17:47:01 +00:00
|
|
|
margin: -5px -2px -1px -3px;
|
|
|
|
padding: 1px 8px 1px 7px;
|
2016-07-24 11:25:32 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.tab:first-child {
|
|
|
|
margin-right: -3px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.tab2 {
|
|
|
|
margin-left: -2px !important;
|
2017-01-07 17:47:01 +00:00
|
|
|
margin-right: -1px !important;
|
2016-07-24 11:25:32 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.tab:hover, .tab:hover a {
|
|
|
|
background: #558;
|
|
|
|
background: linear-gradient(to bottom, #eef, #fff);
|
|
|
|
color: #f60;
|
2011-12-02 17:21:04 +00:00
|
|
|
}
|
|
|
|
|
2016-07-24 11:25:32 +00:00
|
|
|
.tab:hover {
|
|
|
|
border-top: 3px solid #77a;
|
|
|
|
border-radius: 2px 2px 0 0 !important;
|
|
|
|
margin-top: -7px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.tab:active, .tab:active a {
|
|
|
|
background: #f60 !important;
|
|
|
|
color: #fff !important;
|
|
|
|
border-top-width: 1px;
|
|
|
|
margin-top: -5px;
|
|
|
|
/* transition: ease border 0.3s 0s;*/
|
|
|
|
}
|
|
|
|
|
|
|
|
.tab:first-child {
|
|
|
|
border-radius: 2px 0 0 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.tab:last-child {
|
|
|
|
border-radius: 0 2px 0 0;
|
|
|
|
padding-right: 6px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.tab a {
|
|
|
|
font-weight: normal !important;
|
|
|
|
text-decoration: none !important;
|
2011-12-02 17:21:04 +00:00
|
|
|
}
|
|
|
|
|
2016-07-24 11:25:32 +00:00
|
|
|
.tab2 {
|
2017-01-07 17:47:01 +00:00
|
|
|
color: #31334f;
|
2016-07-24 11:25:32 +00:00
|
|
|
padding: 2px 5px 1px;
|
|
|
|
margin: -11px -1px -1px -3px;
|
|
|
|
background: #fff;
|
|
|
|
border: 1px solid #447;
|
|
|
|
border-top-color: #558;
|
|
|
|
border-top-width: 3px;
|
2011-12-02 17:21:04 +00:00
|
|
|
display: inline-block;
|
|
|
|
word-wrap: break-word;
|
|
|
|
vertical-align: bottom;
|
2016-07-24 11:25:32 +00:00
|
|
|
text-align: center;
|
|
|
|
font-weight: bold;
|
|
|
|
border-radius: 2px 2px 0 0;
|
|
|
|
filter: drop-shadow(0 0 1px #999);
|
|
|
|
-webkit-filter: drop-shadow(0 0 1px #999);
|
2011-12-02 17:21:04 +00:00
|
|
|
}
|
|
|
|
|
2011-01-24 13:20:06 +00:00
|
|
|
div.configure {
|
|
|
|
min-width: 400px;
|
2016-07-24 11:25:32 +00:00
|
|
|
margin-bottom: 0;
|
2011-01-24 13:20:06 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
div.configure h3, div.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-01-07 18:51:58 +00:00
|
|
|
div.graphspanel h3 {
|
|
|
|
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;
|
|
|
|
margin-left: 5px;
|
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;
|
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);
|
|
|
|
-webkit-filter: 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);
|
|
|
|
-webkit-filter: drop-shadow(0 0 1px #f60);
|
2012-07-11 12:06:59 +00:00
|
|
|
}
|
|
|
|
|
2016-07-24 11:25:32 +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
|
|
|
}
|
|
|
|
|
2016-07-24 11:25:32 +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);
|
|
|
|
-webkit-filter: drop-shadow(0 0 1px #999);
|
2011-01-24 13:20:06 +00:00
|
|
|
}
|
|
|
|
|
2016-07-24 11:25:32 +00:00
|
|
|
#criticallogs tr:first-child {
|
|
|
|
display: none; /* hide empty placeholder for log location */
|
2011-01-24 13:20:06 +00:00
|
|
|
}
|
|
|
|
|
2016-07-24 11:25:32 +00:00
|
|
|
.main#logs ul li {
|
|
|
|
padding-left: 0;
|
|
|
|
margin-left: 20px;
|
2011-01-24 13:20:06 +00:00
|
|
|
}
|
|
|
|
|
2016-07-24 11:25:32 +00:00
|
|
|
.main#logs ul li::first-line {
|
2011-01-24 13:20:06 +00:00
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
2016-07-24 11:25:32 +00:00
|
|
|
.main#logs li:first-child {
|
|
|
|
margin-top: 0 !important;
|
2011-01-24 13:20:06 +00:00
|
|
|
}
|
|
|
|
|
2016-07-24 11:25:32 +00:00
|
|
|
.main#logs li:last-child {
|
|
|
|
margin-bottom: 0 !important;
|
2011-01-24 13:20:06 +00:00
|
|
|
}
|
|
|
|
|
2016-07-24 11:25:32 +00:00
|
|
|
table#wrapperlogs, table#routerlogs {
|
|
|
|
width: 100%;
|
|
|
|
table-layout: fixed;
|
|
|
|
margin-bottom: 10px;
|
2011-01-24 13:20:06 +00:00
|
|
|
}
|
|
|
|
|
2016-07-24 11:25:32 +00:00
|
|
|
#routerlogs ul {
|
|
|
|
word-wrap: break-word;
|
2011-01-24 13:20:06 +00:00
|
|
|
}
|
|
|
|
|
2016-07-24 11:25:32 +00:00
|
|
|
#wrapperlogs pre {
|
|
|
|
margin: 0;
|
|
|
|
white-space: pre-wrap !important;
|
|
|
|
word-wrap: break-word !important;
|
2011-01-24 13:20:06 +00:00
|
|
|
width: 100%;
|
2016-07-24 11:25:32 +00:00
|
|
|
overflow: auto;
|
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);
|
|
|
|
-webkit-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;
|
|
|
|
-webkit-filter: none;
|
2011-01-24 13:20:06 +00:00
|
|
|
}
|
|
|
|
|
2016-07-24 11:25:32 +00:00
|
|
|
h3#langheading, h3#themeheading, h3#pluginmanage, h3#pluginconfig, h3#webappconfig, h3#advancedclientconfig, h3#i2pclientconfig, #config_stats h3 {
|
|
|
|
border: 1px solid #7778bf;
|
|
|
|
border-radius: 0;
|
|
|
|
box-shadow: inset 0 0 0 1px #fff;
|
|
|
|
filter: none;
|
|
|
|
-webkit-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
|
|
|
}
|
|
|
|
|
2016-07-24 11:25:32 +00:00
|
|
|
h3#pluginconfig, 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;
|
|
|
|
margin-bottom: -2px;
|
|
|
|
}
|
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
|
|
|
}
|
|
|
|
|
2016-07-24 11:25:32 +00:00
|
|
|
#configstats td:first-child {
|
|
|
|
width: 48px;
|
|
|
|
white-space: nowrap;
|
2012-01-23 23:07:24 +00:00
|
|
|
}
|
|
|
|
|
2016-07-24 11:25:32 +00:00
|
|
|
#sidebarconf button {
|
|
|
|
margin: 2px 0 2px 3px !important;
|
|
|
|
padding: 2px 1px;
|
|
|
|
min-width: 0;
|
|
|
|
background-size: 12px 12px;
|
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 {
|
|
|
|
text-align: center;
|
2012-03-16 12:08:43 +00:00
|
|
|
}
|
|
|
|
|
2016-07-24 11:25:32 +00:00
|
|
|
#sidebarconf th:nth-child(2) {
|
|
|
|
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 {
|
|
|
|
font-weight: bold;
|
|
|
|
font-size: 9pt;
|
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
|
|
|
}
|
|
|
|
|
2016-07-24 11:25:32 +00:00
|
|
|
div.graphspanel {
|
|
|
|
text-align: center !important;
|
|
|
|
margin: 15px 0 -15px;
|
2012-01-23 23:07:24 +00:00
|
|
|
}
|
|
|
|
|
2016-07-24 11:25:32 +00:00
|
|
|
div.graphspanel img {
|
|
|
|
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
|
|
|
|
2016-07-24 11:25:32 +00:00
|
|
|
div.graphspanel a img:hover {
|
|
|
|
box-shadow: inset 0 0 2px 1px #f60;
|
2011-01-24 13:20:06 +00:00
|
|
|
}
|
|
|
|
|
2016-07-24 11:25:32 +00:00
|
|
|
div.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;
|
|
|
|
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;
|
|
|
|
-webkit-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;
|
|
|
|
width: 85px;
|
|
|
|
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) {
|
|
|
|
width: 260px;
|
|
|
|
white-space: nowrap;
|
2011-01-24 13:20:06 +00:00
|
|
|
}
|
|
|
|
|
2017-01-07 18:51:58 +00:00
|
|
|
#graphs td.infohelp {
|
|
|
|
border: 1px solid #cfd1ff !important;
|
|
|
|
border-right: none !important;
|
|
|
|
background-size: 20px 20px !important;
|
|
|
|
padding: 5px 5px 5px 40px !important;
|
|
|
|
background-color: #f7f8ff !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 */
|
|
|
|
|
|
|
|
|
2016-07-24 11:25:32 +00:00
|
|
|
div.messages {
|
|
|
|
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);
|
|
|
|
-webkit-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;
|
|
|
|
}
|
|
|
|
|
2016-07-24 11:25:32 +00:00
|
|
|
div.error {
|
|
|
|
color: #900;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.notice {
|
|
|
|
font-style: italic;
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.messages ul {
|
|
|
|
padding: 0;
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.messages li, .messages li:first-child, .error li:first-child, .error li {
|
|
|
|
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;
|
|
|
|
padding: 0 20px 0 24px !important;
|
|
|
|
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;
|
|
|
|
margin: 1px -15px 5px 0;
|
|
|
|
font-size: 9pt;
|
|
|
|
background: #fff;
|
|
|
|
}
|
|
|
|
|
|
|
|
#configinfo th {
|
|
|
|
color: #050;
|
|
|
|
}
|
|
|
|
|
|
|
|
#configinfo td {
|
|
|
|
text-align: justify;
|
|
|
|
padding: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
td.optionsave {
|
|
|
|
text-align: right;
|
|
|
|
padding: 10px 5px !important;
|
|
|
|
background: #fff;
|
|
|
|
border-top: 1px solid #7778bf !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.configtable tr:last-child td {
|
|
|
|
border-top: 1px solid #7778bf !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
td.infohelp {
|
|
|
|
background: #fff url(/themes/console/images/info/infohelp.png) 10px center no-repeat;
|
|
|
|
padding: 15px 15px 15px 50px;
|
|
|
|
border-bottom: 1px solid #7778bf !important;
|
|
|
|
border-top: 1px solid #7778bf !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
td.infowarn {
|
|
|
|
background: #fff url(/themes/console/images/info/infowarn.png) 10px center no-repeat;
|
|
|
|
padding: 15px 15px 15px 50px !important;
|
|
|
|
border-bottom: 1px solid #7778bf !important;
|
|
|
|
border-top: 1px solid #7778bf !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* /logs */
|
|
|
|
|
|
|
|
table#bugreports {
|
|
|
|
margin-top: 15px;
|
|
|
|
padding: 10px;
|
|
|
|
font-size: 9pt !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
table#enviro, table[id$="logs"] {
|
|
|
|
font-size: 9pt !important;
|
|
|
|
padding: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
table#enviro td:first-child {
|
|
|
|
width: 100px;
|
|
|
|
text-align: right;
|
|
|
|
padding-right: 0;
|
|
|
|
white-space: nowrap;
|
|
|
|
padding-left: 10px
|
|
|
|
}
|
|
|
|
|
|
|
|
table[id$="logs"] ul li {
|
|
|
|
font-size: 9pt !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
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;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* 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;
|
|
|
|
background: linear-gradient(to bottom, #fff 0%, #fff 50%, #eef 50%, #eef 100%) !important;
|
|
|
|
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;
|
|
|
|
}
|
|
|
|
|
|
|
|
tr:nth-child(even) {
|
2016-07-24 11:25:32 +00:00
|
|
|
background: #eef;
|
2011-01-24 13:20:06 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
tr:nth-child(odd) {
|
2016-07-24 11:25:32 +00:00
|
|
|
background: #f7f8ff;
|
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;
|
2016-07-24 11:25:32 +00:00
|
|
|
border-top: 1px inset #cfd1ff;
|
|
|
|
border-bottom: 1px outset #cfd1ff;
|
|
|
|
}
|
|
|
|
|
|
|
|
.main[id^="config_"] tr:last-child {
|
|
|
|
background: #fff;
|
|
|
|
}
|
|
|
|
|
|
|
|
.main[id^="config_"] select, .main[id^="config_"] textarea, .main[id^="config_"] .optbox {
|
|
|
|
margin-left: 3px !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
#bandwidthconfig td:first-child {
|
|
|
|
width: 100px;
|
|
|
|
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
|
|
|
|
2012-05-25 01:27:48 +00:00
|
|
|
/*
|
2012-01-23 23:07:24 +00:00
|
|
|
#appsummary {
|
2012-03-22 19:49:48 +00:00
|
|
|
clear: none;
|
|
|
|
float: none;
|
|
|
|
left: 10px;
|
|
|
|
margin: 0;
|
|
|
|
position: absolute;
|
|
|
|
top: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#homemain {
|
|
|
|
left: 217px;
|
|
|
|
margin: 0 10px 10px 0;
|
|
|
|
position: absolute;
|
|
|
|
top: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#homenews {
|
|
|
|
margin: 0 10px 5px 0;
|
2012-01-23 23:07:24 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
h2.app {
|
2016-07-24 11:25:32 +00:00
|
|
|
border-radius: 2px;
|
2012-03-22 19:49:48 +00:00
|
|
|
margin: 1px 10px 15px 0 !important;
|
2012-01-23 23:07:24 +00:00
|
|
|
}
|
2012-05-25 01:27:48 +00:00
|
|
|
*/
|
2012-01-23 23:07:24 +00:00
|
|
|
|
2016-07-24 11:25:32 +00:00
|
|
|
.home {
|
|
|
|
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;
|
|
|
|
background: linear-gradient(to bottom, #fff 0%, #fff 50%, #eef 50%, #eef 100%);
|
|
|
|
box-shadow: inset 0 0 0 1px #fff;
|
|
|
|
display: inline-block;
|
|
|
|
width: calc(100% - 44px);
|
|
|
|
border-radius: 2px;
|
|
|
|
color: #31334f;
|
|
|
|
filter: drop-shadow(0 0 1px #999);
|
|
|
|
-webkit-filter: drop-shadow(0 0 1px #999);
|
|
|
|
}
|
|
|
|
|
|
|
|
h4.app {
|
|
|
|
background: url(/themes/console/images/eepsite.png) 10px center no-repeat, linear-gradient(to bottom, #fff 0%, #fff 50%, #eef 50%, #eef 100%);
|
2017-01-07 18:51:58 +00:00
|
|
|
background-size: 16px 16px, 100% 100%;
|
|
|
|
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-01-07 18:51:58 +00:00
|
|
|
background: url(images/globe.png) 10px center no-repeat, linear-gradient(to bottom, #fff 0%, #fff 50%, #eef 50%, #eef 100%);
|
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
|
|
|
}
|
|
|
|
|
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);
|
|
|
|
box-shadow: inset 0 0 0 1px #fff, inset 0 0 5px 2px #eef;
|
|
|
|
filter: drop-shadow(0 0 1px #999);
|
|
|
|
-webkit-filter: drop-shadow(0 0 1px #999);
|
|
|
|
}
|
|
|
|
|
|
|
|
div.app:hover {
|
|
|
|
border: 1px solid #f60;
|
|
|
|
background: #fff;
|
|
|
|
box-shadow: none;
|
2017-01-07 18:51:58 +00:00
|
|
|
/* filter: none;
|
|
|
|
-webkit-filter: none;*/
|
2016-07-24 11:25:32 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
div.app:hover a:link, div.app:hover a:visited {
|
|
|
|
color: #f60;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.app:hover img.app {
|
|
|
|
filter: drop-shadow(0 0 2px #f60);
|
|
|
|
-webkit-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;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.app:active .applabel, div.app:active .applabel a {
|
|
|
|
background: #f60 !important;
|
|
|
|
color: #fff !important;
|
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;
|
|
|
|
border: 1px solid #447;
|
2012-01-25 02:38:49 +00:00
|
|
|
background: none;
|
|
|
|
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;
|
|
|
|
box-shadow: 0 1px 1px 1px rgba(187, 187, 255, 0.6);
|
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;
|
|
|
|
}
|
|
|
|
|
|
|
|
table.search td:nth-child(3) {
|
|
|
|
padding-left: 0;
|
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;
|
|
|
|
}
|
|
|
|
|
2016-07-24 11:25:32 +00:00
|
|
|
img.app, img.app2p {
|
|
|
|
width: auto;
|
|
|
|
height: 32px;
|
|
|
|
max-height: 32px;
|
|
|
|
max-width: 32px;
|
|
|
|
padding: 6px;
|
|
|
|
padding: 10px 60px;
|
|
|
|
filter: drop-shadow(0 0 1px #999);
|
|
|
|
webkit-filter: drop-shadow(0 0 1px #999);
|
|
|
|
opacity: 0.9;
|
2012-01-25 02:38:49 +00:00
|
|
|
}
|
|
|
|
|
2012-01-23 23:07:24 +00:00
|
|
|
table.app {
|
|
|
|
background: none;
|
|
|
|
border: 0;
|
|
|
|
margin: auto;
|
|
|
|
width: auto;
|
|
|
|
}
|
|
|
|
|
|
|
|
tr.app {
|
|
|
|
background: none;
|
|
|
|
border: 0;
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
td.app {
|
|
|
|
background: none;
|
|
|
|
border: 0;
|
2016-07-24 11:25:32 +00:00
|
|
|
padding: 0;
|
2012-01-23 23:07:24 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
div.applabel {
|
2016-07-24 11:25:32 +00:00
|
|
|
background: url(images/header.png) center center repeat-x;
|
|
|
|
background: linear-gradient(to bottom, #fff 0%, #fff 50%, #eef 50%, #eef 100%) !important;
|
|
|
|
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;
|
2012-01-23 23:07:24 +00:00
|
|
|
text-align: center;
|
2016-07-24 11:25:32 +00:00
|
|
|
width: 146px;
|
|
|
|
overflow: hidden;
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
white-space: nowrap;
|
|
|
|
}
|
|
|
|
|
|
|
|
.applabel a {
|
|
|
|
display: inline-block;
|
|
|
|
width: 100%;
|
2017-01-07 17:47:01 +00:00
|
|
|
overflow: hidden;
|
|
|
|
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
|
|
|
|
2011-01-24 13:20:06 +00:00
|
|
|
tt {
|
2017-01-07 18:51:58 +00:00
|
|
|
font: bold 9pt "Droid Sans Mono", "Lucida Console", "DejaVu Sans Mono", Courier, mono;
|
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
|
|
|
}
|
|
|
|
|
|
|
|
div.main li {
|
|
|
|
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;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.main li b {
|
|
|
|
color: #514 !important;
|
|
|
|
color: #003 !important;
|
|
|
|
font-size: 9.5pt;
|
|
|
|
line-height: 170%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.tidylist {
|
|
|
|
text-align: justify !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.tidylist li:first-child {
|
|
|
|
margin-top: -10px !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.tidylist:last-child {
|
|
|
|
padding-bottom: 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.tidylist code {
|
|
|
|
text-align: left;
|
|
|
|
font: 9pt "Lucida Console", "DejaVu Sans Mono", Courier, mono;
|
|
|
|
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;
|
|
|
|
font: 9pt "Lucida Console", "DejaVu Sans Mono", Courier, mono;
|
2016-07-24 11:25:32 +00:00
|
|
|
color: #030;
|
|
|
|
}
|
|
|
|
|
|
|
|
table code::-moz-selection {
|
|
|
|
color: #fff;
|
|
|
|
background: #020 !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
table code::selection {
|
|
|
|
color: #fff;
|
|
|
|
background: #020 !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.tidylist code::-moz-selection {
|
|
|
|
color: #fff;
|
|
|
|
background: #300 !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.tidylist code::selection {
|
|
|
|
color: #fff;
|
|
|
|
background: #300 !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
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
|
|
|
}
|
|
|
|
|
2011-11-08 11:44:45 +00:00
|
|
|
a:link {
|
2011-01-24 13:20:06 +00:00
|
|
|
color: #359;
|
|
|
|
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 {
|
2011-01-24 13:20:06 +00:00
|
|
|
color: #218;
|
|
|
|
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;
|
|
|
|
}
|
|
|
|
|
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;
|
|
|
|
text-align: justify;
|
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;
|
|
|
|
}
|
|
|
|
|
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;
|
|
|
|
background: #fff url(/themes/console/images/info/infohelp.png) 10px center no-repeat;
|
|
|
|
line-height: 130%;
|
|
|
|
}
|
|
|
|
|
|
|
|
p#upnpstatus, p#keyringhelp, .widescroll + p.infohelp, #profiles ul#banlist, #config_reseed .confignav + p.infohelp, p#sybilinfo, p#debugmode {
|
|
|
|
border-radius: 2px;
|
|
|
|
filter: drop-shadow(0 0 1px #999);
|
|
|
|
-webkit-filter: drop-shadow(0 0 1px #999);
|
|
|
|
}
|
|
|
|
|
|
|
|
.infohelp + hr {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
table#bugreports td.infohelp {
|
|
|
|
background: #fff url(/themes/console/images/info/bugreport.png) no-repeat 12px center;
|
|
|
|
padding: 15px 15px 15px 50px;
|
|
|
|
background-size: 28px 28px;
|
|
|
|
}
|
|
|
|
|
|
|
|
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;
|
|
|
|
}
|
|
|
|
|
|
|
|
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;
|
|
|
|
padding: 15px 15px 15px 50px;
|
|
|
|
background-size: 28px 28px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#newfamily tr:last-child td:first-child {
|
|
|
|
background: #fff url(/themes/console/images/info/label.png) 12px center no-repeat;
|
|
|
|
padding: 15px 15px 15px 50px;
|
|
|
|
background-size: 28px 28px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#oldhome td:first-child {
|
|
|
|
background: #fff url(/themes/console/images/info/home.png) 12px center no-repeat;
|
|
|
|
padding: 15px 15px 15px 50px;
|
|
|
|
background-size: 28px 28px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#oldhome input[type="checkbox"], #enablefullstats input[type="checkbox"] {
|
|
|
|
vertical-align: sub;
|
|
|
|
}
|
|
|
|
|
|
|
|
#floodfillconfig .infohelp {
|
|
|
|
background: #fff url(/themes/console/images/info/floodfill_32x32.png) 12px center no-repeat;
|
|
|
|
padding: 15px 15px 15px 50px;
|
|
|
|
background-size: 28px 28px;
|
|
|
|
}
|
|
|
|
|
|
|
|
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;
|
|
|
|
padding: 15px 15px 15px 50px;
|
|
|
|
background-size: 28px 28px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#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) {
|
|
|
|
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;
|
|
|
|
padding: 15px 15px 15px 50px;
|
|
|
|
background-size: 28px 28px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#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;
|
|
|
|
}
|
|
|
|
|
|
|
|
h3#restartrouter + p.infohelp {
|
|
|
|
background: #fff url(/themes/console/images/info/reboot.png) 12px center no-repeat;
|
|
|
|
padding: 15px 15px 15px 50px;
|
|
|
|
background-size: 28px 28px;
|
|
|
|
}
|
|
|
|
|
|
|
|
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 {
|
|
|
|
background: #fff url(/themes/console/images/info/family.png) 12px center no-repeat;
|
|
|
|
padding: 15px 15px 15px 50px;
|
|
|
|
background-size: 28px 28px;
|
|
|
|
}
|
|
|
|
|
|
|
|
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;
|
|
|
|
-webkit-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);
|
|
|
|
}
|
|
|
|
|
|
|
|
li.noevents {
|
|
|
|
margin: 5px 0 5px 15px !important;
|
|
|
|
font-style: italic;
|
|
|
|
}
|
|
|
|
|
|
|
|
h1 {
|
|
|
|
text-align: left;
|
|
|
|
color: #31334f;
|
|
|
|
padding: 17px 15px 14px;
|
|
|
|
margin: 0 0 10px 207px;
|
|
|
|
font-size: 18pt;
|
|
|
|
line-height: 90%;
|
2017-01-08 01:37:15 +00:00
|
|
|
letter-spacing: 0.08em;
|
2016-07-24 11:25:32 +00:00
|
|
|
text-transform: uppercase;
|
|
|
|
box-shadow: inset 0 0 0 1px #bbf;
|
|
|
|
white-space: normal;
|
|
|
|
background: #fff;
|
|
|
|
border: 1px solid #447;
|
|
|
|
border-radius: 2px;
|
2017-01-07 17:47:01 +00:00
|
|
|
min-width: 526px;
|
2016-07-24 11:25:32 +00:00
|
|
|
filter: drop-shadow(0 0 1px #999);
|
|
|
|
-webkit-filter: drop-shadow(0 0 1px #999);
|
|
|
|
}
|
|
|
|
|
|
|
|
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);
|
|
|
|
-webkit-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;
|
|
|
|
background: linear-gradient(to right, #fff 0%, rgba(255,255,255,0) 600px), linear-gradient(to bottom, #fff 0%, #fff 50%, #eef 50%, #eef 100%) !important;
|
|
|
|
padding: 10px;
|
|
|
|
border: 1px solid #7778bf;
|
|
|
|
border-radius: 2px;
|
|
|
|
margin: 15px 0 15px 0 !important;
|
|
|
|
box-shadow: inset 0 0 0 1px #fff;
|
|
|
|
filter: drop-shadow(0 0 1px #999);
|
|
|
|
-webkit-filter: drop-shadow(0 0 1px #999);
|
|
|
|
word-wrap: break-word;
|
|
|
|
opacity: 1;
|
|
|
|
text-transform: uppercase !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.welcome h2 { /* fixes occluded langbox rendering bug */
|
|
|
|
filter: none;
|
|
|
|
box-shadow: inset 0 0 0 1px #fff, 0 0 1px #999;
|
|
|
|
}
|
|
|
|
|
|
|
|
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;
|
|
|
|
padding: 5px 5px 5px 7px;
|
|
|
|
margin: 12px 0 15px 0;
|
|
|
|
border-radius: 0 2px 2px 0;
|
|
|
|
background: url(images/header.png) center center repeat-x !important;
|
|
|
|
background: linear-gradient(to bottom, #fff 0%, #fff 50%, #eef 50%, #eef 100%) !important;
|
|
|
|
font-size: 11pt;
|
|
|
|
text-transform: uppercase;
|
|
|
|
letter-spacing: 0.08em;
|
|
|
|
word-spacing: 0.1em;
|
|
|
|
color: #31334f;
|
|
|
|
box-shadow: inset 0 0 0 1px #fff;
|
|
|
|
filter: drop-shadow(0 0 1px #999);
|
|
|
|
-webkit-filter: drop-shadow(0 0 1px #999);
|
|
|
|
opacity: 1;
|
|
|
|
}
|
|
|
|
|
|
|
|
h3.tabletitle, h3.ptitle, #config_advanced h3.tabletitle, h3#bannedpeers {
|
|
|
|
border-radius: 0;
|
|
|
|
border: 1px solid #7778bf;
|
|
|
|
margin-bottom: -2px;
|
|
|
|
filter: none;
|
|
|
|
-webkit-filter: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
h3.ptitle {
|
|
|
|
margin-bottom: -14px;
|
|
|
|
filter: none;
|
|
|
|
-webkit-filter: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
h3#bannedpeers {
|
|
|
|
margin-bottom: -1px;
|
|
|
|
}
|
|
|
|
|
|
|
|
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;
|
|
|
|
-webkit-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;
|
|
|
|
}
|
|
|
|
|
|
|
|
.underline {
|
|
|
|
border-bottom: 1px solid #000022;
|
|
|
|
padding: 5px 0 5px 0;
|
|
|
|
margin: 0 0 10px 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.langbox {
|
|
|
|
margin: 3px 0 4px 5px;
|
|
|
|
padding: 2px 3px;
|
|
|
|
color: #001;
|
|
|
|
font-size: 7pt;
|
2017-01-08 01:37:15 +00:00
|
|
|
width: 350px;
|
2016-07-24 11:25:32 +00:00
|
|
|
text-align: right;
|
|
|
|
float: right;
|
|
|
|
vertical-align: middle;
|
|
|
|
opacity: 1 !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.langbox img {
|
|
|
|
filter: drop-shadow(0 0 1px #777);
|
|
|
|
-webkit-filter: drop-shadow(0 0 1px #777);
|
|
|
|
opacity: 0.9;
|
|
|
|
margin-bottom: 1px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.langbox img:hover {
|
|
|
|
filter: drop-shadow(0 0 1px #f60);
|
|
|
|
-webkit-filter: drop-shadow(0 0 1px #f60);
|
|
|
|
opacity: 1;
|
|
|
|
transform: scale(1.2);
|
|
|
|
}
|
|
|
|
|
|
|
|
button.search {
|
|
|
|
background: url(/themes/console/images/buttons/search.png) no-repeat 6px center, linear-gradient(to bottom, #fff 0%, #ddd 100%);
|
|
|
|
padding: 5px 5px 5px 21px;
|
|
|
|
}
|
|
|
|
|
|
|
|
button.search:hover {
|
|
|
|
background: url(/themes/console/images/buttons/search_hover.png) no-repeat 6px center, linear-gradient(to bottom, #ddd 0%, #fff 100%);
|
|
|
|
}
|
|
|
|
|
|
|
|
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;
|
|
|
|
background: linear-gradient(to bottom, #fff 0%, #ddd 100%);
|
|
|
|
color: #333;
|
|
|
|
margin: 3px;
|
2017-01-07 17:47:01 +00:00
|
|
|
font: 9pt "Droid Sans", "Noto Sans", Ubuntu, "Segoe UI", "Bitstream Vera Sans", Verdana, "Lucida Grande", 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;
|
|
|
|
filter: saturate(70%) drop-shadow(0 0 1px #ccc);
|
|
|
|
-webkit-filter: saturate(70%) drop-shadow(0 0 1px #ccc);
|
|
|
|
}
|
|
|
|
|
|
|
|
button:hover, input[type="submit"]:hover, input[type="reset"]:hover, button:focus, input[type="submit"]:focus, input[type="reset"]:focus {
|
|
|
|
background: linear-gradient(to bottom, #ddd 0%, #fff 100%);
|
|
|
|
border: 1px solid #f60;
|
|
|
|
filter: saturate(100%) drop-shadow(0 0 1px #ccc);
|
|
|
|
-webkit-filter: saturate(100%) drop-shadow(0 0 1px #ccc);
|
|
|
|
}
|
|
|
|
|
|
|
|
button:active, input[type="submit"]:active, input[type="reset"]:active {
|
|
|
|
box-shadow: inset 2px 2px 2px #555;
|
|
|
|
background-blend-mode: luminosity;
|
|
|
|
}
|
|
|
|
|
|
|
|
input.accept, button.accept {
|
|
|
|
background: url(/themes/console/images/buttons/yes.png) no-repeat 6px center, linear-gradient(to bottom, #fff 0%, #ddd 100%);
|
|
|
|
padding: 5px 5px 5px 21px;
|
|
|
|
}
|
|
|
|
|
|
|
|
input.accept:hover, button.accept:hover,
|
|
|
|
input.accept:focus, button.accept:focus {
|
|
|
|
background: url(/themes/console/images/buttons/yes.png) no-repeat 6px center, linear-gradient(to bottom, #ddd 0%, #fff 100%);
|
|
|
|
}
|
|
|
|
|
|
|
|
input.accept[value^="Unban"], button.accept[value^="Unban"] {
|
|
|
|
background: url(/themes/console/images/buttons/unban.png) no-repeat 6px center, linear-gradient(to bottom, #fff 0%, #ddd 100%);
|
|
|
|
padding: 5px 5px 5px 21px;
|
|
|
|
}
|
|
|
|
|
|
|
|
input.accept[value^="Unban"]:hover, button.accept[value^="Unban"]:hover,
|
|
|
|
input.accept[value^="Unban"]:focus, button.accept[value^="Unban"]:focus {
|
|
|
|
background: url(/themes/console/images/buttons/unban.png) no-repeat 6px center, linear-gradient(to bottom, #ddd 0%, #fff 100%);
|
|
|
|
}
|
|
|
|
|
|
|
|
input.accept[value^="Create"], button.accept[value^="Create"] {
|
|
|
|
background: url(/themes/console/images/buttons/create.png) no-repeat 6px center, linear-gradient(to bottom, #fff 0%, #ddd 100%);
|
|
|
|
padding: 5px 5px 5px 21px;
|
|
|
|
}
|
|
|
|
|
|
|
|
input.accept[value^="Create"]:hover, button.accept[value^="Create"]:hover,
|
|
|
|
input.accept[value^="Create"]:focus, button.accept[value^="Create"]:focus {
|
|
|
|
background: url(/themes/console/images/buttons/create.png) no-repeat 6px center, linear-gradient(to bottom, #ddd 0%, #fff 100%);
|
|
|
|
}
|
|
|
|
|
|
|
|
input.accept[value^="Filter"], button.accept[value^="Filter"] {
|
|
|
|
background: url(/themes/console/images/buttons/filter.png) no-repeat 6px center, linear-gradient(to bottom, #fff 0%, #ddd 100%);
|
|
|
|
padding: 5px 5px 5px 21px;
|
|
|
|
}
|
|
|
|
|
|
|
|
input.accept[value^="Filter"]:hover, button.accept[value^="Filter"]:hover,
|
|
|
|
input.accept[value^="Filter"]:focus, button.accept[value^="Filter"]:focus {
|
|
|
|
background: url(/themes/console/images/buttons/filter.png) no-repeat 6px center, linear-gradient(to bottom, #ddd 0%, #fff 100%);
|
|
|
|
}
|
|
|
|
|
|
|
|
input.add, button.add {
|
|
|
|
background: url(/themes/console/images/buttons/add.png) no-repeat 6px center, linear-gradient(to bottom, #fff 0%, #ddd 100%);
|
|
|
|
padding: 5px 5px 5px 21px;
|
|
|
|
}
|
|
|
|
|
|
|
|
input.add:hover, button.add:hover,
|
|
|
|
input.add:focus, button.add:focus {
|
|
|
|
background: url(/themes/console/images/buttons/add.png) no-repeat 6px center, linear-gradient(to bottom, #ddd 0%, #fff 100%);
|
|
|
|
}
|
|
|
|
|
|
|
|
input.add[value^="Adjust"], button.add[value^="Adjust"] {
|
|
|
|
background: url(/themes/console/images/buttons/edit2.png) no-repeat 6px center, linear-gradient(to bottom, #fff 0%, #ddd 100%);
|
|
|
|
padding: 5px 5px 5px 21px;
|
|
|
|
}
|
|
|
|
|
|
|
|
input.add[value^="Adjust"]:hover, button.add[value^="Adjust"]:hover,
|
|
|
|
input.add[value^="Adjust"]:focus, button.add[value^="Adjust"]:focus {
|
|
|
|
background: url(/themes/console/images/buttons/edit2.png) no-repeat 6px center, linear-gradient(to bottom, #ddd 0%, #fff 100%);
|
|
|
|
}
|
|
|
|
|
|
|
|
input.cancel, button.cancel {
|
|
|
|
background: url(/themes/console/images/buttons/no.png) no-repeat 6px center, linear-gradient(to bottom, #fff 0%, #ddd 100%);
|
|
|
|
padding: 5px 5px 5px 21px;
|
|
|
|
}
|
|
|
|
|
|
|
|
input.cancel:hover, button.cancel:hover,
|
|
|
|
input.cancel:focus, button.cancel:focus {
|
|
|
|
background: url(/themes/console/images/buttons/no.png) no-repeat 6px center, linear-gradient(to bottom, #ddd 0%, #fff 100%);
|
|
|
|
}
|
|
|
|
|
|
|
|
input.accept[value^="Show"], button.accept[value^="Show"],
|
|
|
|
input.check[value^="View"], button.check[value^="View"] {
|
|
|
|
background: url(/themes/console/images/buttons/show.png) no-repeat 6px center, linear-gradient(to bottom, #fff 0%, #ddd 100%);
|
|
|
|
padding: 5px 5px 5px 21px;
|
|
|
|
}
|
|
|
|
|
|
|
|
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-01-07 18:51:58 +00:00
|
|
|
background: url(/themes/console/images/buttons/show.png) no-repeat 6px center, linear-gradient(to bottom, #ddd 0%, #fff 100%);
|
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"] {
|
|
|
|
background: url(/themes/console/images/buttons/hide.png) no-repeat 6px center, linear-gradient(to bottom, #fff 0%, #ddd 100%);
|
|
|
|
padding: 5px 5px 5px 21px;
|
|
|
|
}
|
|
|
|
|
|
|
|
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 {
|
|
|
|
background: url(/themes/console/images/buttons/hide.png) no-repeat 6px center, linear-gradient(to bottom, #ddd 0%, #fff 100%);
|
|
|
|
}
|
|
|
|
|
|
|
|
input.check, button.check {
|
|
|
|
background: url(/themes/console/images/buttons/yes.png) no-repeat 6px center, linear-gradient(to bottom, #fff 0%, #ddd 100%);
|
|
|
|
padding: 5px 5px 5px 21px;
|
|
|
|
}
|
|
|
|
|
|
|
|
input.check:hover, button.check:hover,
|
|
|
|
input.check:focus, button.check:focus {
|
|
|
|
background: url(/themes/console/images/buttons/yes.png) no-repeat 6px center, linear-gradient(to bottom, #ddd 0%, #fff 100%);
|
|
|
|
}
|
|
|
|
|
|
|
|
input.check[value$="updates"], button.check[value$="updates"] {
|
|
|
|
background: url(/themes/console/images/buttons/update.png) no-repeat 6px center, linear-gradient(to bottom, #fff 0%, #ddd 100%);
|
|
|
|
padding: 5px 5px 5px 21px;
|
|
|
|
}
|
|
|
|
|
|
|
|
input.check[value$="updates"]:hover, button.check[value$="updates"]:hover,
|
|
|
|
input.check[value$="updates"]:focus, button.check[value$="updates"]:focus {
|
|
|
|
background: url(/themes/console/images/buttons/update_hover.png) no-repeat 6px center, linear-gradient(to bottom, #ddd 0%, #fff 100%);
|
|
|
|
}
|
|
|
|
|
|
|
|
input.delete, button.delete {
|
|
|
|
background: url(/themes/console/images/buttons/delete.png) no-repeat 6px center, linear-gradient(to bottom, #fff 0%, #ddd 100%);
|
|
|
|
padding: 5px 5px 5px 21px;
|
|
|
|
}
|
|
|
|
|
|
|
|
input.delete:hover, button.delete:hover,
|
|
|
|
input.delete:focus, button.delete:focus {
|
|
|
|
background: url(/themes/console/images/buttons/delete_hover.png) no-repeat 6px center, linear-gradient(to bottom, #ddd 0%, #fff 100%);
|
|
|
|
}
|
|
|
|
|
|
|
|
input.delete[value^="Ban"], button.delete[value^="Ban"] {
|
|
|
|
background: url(/themes/console/images/buttons/ban.png) no-repeat 6px center, linear-gradient(to bottom, #fff 0%, #ddd 100%);
|
|
|
|
padding: 5px 5px 5px 21px;
|
|
|
|
}
|
|
|
|
|
|
|
|
input.delete[value^="Ban"]:hover, button.delete[value^="Ban"]:hover,
|
|
|
|
input.delete[value^="Ban"]:focus, button.delete[value^="Ban"]:focus {
|
|
|
|
background: url(/themes/console/images/buttons/ban.png) no-repeat 6px center, linear-gradient(to bottom, #ddd 0%, #fff 100%);
|
|
|
|
}
|
|
|
|
|
|
|
|
input.download, button.download {
|
|
|
|
background: url(/themes/console/images/buttons/download.png) no-repeat 6px center, linear-gradient(to bottom, #fff 0%, #ddd 100%);
|
|
|
|
padding: 5px 5px 5px 21px;
|
|
|
|
}
|
|
|
|
|
|
|
|
input.download:hover, button.download:hover,
|
|
|
|
input.download:focus, button.download:focus {
|
|
|
|
background: url(/themes/console/images/buttons/download.png) no-repeat 6px center, linear-gradient(to bottom, #ddd 0%, #fff 100%);
|
|
|
|
}
|
|
|
|
|
|
|
|
input.download[value^="Join"], button.download[value^="Join"] {
|
|
|
|
background: url(/themes/console/images/buttons/users.png) no-repeat 6px center, linear-gradient(to bottom, #fff 0%, #ddd 100%);
|
|
|
|
padding: 5px 5px 5px 21px;
|
|
|
|
}
|
|
|
|
|
|
|
|
input.download[value^="Join"]:hover, button.download[value^="Join"]:hover,
|
|
|
|
input.download[value^="Join"]:focus, button.download[value^="Join"]:focus {
|
|
|
|
background: url(/themes/console/images/buttons/users.png) no-repeat 6px center, linear-gradient(to bottom, #ddd 0%, #fff 100%);
|
|
|
|
}
|
|
|
|
|
|
|
|
input.download[value$="from File"], button.download[value$="from File"],
|
|
|
|
input.download[value$="from file"], button.download[value$="from file"] {
|
|
|
|
background: url(/themes/console/images/buttons/from-file.png) no-repeat 6px center, linear-gradient(to bottom, #fff 0%, #ddd 100%);
|
|
|
|
padding: 5px 5px 5px 21px;
|
|
|
|
}
|
|
|
|
|
|
|
|
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 {
|
|
|
|
background: url(/themes/console/images/buttons/from-file.png) no-repeat 6px center, linear-gradient(to bottom, #ddd 0%, #fff 100%);
|
|
|
|
}
|
|
|
|
|
|
|
|
input.download[value^="Dump"], button.download[value^="Dump"] {
|
|
|
|
background: url(/themes/console/images/buttons/dump-threads.png) no-repeat 6px center, linear-gradient(to bottom, #fff 0%, #ddd 100%);
|
|
|
|
padding: 5px 5px 5px 21px;
|
|
|
|
}
|
|
|
|
|
|
|
|
input.download[value^="Dump"]:hover, button.download[value^="Dump"]:hover,
|
|
|
|
input.download[value^="Dump"]:focus, button.download[value^="Dump"]:focus {
|
|
|
|
background: url(/themes/console/images/buttons/dump-threads.png) no-repeat 6px center, linear-gradient(to bottom, #ddd 0%, #fff 100%);
|
|
|
|
}
|
|
|
|
|
|
|
|
input.go, button.go, input[value="GO"] {
|
|
|
|
background: url(/themes/console/images/buttons/go.png) no-repeat 6px center, linear-gradient(to bottom, #fff 0%, #ddd 100%);
|
|
|
|
padding: 5px 5px 5px 21px;
|
|
|
|
}
|
|
|
|
|
|
|
|
input.go:hover, button.go:hover, input[value="GO"]:hover,
|
|
|
|
input.go:focus, button.go:focus, input[value="GO"]:focus {
|
|
|
|
background: url(/themes/console/images/buttons/go.png) no-repeat 6px center, linear-gradient(to bottom, #ddd 0%, #fff 100%);
|
|
|
|
}
|
|
|
|
|
|
|
|
input.go[value^="Create"], button.go[value^="Create"] {
|
|
|
|
background: url(/themes/console/images/buttons/create-file.png) no-repeat 6px center, linear-gradient(to bottom, #fff 0%, #ddd 100%);
|
|
|
|
padding: 5px 5px 5px 21px;
|
|
|
|
}
|
|
|
|
|
|
|
|
input.go[value^="Create"]:hover, button.go[value^="Create"]:hover,
|
|
|
|
input.go[value^="Create"]:focus, button.go[value^="Create"]:focus {
|
|
|
|
background: url(/themes/console/images/buttons/create-file.png) no-repeat 6px center, linear-gradient(to bottom, #ddd 0%, #fff 100%);
|
|
|
|
}
|
|
|
|
|
|
|
|
input.reload, button.reload {
|
|
|
|
background: url(/themes/console/images/buttons/restore.png) no-repeat 6px center, linear-gradient(to bottom, #fff 0%, #ddd 100%);
|
|
|
|
padding: 5px 5px 5px 21px;
|
|
|
|
}
|
|
|
|
|
|
|
|
input.reload:hover, button.reload:hover,
|
|
|
|
input.reload:focus, button.reload:focus {
|
|
|
|
background: url(/themes/console/images/buttons/restore_hover.png) no-repeat 6px center, linear-gradient(to bottom, #ddd 0%, #fff 100%);
|
|
|
|
}
|
|
|
|
|
|
|
|
input.reload[value$="restart"], button.reload[value$="restart"] {
|
|
|
|
background: url(/themes/console/images/buttons/restart.png) no-repeat 6px center, linear-gradient(to bottom, #fff 0%, #ddd 100%);
|
|
|
|
padding: 5px 5px 5px 21px;
|
|
|
|
}
|
|
|
|
|
|
|
|
input.reload[value$="restart"]:hover, button.reload[value$="restart"]:hover,
|
|
|
|
input.reload[value$="restart"]:focus, button.reload[value$="restart"]:focus {
|
|
|
|
background: url(/themes/console/images/buttons/restart_hover.png) no-repeat 6px center, linear-gradient(to bottom, #ddd 0%, #fff 100%);
|
|
|
|
}
|
|
|
|
|
|
|
|
input.reload[value^="Update"], button.reload[value^="Update"] {
|
|
|
|
background: url(/themes/console/images/buttons/update.png) no-repeat 6px center, linear-gradient(to bottom, #fff 0%, #ddd 100%);
|
|
|
|
padding: 5px 5px 5px 21px;
|
|
|
|
}
|
|
|
|
|
|
|
|
input.reload[value^="Update"]:hover, button.reload[value^="Update"]:hover,
|
|
|
|
input.reload[value^="Update"]:focus, button.reload[value^="Update"]:focus {
|
|
|
|
background: url(/themes/console/images/buttons/update_hover.png) no-repeat 6px center, linear-gradient(to bottom, #ddd 0%, #fff 100%);
|
|
|
|
}
|
|
|
|
|
|
|
|
input.reload[value="Force GC"], button.reload[value="Force GC"] {
|
|
|
|
background: url(/themes/console/images/buttons/clean.png) no-repeat 6px center, linear-gradient(to bottom, #fff 0%, #ddd 100%);
|
|
|
|
padding: 5px 5px 5px 21px;
|
|
|
|
}
|
|
|
|
|
|
|
|
input.reload[value="Force GC"]:hover, button.reload[value="Force GC"]:hover,
|
|
|
|
input.reload[value="Force GC"]:focus, button.reload[value="Force GC"]:focus {
|
|
|
|
background: url(/themes/console/images/buttons/clean_hover.png) no-repeat 6px center, linear-gradient(to bottom, #ddd 0%, #fff 100%);
|
|
|
|
}
|
|
|
|
|
|
|
|
input.stop, button.stop {
|
|
|
|
background: url(/themes/console/images/buttons/shutdown.png) no-repeat 6px center, linear-gradient(to bottom, #fff 0%, #ddd 100%);
|
|
|
|
padding: 5px 5px 5px 21px;
|
|
|
|
}
|
|
|
|
|
|
|
|
input.stop:hover, button.stop:hover,
|
|
|
|
input.stop:focus, button.stop:focus {
|
|
|
|
background: url(/themes/console/images/buttons/shutdown_hover.png) no-repeat 6px center, linear-gradient(to bottom, #ddd 0%, #fff 100%);
|
|
|
|
}
|
|
|
|
|
|
|
|
/* client config buttons aka project "X" */
|
|
|
|
|
|
|
|
button.Xaccept {
|
|
|
|
font-size: 0;
|
|
|
|
text-indent: -99999px;
|
|
|
|
background: url(/themes/console/images/buttons/Xstart.png) center center no-repeat, linear-gradient(to bottom, #fff 0%, #ddd 100%);
|
|
|
|
background-size: 16px 16px, 100% 100% !important;
|
|
|
|
padding: 12px 11px;
|
|
|
|
}
|
|
|
|
|
|
|
|
button.Xaccept:hover, button.Xaccept:focus {
|
|
|
|
background: url(/themes/console/images/buttons/Xstart.png) center center no-repeat, linear-gradient(to bottom, #ddd 0%, #fff 100%);
|
|
|
|
}
|
|
|
|
|
|
|
|
button.Xstop {
|
|
|
|
font-size: 0;
|
|
|
|
text-indent: -99999px;
|
|
|
|
background: url(/themes/console/images/buttons/Xstop.png) center center no-repeat, linear-gradient(to bottom, #fff 0%, #ddd 100%);
|
|
|
|
background-size: 16px 16px, 100% 100% !important;
|
|
|
|
padding: 12px 11px;
|
|
|
|
}
|
|
|
|
|
|
|
|
button.Xstop:hover, button.Xstop:focus {
|
|
|
|
background: url(/themes/console/images/buttons/Xstop.png) center center no-repeat, linear-gradient(to bottom, #ddd 0%, #fff 100%);
|
|
|
|
}
|
|
|
|
|
|
|
|
button.Xadd {
|
|
|
|
font-size: 0;
|
|
|
|
text-indent: -99999px;
|
|
|
|
background: url(/themes/console/images/buttons/edit2.png) center center no-repeat, linear-gradient(to bottom, #fff 0%, #ddd 100%);
|
|
|
|
background-size: 16px 16px, 100% 100% !important;
|
|
|
|
padding: 12px 11px;
|
|
|
|
}
|
|
|
|
|
|
|
|
button.Xadd:hover, button.Xadd:focus {
|
|
|
|
background: url(/themes/console/images/buttons/edit2.png) center center no-repeat, linear-gradient(to bottom, #ddd 0%, #fff 100%);
|
|
|
|
}
|
|
|
|
|
|
|
|
button.Xdelete {
|
|
|
|
font-size: 0;
|
|
|
|
text-indent: -99999px;
|
|
|
|
background: url(/themes/console/images/buttons/delete.png) center center no-repeat, linear-gradient(to bottom, #fff 0%, #ddd 100%);
|
|
|
|
background-size: 16px 16px, 100% 100% !important;
|
|
|
|
padding: 12px 11px;
|
|
|
|
}
|
|
|
|
|
|
|
|
button.Xdelete:hover, button.Xdelete:focus {
|
|
|
|
background: url(/themes/console/images/buttons/delete_hover.png) center center no-repeat, linear-gradient(to bottom, #ddd 0%, #fff 100%);
|
|
|
|
}
|
|
|
|
|
|
|
|
button.Xcheck {
|
|
|
|
font-size: 0;
|
|
|
|
text-indent: -99999px;
|
|
|
|
background: url(/themes/console/images/buttons/update.png) center center no-repeat, linear-gradient(to bottom, #fff 0%, #ddd 100%);
|
|
|
|
background-size: 16px 16px, 100% 100% !important;
|
|
|
|
padding: 12px 11px;
|
|
|
|
}
|
|
|
|
|
|
|
|
button.Xcheck:hover, button.Xcheck:focus {
|
|
|
|
background: url(/themes/console/images/buttons/update_hover.png) center center no-repeat, linear-gradient(to bottom, #ddd 0%, #fff 100%);
|
|
|
|
}
|
|
|
|
|
|
|
|
button.Xdownload {
|
|
|
|
font-size: 0;
|
|
|
|
text-indent: -99999px;
|
|
|
|
background: url(/themes/console/images/buttons/download.png) center center no-repeat, linear-gradient(to bottom, #fff 0%, #ddd 100%);
|
|
|
|
background-size: 16px 16px, 100% 100% !important;
|
|
|
|
padding: 12px 11px;
|
|
|
|
}
|
|
|
|
|
|
|
|
button.Xdownload:hover, button.Xdownload:focus {
|
|
|
|
background: url(/themes/console/images/buttons/download.png) center center no-repeat, linear-gradient(to bottom, #ddd 0%, #fff 100%);
|
|
|
|
}
|
|
|
|
|
|
|
|
button::-moz-focus-inner, input[type="submit"]::-moz-focus-inner, input[type="reset"]::-moz-focus-inner {
|
|
|
|
outline: none;
|
|
|
|
border: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* 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 {
|
|
|
|
background: url(/themes/console/images/buttons/restart.png) center center no-repeat, linear-gradient(to bottom, #fff 0%, #ddd 100%) !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.routersummary .reload:hover, .routersummary .reload:focus {
|
|
|
|
background: url(/themes/console/images/buttons/restart_hover.png) center center no-repeat, linear-gradient(to bottom, #ddd 0%, #fff 100%) !important;
|
|
|
|
border: 1px solid #f60;
|
|
|
|
}
|
|
|
|
|
|
|
|
.routersummary .reload:active, .routersummary .stop:active, .routersummary .download:active {
|
|
|
|
box-shadow: inset 2px 2px 2px #555;
|
|
|
|
}
|
|
|
|
|
|
|
|
.routersummary .stop {
|
|
|
|
background: url(/themes/console/images/buttons/shutdown.png) center center no-repeat, linear-gradient(to bottom, #fff 0%, #ddd 100%);
|
|
|
|
}
|
|
|
|
|
|
|
|
.routersummary .stop:hover, .routersummary .stop:focus {
|
|
|
|
background: url(/themes/console/images/buttons/shutdown_hover.png) center center no-repeat, linear-gradient(to bottom, #ddd 0%, #fff 100%);
|
|
|
|
border: 1px solid #f60;
|
|
|
|
}
|
|
|
|
|
|
|
|
.routersummary .download {
|
|
|
|
background: url(/themes/console/images/buttons/download.png) 3px center no-repeat, linear-gradient(to bottom, #fff 0%, #ddd 100%);
|
|
|
|
background-size: 16px 16px, 100% 100% !important;
|
|
|
|
padding: 5px 3px 5px 17px !important;
|
|
|
|
/* margin-top: -4px;*/
|
|
|
|
}
|
|
|
|
|
2017-01-07 18:51:58 +00:00
|
|
|
.routersummary .cancel {
|
|
|
|
margin-top: 10px;
|
|
|
|
}
|
|
|
|
|
2016-07-24 11:25:32 +00:00
|
|
|
@media screen and (-webkit-min-device-pixel-ratio:0) {
|
|
|
|
.routersummary .download, .routersummary .download:hover, .routersummary .download:focus, .routersummary .download:active {
|
|
|
|
padding-left: 19px !important;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.routersummary .download:hover, .routersummary .download:focus, .routersummary .download:active {
|
|
|
|
background: url(/themes/console/images/buttons/download.png) 3px center no-repeat, linear-gradient(to bottom, #ddd 0%, #fff 100%);
|
|
|
|
background-size: 16px 16px, 100% 100% !important;
|
|
|
|
padding: 5px 3px 5px 17px !important;
|
|
|
|
border: 1px solid #f60;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* end sidebar buttons */
|
|
|
|
|
|
|
|
input[type="text"], input[type="password"] {
|
|
|
|
background: #fff;
|
|
|
|
box-shadow: inset 1px 1px 1px #999;
|
2017-01-07 17:47:01 +00:00
|
|
|
font-family: "Droid Sans", "Noto Sans", Ubuntu, "Segoe UI", "Bitstream Vera Sans", Verdana, "Lucida Grande", Helvetica, sans-serif;
|
2016-07-24 11:25:32 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
input[type="text"]:focus, input[type="password"]:focus {
|
|
|
|
box-shadow: none;
|
|
|
|
filter: drop-shadow(0 0 1px #89f);
|
|
|
|
color: #000;
|
|
|
|
}
|
|
|
|
|
|
|
|
input[type="file"] {
|
|
|
|
border: none;
|
|
|
|
padding: 0;
|
|
|
|
background: none;
|
|
|
|
box-shadow: none;
|
|
|
|
}
|
|
|
|
|
2017-01-07 17:47:01 +00:00
|
|
|
input[type="checkbox"], input[type="radio"] {
|
2016-07-24 11:25:32 +00:00
|
|
|
border: 0 !important;
|
2017-01-07 17:47:01 +00:00
|
|
|
box-shadow: none;
|
|
|
|
vertical-align: middle !important;
|
|
|
|
margin-top: 4px !important;
|
|
|
|
margin-bottom: 4px !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
input[type="checkbox"]:focus, input[type="radio"]:focus {
|
|
|
|
filter: drop-shadow(0 0 2px #89f);
|
|
|
|
-webkit-filter: drop-shadow(0 0 2px #89f);
|
2016-07-24 11:25:32 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
select {
|
|
|
|
background: #fff;
|
|
|
|
color: #333;
|
|
|
|
margin: 5px;
|
|
|
|
padding: 4px;
|
|
|
|
border: 1px solid #999;
|
|
|
|
min-width: 120px;
|
2017-01-07 17:47:01 +00:00
|
|
|
font: 9pt "Droid Sans", "Noto Sans", Ubuntu, "Segoe UI", "Bitstream Vera Sans", Verdana, "Lucida Grande", 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;
|
|
|
|
filter: drop-shadow(0 0 1px #ccc);
|
|
|
|
-webkit-filter: drop-shadow(0 0 1px #ccc);
|
|
|
|
}
|
|
|
|
|
|
|
|
select:focus {
|
|
|
|
box-shadow: 0 0 0 1px #89f;
|
|
|
|
color: #000;
|
|
|
|
}
|
|
|
|
|
|
|
|
select option {
|
|
|
|
background: #fff;
|
|
|
|
}
|
|
|
|
|
|
|
|
select, input[type="text"] {
|
|
|
|
min-width: 120px;
|
|
|
|
}
|
|
|
|
|
|
|
|
@-moz-document url-prefix() { /* target firefox and derivatives only */
|
|
|
|
select {
|
|
|
|
-moz-appearance: none;
|
|
|
|
background: url(images/dropdown.png) right center no-repeat, linear-gradient(to bottom, #fff 0%, #ddd 100%);
|
|
|
|
padding: 4px 16px 4px 4px;
|
|
|
|
}
|
|
|
|
|
|
|
|
select:hover, select:active {
|
|
|
|
background: url(images/dropdown_hover.png) right center no-repeat, linear-gradient(to bottom, #ddd 0%, #fff 100%) !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
select:focus {
|
|
|
|
background: url(images/dropdown_hover.png) right center no-repeat, linear-gradient(to bottom, #ddd 0%, #fff 100%) !important;
|
|
|
|
box-shadow: 0 0 0 1px #89f;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
input[readonly], input[disabled], input[readonly]:focus, input[disabled]:focus {
|
|
|
|
background: #ddd;
|
|
|
|
box-shadow: inset 2px 2px 2px #999;
|
|
|
|
color: #333;
|
|
|
|
filter: none;
|
|
|
|
cursor: default;
|
|
|
|
}
|
|
|
|
|
|
|
|
textarea {
|
|
|
|
padding: 5px;
|
|
|
|
margin: 5px !important;
|
|
|
|
background: #ffe;
|
|
|
|
color: #333 !important;
|
|
|
|
border-radius: 2px;
|
|
|
|
font: 8pt "Droid Sans Mono", "Lucida Console", "DejaVu Sans Mono", Courier, mono;
|
|
|
|
min-height: 100px;
|
|
|
|
min-width: 97%;
|
|
|
|
border: 1px solid #999;
|
|
|
|
box-shadow: inset 1px 1px 1px #999;
|
|
|
|
}
|
|
|
|
|
|
|
|
textarea:focus {
|
|
|
|
color: #001 !important;
|
|
|
|
box-shadow: none;
|
|
|
|
filter: drop-shadow(0 0 1px #89f);
|
|
|
|
}
|
|
|
|
|
|
|
|
.statusnotes {
|
|
|
|
font-style: normal;
|
|
|
|
font-size: 9pt;
|
|
|
|
color: #225 !important;
|
|
|
|
text-align: center;
|
|
|
|
border: 1px solid #7778bf !important;
|
|
|
|
border-top: 0 !important;
|
|
|
|
margin: -5px 0 5px 0;
|
|
|
|
padding: 7px;
|
|
|
|
background: #eef;
|
|
|
|
background: linear-gradient(to bottom, #efefff, #eef);
|
|
|
|
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 i {
|
|
|
|
color: #050;
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
|
|
|
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 {
|
|
|
|
-moz-columns: 2;
|
|
|
|
border: 1px solid #7778bf;
|
|
|
|
padding: 5px 0;
|
|
|
|
margin-top: 1px;
|
|
|
|
background: #eef;
|
|
|
|
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;
|
|
|
|
}
|
|
|
|
|
|
|
|
#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-size: 9pt;
|
|
|
|
font-style: italic;
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
|
|
|
.optbox, input[type="checkbox"], input[type="radio"] {
|
|
|
|
min-width: 16px !important;
|
|
|
|
max-width: 16px !important;
|
|
|
|
width: 16px !important;
|
|
|
|
min-height: 16px;
|
|
|
|
max-height: 16px;
|
|
|
|
height: 16px;
|
|
|
|
opacity: 1.0;
|
|
|
|
border: 0;
|
|
|
|
margin: 3px 5px;
|
|
|
|
padding: 2px;
|
|
|
|
vertical-align: sub;
|
|
|
|
}
|
|
|
|
|
|
|
|
.optbox:hover {
|
|
|
|
min-width: 16px !important;
|
|
|
|
max-width: 16px !important;
|
|
|
|
width: 16px !important;
|
|
|
|
min-height: 16px;
|
|
|
|
max-height: 16px;
|
|
|
|
height: 16px;
|
|
|
|
opacity: 1.0;
|
|
|
|
border: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.cells {
|
|
|
|
border-left: 1px outset #cfd1ff;
|
|
|
|
border-top: 1px inset #cfd1ff !important;
|
|
|
|
border-bottom: 1px inset #cfd1ff !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.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;
|
|
|
|
padding: 10px 5px;
|
|
|
|
background: #fff;
|
|
|
|
}
|
|
|
|
|
|
|
|
#config_homepage .formaction, #config_clients .formaction, #webappconfigactions {
|
|
|
|
margin-top: -6px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#sidebardefaults {
|
|
|
|
margin-top: -6px;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.footnote {
|
|
|
|
text-align: right;
|
|
|
|
color: #447;
|
|
|
|
font-size: 7pt;
|
|
|
|
margin-bottom: -5px !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.footnote hr {
|
|
|
|
margin: 20px 0 5px 0 !important;
|
|
|
|
color: #447;
|
|
|
|
background: #447;
|
|
|
|
height: 1px;
|
|
|
|
border: 0 solid #447;
|
|
|
|
}
|
|
|
|
|
|
|
|
.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 {
|
|
|
|
padding: 0 8px;
|
|
|
|
min-width: 534px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#susidnsframe {
|
|
|
|
margin: 0 0 -2px;
|
|
|
|
height: 100%;
|
|
|
|
width: 100%;
|
|
|
|
overflow: hidden;
|
|
|
|
}
|
|
|
|
|
|
|
|
.main#tunnelmgr {
|
|
|
|
padding: 0 10px;
|
|
|
|
min-width: 530px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#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;
|
|
|
|
}
|
|
|
|
|
|
|
|
.iframed div.routersummaryouter {
|
|
|
|
display: none !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.iframed h1 {
|
|
|
|
margin: 0 10px 10px 7px !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.iframed div.sorry {
|
|
|
|
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;
|
|
|
|
margin: 5px -6px 0 -6px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#consolepass.formaction {
|
|
|
|
margin-top: -6px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#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;
|
|
|
|
}
|
|
|
|
|
|
|
|
.themechoice .optbox, .langselect .optbox {
|
|
|
|
vertical-align: text-bottom;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.themechoice {
|
|
|
|
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;
|
|
|
|
background: linear-gradient(to bottom, #fff 0%, #ddf 100%);
|
|
|
|
transition: filter ease 0.3s 0s;
|
|
|
|
box-shadow: inset 0 0 0 1px #fff;
|
|
|
|
filter: drop-shadow(0px 0 1px #999);
|
|
|
|
-webkit-filter: drop-shadow(0px 0 1px #999);
|
|
|
|
}
|
|
|
|
|
|
|
|
.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 {
|
|
|
|
filter: drop-shadow(0px 0 1px #f60);
|
|
|
|
}
|
|
|
|
|
|
|
|
.themechoice .optbox {
|
|
|
|
min-height: 68px !important;
|
|
|
|
min-width: 118px !important;
|
|
|
|
opacity: 0; /* hide the radio icon so we can use thumbnail img instead */
|
|
|
|
margin-left: -37px;
|
|
|
|
margin-top: 4px;
|
|
|
|
z-index: 999 !important;
|
|
|
|
outline: 1px dotted #f00;
|
|
|
|
position: absolute;
|
|
|
|
}
|
|
|
|
|
|
|
|
.themechoice .optbox + object {
|
|
|
|
margin-left: -2px;
|
|
|
|
padding: 2px 0 !important;
|
|
|
|
margin-bottom: 31px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.themechoice img, .themechoice object {
|
|
|
|
margin-bottom: 31px !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.themechoice .optbox:hover + img {
|
|
|
|
/* box-shadow: 0 0 1px 1px #33f;*/
|
|
|
|
}
|
|
|
|
|
|
|
|
div#themeoptions {
|
|
|
|
clear: both;
|
|
|
|
padding-top: 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#themeoptions input {
|
|
|
|
margin-left: 5px;
|
|
|
|
vertical-align: sub;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.themelabel {
|
|
|
|
border-top: 1px solid #7778bf !important;
|
|
|
|
margin-left: -4px;
|
|
|
|
margin-right: -4px;
|
|
|
|
margin-top: -31px;
|
|
|
|
padding: 3px 2px;
|
|
|
|
background: #eef;
|
|
|
|
background: linear-gradient(to bottom, #fff 0%, #fff 50%, #eef 50%, #eef 100%) !important;
|
|
|
|
overflow: hidden;
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
white-space: nowrap;
|
|
|
|
box-shadow: inset 0 0 0 1px #fff;
|
|
|
|
font-size: 9pt;
|
|
|
|
}
|
|
|
|
|
|
|
|
.themechoice .optbox:hover + img ~ div.themelabel {
|
|
|
|
color: #f60;
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
|
|
|
.themechoice .optbox:checked + object ~ div.themelabel {
|
|
|
|
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-01-07 18:51:58 +00:00
|
|
|
.themechoice .optbox:focus + object ~ div.themelabel {
|
|
|
|
color: #f60 !important;
|
|
|
|
box-shadow: inset 0 0 1px #def;
|
|
|
|
}
|
|
|
|
|
|
|
|
.themechoice .optbox:active + object ~ div.themelabel {
|
|
|
|
color: #fff !important;
|
|
|
|
box-shadow: inset 0 0 0 1px #fff;
|
|
|
|
}
|
|
|
|
|
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;
|
|
|
|
}
|
|
|
|
|
|
|
|
div#langsettings {
|
|
|
|
padding: 4px 5px 0;
|
|
|
|
border: 1px solid #7778bf;
|
|
|
|
margin: -16px 0 0;
|
|
|
|
background: #fff;
|
|
|
|
}
|
|
|
|
|
|
|
|
#themesettings hr, #langsettings hr {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.langselect { /* containing box for lang selection */
|
|
|
|
width: 115px;
|
|
|
|
float: left;
|
|
|
|
margin: 4px;
|
|
|
|
text-align: center;
|
|
|
|
border: 1px solid #7778bf;
|
|
|
|
padding: 4px 4px 0;
|
|
|
|
border-radius: 2px;
|
|
|
|
background: #fff;
|
|
|
|
background: linear-gradient(to bottom, #fff 0%, #ddf 100%);
|
|
|
|
transition: transform 0.3s ease 0s;
|
|
|
|
box-shadow: inset 0 0 0 1px #fff;
|
|
|
|
filter: drop-shadow(0px 0 1px #999);
|
|
|
|
-webkit-filter: drop-shadow(0px 0 1px #999);
|
|
|
|
}
|
|
|
|
|
|
|
|
.langselect:hover {
|
|
|
|
border: 1px solid #f60;
|
|
|
|
background: #fff;
|
|
|
|
}
|
|
|
|
|
|
|
|
.langselect .optbox {
|
|
|
|
min-width: 118px !important;
|
|
|
|
min-height: 50px !important;
|
|
|
|
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;
|
|
|
|
margin-left: -1px;
|
|
|
|
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;
|
|
|
|
}
|
|
|
|
|
|
|
|
.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;
|
|
|
|
}
|
|
|
|
|
|
|
|
.langselect input[name="lang"]:checked + img + div.ui_lang {
|
|
|
|
background: #ddf !important;
|
|
|
|
color: #338;
|
|
|
|
font-weight: bold;
|
|
|
|
margin: -32px -4px 0;
|
|
|
|
z-index: 2;
|
|
|
|
}
|
|
|
|
|
2017-01-07 18:51:58 +00:00
|
|
|
.langselect input[name="lang"]:focus + img + div.ui_lang {
|
|
|
|
color: #f60 !important;
|
|
|
|
box-shadow: inset 0 0 1px #def;
|
|
|
|
}
|
|
|
|
|
|
|
|
.langselect input[name="lang"]:active + img + div.ui_lang {
|
|
|
|
color: #fff !important;
|
|
|
|
box-shadow: inset 0 0 0 1px #fff;
|
|
|
|
}
|
|
|
|
|
2016-07-24 11:25:32 +00:00
|
|
|
div.flagradio {
|
|
|
|
margin-top: 2px;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.langselect + br {
|
|
|
|
display: none !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.langselect br {
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.ui_lang { /* lang text label */
|
|
|
|
text-align: center;
|
|
|
|
background: #eef url(images/tinytitle.png) center center !important;
|
|
|
|
background: linear-gradient(to bottom, #fff 0%, #fff 50%, #eef 50%, #eef 100%) !important;
|
|
|
|
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;
|
|
|
|
white-space:nowrap;
|
|
|
|
}
|
|
|
|
|
|
|
|
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;
|
|
|
|
}
|
|
|
|
|
|
|
|
#consolepass input[name="name"], #externali2cp input[name="user"] {
|
|
|
|
background: #fff url(/themes/console/images/buttons/user.png) 5px center no-repeat;
|
|
|
|
padding: 4px 5px 4px 26px !important;
|
|
|
|
background-size: 16px 16px !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
#consolepass input[name="nofilter_pw"], #externali2cp input[name="nofilter_pw"] {
|
|
|
|
background: #fff url(/themes/console/images/buttons/password.png) 5px center no-repeat;
|
|
|
|
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 {
|
|
|
|
padding: 10px 5px;
|
|
|
|
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;
|
|
|
|
background-size: 28px 28px;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* 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;
|
|
|
|
}
|
|
|
|
|
|
|
|
table.netdbentry th {
|
|
|
|
font-weight: normal;
|
|
|
|
}
|
|
|
|
|
|
|
|
table.netdbentry th:last-child {
|
|
|
|
text-align: right;
|
|
|
|
padding: 5px;
|
|
|
|
white-space: nowrap;
|
|
|
|
width: 50px;
|
|
|
|
}
|
|
|
|
|
|
|
|
table.netdbentry th:first-child, table.netdbentry td:first-child {
|
|
|
|
white-space: nowrap;
|
|
|
|
padding: 4px 6px !important;
|
|
|
|
text-align: left;
|
|
|
|
}
|
|
|
|
|
|
|
|
table.netdbentry td:first-child {
|
|
|
|
width: 80px;
|
|
|
|
}
|
|
|
|
|
|
|
|
table.netdbentry td:nth-child(2) {
|
|
|
|
word-wrap: break-word;
|
|
|
|
}
|
|
|
|
|
|
|
|
.netdbentry img {
|
|
|
|
margin: 1px 0 0 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
a.viewfullentry:not(old) {
|
|
|
|
font-size: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
a.viewfullentry::after {
|
|
|
|
content: url(/themes/console/images/buttons/fullview.png);
|
|
|
|
vertical-align: text-top;
|
|
|
|
filter: drop-shadow(0 0 1px #999);
|
|
|
|
-webkit-filter: drop-shadow(0 0 1px #999);
|
|
|
|
}
|
|
|
|
|
|
|
|
a.viewfullentry:hover {
|
|
|
|
filter: drop-shadow(0 0 1px #f60);
|
|
|
|
-webkit-filter: drop-shadow(0 0 1px #f60);
|
|
|
|
}
|
|
|
|
|
|
|
|
table#leasesetdebug th a:not(old), table#leasesetsummary th a:not(old) {
|
|
|
|
font-size: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
table#leasesetdebug th a::after, table#leasesetsummary th a::after {
|
|
|
|
content: url(/themes/console/images/buttons/floodfill.png);
|
|
|
|
vertical-align: text-top;
|
|
|
|
padding-right: 0;
|
|
|
|
filter: drop-shadow(0 0 1px #999);
|
|
|
|
-webkit-filter: drop-shadow(0 0 1px #999);
|
|
|
|
}
|
|
|
|
|
|
|
|
table#leasesetdebug th a:hover, table#leasesetsummary th a:hover {
|
|
|
|
filter: drop-shadow(0 0 1px #f60);
|
|
|
|
-webkit-filter: drop-shadow(0 0 1px #f60);
|
|
|
|
}
|
|
|
|
|
|
|
|
#leasesetsummary, #netdboverview {
|
|
|
|
margin-top: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#netdboverview th {
|
|
|
|
text-transform: uppercase;
|
|
|
|
font-size: 11pt;
|
|
|
|
letter-spacing: 0.08em;
|
|
|
|
word-spacing: 0.1em;
|
|
|
|
background: url(/themes/console/images/info/globe.png) 8px center no-repeat, linear-gradient(to bottom, #fff 0%, #fff 50%, #eef 50%, #eef 100%) !important;
|
|
|
|
background-size: 18px 18px, 100% 100% !important;
|
|
|
|
padding: 8px 5px 8px 32px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#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;
|
|
|
|
background: linear-gradient(to bottom, #fff 0%, #fff 50%, #eef 50%, #eef 100%) !important;
|
|
|
|
background-size: 100% 100%;
|
|
|
|
padding: 8px 5px;
|
|
|
|
font-size: 9pt;
|
|
|
|
}
|
|
|
|
|
|
|
|
#netdboverview table td {
|
|
|
|
padding: 3px 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#netdboverview td {
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
#netdbversions tr {
|
|
|
|
border-right: 1px solid #447;
|
|
|
|
}
|
|
|
|
|
|
|
|
#netdbcountrylist tr {
|
|
|
|
border-left: 1px solid #447;
|
|
|
|
}
|
|
|
|
|
|
|
|
#leasesetsummary td:first-child {
|
|
|
|
width: 50px;
|
|
|
|
white-space: nowrap;
|
|
|
|
}
|
|
|
|
|
|
|
|
table#leasesetdebug, table.leaseset, table#leasesetsummary {
|
|
|
|
font-size: 9pt;
|
|
|
|
}
|
|
|
|
|
|
|
|
table#leasesetdebug td, table.leaseset td {
|
|
|
|
padding: 5px !important;
|
|
|
|
}
|
|
|
|
table#leasesetdebug {
|
|
|
|
margin-bottom: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
table.leaseset th {
|
|
|
|
font-weight: normal;
|
|
|
|
padding: 5px;
|
|
|
|
text-align: left;
|
|
|
|
font-size: 10pt;
|
|
|
|
}
|
|
|
|
|
|
|
|
table.leaseset th:last-child, table.leaseset td:nth-child(2) {
|
|
|
|
text-align: right;
|
|
|
|
padding-right: 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
table#leasesetdebug, table#leasesetsummary {
|
|
|
|
margin-bottom: 15px;
|
|
|
|
}
|
|
|
|
|
|
|
|
table#leasesetdebug th, table#leasesetsummary th {
|
|
|
|
font-weight: bold;
|
|
|
|
padding: 8px;
|
|
|
|
text-align: left;
|
|
|
|
font-size: 11pt;
|
|
|
|
text-transform: uppercase;
|
|
|
|
letter-spacing: 0.08em;
|
|
|
|
word-spacing: 0.1em;
|
|
|
|
}
|
|
|
|
|
|
|
|
table#leasesetdebug th a {
|
|
|
|
font-size: 9pt;
|
|
|
|
text-transform: capitalize;
|
|
|
|
letter-spacing: normal;
|
|
|
|
word-spacing: normal;
|
|
|
|
}
|
|
|
|
|
|
|
|
table#leasesetdebug th:last-child, table#leasesetsummary th:last-child {
|
|
|
|
text-align:right;
|
|
|
|
white-space: nowrap;
|
|
|
|
font-size: 9pt;
|
|
|
|
}
|
|
|
|
|
|
|
|
table#leasesetdebug td:nth-child(odd) {
|
|
|
|
width: 200px;
|
|
|
|
white-space: nowrap;
|
|
|
|
text-align: right;
|
|
|
|
border-right: 1px inset #cfd1ff;
|
|
|
|
}
|
|
|
|
|
|
|
|
table#leasesetdebug td:nth-child(even) {
|
|
|
|
text-align: left;
|
|
|
|
white-space: nowrap;
|
|
|
|
}
|
|
|
|
|
|
|
|
table#leasesetdebug td:nth-child(2) {
|
|
|
|
width: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.leaseset tr:nth-child(2) td:last-child a:not(old) {
|
|
|
|
font-size: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.leaseset tr:nth-child(2) td:last-child a::after {
|
|
|
|
content: url(/themes/console/images/buttons/add_address.png);
|
|
|
|
filter: drop-shadow(0 0 1px #999);
|
|
|
|
-webkit-filter: drop-shadow(0 0 1px #999);
|
|
|
|
}
|
|
|
|
|
|
|
|
.leaseset tr:nth-child(2) td:last-child a:hover {
|
|
|
|
filter: drop-shadow(0 0 1px #f60);
|
|
|
|
-webkit-filter: drop-shadow(0 0 1px #f60);
|
|
|
|
}
|
|
|
|
|
|
|
|
div#noleasesets {
|
|
|
|
border: 1px solid #7778bf;
|
|
|
|
padding: 20px;
|
|
|
|
font-weight: bold;
|
|
|
|
background: #fff;
|
|
|
|
margin-top: -6px;
|
|
|
|
margin-bottom: 5px;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
div#sybilnav {
|
|
|
|
-moz-columns: 4;
|
|
|
|
-webkit-columns: 4;
|
|
|
|
columns: 4;
|
|
|
|
-moz-column-gap: 10px;
|
|
|
|
-webkit-column-gap: 10px;
|
|
|
|
column-gap: 10px;
|
|
|
|
border-radius: 2px;
|
|
|
|
}
|
|
|
|
|
|
|
|
div#sybilnav, div#sybils_summary {
|
|
|
|
border: 1px solid #7778bf;
|
|
|
|
padding: 10px;
|
|
|
|
margin-bottom: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#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);
|
|
|
|
-webkit-filter: drop-shadow(0 0 1px #ccc);
|
|
|
|
}
|
|
|
|
|
|
|
|
#sybilnav li a {
|
|
|
|
width: 100%;
|
|
|
|
display: inline-block;
|
|
|
|
}
|
|
|
|
|
|
|
|
table.sybil_routerinfo {
|
|
|
|
margin-bottom: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.sybil_routerinfo th {
|
|
|
|
padding: 1px 1px 1px 6px !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
table.sybil_routerinfo:first-of-type th {
|
|
|
|
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;
|
|
|
|
}
|
|
|
|
|
|
|
|
p.sybil_floodfill, p.family, p.threatpoints, p.hashdist, p#sybil_totals {
|
|
|
|
border: 1px solid #7778bf;
|
|
|
|
padding: 5px 5px 5px 30px;
|
|
|
|
margin: 3px 0;
|
|
|
|
font-weight: bold;
|
|
|
|
background: url(images/eye.png) 8px center no-repeat;
|
|
|
|
}
|
|
|
|
|
|
|
|
p.family + p.family {
|
|
|
|
margin-top: -4px;
|
|
|
|
}
|
|
|
|
|
|
|
|
p.sybil_floodfill + a[name] + table.sybil_routerinfo, p.hashdist + a[name] + table.sybil_routerinfo, table.sybil_routerinfo + p {
|
|
|
|
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;
|
|
|
|
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;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* end netdb */
|
|
|
|
|
|
|
|
|
|
|
|
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;
|
|
|
|
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);
|
|
|
|
-webkit-filter: drop-shadow(0 0 1px #ccc);
|
|
|
|
}
|
|
|
|
|
|
|
|
#banlist li:first-child {
|
|
|
|
margin-top: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
#banlist a[href^="configpeer?peer"]::after {
|
|
|
|
vertical-align: top;
|
|
|
|
}
|
|
|
|
|
|
|
|
#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;
|
|
|
|
}
|
|
|
|
|
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;
|
|
|
|
}
|
|
|
|
|
|
|
|
#profiles td:first-child {
|
|
|
|
width: 48px;
|
|
|
|
text-align: right;
|
|
|
|
white-space: nowrap;
|
2011-01-24 13:20:06 +00:00
|
|
|
}
|
|
|
|
|
2016-07-24 11:25:32 +00:00
|
|
|
#profiles td:nth-child(2) {
|
2011-01-24 13:20:06 +00:00
|
|
|
text-align: left;
|
|
|
|
}
|
|
|
|
|
2016-07-24 11:25:32 +00:00
|
|
|
#profiles td[colspan="7"] {
|
|
|
|
background: #77f;
|
|
|
|
padding: 0;
|
2012-07-12 10:32:00 +00:00
|
|
|
}
|
|
|
|
|
2016-07-24 11:25:32 +00:00
|
|
|
#thresholds p {
|
|
|
|
margin-left: 10px;
|
|
|
|
line-height: 140%;
|
2012-07-14 01:29:04 +00:00
|
|
|
}
|
|
|
|
|
2016-07-24 11:25:32 +00:00
|
|
|
#profile_defs li:first-child {
|
|
|
|
margin-top: 0 !important;
|
2011-01-24 13:20:06 +00:00
|
|
|
}
|
|
|
|
|
2016-07-24 11:25:32 +00:00
|
|
|
#profile_defs li {
|
|
|
|
list-style: none !important;
|
|
|
|
margin: -5px 0 0 0;
|
|
|
|
padding-bottom: 2px;
|
|
|
|
white-space: normal;
|
|
|
|
line-height: 80%;
|
2011-01-24 13:20:06 +00:00
|
|
|
}
|
|
|
|
|
2016-07-24 11:25:32 +00:00
|
|
|
#profile_defs b {
|
|
|
|
text-transform: capitalize;
|
2011-01-24 13:20:06 +00:00
|
|
|
}
|
|
|
|
|
2016-07-24 11:25:32 +00:00
|
|
|
table#profiles tr:hover td, table#floodfills tr:hover td, #permabanned tr:hover td,
|
|
|
|
#ntcpconnections tr:nth-last-child(n+2):hover td, #udpconnections tr:nth-last-child(n+2):hover td,
|
|
|
|
#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 {
|
|
|
|
background: #ffd;
|
|
|
|
color: #000;
|
2011-01-24 13:20:06 +00:00
|
|
|
}
|
|
|
|
|
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;
|
|
|
|
min-width: 530px;
|
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;
|
|
|
|
}
|
|
|
|
|
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;
|
2011-01-24 13:20:06 +00:00
|
|
|
}
|
|
|
|
|
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;
|
2011-01-24 13:20:06 +00:00
|
|
|
}
|
|
|
|
|
2016-07-24 11:25:32 +00:00
|
|
|
#ntcpconnections td:first-child, #udpconnections td:first-child {
|
|
|
|
width: 50px;
|
|
|
|
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
|
|
|
}
|
|
|
|
|
2016-07-24 11:25:32 +00:00
|
|
|
table#profiles td:last-child {
|
|
|
|
text-align: right;
|
|
|
|
padding-right: 5px;
|
2011-01-24 13:20:06 +00:00
|
|
|
}
|
|
|
|
|
2016-07-24 11:25:32 +00:00
|
|
|
table#floodfills th {
|
|
|
|
text-align: center !important;
|
|
|
|
border-right: 1px solid #7778bf;
|
2011-01-24 13:20:06 +00:00
|
|
|
}
|
|
|
|
|
2016-07-24 11:25:32 +00:00
|
|
|
#i2pupdates input[type="text"]:not([readonly]), #i2pupdates textarea, .main[id^="config_"] textarea {
|
|
|
|
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 {
|
|
|
|
width: 250px;
|
|
|
|
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
|
|
|
}
|
|
|
|
|
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;
|
|
|
|
-webkit-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;
|
|
|
|
}
|
|
|
|
|
|
|
|
#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
|
|
|
}
|
|
|
|
|
2016-07-24 11:25:32 +00:00
|
|
|
/* experimental sidebar navigation for webapps */
|
|
|
|
|
|
|
|
#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 #89f;
|
|
|
|
background: url(images/application.png) left center no-repeat;
|
|
|
|
background-size: 14px 14px;
|
2011-01-24 13:20:06 +00:00
|
|
|
}
|
|
|
|
|
2016-07-24 11:25:32 +00:00
|
|
|
#sb_services a:link:first-child {
|
|
|
|
padding-top: 2px;
|
2011-01-24 13:20:06 +00:00
|
|
|
}
|
|
|
|
|
2016-07-24 11:25:32 +00:00
|
|
|
#sb_services a:link:last-child {
|
|
|
|
border-bottom: none;
|
|
|
|
padding-bottom: 2px;
|
2011-01-24 13:20:06 +00:00
|
|
|
}
|
|
|
|
|
2016-07-24 11:25:32 +00:00
|
|
|
#sb_services a[href="/susimail/susimail"] {
|
|
|
|
background: url(images/inbox.png) left center no-repeat;
|
2011-01-24 13:20:06 +00:00
|
|
|
}
|
|
|
|
|
2016-07-24 11:25:32 +00:00
|
|
|
#sb_services a[href="/i2psnark/"] {
|
|
|
|
background: url(images/magnet.png) left center no-repeat;
|
2011-01-24 13:20:06 +00:00
|
|
|
}
|
|
|
|
|
2016-07-24 11:25:32 +00:00
|
|
|
#sb_services a[href="http://127.0.0.1:7658/"] {
|
|
|
|
background: url(images/server.png) left center no-repeat;
|
2011-01-24 13:20:06 +00:00
|
|
|
}
|
|
|
|
|
2016-07-24 11:25:32 +00:00
|
|
|
#sb_services a[href="/orchid/"] {
|
|
|
|
background: url(images/flower.png) left center no-repeat;
|
2011-11-30 23:23:41 +00:00
|
|
|
}
|
|
|
|
|
2016-07-24 11:25:32 +00:00
|
|
|
#sb_services a[href*="bote"] {
|
|
|
|
background: url(images/mail_black.png) left center no-repeat;
|
2011-11-30 23:23:41 +00:00
|
|
|
}
|
|
|
|
|
2016-07-24 11:25:32 +00:00
|
|
|
/* end webapp navigation */
|
|
|
|
|
|
|
|
#volunteer, #sidebarhelp, #configurationhelp, #reachabilityhelp, #advancedsettings, #legal, #changelog {
|
|
|
|
border: 1px solid #7778bf;
|
|
|
|
border-radius: 2px;
|
|
|
|
margin-bottom: 10px;
|
|
|
|
padding: 0 10px 5px;
|
|
|
|
background: #fff;
|
2011-11-30 23:23:41 +00:00
|
|
|
}
|
|
|
|
|
2016-07-24 11:25:32 +00:00
|
|
|
#changelog {
|
|
|
|
margin-bottom: 5px;
|
2011-11-30 23:23:41 +00:00
|
|
|
}
|
|
|
|
|
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;
|
|
|
|
-webkit-filter: none;
|
2011-11-30 23:23:41 +00:00
|
|
|
}
|
|
|
|
|
2016-07-24 11:25:32 +00:00
|
|
|
#fullhistory {
|
|
|
|
text-align: right;
|
|
|
|
margin-bottom: 0;
|
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
|
|
|
}
|
|
|
|
|
2016-07-24 11:25:32 +00:00
|
|
|
.homelinkedit th:first-child, #sidebarconf th:first-child {
|
|
|
|
text-align: center;
|
|
|
|
background: url(/themes/console/images/buttons/delete.png) center center no-repeat, linear-gradient(to bottom, #fff 0%, #fff 50%, #eef 50%, #eef 100%) !important;
|
|
|
|
text-align: left;
|
|
|
|
font-size: 0;
|
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
|
|
|
}
|
|
|
|
|
2016-07-24 11:25:32 +00:00
|
|
|
#clientconfig th:first-child, #webappconfig th:first-child, #pluginconfig th:first-child {
|
|
|
|
text-align: right;
|
|
|
|
padding-right: 10%;
|
2011-01-24 13:20:06 +00:00
|
|
|
}
|
|
|
|
|
2016-07-24 11:25:32 +00:00
|
|
|
#clientconfig td:first-child, #webappconfig td:first-child, #pluginconfig td:first-child {
|
|
|
|
padding-right: 10%;
|
2011-01-24 13:20:06 +00:00
|
|
|
}
|
|
|
|
|
2016-07-24 11:25:32 +00:00
|
|
|
#clientconfig th:nth-child(3), #webappconfig th:nth-child(3), #pluginconfig th:nth-child(3) {
|
2011-01-24 13:20:06 +00:00
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
2016-07-24 11:25:32 +00:00
|
|
|
/*
|
|
|
|
#pluginconfig button {
|
|
|
|
min-width: 60px;
|
2011-01-24 13:20:06 +00:00
|
|
|
}
|
2016-07-24 11:25:32 +00:00
|
|
|
*/
|
2011-01-24 13:20:06 +00:00
|
|
|
|
2016-07-24 11:25:32 +00:00
|
|
|
#pluginconfig table {
|
|
|
|
margin: 5px 5px 5px 0 !important;
|
|
|
|
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
|
|
|
}
|
|
|
|
|
2016-07-24 11:25:32 +00:00
|
|
|
h4#updateplugins {
|
|
|
|
background: #eef url(images/header.png) center center repeat-x;
|
|
|
|
background: linear-gradient(to bottom, #fff 0%, #fff 50%, #eef 50%, #eef 100%) !important;
|
|
|
|
border: 1px solid #7778bf;
|
2011-01-24 13:20:06 +00:00
|
|
|
padding: 5px;
|
2016-07-24 11:25:32 +00:00
|
|
|
font-size: 9pt;
|
|
|
|
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;
|
|
|
|
margin: -16px 0 -2px 0 ;
|
|
|
|
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
|
|
|
#joinfamily {
|
|
|
|
margin-top: -14px;
|
2011-01-24 13:20:06 +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);
|
|
|
|
-webkit-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;
|
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);
|
|
|
|
-webkit-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
|
|
|
}
|
|
|
|
|
2016-07-24 11:25:32 +00:00
|
|
|
#webappconfigactions, #externali2cp {
|
|
|
|
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
|
|
|
}
|
|
|
|
|
2016-07-24 11:25:32 +00:00
|
|
|
/* responsive layout */
|
|
|
|
|
2017-01-07 17:47:01 +00:00
|
|
|
@media screen and (max-width: 800px) {
|
|
|
|
div.app {
|
|
|
|
width: 112px !important;
|
|
|
|
min-width: 0;
|
2011-01-24 13:20:06 +00:00
|
|
|
}
|
|
|
|
|
2017-01-07 17:47:01 +00:00
|
|
|
.applabel {
|
|
|
|
width: 100px !important;
|
2011-01-24 13:20:06 +00:00
|
|
|
}
|
|
|
|
|
2017-01-07 17:47:01 +00:00
|
|
|
img.app, img.app2p {
|
|
|
|
padding: 10px 35px;
|
|
|
|
}
|
2011-01-24 13:20:06 +00:00
|
|
|
}
|
|
|
|
|
2016-07-24 11:25:32 +00:00
|
|
|
@media screen and (min-width: 1500px) {
|
|
|
|
body, .main, .main td, .news p, #news p, .tab, .tab2, .main li b, div.joblog li, .themelabel, .ui_lang, .applabel a,
|
|
|
|
#peerdefs, #profile_defs, #thresholds, #configinfo, .infohelp, .infowarn, button, input, select, textarea {
|
|
|
|
font-size: 10pt !important;
|
2011-01-24 13:20:06 +00:00
|
|
|
}
|
|
|
|
|
2016-07-24 11:25:32 +00:00
|
|
|
.routersummary td, .routersummary a, .routersummary button, .routersummary h4, .routersummary h4 a,
|
|
|
|
code, tt, div.news {
|
|
|
|
font-size: 9pt !important;
|
2011-01-24 13:20:06 +00:00
|
|
|
}
|
|
|
|
|
2017-01-07 17:47:01 +00:00
|
|
|
button[class^="X"] {
|
|
|
|
font-size: 0 !important;
|
2011-01-24 13:20:06 +00:00
|
|
|
}
|
|
|
|
|
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 {
|
|
|
|
width: 207px !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
|
|
|
}
|
|
|
|
|
2016-07-24 11:25:32 +00:00
|
|
|
.routersummary img[src$="i2plogo.png"] {
|
|
|
|
transform: scale(1.1);
|
2011-01-24 13:20:06 +00:00
|
|
|
}
|
|
|
|
|
2016-07-24 11:25:32 +00:00
|
|
|
.routersummary table[id^="sb_"] {
|
|
|
|
width: 216px !important;
|
2011-01-24 13:20:06 +00:00
|
|
|
}
|
|
|
|
|
2016-07-24 11:25:32 +00:00
|
|
|
.routersummary h3 a {
|
|
|
|
font-size: 11pt !important;
|
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 {
|
|
|
|
width: 154px;
|
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 {
|
|
|
|
width: 142px !important;
|
2012-07-27 12:41:45 +00:00
|
|
|
}
|
|
|
|
|
2016-07-24 11:25:32 +00:00
|
|
|
.tab, .tab2 {
|
|
|
|
padding-bottom: 3px;
|
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-01-07 17:47:01 +00:00
|
|
|
h3#pluginconfig, h3#webappconfig, h3#i2pclientconfig, h3#pluginmanage, p#clientconf.infohelp, #config_stats h3 {
|
|
|
|
margin-bottom: -15px;
|
2012-07-27 12:41:45 +00:00
|
|
|
}
|
|
|
|
|
2017-01-07 17:47:01 +00:00
|
|
|
#jardump tt, #jardump td {
|
|
|
|
font-size: 9pt !important;
|
2012-07-27 12:41:45 +00:00
|
|
|
}
|
|
|
|
|
2017-01-07 18:51:58 +00:00
|
|
|
.sorry {
|
|
|
|
margin-left: 232px !important;
|
|
|
|
}
|
2017-01-07 17:47:01 +00:00
|
|
|
}
|