Files
i2p.i2p/installer/resources/themes/console/light/console.css

5159 lines
124 KiB
CSS
Raw Normal View History

2011-01-24 13:20:06 +00:00
/* I2P Theme: Light */
/* Description: Light blue highlights. */
/* Author: dr|z3d */
html {
margin: 0 !important;
}
2011-01-24 13:20:06 +00:00
body {
margin: 6px;
2011-01-24 13:20:06 +00:00
text-align: center;
color: #333;
font: 9pt/130% "Droid Sans", "Noto Sans", Ubuntu, "Segoe UI", "Lucida Grande", Verdana, Helvetica, sans-serif;
background: #a4a4cb url(images/tile2.png) fixed;
background-size: 32px 32px;
2011-01-24 13:20:06 +00:00
}
/* preload button mouseovers */
body {
2017-03-06 04:56:58 +00:00
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;
}
.hide, .hideme {
2011-01-24 13:20:06 +00:00
display: none;
}
div.clearer {
clear: left;
height: 0;
line-height: 0;
}
::selection {
background: #27377f !important;
color: white;
text-shadow: none;
2011-01-24 13:20:06 +00:00
}
::-moz-selection {
background: #27377f !important;
color: white;
text-shadow: none;
2011-01-24 13:20:06 +00:00
}
img {
border: none;
}
img[src$="bound.png"] {
filter: hue-rotate(-40deg);
-webkit-filter: hue-rotate(-40deg);
2011-01-24 13:20:06 +00:00
}
a img[src$="bound.png"] {
filter: hue-rotate(-40deg) drop-shadow(0 0 1px #ccc);
-webkit-filter: hue-rotate(-40deg) drop-shadow(0 0 1px #ccc);
2011-01-24 13:20:06 +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
}
a img {
filter: drop-shadow(0 0 1px #ccc);
-webkit-filter: drop-shadow(0 0 1px #ccc);
2011-01-24 13:20:06 +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;
font: 8pt "Droid Sans Mono", "Noto Mono", "Lucida Console", "DejaVu Sans Mono", Courier, monospace;
2011-01-24 13:20:06 +00:00
color: #333;
margin: 10px;
}
/* sidebar */
.routersummaryouter {
2011-01-24 13:20:06 +00:00
float: left;
width: 200px;
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;
position: absolute;/* so no interference with /home app icons */
2011-01-24 13:20:06 +00:00
}
.routersummary {
width: 182px;
2011-01-24 13:20:06 +00:00
padding: 8px 8px 10px 8px;
margin-bottom: 8px;
2011-01-24 13:20:06 +00:00
text-align: center !important;
border: 1px solid #447;
color: #333;
2011-01-24 13:20:06 +00:00
font-size: 8pt;
clear: left;/* fixes a bug in Opera */
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;
}
2017-03-06 04:41:22 +00:00
@media screen and (-webkit-min-device-pixel-ratio:0) {
.routersummary div[style="height: 36px;"] {
height: 34px !important;
}
}
.routersummary img[src$="i2plogo.png"] {
opacity: 0.9;
2017-03-06 04:41:22 +00:00
transition: ease filter 0.3s 0s, ease opacity 0.3s 0s;
margin-top: 0;
margin-left: 0 !important;
width: 179px;
height: auto;
filter: drop-shadow(0 0 1px #ccc);
-webkit-filter: drop-shadow(0 0 1px #ccc);
}
.routersummary img[src$="i2plogo.png"]:hover {
opacity: 1;
2017-03-06 04:41:22 +00:00
transition: ease filter 0.3s 0s, ease opacity 0.3s 0s;
filter: drop-shadow(0 0 1px #f60);
-webkit-filter: drop-shadow(0 0 1px #f60);
}
2017-03-06 04:41:22 +00:00
div.routersummary a:active img[src$="i2plogo.png"] {
filter: drop-shadow(0 0 2px #f30);
-webkit-filter: drop-shadow(0 0 2px #f30);
}
.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;
2017-03-06 04:41:22 +00:00
background: url(/themes/console/images/buttons/download.png) 6px center no-repeat, linear-gradient(to bottom, #fff 0%, #ddd 100%);
background-size: 14px 14px, 100% 100% !important;
padding: 5px 3px 5px 21px !important;
2011-01-24 13:20:06 +00:00
}
.routersummary input[type=text] {
2011-01-24 13:20:06 +00:00
text-align: right !important;
}
.routersummary hr {
2011-01-24 13:20:06 +00:00
color: #99f;
background: #99f;
height: 1px;
border-bottom: 1px solid #99f;
margin: 8px -7px 8px -7px;
box-shadow: inset 0 1px 1px 1px #fff;
2011-01-24 13:20:06 +00:00
}
.routersummary hr.b {
color: #fff;
background: transparent;
border-bottom: 1px solid transparent;
height: 0 !important;
margin-bottom: 5px;
2011-01-24 13:20:06 +00:00
}
.routersummary h3 {
2011-01-24 13:20:06 +00:00
font-size: 9.5pt;
letter-spacing: 0.04em;
margin: -9px -7px -2px;
2011-01-24 13:20:06 +00:00
padding: 2px 0;
text-transform: uppercase;
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;
-webkit-filter: none;
2011-01-24 13:20:06 +00:00
}
.routersummary h3 a:hover {
color: #f60;
}
.routersummary h3:hover {
background: linear-gradient(to bottom, #fff 0%, #fff 50%, #ffe8bf 50%, #efd9b3 100%) !important;
}
.routersummary h3:hover a {
color: #f60 !important;
2017-03-06 04:56:58 +00:00
text-shadow: 0 0 1px #fff;
}
.routersummary h3:active {
box-shadow: inset 2px 2px 2px #777;
2011-01-24 13:20:06 +00:00
}
.routersummary h3 a, .routersummary h3 a:visited {
text-transform: uppercase;
text-decoration: none;
display: inline-block;
width: 100%;
width: calc(100% - 4px);
padding: 2px 0;
color: #2c4e8f;
}
h3#helpfaq {
margin-bottom: -9px;
2011-01-24 13:20:06 +00:00
}
div.routersummary h4 {
border: none;
border-radius: 0;
2011-01-24 13:20:06 +00:00
font-size: 8.5pt;
letter-spacing: normal;
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;
color: #4f617f;
box-shadow: inset 0 0 0 1px #eef;
2017-03-06 04:56:58 +00:00
line-height: 105%;
}
.routersummary h4::after {
content: "";
display: inline-block;
box-sizing: border-box;
min-height: 12px;
padding-top: 8px;
padding-bottom: 8px;
vertical-align: middle;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
2017-02-10 16:39:56 +00:00
.routersummary h4 {
margin-bottom: -8px !important;
}
}
.routersummary h4 a {
display: inline-block;
vertical-align: middle;
}
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
}
.routersummary ul {
text-align: left !important;
}
.routersummary table {
2011-01-24 13:20:06 +00:00
border: 0;
text-align: center !important;
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;
}
#sb_version {
margin-top: 5px !important;
margin-bottom: 8px !important;
}
#sb_localtunnels td {
vertical-align: middle;
}
#sb_localtunnels td:first-child {
text-align: left !important;
width: 16px;
2017-03-06 04:41:22 +00:00
padding: 1px 2px;
border-radius: 2px 0 0 2px;
2017-03-06 04:41:22 +00:00
}
#sb_localtunnels td:first-child img {
margin: 0 0 2px !important;
}
#sb_localtunnels td img {
filter: drop-shadow(0 0 1px rgba(204, 204, 204, 0.6));
}
#sb_localtunnels td:last-child {
text-align: right !important;
width: 16px;
2017-03-06 04:41:22 +00:00
padding: 2px 0 2px 2px;
border-radius: 0 2px 2px 0;
}
#sb_localtunnels a {
display: inline-block;
width: 100%;
}
#sb_localtunnels tr:hover td {
background: #fffff0 !important;
}
#sb_internals a, #sb_advanced a {
padding: 2px;
display: inline-block;
vertical-align: middle !important;
}
#sb_general, #sb_shortgeneral, #sb_bandwidth, #sb_peers, #sb_tunnels, #sb_queue {
margin-bottom: -4px !important;
margin-top: -11px !important;
2017-02-10 12:36:20 +00:00
}
#sb_general, #sb_shortgeneral {
margin-top: -7px !important;
2017-03-06 04:41:22 +00:00
}
#sb_general td::after, #sb_shortgeneral td::after, #sb_bandwidth td::after,
#sb_peers td::after, #sb_tunnels td::after, #sb_queue td::after {
content: "";
display: inline-block;
min-height: 13px;
2017-03-06 04:41:22 +00:00
}
#sb_peers td:first-child, #sb_tunnels td:first-child, #sb_queue td:first-child, #sb_bandwidth td:first-child, #sb_general td:first-child, #sb_shortgeneral td:first-child {
text-transform: capitalize;
}
#sb_warning {
border-bottom: 1px solid #99f;
}
#sb_warning + hr {
margin-top: 6px;
}
.sb_notice {
background: #eef;
border: 1px solid #89f;
border-radius: 2px;
box-shadow: 0 0 1px #bbb, inset 0 0 0 1px #fff;
margin: -5px;
padding: 5px 3px;
line-height: 140%;
}
p:empty + .sb_notice {
margin-top: 9px;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
.sb_notice {
margin-bottom: -7px;
}
}
/* experimental sidebar navigation for webapps */
#sb_services a:link, #sb_services a:visited {
display: inline-block;
width: 100%;
padding: 4px 2px 4px 20px;
text-align: left;
border-bottom: 1px dotted #ddf;
background: url(images/application.png) left center no-repeat;
background-size: 14px 14px;
2017-03-06 04:56:58 +00:00
}
#sb_services a:link:first-child {
padding-top: 2px;
}
#sb_services a:link:last-child {
border-bottom: none;
padding-bottom: 2px;
}
#sb_services a[href="/susimail/susimail"] {
background: url(images/inbox.png) left center no-repeat;
}
#sb_services a[href="/susimail/susimail"]:hover {
background: url(images/inbox.png) left center no-repeat #ffe;
border-radius: 2px;
}
#sb_services a[href="/i2psnark/"] {
background: url(images/magnet.png) left center no-repeat;
}
#sb_services a[href="/i2psnark/"]:hover {
background: url(images/magnet.png) left center no-repeat #ffe;
border-radius: 2px;
}
#sb_services a[href="http://127.0.0.1:7658/"] {
background: url(images/server.png) left center no-repeat;
}
#sb_services a[href="http://127.0.0.1:7658/"]:hover {
background: url(images/server.png) left center no-repeat #ffe;
border-radius: 2px;
}
#sb_services a[href="/orchid/"] {
background: url(images/flower.png) left center no-repeat;
}
#sb_services a[href="/orchid/"]:hover {
background: url(images/flower.png) left center no-repeat #ffe;
border-radius: 2px;
}
#sb_services a[href*="bote"] {
background: url(images/mail_black.png) left center no-repeat;
}
#sb_services a[href*="bote"]:hover {
background: url(images/mail_black.png) left center no-repeat #ffe;
border-radius: 2px;
}
/* end webapp navigation */
2011-01-24 13:20:06 +00:00
div.routersummary tr {
background-image: none !important;
background-color: transparent !important;
border: 0 !important;
}
div.routersummary a:hover {
color: #f60;
}
div.routersummary td {
padding: 0 2px;
2011-01-24 13:20:06 +00:00
background-image: none !important;
border: 0 !important;
}
div.routersummary img:first-child {
margin-bottom: -2px !important;
opacity: 0.7;
}
div.routersummary img:hover:first-child {
margin-bottom: -2px !important;
opacity: 1;
}
/* end sidebar */
2011-01-24 13:20:06 +00:00
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;
}
div.newsheadings {
text-align: right;
margin: -5px 0 -3px 8px;
}
div.newsheadings li {
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;
}
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-01-24 13:20:06 +00:00
div.refresh {
margin-top: 10px !important;
margin-bottom: 10px !important;
padding: 2px 0 0 0 !important;
2011-01-24 13:20:06 +00:00
}
/* proxy error messages */
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 {
2017-02-10 16:39:56 +00:00
margin: 8px -10px;
background: #7789bf;
height: 1px
}
.logo a {
display: inline-block !important;
width: 100%;
}
2011-01-24 13:20:06 +00:00
div.warning {
margin: 20px 20px 30px 240px;
padding: 10px 25px 20px 75px;
2011-01-24 13:20:06 +00:00
background: #fff;
border: 1px solid #447;
color: #333;
border-radius: 2px;
2011-01-24 13:20:06 +00:00
text-align: justify;
2017-03-06 04:41:22 +00:00
background-image: url(/themes/console/images/itoopie_sm.png);
background-position: 10px center;
background-repeat: no-repeat;
box-shadow: inset 0 0 1px 0 #d00;
2011-01-24 13:20:06 +00:00
word-wrap: break-word;
min-width: 400px;
}
2017-03-06 04:41:22 +00:00
.warning:not(old) {
background: url("/themes/console/images/itoopie_sm.png") no-repeat scroll 10px center, linear-gradient(to bottom, rgba(255,255,255,0.8), rgba(255,255,255,0.3)), url(images/noise.png) #fff;
background-size: 54px auto, 100% 100%, 50px 50px;
}
.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 {
2017-03-06 04:41:22 +00:00
margin-top: 115px !important;
margin: 115px 5px 0 0 !important;
background: #fff !important;
background: linear-gradient(to bottom, rgba(255,255,255,0.8), rgba(255,255,255,0.3)), url(images/noise.png) #fff !important;
2017-03-06 04:41:22 +00:00
background-size: 100% 100%, 50px 50px !important;
padding-left: 25px !important;
}
2017-03-06 04:41:22 +00:00
.warning h3 {
font-size: 10pt !important;
}
.logo {
2017-03-06 04:41:22 +00:00
position: absolute;
top: 0;
width: calc(100% - 39px) !important;
2017-03-06 04:41:22 +00:00
min-width: 430px;
margin: 10px 0 0 !important;
}
.logo a:link:not(img) {
display: inline-block;
width: auto;
margin: 0 5px;
}
}
@media screen and (min-height: 700px) {
.proxyfooter {
position: absolute;
bottom: 0;
right: 0;
padding: 0 20px 0 0;
text-align: right;
background: #030;
width: 100%;
opacity: 0.7;
border-top: 1px solid #000;
}
.proxyfooter p {
text-align: right;
line-height: 130% !important;
margin: 5px 0;
}
.warning {
margin-bottom: 30px;
}
}
@media screen and (max-height: 700px) {
.proxyfooter {
2017-02-10 16:39:56 +00:00
display: none;
}
}
/* end proxy error messages */
2011-01-24 13:20:06 +00:00
/* console error messages */
div.sorry {
margin: -11px 0 10px 207px;
padding: 20px 25px 20px 70px;
2011-01-24 13:20:06 +00:00
border: 1px solid #447;
border-radius: 0 0 2px 2px;
2011-01-24 13:20:06 +00:00
text-align: justify;
background: #fffff9 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;
min-width: 455px;
2011-01-24 13:20:06 +00:00
}
div.sorry hr {
color: #531;
background: #531;
height: 1px;
border: 1px solid #531;
margin: 10px 0 !important;
}
2011-01-24 13:20:06 +00:00
div.main {
margin: -12px 0 8px 207px;
padding: 0 15px 10px 15px;
2011-01-24 13:20:06 +00:00
text-align: left;
color: #222;
2011-01-24 13:20:06 +00:00
width: auto;
min-width: 526px;
2011-01-24 13:20:06 +00:00
border: 1px solid #447;
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;
}
.main#config_plugins {
min-width: 700px;
}
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 #ccc);
-webkit-filter: drop-shadow(0 0 1px #ccc);
}
.main#debug h2 + table {
margin-top: -16px;
}
2011-01-24 13:20:06 +00:00
2017-02-10 16:39:56 +00:00
.main#debug hr {
display: none;
}
2011-01-24 13:20:06 +00:00
div.main hr, hr {
color: #113;
background: #113;
height: 1px;
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 {
background: #fff;
2011-01-24 13:20:06 +00:00
color: #001;
font: 9pt "Droid Sans Mono", "Noto Mono", "Lucida Console", "DejaVu Sans Mono", Courier, monospace;
margin: 5px 0;
resize: none;
}
td.tabletextarea {
2017-03-06 04:41:22 +00:00
padding: 0 !important;
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 !important;
padding: 5px 0;
}
#config_reseed input[type="text"], #config_reseed input[type="password"] {
min-width: 300px;
2011-01-24 13:20:06 +00:00
}
/* news */
2011-01-24 13:20:06 +00:00
div.news {
margin: -12px 0 5px 207px;
padding: 5px 15px 12px;
2011-01-24 13:20:06 +00:00
border: 1px solid #447;
color: #224;
border-radius: 0 0 2px 2px;
2011-01-24 13:20:06 +00:00
text-align: right !important;
font-size: 8pt;
2011-01-24 13:20:06 +00:00
line-height: 140%;
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);
min-width: 526px;
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 {
box-shadow: 0 0 1px #ccc;
}
.news#news .newsentry:first-child {
margin-top: -2px;
}
.newsentry font[size="-2"], .newsentry font[size="-1"] {
letter-spacing: 0.1em;
2011-01-24 13:20:06 +00:00
}
.newscontent {
background-color: rgba(220,220,255,0.6);
background: linear-gradient(to bottom, #eef, rgba(220,220,255,0.3)), repeating-linear-gradient(135deg, rgba(255,255,255,0.5) 2px, rgba(221, 221, 255, 0.3) 3px, #fff 5px) !important;
border: 1px solid #7778bf;
border-radius: 0 0 2px 2px;
margin: 0 0 14px;
padding: 10px 15px;
box-shadow: inset 0 0 0 1px #fff;
}
div.newscontent p {
2011-01-24 13:20:06 +00:00
font-size: 9pt;
text-align: justify !important;
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
}
.newscontent hr {
2011-01-24 13:20:06 +00:00
color: #225;
background: #225;
height: 1px;
border: 0 dotted #225;
2011-01-24 13:20:06 +00:00
margin: 10px 0 5px;
}
.newsentry + hr + i {
margin-right: 8px;
}
#newsStatus, #newsDisplay {
display: inline-block;
}
.newsentry + hr + #newsStatus, .newsentry + hr + #newsStatus + #newsDisplay {
margin-top: -6px !important;
}
#newsStatus {
float: left;
text-align: justify;
margin-bottom: 6px !important;
}
#newsDisplay {
white-space: nowrap;
margin-left: 10px;
color: #337;
}
.newsAuthor {
padding: 0 0 0 15px !important;
float: right;
background: url(/themes/console/images/info/author.png) left 2px center no-repeat;
background-size: 10px 10px;
font-size: 8pt !important;
display: inline-block;
opacity: 0.8;
letter-spacing: 0.1em !important;
text-transform: none;
}
.newsDate {
opacity: 0.8;
margin-right: 1px;
}
.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
}
div.news h3, #news h3 {
background: url(images/news.png) 8px center no-repeat #fff !important;
background: url(images/news.png) 8px center no-repeat, linear-gradient(to bottom, #fff 50%, rgba(255,255,255,0.6) 50%, rgba(240,240,240,0.4)), linear-gradient(to right, #fff 5%, rgba(231, 231, 255, 0.8)) 15% !important;
2011-01-24 13:20:06 +00:00
text-align: left;
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;
margin-bottom: -1px;
filter: none;
-webkit-filter: none;
2011-01-24 13:20:06 +00:00
}
div.newscontent h4 {
border-bottom: 0;
padding: 0;
margin: 14px 15px 7px 15px;
font-size: 10pt;
text-align: left;
}
div.newscontent h5 {
border-bottom: 0;
2011-01-24 13:20:06 +00:00
padding: 0;
margin: 12px 15px 6px 15px;
font-size: 9.5pt;
text-align: left;
}
div.newscontent h6 {
border-bottom: 0;
padding: 0;
margin: 12px 15px 6px 15px;
font-size: 9pt;
text-align: left;
2011-01-24 13:20:06 +00:00
}
#news {
background: linear-gradient(to bottom, rgba(255,255,255,0.8), rgba(255,255,255,0.3)), url(/themes/snark/ubergine/images/hat.png) bottom right no-repeat, url(images/noise.png) #fff !important;
background-size: 100% 100%, 140px auto, 50px 50px !important;
}
/* end news */
.main#torrents {
padding: 0 10px;
}
2017-03-06 04:41:22 +00:00
div.main, .routersummary, .logo {
background: #fff url(images/noise.png) 0 0 / 50px 50px !important;
background: linear-gradient(to bottom, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.5)) 0 0 / 100% 100%, #fff url("images/noise.png") 0 0 / 50px 50px !important;
}
/* top navigation bar */
2017-03-06 04:41:22 +00:00
.confignav {
padding: 12px 10px 0 !important;
2017-03-06 04:41:22 +00:00
margin: 2px -14px 12px !important;
font-size: 9pt !important;
2011-01-24 13:20:06 +00:00
line-height: 160% !important;
min-width: 400px;
vertical-align: middle;
text-align: center;
border-bottom: 1px solid #447;
box-shadow: 0 1px 1px rgba(221, 221, 255, 0.5);
2017-03-06 04:41:22 +00:00
background: #fff;
2011-01-24 13:20:06 +00:00
}
2017-02-10 16:39:56 +00:00
.tab, .tab2 {
min-width: 50px;
padding: 3px 6px;
}
.tab {
padding: 3px 6px;
margin: -5px -1px -1px -3px !important;
background: #eef;
background: linear-gradient(to bottom, #fff, #eef);
box-shadow: inset 0 0 0 1px #fff;
border: 1px solid #447;
display: inline-block;
vertical-align: bottom;
text-align: center;
font-weight: normal !important;
text-decoration: none;
z-index: 999 !important;
position: relative;
}
.tab2 {
color: #31334f;
padding-bottom: 4px;
margin: -11px -1px -1px -3px;
background: #fff;
border: 1px solid #447;
border-top-color: #558;
border-top-width: 3px;
display: inline-block;
vertical-align: bottom;
text-align: center;
font-weight: bold;
border-radius: 2px 2px 0 0;
filter: drop-shadow(0 0 1px #ccc);
-webkit-filter: drop-shadow(0 0 1px #ccc);
position: relative;
z-index: 999 !important;
}
.tab:hover, .tab:hover a {
background: #558;
background: linear-gradient(to bottom, #eef, #fff);
color: #f60;
}
.tab:hover {
border-top: 3px solid #77a;
border-radius: 2px 2px 0 0 !important;
margin-top: -9px !important;
}
.tab:active {
box-shadow: inset 0 0 0 1px #fff;
}
.tab:active, .tab:active a {
background: #f60 !important;
color: #fff !important;
border-top-width: 1px;
}
.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;
display: inline-block;
width: 100%;
padding-top: 0;
padding-bottom: 0;
}
.tab:last-child:hover {
margin-top: -7px !important;
margin-bottom: -1px !important;
}
.tab:last-child:active {
margin-top: -5px !important;
margin-bottom: -1px !important;
}
/* end topnav */
.th_title a, .th_title a:hover {
color: #31334f !important;
}
2011-01-24 13:20:06 +00:00
div.configure {
min-width: 400px;
margin-bottom: 0;
2011-01-24 13:20:06 +00:00
}
div.configure h3, div.graphspanel h3 {
border: 1px solid #7778bf;
border-left: 5px solid #7778bf;
2011-01-24 13:20:06 +00:00
padding: 5px;
margin: 15px 0 15px 0;
border-radius: 0 2px 2px 0;
2011-01-24 13:20:06 +00:00
background: #ffe;
text-align: left;
}
div.graphspanel h3 {
text-transform: capitalize;
letter-spacing: normal;
word-spacing: normal;
}
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;
}
.h3navlinks a {
text-transform: capitalize;
letter-spacing: normal;
margin-left: 5px;
}
.h3navlinks a:hover {
color: #f60;
}
h3 a.script, th a.script {
text-transform: lowercase;
}
h3#iptransport a:not(old), h3#advancedconfig a:not(old) {
font-size: 0;
}
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);
}
h3#iptransport a:hover, h3#advancedconfig a:hover {
filter: drop-shadow(0 0 1px #f60);
-webkit-filter: drop-shadow(0 0 1px #f60);
}
h3#transports {
border: 1px solid #7789bf;
2011-01-24 13:20:06 +00:00
}
pre#transports {
display: inline-block;
border: 1px solid #7789bf;
background: #fff;
padding: 10px 0 0 10px;
width: calc(100% - 12px);
margin: -16px 0 0;
2011-01-24 13:20:06 +00:00
}
/* confignet tidyup */
2011-01-24 13:20:06 +00:00
#netconfig .optbox {
margin: 10px 6px 2px !important;
display: inline-block !important;
vertical-align: sub !important;
2011-01-24 13:20:06 +00:00
}
#netconfig .optbox:first-child {
margin-top: 6px !important;
margin-bottom: 6px !important;
2011-01-24 13:20:06 +00:00
}
#netconfig .optbox:last-child, #netconfig .optbox[value="only"], #netconfig .optbox[name="disableUDP"], #netconfig .optbox[value="disabled"] {
margin-bottom: 6px !important;
2011-01-24 13:20:06 +00:00
}
#netconfig input[type="text"] + br + .optbox, #netconfig .optbox[name="ntcpAutoPort"] {
margin-top: 3px !important;
2011-01-24 13:20:06 +00:00
}
#netconfig input[name*="ost"] {
width: 250px !important;
2011-01-24 13:20:06 +00:00
}
/* end confignet tidyup */
2017-03-06 04:41:22 +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
}
.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
}
.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
}
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
}
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
}
h3#advancedclientconfig, p#webappconfigtext, p#pluginconfigtext, p#clientconf.infowarn, p#profiles_overview {
margin-bottom: -2px;
2011-01-24 13:20:06 +00:00
}
h3#pluginconfig, h3#webappconfig, h3#i2pclientconfig, h3#pluginmanage, p#clientconf.infohelp, #config_stats h3 {
margin-bottom: -13px;
2011-01-24 13:20:06 +00:00
}
p#enablefullstats {
border: 1px solid #7778bf;
padding: 10px;
margin-bottom: 13px;
}
#configstats th {
text-transform: uppercase;
letter-spacing: 0.08em;
word-spacing: 0.1em;
2012-03-22 19:49:48 +00:00
}
#configstats td {
padding: 4px 3px;
2012-03-22 19:49:48 +00:00
}
#configstats td:first-child {
width: 48px;
white-space: nowrap;
}
#configstats td:last-child {
border-right: 1px solid #7778bf;
}
#sidebarconf button {
margin: 2px 0 2px 3px !important;
2017-03-06 04:41:22 +00:00
padding: 2px;
min-width: 0;
2017-03-06 04:41:22 +00:00
background-size: 100% 100% !important;
}
#sidebarconf select {
width: 100%;
}
#sidebarconf th:nth-child(1), #sidebarconf th:last-child {
2017-03-06 04:56:58 +00:00
text-align: center;
}
#sidebarconf th:nth-child(2) {
2017-03-06 04:56:58 +00:00
text-align: left;
}
#sidebarconf td:first-child {
width: 60px;
text-align: center;
}
#sidebarconf td {
font-weight: bold;
2017-03-06 04:56:58 +00:00
font-size: 9pt;
}
#sidebarconf td:nth-child(3), #sidebarconf td:nth-child(4) {
width: 50px;
padding: 0;
white-space: nowrap;
}
#sidebarconf td:nth-child(3) button, #sidebarconf td:nth-child(4) button {
margin: 0;
}
#sidebarconf td:nth-child(3) {
text-align: right;
}
#sidebarconf td:nth-child(4) {
text-align: left;
padding-right: 5px;
}
#sidebarconf tr:last-child td {
padding: 5px !important;
}
#sidebarconf tr:last-child td:last-child {
text-align: left;
}
p#tunnelconfig {
margin-bottom: -14px;
}
div.graphspanel {
text-align: center !important;
margin: 15px 0 -15px;
}
div.graphspanel img {
border: 1px solid #7778bf;
padding: 2px;
margin: 6px;
text-align: center !important;
vertical-align: top !important;
background: #001;
box-shadow: inset 0 0 1px 1px #99f;
max-width: 98%;
}
div.graphspanel a img:hover {
box-shadow: inset 0 0 2px 1px #f60;
2011-01-24 13:20:06 +00:00
}
div.graphspanel form {
2011-01-24 13:20:06 +00:00
text-align: left;
}
#graphs hr {
display: none;
2011-01-24 13:20:06 +00:00
}
#graphopts {
text-align: center;
margin-top: 20px;
margin-bottom: 15px;
text-transform: capitalize;
2011-01-24 13:20:06 +00:00
}
#graphopts + p {
text-align: right;
display: none;
2011-01-24 13:20:06 +00:00
}
.formaction#graphing {
margin: 8px -11px -11px;
2011-01-24 13:20:06 +00:00
}
h3#graphdisplay {
border-radius: 0;
border-width: 1px;
box-shadow: none;
filter: none;
-webkit-filter: none;
2011-01-24 13:20:06 +00:00
}
.main#graphs form {
border: 1px solid #7778bf;
padding: 10px;
margin: -16px 0 5px;
2011-01-24 13:20:06 +00:00
}
/* new graphs optionbox */
2011-01-24 13:20:06 +00:00
#graphs form {
padding: 0 !important;
2011-01-24 13:20:06 +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;
}
.formaction#graphing {
margin: -1px 0 !important;
padding: 5px 3px;
border-left: none;
border-right: none;
2011-01-24 13:20:06 +00:00
}
#graphs tr:first-child td {
border-top: none;
2011-01-24 13:20:06 +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
}
#graphs td:nth-child(2) {
width: 260px;
white-space: nowrap;
2011-01-24 13:20:06 +00:00
}
#graphs td.infohelp {
border: 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
}
#graphs form input, #graphs form select {
margin: 3px 5px 3px 0;
vertical-align: middle;
2011-01-24 13:20:06 +00:00
}
#graphs input[type="text"] {
min-width: 60px;
}
/* end new graphs optionbox */
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;
}
.main#graphs .messages { /* "graphing not supported" error */
margin-bottom: 20px;
}
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 0 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;
}
td.optionsave, .formaction, form[action="configpeer"] tr:last-child td, table#addkeyring tr:last-child td {
background: linear-gradient(to bottom, #fff 50%, rgba(220,220,255,0.3)), repeating-linear-gradient(135deg, rgba(255,255,255,0.5) 2px, rgba(221, 221, 255, 0.3) 3px, #fff 5px) !important;
}
2017-03-06 04:41:22 +00:00
.configtable td {
padding: 5px;
}
.configtable tr:last-child td {
border-top: 1px solid #7778bf !important;
2017-03-06 04:56:58 +00:00
}
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 */
#criticallogs tr:first-child {
display: none; /* hide empty placeholder for log location */
}
.main#logs ul li {
padding-left: 0;
margin-left: 18px;
}
.main#logs li:first-child {
margin-top: 0 !important;
}
.main#logs li:last-child {
margin-bottom: 0 !important;
}
table#wrapperlogs, table#routerlogs {
width: 100%;
table-layout: fixed;
margin-bottom: 10px;
}
table#wrapperlogs {
margin-bottom: 5px;
}
#logs table[id$="logs"] tr:first-child td, .subheading {
background: linear-gradient(45deg, #fff, #eef) !important;
box-shadow: inset 0 0 0 1px #fff;
}
#routerlogs ul {
word-wrap: break-word;
}
#wrapperlogs pre {
margin: 0;
padding: 3px 0 0 5px;
white-space: pre-wrap !important;
word-wrap: break-word !important;
width: calc(100% - 5px);
max-height: 600px;
overflow: auto;
}
#logs ul {
margin-left: 0;
margin-right: -28px;
display: inline-block;
word-break: break-all;
}
#logs li {
list-style: none;
font: 8pt "Droid Sans Mono", "Noto Mono", "Lucida Console", "DejaVu Sans Mono", Courier, monospace;
line-height: 130%;
text-align: left;
display: inline-block;
width: calc(100% - 48px);
}
#logs li::after {
content: "";
display: block;
border-top: 1px dotted #ddf;
width: 100%;
margin: 5px 0 0;
}
#logs li:last-child::after {
border: none;
margin: 0;
}
#logs font[color^="#"]::before {
content: "";
display: inline-block;
width: 6px;
height: 6px;
background: #fff;
border-radius: 50%;
margin-right: 5px;
margin-left: -17px;
vertical-align: calc(1px);
}
#logs li font[color="#cc0000"]::before {
background: #cc0000;
}
#logs li font[color="#006600"]::before {
background: #006600;
}
#logs li font[color="#ff3300"]::before {
background: #ff3300;
}
#logs li font[color="#ff00cc"]::before {
background: #ff00cc;
}
#logs li font[color="#000099"]::before {
background: #000099;
}
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 {
padding-top: 5px;
padding-bottom: 5px;
}
table#enviro td:first-child {
width: 100px;
text-align: right;
padding-right: 0;
white-space: nowrap;
padding-left: 10px
}
table[id$="logs"] td {
padding: 5px;
}
table[id$="logs"] td:empty {
display: none;
}
table[id$="logs"] tr:first-child {
border-bottom: 1px solid #7778bf;
}
table[id$="logs"] ul li:last-child {
margin-bottom: 10px !important;
}
2017-03-06 04:41:22 +00:00
#wrapperlogs tr:last-child td {
padding: 0;
}
/* end logs */
table hr {
padding: 0 0;
color: #99f;
2011-01-24 13:20:06 +00:00
background: #99f;
border: 0 solid #99f;
margin: 0 0;
2011-01-24 13:20:06 +00:00
height: 1px;
display: none;
}
th {
padding: 6px 5px;
color: #31334f;
background: #eef url(images/header.png) center center repeat-x;
2017-02-10 16:39:56 +00:00
background: linear-gradient(to bottom, #fff 50%, rgba(238, 238, 255, 0.2) 50%, #eef 100%) !important;
text-align: left;
2011-01-24 13:20:06 +00:00
font-size: 9pt;
line-height: 110%;
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) {
background: #efefff;
background: repeating-linear-gradient(135deg, rgba(255,255,255,0.5) 2px, rgba(240, 240, 255, 0.3) 3px, #fff 5px), #fff;
2011-01-24 13:20:06 +00:00
}
tr:nth-child(odd) {
background: #f7f8ff;
background: repeating-linear-gradient(45deg, rgba(255,255,255,0.5) 2px, rgba(221, 221, 255, 0.3) 3px, #fff 5px), #fff;
2011-01-24 13:20:06 +00:00
}
2017-02-10 16:39:56 +00:00
tr th {
background: #eef url(images/header.png) center center repeat-x;
background: linear-gradient(to bottom, #fff 50%, rgba(238, 238, 255, 0.2) 50%, #eef 100%) #fff !important;
}
2011-01-24 13:20:06 +00:00
td {
padding: 3px 5px;
color: #333;
2011-01-24 13:20:06 +00:00
vertical-align: middle;
border-top: 1px inset #ddf;
border-bottom: 1px inset #ddf;
}
#tunnelconfig tr:last-child, #webappconfig tr:last-child {
background: #efefff;
background: repeating-linear-gradient(135deg, rgba(255,255,255,0.5) 2px, rgba(240, 240, 255, 0.3) 3px, #fff 5px);
}
#clientconfig tr:last-child {
background: #f7f8ff;
}
#netconfig tr {
background: #fff;
background: repeating-linear-gradient(135deg, rgba(255,255,255,0.5) 2px, rgba(240, 240, 255, 0.3) 3px, #fff 5px);
}
.main[id^="config_"] select, .main[id^="config_"] textarea, .main[id^="config_"] .optbox {
margin-left: 3px !important;
}
#bandwidthconfig td:first-child {
2017-02-10 16:39:56 +00:00
width: 200px;
white-space: nowrap;
padding-right: 10px;
}
#bandwidthconfig td:last-child {
white-space: normal;
2011-01-24 13:20:06 +00:00
}
/* begin home page */
.home {
margin-bottom: 0;
}
h4.app, h4.app2 {
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, 0 0 1px #ccc;
display: inline-block;
width: calc(100% - 44px);
border-radius: 2px;
color: #31334f;
}
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%);
background: url(/themes/console/images/eepsite.png) 10px center no-repeat, linear-gradient(to bottom, #fff 50%, rgba(255,255,255,0.6) 50%, rgba(240,240,240,0.4)), linear-gradient(to right, #fff 5%, rgba(231, 231, 255, 0.8) 15%) !important;
background-size: 16px 16px, 100% 100%, 100% 100% !important;
margin-top: 15px;
}
h4.app2 {
clear: left;
margin-top: 10px !important;
background: url(images/globe.png) 10px center no-repeat, linear-gradient(to bottom, #fff 50%, rgba(255,255,255,0.6) 50%, rgba(240,240,240,0.4)), linear-gradient(to right, #fff 5%, rgba(231, 231, 255, 0.8) 15%) !important;
background-size: 16px 16px, 100% 100%, 100% 100% !important;
}
div.ag2 {
2012-03-22 19:49:48 +00:00
margin: 0;
}
div.search + div.ag2 {
margin: -15px 0 0;
}
div.app {
float: left;
padding: 0;
min-width: 140px;
text-align: center !important;
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, 0 0 1px #ccc;
}
div.app:hover {
border: 1px solid #f60;
background: #fff;
box-shadow: none;
}
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;
background: linear-gradient(to bottom, #fff 0%, #fff 50%, #ffe8bf 50%, #efd9b3 100%) !important;
}
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;
}
2017-02-10 16:39:56 +00:00
.appimg {
min-height: 52px;
}
div.appgroup {
margin: 5px 0;
padding: 0;
width: auto;
}
div.search {
2012-03-22 19:49:48 +00:00
margin: 10px 10px 0 0;
padding: 8px 8px 0 8px;
width: auto;
}
table.search {
border-collapse: separate;
border-spacing: 0;
border-radius: 0 0 2px 2px;
2017-03-06 04:41:22 +00:00
border: 1px solid #7778bf;
background: none;
background: linear-gradient(to bottom, #fff 50%, rgba(255,255,255,0.6) 50%, rgba(240,240,240,0.4)), repeating-linear-gradient(135deg, rgba(255,255,255,0.5) 2px, rgba(221, 221, 255, 0.3) 3px, #fff 5px) !important;
padding: 8px;
width: 70%;
margin-left:auto;
margin-right:auto;
margin-top: -19px;
box-shadow: 0 1px 1px 1px rgba(200, 200, 200, 0.3);
2017-03-06 04:41:22 +00:00
}
.search tr {
background: none !important;
}
table.search td {
border: none;
padding: 0 5px;
white-space: nowrap;
}
table.search td:first-child {
padding-right: 2px;
padding-left: 0;
}
table.search td:nth-child(2) {
text-align: center !important;
padding-right: 0;
2017-03-06 04:41:22 +00:00
padding-left: 6px;
2017-02-10 16:39:56 +00:00
width: 60px;
}
table.search td:nth-child(3) {
padding-left: 0;
padding-right: 8px;
}
table.search input[type="text"] {
min-width: 40px !important;
width: 100%;
padding-left: 24px;
}
table.search select {
min-width: 80px;
width: 100%;
text-overflow: ellipsis;
}
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 #ccc);
webkit-filter: drop-shadow(0 0 1px #ccc);
opacity: 0.9;
}
table.app {
background: none;
border: 0;
margin: auto;
width: auto;
}
tr.app {
background: none;
border: 0;
margin: 0;
}
td.app {
background: none;
border: 0;
padding: 0;
}
div.applabel {
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;
margin: 0;
padding: 4px 6px;
border-top: 1px solid #7778bf;
2017-03-06 04:41:22 +00:00
box-shadow: inset 0 0 0 1px #fff;
text-align: center;
width: 146px;
2017-03-06 04:56:58 +00:00
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.applabel a {
display: inline-block;
width: 100%;
2017-03-06 04:56:58 +00:00
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
/* end home page */
2011-01-24 13:20:06 +00:00
tt {
font: bold 9pt "Droid Sans Mono", "Noto Mono", "Lucida Console", "DejaVu Sans Mono", Courier, monospace;
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;
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, .statlist b a:hover {
color: #335 !important;
2011-01-24 13:20:06 +00:00
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 "Droid Sans Mono", "Noto Mono", "Lucida Console", "DejaVu Sans Mono", Courier, monospace;
2011-01-24 13:20:06 +00:00
color: #910;
font-weight: bold;
}
ol {
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 "Droid Sans Mono", "Noto Mono", "Lucida Console", "DejaVu Sans Mono", Courier, monospace;
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;
margin-left: 3px;
2011-01-24 13:20:06 +00:00
}
a, h1, h2, h3, h4, th, input[type="submit"], input[type="reset"], button, select {
text-shadow: 0 1px 1px #fff;
}
a:hover, a:focus, a:active, .app:hover a, .app:focus a, .app:active a,
input[type="submit"]:hover, input[type="submit"]:focus, input[type="submit"]:active,
input[type="reset"]:hover, input[type="reset"]:focus, input[type="reset"]:active,
button:hover, button:focus, button:active, select:hover, select:focus, select:active, .graphspanel a {
text-shadow: none;
}
a:link {
color: #3b6bbf;
2011-01-24 13:20:06 +00:00
text-decoration: none;
font-weight: bold;
word-wrap: break-word;
outline: none;
2011-01-24 13:20:06 +00:00
}
a:visited {
color: #2c4e8f;
2011-01-24 13:20:06 +00:00
text-decoration: none;
font-weight: bold;
}
a:hover, a:focus {
2011-01-24 13:20:06 +00:00
color: #f60;
text-decoration: none;
2011-01-24 13:20:06 +00:00
font-weight: bold;
text-shadow: none;
2011-01-24 13:20:06 +00:00
}
a:active {
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;
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;
}
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, #config_family .infohelp, p#profiles_overview, p#gatherstats {
border-radius: 2px;
filter: drop-shadow(0 0 1px #ccc);
-webkit-filter: drop-shadow(0 0 1px #ccc);
}
p#profiles_overview {
margin-bottom: 13px;
}
.infohelp + hr {
display: none;
}
2017-03-06 04:41:22 +00:00
table#bugreports {
border-collapse: separate;
border-radius: 2px;
filter: drop-shadow(0 0 1px #ccc)
2017-03-06 04:41:22 +00:00
}
table#bugreports td.infohelp {
2017-03-06 04:41:22 +00:00
background: #fff url(/themes/console/images/info/bugreport.png) no-repeat left center;
padding: 10px 15px 10px 40px;
background-size: 28px 28px;
2017-03-06 04:41:22 +00:00
border: none !important;
text-align: justify;
}
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;
background: url(/themes/console/images/info/key.png) 12px center no-repeat, linear-gradient(to bottom, #fff 50%, rgba(220,220,255,0.3)), repeating-linear-gradient(135deg, rgba(255,255,255,0.5) 2px, rgba(221, 221, 255, 0.3) 3px, #fff 5px), #fff !important;
padding: 15px 15px 15px 50px;
background-size: 28px 28px;
}
2017-03-06 04:41:22 +00:00
#joinfamily tr:nth-child(2) td {
background: #fff;
padding: 10px 15px;
}
#newfamily tr:last-child td:first-child {
background: #fff url(/themes/console/images/info/label.png) 12px center no-repeat;
background: url(/themes/console/images/info/label.png) 12px center no-repeat, linear-gradient(to bottom, #fff 50%, rgba(220,220,255,0.3)), repeating-linear-gradient(135deg, rgba(255,255,255,0.5) 2px, rgba(221, 221, 255, 0.3) 3px, #fff 5px), #fff !important;
padding: 15px 15px 15px 50px;
background-size: 28px 28px;
}
2017-03-06 04:41:22 +00:00
#exportfamily tr:nth-child(2) td:first-child {
background: #fff url(/themes/console/images/info/export_key.png) 12px center no-repeat;
background: url(/themes/console/images/info/export_key.png) 12px center no-repeat, linear-gradient(to bottom, #fff 50%, rgba(220,220,255,0.3)), repeating-linear-gradient(135deg, rgba(255,255,255,0.5) 2px, rgba(221, 221, 255, 0.3) 3px, #fff 5px), #fff !important;
2017-03-06 04:41:22 +00:00
padding: 15px 15px 15px 50px;
background-size: 28px 28px;
}
#leavefamily {
margin: 14px 0 10px;
}
#leavefamily tr:last-child td:first-child {
background: #fff url(/themes/console/images/info/leave_family.png) 12px center no-repeat;
background: url(/themes/console/images/info/leave_family.png) 12px center no-repeat, linear-gradient(to bottom, #fff 50%, rgba(220,220,255,0.3)), repeating-linear-gradient(135deg, rgba(255,255,255,0.5) 2px, rgba(221, 221, 255, 0.3) 3px, #fff 5px), #fff !important;
2017-03-06 04:41:22 +00:00
padding: 15px 15px 15px 50px;
background-size: 28px 28px;
}
#oldhome td:first-child {
background: #fff url(/themes/console/images/info/home.png) 12px center no-repeat;
background: url(/themes/console/images/info/home.png) 12px center no-repeat, linear-gradient(to bottom, #fff 50%, rgba(220,220,255,0.3)), repeating-linear-gradient(135deg, rgba(255,255,255,0.5) 2px, rgba(221, 221, 255, 0.3) 3px, #fff 5px), #fff !important;
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;
background: url(/themes/console/images/info/url.png) 12px center no-repeat, linear-gradient(to bottom, #fff 50%, rgba(220,220,255,0.3)), repeating-linear-gradient(135deg, rgba(255,255,255,0.5) 2px, rgba(221, 221, 255, 0.3) 3px, #fff 5px), #fff !important;
padding: 15px 15px 15px 50px;
background-size: 28px 28px;
}
2017-03-06 04:56:58 +00:00
#plugininstall tr:nth-child(3) td:nth-last-child(1), #manualreseed tr:nth-child(3) td:nth-last-child(1),
#manualreseed tr:nth-child(5) td:nth-last-child(1) {
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;
background: url(/themes/console/images/info/from_file.png) 12px center no-repeat, linear-gradient(to bottom, #fff 50%, rgba(220,220,255,0.3)), repeating-linear-gradient(135deg, rgba(255,255,255,0.5) 2px, rgba(221, 221, 255, 0.3) 3px, #fff 5px), #fff !important;
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;
}
2017-02-10 16:39:56 +00:00
h3#restartrouter + p.infohelp, #config_family .infohelp.needrestart {
background: #fff url(/themes/console/images/info/reboot.png) 12px center no-repeat;
padding: 15px 15px 15px 50px;
background-size: 28px 28px;
}
2017-03-06 04:41:22 +00:00
h3#shutdownrouter, h3#systray {
margin-bottom: -15px;
}
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);
background: repeating-linear-gradient(135deg, rgba(255,255,255,0.5) 2px, rgba(241, 241, 255, 0.3) 3px, #fff 5px);
box-shadow: inset 0 0 0 1px #fff;
}
.statlist li:not(old) {
list-style: none !important;
}
.statlist li::before, .statlist li a[href^="graph"]::before {
content: "";
display: inline-block;
height: 5px;
width: 5px;
box-shadow: inset 0 0 0 1px #fff;
margin-left: -35px;
margin-right: 10px;
margin-top: -2px;
transform: rotate(45deg);
vertical-align: middle;
}
.statlist li::before {
background: #335;
border: 1px solid #335;
}
.statlist li a[href^="graph"]::before {
background: #3b6bbf;
border: 1px solid #3b6bbf;
}
.statlist li a[href*="&"]::before {
display: none;
}
.statlist li a[href^="graph"] {
margin-top: 4px;
margin-bottom: 2px;
display: inline-block;
vertical-align: middle;
}
.statlist > li::after {
content: "";
display: block;
width: 100%;
height: 1px;
margin-top: -5px;
border-top: 1px dotted #ddf;
}
li.noevents::after {
content: "";
margin-top: 12px !important;
display: block;
}
.statlist > li:last-child::after {
display: none;
}
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%;
letter-spacing: 0.12em;
text-transform: uppercase;
box-shadow: inset 0 0 0 1px #bbf;
white-space: normal;
background: #fff;
2017-03-06 04:41:22 +00:00
background: linear-gradient(to bottom, rgba(255,255,255,0.8) 50%, rgba(255,255,255,0.7) 50%), url(images/noise.png) #fff !important;
background-size: 100% 100%, 50px 50px !important;
border: 1px solid #447;
border-radius: 2px;
min-width: 526px;
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, 0 0 1px #ccc;
word-wrap: break-word;
text-transform: uppercase !important;
}
2017-03-06 04:56:58 +00:00
.welcome h2 { /* fixes occluded langbox rendering bug */
filter: none;
box-shadow: inset 0 0 0 1px #fff, 0 0 1px #ccc;
2017-03-06 04:41:22 +00:00
white-space: nowrap;
}
h2 a, h3 a {
text-transform: uppercase;
letter-spacing: 0.08em;
word-spacing: 0.1em;
}
h2 a:hover, h3 a:hover {
color: #115;
}
h3.tabletitle a:hover, h3.ptitle a:hover, h3#graphinfo a:hover, #news h3 a:hover {
color: #f60;
}
h2 img {
opacity: 0.9 !important;
}
h3 {
border: 1px solid #7789bf;
border-left: 5px solid #7789bf;
2017-03-06 04:41:22 +00:00
padding: 6px 5px 5px 7px;
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, 0 0 1px #ccc;
}
h3.tabletitle, h3.ptitle, #config_advanced h3.tabletitle, h3#bannedpeers {
border-radius: 0;
border: 1px solid #7778bf;
margin-bottom: -2px;
box-shadow: inset 0 0 0 1px #fff;
}
h3.ptitle {
margin-bottom: -14px;
}
h3#bannedpeers {
margin-bottom: -1px;
}
h2, h3 {
background: linear-gradient(to bottom, #fff 50%, rgba(255,255,255,0.6) 50%, rgba(240,240,240,0.4)), linear-gradient(to right, #fff 5%, rgba(231, 231, 255, 0.8) 15%) !important;
}
2017-03-06 04:41:22 +00:00
/* /configpeers */
#banlist li {
min-height: 34px;
}
#bannedips {
margin-bottom: 10px;
}
#bannedips td {
vertical-align: top;
padding: 0;
width: 50%;
}
#permabanned tr:nth-child(2) td, #ipv4 td, #ipv6 td {
border-bottom: 1px solid #7778bf;
background: #fff !important;
background: linear-gradient(to bottom, #fff 50%, rgba(238, 238, 255, 0.2) 50%, #eef 100%) #fff !important;
}
#ipv6 td {
border-top: 1px solid #7778bf;
}
#bannedips table {
border: none;
border-bottom: 1px solid #7778bf;
margin: -1px 0 !important;
}
#bannedips table th {
text-align: center;
}
#bannedips table td {
text-align: center;
padding: 4px 2px;
}
#banneduntilrestart, #permabanned {
width: 100%;
}
#permabanned td:first-child {
border-left: 1px solid #7778bf;
text-align: right;
padding-right: 10px;
width: 49%;
}
#permabanned td:nth-child(2) {
width: 2%;
}
#permabanned td:last-child {
text-align: left;
padding-left: 10px;
width: 49%;
}
#banneduntilrestart td {
border-right: 1px solid #7778bf;
text-align: right !important;
}
#banneduntilrestart td:last-child {
text-align: center !important;
}
#bannedips tr:nth-child(even) {
background: #eef;
background: repeating-linear-gradient(135deg, rgba(255,255,255,0.5) 2px, rgba(240, 240, 255, 0.3) 3px, #fff 5px);
2017-03-06 04:41:22 +00:00
}
#bannedips tr:nth-child(odd) {
background: #f7f8ff;
background: repeating-linear-gradient(45deg, rgba(255,255,255,0.5) 2px, rgba(221, 221, 255, 0.3) 3px, #fff 5px);
2017-03-06 04:41:22 +00:00
}
/* end /configpeers */
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;
}
2017-02-10 16:39:56 +00:00
#certs textarea {
margin: -1px 0 10px 0;
width: 100%;
}
2017-03-06 04:41:22 +00:00
#certs h4 + textarea {
margin: -11px 0 5px !important;
border: 1px solid #7778bf;
box-shadow: none;
}
.underline {
border-bottom: 1px solid #000022;
padding: 5px 0 5px 0;
margin: 0 0 10px 0;
}
.langbox {
2017-03-06 04:41:22 +00:00
margin:3px 1px 0 5px;
padding: 2px 3px;
color: #001;
font-size: 7pt;
width: 360px;
text-align: right;
float: right;
vertical-align: middle;
opacity: 1 !important;
}
.langbox img {
2017-03-06 04:41:22 +00:00
padding: 0 !important;
opacity: 0.9;
2017-03-06 04:41:22 +00:00
margin: -1px 0 0;
border: 1px solid #99f;
filter: none;
-webkit-filter: none;
border-radius: 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);
}
2017-03-06 04:41:22 +00:00
.langbox img:active {
transform: scale(1.0);
}
2017-02-10 16:39:56 +00:00
input[type="submit"], input[type="reset"], button, .optbox, select {
cursor: pointer;
}
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;
font: 9pt "Droid Sans", "Noto Sans", Ubuntu, "Segoe UI", "Lucida Grande", Verdana, Helvetica, sans-serif;
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 rgba(204, 204, 204, 0.6));
-webkit-filter: saturate(70%) drop-shadow(0 0 1px rgba(204, 204, 204, 0.6));
}
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 rgba(204, 204, 204, 0.8));
-webkit-filter: saturate(100%) drop-shadow(0 0 1px rgba(204, 204, 204, 0.8));
}
button:active, input[type="submit"]:active, input[type="reset"]:active {
2017-03-06 04:41:22 +00:00
box-shadow: inset 0 0 0 1px #fff, inset 2px 2px 2px #555;
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;
}
2017-03-06 04:56:58 +00:00
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;
}
2017-03-06 04:56:58 +00:00
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 {
background: url(/themes/console/images/buttons/show.png) no-repeat 6px center, linear-gradient(to bottom, #ddd 0%, #fff 100%);
}
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;
2017-03-06 04:56:58 +00:00
}
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" */
2017-02-10 12:13:05 +00:00
button.control {
font-size: 0 !important;
}
button.accept.control {
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%);
2017-03-06 04:56:58 +00:00
background-size: 16px 16px, 100% 100% !important;
padding: 12px 11px;
}
2017-02-10 12:13:05 +00:00
button.accept.control:hover, button.accept.control:focus {
background: url(/themes/console/images/buttons/Xstart.png) center center no-repeat, linear-gradient(to bottom, #ddd 0%, #fff 100%);
}
2017-02-10 12:13:05 +00:00
button.stop.control {
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%);
2017-03-06 04:56:58 +00:00
background-size: 16px 16px, 100% 100% !important;
padding: 12px 11px;
}
2017-02-10 12:13:05 +00:00
button.stop.control:hover, button.stop.control:focus {
background: url(/themes/console/images/buttons/Xstop.png) center center no-repeat, linear-gradient(to bottom, #ddd 0%, #fff 100%);
}
2017-02-10 12:13:05 +00:00
button.add.control {
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%);
2017-03-06 04:56:58 +00:00
background-size: 16px 16px, 100% 100% !important;
padding: 12px 11px;
}
2017-02-10 12:13:05 +00:00
button.add.control:hover, button.add.control:focus {
background: url(/themes/console/images/buttons/edit2.png) center center no-repeat, linear-gradient(to bottom, #ddd 0%, #fff 100%);
}
2017-02-10 12:13:05 +00:00
button.delete.control {
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%);
2017-03-06 04:56:58 +00:00
background-size: 16px 16px, 100% 100% !important;
padding: 12px 11px;
}
2017-02-10 12:13:05 +00:00
button.delete.control:hover, button.delete.control:focus {
background: url(/themes/console/images/buttons/delete_hover.png) center center no-repeat, linear-gradient(to bottom, #ddd 0%, #fff 100%);
}
2017-02-10 12:13:05 +00:00
button.check.control {
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%);
2017-03-06 04:56:58 +00:00
background-size: 16px 16px, 100% 100% !important;
padding: 12px 11px;
}
2017-02-10 12:13:05 +00:00
button.check.control:hover, button.check.control:focus {
background: url(/themes/console/images/buttons/update_hover.png) center center no-repeat, linear-gradient(to bottom, #ddd 0%, #fff 100%);
}
2017-02-10 12:13:05 +00:00
button.download.control {
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%);
2017-03-06 04:56:58 +00:00
background-size: 16px 16px, 100% 100% !important;
padding: 12px 11px;
}
2017-02-10 12:13:05 +00:00
button.download.control:hover, button.download.control: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 {
2017-03-06 04:41:22 +00:00
box-shadow: inset 0 0 0 1px #fff, inset 2px 2px 2px #555;
}
.routersummary .reload[value="Reseed"] {
text-indent: 0;
text-align: left;
min-width: 0;
background: url(/themes/console/images/buttons/download.png) center left 4px no-repeat, linear-gradient(to bottom, #fff 0%, #ddd 100%) !important;
}
.routersummary .reload[value="Reseed"]:hover, .routersummary .reload[value="Reseed"]:focus {
background: url(/themes/console/images/buttons/download.png) center left 4px no-repeat, linear-gradient(to bottom, #ddd 0%, #fff 100%) !important;
}
.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%);
2017-03-06 04:41:22 +00:00
background-size: 14px 14px, 100% 100% !important;
padding: 5px 3px 5px 17px !important;
}
.routersummary .cancel {
margin-top: 10px;
}
/* Show text on context specific buttons (eg deferred shutdown) */
.routersummary .reload[value="restartImmediate"], .routersummary .stop[value="shutdownImmediate"], .routersummary .reload[value="Reseed"] {
text-indent: 0;
text-align: left;
min-width: 0 !important;
padding-left: 21px !important;
}
.routersummary .reload[value="restartImmediate"] {
background: url(/themes/console/images/buttons/restart.png) center left 4px no-repeat, linear-gradient(to bottom, #fff 0%, #ddd 100%) !important;
background-size: 14px 14px, 100% 100% !important;
}
.routersummary .reload[value="restartImmediate"]:hover, .routersummary .reload[value="restartImmediate"]:focus, .routersummary .reload[value="restartImmediate"]:active {
background: url(/themes/console/images/buttons/restart_hover.png) center left 4px no-repeat, linear-gradient(to bottom, #ddd 0%, #fff 100%) !important;
background-size: 14px 14px, 100% 100% !important;
}
.routersummary .stop[value="shutdownImmediate"] {
background: url(/themes/console/images/buttons/shutdown.png) center left 4px no-repeat, linear-gradient(to bottom, #fff 0%, #ddd 100%) !important;
background-size: 14px 14px, 100% 100% !important;
}
.routersummary .stop[value="shutdownImmediate"]:hover, .routersummary .stop[value="shutdownImmediate"]:focus, .routersummary .stop[value="shutdownImmediate"]:active {
background: url(/themes/console/images/buttons/shutdown_hover.png) center left 4px no-repeat, linear-gradient(to bottom, #ddd 0%, #fff 100%) !important;
background-size: 14px 14px, 100% 100% !important;
}
.routersummary .reload[value="Reseed"] {
background: url(/themes/console/images/buttons/download.png) center left 4px no-repeat, linear-gradient(to bottom, #fff 0%, #ddd 100%) !important;
}
.routersummary .reload[value="Reseed"]:hover, .routersummary .reload[value="Reseed"]:focus, .routersummary .reload[value="Reseed"]:active {
2017-02-10 16:39:56 +00:00
background: url(/themes/console/images/buttons/download.png) center left 4px no-repeat, linear-gradient(to bottom, #ddd 0%, #fff 100%);
}
.routersummary .download:hover, .routersummary .download:focus, .routersummary .download:active {
2017-03-06 04:41:22 +00:00
background: url(/themes/console/images/buttons/download.png) 6px center no-repeat, linear-gradient(to bottom, #ddd 0%, #fff 100%);
background-size: 14px 14px, 100% 100% !important;
padding: 5px 3px 5px 21px !important;
}
/* end sidebar buttons */
input[type="text"], input[type="password"] {
background: #fff;
box-shadow: inset 2px 2px 1px rgba(204, 204, 204, 0.6);
font-family: "Droid Sans", "Noto Sans", Ubuntu, "Segoe UI", "Lucida Grande", Verdana, Helvetica, sans-serif;
}
input[type="text"]:focus, input[type="password"]:focus {
2017-03-06 04:56:58 +00:00
box-shadow: none;
filter: drop-shadow(0 0 1px #89f);
color: #000;
}
input[type="file"] {
border: none;
padding: 0;
background: none;
box-shadow: none;
}
input[type="checkbox"], input[type="radio"] {
border: 0 !important;
box-shadow: none;
vertical-align: middle !important;
margin-top: 4px !important;
margin-bottom: 4px !important;
background: none;
cursor: pointer;
}
input[type="checkbox"]:hover, input[type="radio"]:hover,
input[type="checkbox"]:focus, input[type="radio"]:focus {
filter: drop-shadow(0 0 2px #89f);
-webkit-filter: drop-shadow(0 0 2px #89f);
}
select {
background: #fff;
color: #333;
margin: 5px;
padding: 4px;
border: 1px solid #999;
min-width: 120px;
font: 9pt "Droid Sans", "Noto Sans", Ubuntu, "Segoe UI", "Lucida Grande", Verdana, Helvetica, sans-serif;
border-radius: 2px;
text-align: left !important;
box-shadow: inset 0 0 0 1px #fff;
filter: drop-shadow(0 0 1px rgba(204, 204, 204, 0.6));
-webkit-filter: drop-shadow(0 0 1px rgba(204, 204, 204, 0.6));
}
select:focus {
box-shadow: 0 0 0 1px #89f;
color: #000;
}
select option {
background: #fff;
}
select, input[type="text"] {
min-width: 120px;
}
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: #e9e9e9;
box-shadow: inset 2px 2px 1px rgba(204, 204, 204, 0.6);
color: #333;
filter: none;
cursor: default;
2017-03-06 04:56:58 +00:00
}
textarea {
padding: 5px;
margin: 5px !important;
background: #ffe;
color: #333 !important;
border-radius: 2px;
font: 8pt "Droid Sans Mono", "Noto Mono", "Lucida Console", "DejaVu Sans Mono", Courier, monospace;
min-height: 100px;
min-width: 97%;
border: 1px solid #999;
box-shadow: inset 2px 2px 1px rgba(204, 204, 204, 0.6);
}
textarea:focus {
color: #001 !important;
box-shadow: none;
filter: drop-shadow(0 0 1px #89f);
}
.statusnotes {
font-style: normal;
font-size: 9pt;
text-align: center;
border: 1px solid #7778bf !important;
border-top: 0 !important;
margin: -5px 0 5px 0;
padding: 7px;
background: #eef;
2017-03-06 04:41:22 +00:00
background: linear-gradient(to right, #efefff, #fff, #efefff) #fff;
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 #ddf;
border-top: 1px inset #ddf !important;
border-bottom: 1px inset #ddf !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;
2017-03-06 04:41:22 +00:00
background: linear-gradient(to right, #77a, #669, #77a);
height: 3px;
border: 1px solid #fff;
}
.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;
2017-02-10 16:39:56 +00:00
min-width: 540px;
}
#susidnsframe {
margin: 0 0 -2px;
height: 100%;
width: 100%;
overflow: hidden;
}
.main#tunnelmgr {
padding: 0 10px;
min-width: 536px;
}
#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 -5px 0;
}
#consolepass.formaction {
margin-top: -6px;
2017-03-06 04:41:22 +00:00
margin-bottom: -3px;
}
#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(0 0 1px #ccc);
-webkit-filter: drop-shadow(0 0 1px #ccc);
}
.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;
background: linear-gradient(to bottom, #fff 0%, #fff 50%, #ffe8bf 50%, #efd9b3 100%) !important;
color: #f60;
}
.themechoice:active > object ~ .themelabel {
background: #f60 !important;
color: #fff;
}
.themechoice:hover > object {
filter: drop-shadow(0 0 1px #f60);
-webkit-filter: drop-shadow(0 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;
}
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;
2017-03-06 04:56:58 +00:00
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;
color: #338 !important;
font-weight: bold;
}
.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;
}
div#themesettings {
clear: both;
padding: 4px 5px 0;
margin: -16px 0 0;
border: 1px solid #7778bf;
background: #fff;
background: repeating-linear-gradient(135deg, rgba(255,255,255,0.5) 2px, rgba(248, 248, 255, 0.3) 3px, #fff 5px);
}
div#langsettings {
padding: 4px 5px 0;
border: 1px solid #7778bf;
margin: -16px 0 0;
background: #fff;
background: repeating-linear-gradient(135deg, rgba(255,255,255,0.5) 2px, rgba(248, 248, 255, 0.3) 3px, #fff 5px);
}
#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(0 0 1px #ccc);
-webkit-filter: drop-shadow(0 0 1px #ccc);
}
.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;
background: linear-gradient(to bottom, #fff 0%, #fff 50%, #ffe8bf 50%, #efd9b3 100%) !important;
}
.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;
}
.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;
}
div.flagradio {
margin-top: 2px;
}
div.langselect + br {
2017-03-06 04:56:58 +00:00
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;
2017-03-06 04:56:58 +00:00
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: url(/themes/console/images/info/interval.png) 12px center no-repeat, linear-gradient(to bottom, #fff 50%, rgba(220,220,255,0.3)), repeating-linear-gradient(135deg, rgba(255,255,255,0.5) 2px, rgba(221, 221, 255, 0.3) 3px, #fff 5px), #fff !important;
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, #netdblookup th {
text-transform: uppercase;
2017-03-06 04:41:22 +00:00
font-size: 11pt !important;
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;
}
#netdboverview a {
display: inline-block;
width: 100%;
}
#netdbversions tr {
border-right: 1px solid #447;
}
#netdbcountrylist tr {
border-left: 1px solid #447;
}
#netdbcountrylist img {
margin-right: 5px;
text-align: right;
}
#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;
}
.leaseset, .netdbentry {
2017-03-06 04:56:58 +00:00
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: 14px !important;
}
.leaseset:last-child, .netdbentry:last-child {
margin-bottom: 5px;
}
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_info, 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_info + 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;
}
/* Advanced lookup */
#netdblookup {
margin-bottom: -8px;
}
#netdblookup td:first-child {
text-align: right;
width: 100px;
white-space: nowrap;
font-weight: bold;
}
#netdblookup td:nth-child(2) {
width: 100px;
}
.subheading {
text-align: left !important;
background: #fff;
padding: 10px;
border: 1px solid #7778bf;
}
.subheading b {
font-size: 10pt !important;
}
.sybil_distance th {
text-align: left;
padding: 5px;
}
.sybil_distance th:last-child, .sybil_distance td:last-child {
text-align: right;
}
.sybil_distance tr:nth-child(n+2):hover {
background: #ffe;
font-weight: bold;
}
/* end netdb */
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;
background: url(/themes/console/images/buttons/ban.png) 10px center no-repeat, repeating-linear-gradient(135deg, rgba(255,255,255,0.5) 2px, rgba(240, 240, 255, 0.3) 3px, #fff 5px) #fff;
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;
}
.main#profiles #banlist li {
margin-bottom: 0;
}
#tunnelconfig th[colspan="3"] {
text-transform: uppercase;
letter-spacing: 0.08em;
word-spacing: 0.1em;
}
#tunnelconfig font[color="red"] {
background: url(images/warn.png) left center no-repeat;
padding: 4px 5px 4px 20px;
2017-03-06 04:56:58 +00:00
}
#tunnelconfig td:nth-child(n+2) {
text-align: left;
}
#tunnelconfigsave {
margin-top: -22px;
}
#profiles th:nth-child(n+3) {
text-align: right;
}
#profiles th:nth-child(7) {
text-align: center;
}
table#profiles td:first-child {
width: 48px;
text-align: right;
white-space: nowrap;
2011-01-24 13:20:06 +00:00
}
table#profiles td:nth-child(2) {
2011-01-24 13:20:06 +00:00
text-align: left;
}
table#profiles td[colspan="8"] {
background: #77f;
padding: 0;
}
#thresholds p {
margin-left: 5px;
line-height: 140%;
}
#profile_defs b {
text-transform: capitalize;
2011-01-24 13:20:06 +00:00
}
#profile_defs td:first-child {
width: 5% !important;
white-space: nowrap;
text-align: right;
}
#profile_defs td:last-child {
white-space: normal;
line-height: 120%;
}
#thresholds th, #thresholds td {
text-align: center !important;
}
#capabilities_key td {
padding: 0 !important;
}
#capabilities_key table {
margin: 0 !important;
border: none;
border-top: 1px solid #ddf;
border-bottom: 1px solid #ddf;
}
#capabilities_key table td {
padding: 3px 5px !important;
}
#capabilities_key table td:nth-child(even) {
width: 16px;
2011-01-24 13:20:06 +00:00
}
#profile_defs b {
text-transform: capitalize;
2011-01-24 13:20:06 +00:00
}
#capabilities_key b {
text-transform: none !important;
}
table#profiles tr:hover td, table#floodfills 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,
#netdboverview table tr:hover td, #debug tr:hover td, #clientconfig tr:hover td, #webappconfig tr:hover td {
background: #ffd;
color: #111;
2011-01-24 13:20:06 +00:00
}
/* peers - sort icons */
#udpconnections th {
vertical-align: top;
padding-top: 3px;
}
.sortup, .sortdown, .sortupactive, .sortdownactive {
padding: 1px 0;
border: 1px solid #999;
border-radius: 2px;
margin: 3px 1px 0 !important;
vertical-align: middle;
text-align: center;
display: inline-block;
width: 16px;
height: 12px;
background-size: 10px auto, 100% 100% !important;
}
.sortup, .sortdown {
box-shadow: inset 0 0 0 1px #fff, 0 0 1px #ddd;
opacity: 0.75;
}
.sortup img, .sortdown img, .sortupactive img, .sortdownactive img {
margin: 0;
padding: 0;
opacity: 0;
width: 16px;
height: 14px;
vertical-align: middle;
text-align: center;
}
.sortupactive, .sortdownactive {
opacity: 1;
box-shadow: inset 1px 1px 1px #ccc;
}
.sortup {
background: url(images/sort_up.png) center center no-repeat, linear-gradient(to bottom, #fff, #ddd);
}
.sortup:hover {
background: url(images/sort_up.png) center center no-repeat, linear-gradient(to bottom, #ddd, #fff);
border: 1px solid #f60;
opacity: 1;
}
.sortup a:focus, .sortdown a:focus {
background: rgba(255,102,0,0.15);
border-radius: 2px;
box-shadow: inset 0 0 0 1px #fff;
margin-top: -1px;
display: inline-block;
}
.sortupactive {
background: url(images/sort_up.png) center center no-repeat, #fff;
}
.sortdown {
background: url(images/sort_down.png) center center no-repeat, linear-gradient(to bottom, #fff, #ddd);
}
.sortdown:hover {
background: url(images/sort_down.png) center center no-repeat, linear-gradient(to bottom, #ddd, #fff);
border: 1px solid #f60;
opacity: 1;
}
.sortdownactive {
background: url(images/sort_down.png) center center no-repeat, #fff;
}
/* end peer sort */
table#schedjobs {
margin-top: -11px !important;
2011-01-24 13:20:06 +00:00
}
#schedjobs th:last-child {
text-align: center;
2011-01-24 13:20:06 +00:00
}
#schedjobs td:first-child {
font-weight: bold;
2011-01-24 13:20:06 +00:00
}
#jobstats th:nth-child(n+2) {
text-align: right;
2011-01-24 13:20:06 +00:00
}
#jobstats tr:last-child {
2011-01-24 13:20:06 +00:00
font-weight: bold;
}
#jobstats tr:last-child td {
padding: 5px;
2011-01-24 13:20:06 +00:00
}
.main#jardump {
overflow-x: auto;
min-width: 530px;
2011-01-24 13:20:06 +00:00
}
table#jardump {
margin: 15px 0 0;
font-size: 8pt;
}
#advconf {
margin-bottom: 12px;
}
#peerdefs, #profile_defs, #thresholds, #configinfo, .infohelp, .infowarn {
font-size: 9pt;
}
#peerdefs td:first-child {
text-align: right;
width: 50px;
white-space: nowrap;
2011-01-24 13:20:06 +00:00
}
.sybil_routerinfo th img {
width: 24px;
height: 24px;
2011-01-24 13:20:06 +00:00
}
.main#tunnels th, .main#peers th, #ntcpconnections td, #udpconnections td {
text-align: center;
2011-01-24 13:20:06 +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
}
#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
}
#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
}
table#profiles td:last-child {
text-align: right;
padding-right: 5px;
2011-01-24 13:20:06 +00:00
}
table#floodfills th {
text-align: center !important;
border-right: 1px solid #7778bf;
2011-01-24 13:20:06 +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
}
#i2pupdates select {
min-width: 220px;
}
#i2pupdates td:first-child {
width: 250px;
white-space: nowrap;
}
#loggingoptions input[type="text"], #loggingoptions select:not([name="newlogclass"]):not([name="newloglevel"]) {
width: calc(100% - 10px);
}
#loggingoptions td:last-child:not(.optionsave) {
text-align: left;
}
2017-02-10 16:39:56 +00:00
#loggingoptions p {
text-align: left;
}
.main#proof textarea, .main#proof textarea:focus {
background: none;
border: none;
box-shadow: none;
color: #001 !important;
filter: none;
-webkit-filter: none;
outline: none;
line-height: 140%;
}
.main#jardump {
padding: 0;
}
.main#jardump table {
margin: -1px 0 0;
border: none;
}
#jardump tt {
letter-spacing: -0.03em;
}
#jardump a tt {
color: #359;
}
#jardump a:visited tt {
color: #218;
2017-03-06 04:56:58 +00:00
}
#jardump a:hover tt {
color: #f60;
}
#jardump a:active tt {
color: #f90;
2011-01-24 13:20:06 +00:00
}
#volunteer, #sidebarhelp, #configurationhelp, #reachabilityhelp, #advancedsettings, #legal, #changelog {
border: 1px solid #7778bf;
border-radius: 2px;
margin-bottom: 10px;
padding: 0 10px 5px;
background: #fff;
}
#changelog {
margin-bottom: 5px;
2017-03-06 04:41:22 +00:00
padding: 0 0 0 10px;
}
2017-02-10 16:39:56 +00:00
#changelog pre {
2017-03-06 04:41:22 +00:00
margin: -10px 0 0;
padding-top: 8px;
2017-02-10 16:39:56 +00:00
width: 100%;
height: 600px;
white-space: pre-wrap;
}
.main#help h2 {
margin: -1px -11px 10px !important;
border-radius: 2px 2px 0 0;
text-transform: uppercase;
filter: none;
-webkit-filter: none;
}
2017-03-06 04:41:22 +00:00
.main#help #changelog h2 {
margin-right: -1px !important;
}
.main#help div, .logtable tr:nth-child(n+2) td, .main#console {
background: linear-gradient(to bottom, #fff, rgba(250,250,255,0.3)), repeating-linear-gradient(135deg, rgba(255,255,255,0.5) 2px, rgba(221, 221, 255, 0.3) 3px, #fff 5px) #fff !important;
margin-bottom: 13px;
box-shadow: inset 0 0 0 1px #fff;
}
.main#console {
box-shadow: inset 0 0 0 1px #bbf;
}
.main#help #volunteer, #wrapperlogs pre {
background: linear-gradient(to bottom, #fff, rgba(250,250,255,0.3)), url(/themes/snark/ubergine/images/hat.png) no-repeat right -3px bottom -3px / 140px auto, repeating-linear-gradient(135deg, rgba(255,255,255,0.5) 2px, rgba(221, 221, 255, 0.3) 3px, #fff 5px) !important;
box-shadow: inset 0 0 0 1px #fff;
}
#fullhistory {
text-align: right;
2017-03-06 04:41:22 +00:00
margin: 0 0 0 -10px;
padding: 5px 8px;
border-top: 1px solid #7778bf;
background: linear-gradient(to right, #efefff 65%, #fff)
}
.main#torrents {
padding: 0;
}
#i2psnarkframe {
margin: 0;
}
.homelinkedit th:first-child, #sidebarconf th:first-child {
text-align: center;
2017-02-10 16:39:56 +00:00
background: url(/themes/console/images/buttons/delete.png) center center no-repeat, url(images/header.png) center center repeat-x #eef;
background: url(/themes/console/images/buttons/delete.png) center center no-repeat, linear-gradient(to bottom, #fff 50%, rgba(238, 238, 255, 0.2) 50%, #eef 100%) #fff !important;
text-align: left;
2017-03-06 04:41:22 +00:00
font-size: 0 !important;
}
.homelinkedit tr:last-child td:first-child {
text-align: right;
}
2011-01-24 13:20:06 +00:00
.homelinkedit input[type="text"], #sidebarconf select {
margin-left: 0;
2011-01-24 13:20:06 +00:00
}
.homelinkedit img {
width: auto;
height: 20px;
2011-01-24 13:20:06 +00:00
}
#webappconfig td:first-child::after {
content: "";
display: inline-block;
min-height: 32px;
vertical-align: middle;
2011-01-24 13:20:06 +00:00
}
#clientconfig th:first-child, #webappconfig th:first-child, #pluginconfig th:first-child,
#clientconfig td:first-child, #webappconfig td:first-child, #pluginconfig td:first-child {
text-align: right !important;
2011-01-24 13:20:06 +00:00
}
#clientconfig th:nth-child(2), #clientconfig th:nth-child(3),
#webappconfig th:nth-child(2), #webappconfig th:nth-child(3),
#pluginconfig th:nth-child(2), #pluginconfig th:nth-child(3) {
text-align: center !important;
}
#clientconfig td:nth-child(3), #webappconfig td:nth-child(3), #pluginconfig td:nth-child(3) {
white-space: nowrap;
2011-01-24 13:20:06 +00:00
}
#pluginconfig table {
margin: 5px 0 5px 0 !important;
width: calc(100% - 5px);
2011-01-24 13:20:06 +00:00
}
#pluginconfig td:first-child {
width: 80px;
white-space: nowrap;
2011-01-24 13:20:06 +00:00
}
#pluginconfig td:last-child {
padding-right: 3px;
}
table#plugininstall td:first-child {
white-space: nowrap !important;
}
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;
font-size: 9pt;
margin: -15px 0 14px;
text-transform: none;
letter-spacing: normal;
color: #31334f;
2011-01-24 13:20:06 +00:00
}
.formaction#pluginupdater, table#permabanned, table#i2pupdates {
margin-bottom: 10px;
2011-01-24 13:20:06 +00:00
}
.formaction#pluginupdater form {
padding: 0;
margin: 0;
}
2011-01-24 13:20:06 +00:00
#pluginconfigactions {
margin-top: -6px;
2011-01-24 13:20:06 +00:00
}
h3#displayevents {
border-width: 1px;
filter: none;
border-radius: 0;
margin-top: 0;
2011-01-24 13:20:06 +00:00
}
form[action="events"] {
border: 1px solid #7778bf;
padding: 10px 10px 10px 50px;
2017-02-10 16:39:56 +00:00
margin: -16px 0 -2px 0;
background: url(/themes/console/images/info/logs.png) 12px center no-repeat;
background-size: 28px 28px;
2011-01-24 13:20:06 +00:00
}
#newfamily {
margin-top: -6px;
margin-bottom: 10px;
2011-01-24 13:20:06 +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
}
a[href^="configpeer?peer"]::after {
content: url(/themes/console/images/buttons/edit.png);
vertical-align: bottom;
2011-01-24 13:20:06 +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
}
.widescroll {
overflow: auto;
2011-01-24 13:20:06 +00:00
}
#webappconfigactions, #externali2cp {
margin-bottom: 5px !important;
2011-01-24 13:20:06 +00:00
}
#pluginupdater {
margin-bottom: 10px !important;
2011-01-24 13:20:06 +00:00
}
/* responsive layout */
@media screen and (max-width: 800px) {
div.app {
width: 112px !important;
min-width: 0;
2011-01-24 13:20:06 +00:00
}
.applabel {
width: 100px !important;
2011-01-24 13:20:06 +00:00
}
img.app, img.app2p {
padding: 10px 35px;
}
2011-01-24 13:20:06 +00:00
}
@media screen and (max-width: 1500px) {
#sb_general td:first-child::after, #sb_shortgeneral td:first-child::after, #sb_bandwidth td:first-child::after,
#sb_peers td:first-child::after, #sb_tunnels td:first-child::after, #sb_queue td:first-child::after {
min-height: 12px;
}
}
@media screen and (min-width: 1500px) {
2017-03-06 04:56:58 +00:00
body, .main, .main td, .news p, #news p, .tab, .tab2, .main li b, div.joblog li, .themelabel, .ui_lang, .applabel a,
2017-03-06 04:41:22 +00:00
#peerdefs, #profile_defs, #thresholds, #configinfo, .infohelp, .infowarn, button, input, select, textarea, #configinfo th, tt, code, th, .statusnotes {
font-size: 10pt !important;
2011-01-24 13:20:06 +00:00
}
.routersummary td, .routersummary a, .routersummary button, .routersummary h4, .routersummary h4 a, div.newss, pre, #jardump tt, #jardump td, div.news, #logs li {
font-size: 9pt !important;
2011-01-24 13:20:06 +00:00
}
.main, .news, h1 {
margin-left: 232px !important;
2011-01-24 13:20:06 +00:00
}
.routersummary {
width: 207px !important;
2011-01-24 13:20:06 +00:00
}
.routersummary div[style="height: 36px;"] {
height: 40px !important;
margin-top: 4px;
2011-01-24 13:20:06 +00:00
}
.routersummary table[id^="sb_"] {
width: 216px !important;
2011-01-24 13:20:06 +00:00
}
.routersummary h3::after {
content: "";
display: inline-block;
min-height: 18px;
vertical-align: middle
box-sizing: border-box;
2011-01-24 13:20:06 +00:00
}
div.app {
width: 154px;
}
.applabel {
width: 142px !important;
}
.footnote {
font-size: 8pt !important;
}
h3#pluginconfig, h3#webappconfig, h3#i2pclientconfig, h3#pluginmanage, p#clientconf.infohelp, #config_stats h3 {
margin-bottom: -15px;
}
.sorry {
margin-left: 232px !important;
}
.routersummary .reload, .routersummary .stop {
min-width: 96px;
margin: 0 3px -5px;
}
.subheading b {
font-size: 10.5pt !important;
}
2017-02-10 16:39:56 +00:00
h3#restartrouter, p#tunnelconfig {
margin-bottom: -15px !important;
}
2017-03-06 04:41:22 +00:00
h1 {
padding: 21px 15px 17px;
font-size: 19pt;
}
.routersummary h3 a {
font-size: 11pt !important;
}
2017-03-06 04:41:22 +00:00
div.routersummary img[src$="i2plogo.png"] {
margin-left: 0 !important;
transform: none !important;
width: 205px !important;
margin-top: -2px !important;
}
#sb_internals a, #sb_advanced a {
max-width: none;
white-space: normal;
overflow: auto;
}
#sb_general, #sb_shortgeneral, #sb_bandwidth, #sb_peers, #sb_tunnels, #sb_queue {
margin-bottom: -4px !important;
margin-top: -10px !important;
}
#sb_general, #sb_shortgeneral {
margin-top: -7px !important;
}
#sb_general td::after, #sb_shortgeneral td::after, #sb_bandwidth td::after,
#sb_peers td::after, #sb_tunnels td::after, #sb_queue td::after {
min-height: 14px;
}
2017-03-06 04:41:22 +00:00
#banlist li {
font-size: 10pt;
min-height: 38px !important;
}
.confignav {
padding-top: 12px !important;
}
.langbox img {
margin: -1px 0 1px 1px;
}
.th_title a {
font-size: 11pt !important;
}
#logs font[color^="#"]::before {
margin-right: 6px;
margin-left: -15px;
width: 7px;
height: 7px;
}
/*
#logs li {
width: calc(100% - 55px);
}
*/
.statlist li a[href^="graph"]::before, .statlist li::before {
height: 6px;
width: 6px;
}
button.control {
padding: 14px !important;
}
#configstats td::before {
min-height: 24px;
}
.newsAuthor {
font-size: 9pt;
background-size: 11px 11px;
padding: 0 0 0 14px;
background-position: left center !important;
}
}
@media screen and (-webkit-min-device-pixel-ratio:0) and (min-width: 1500px) {
2017-03-06 04:41:22 +00:00
.routersummary div[style="height: 36px;"] {
height: 38px !important;
}
2017-03-06 04:56:58 +00:00
}
@media screen and (min-width: 1600px) {
.tab, .tab2 {
padding-left: 8px;
padding-right: 8px;
}
2017-02-10 16:39:56 +00:00
/* MS Edge 14+ rendering bug fix */
_:-ms-lang(x), *, *:hover, *:focus, input, input:hover, input:focus, a:hover, a:focus {
2017-02-10 16:39:56 +00:00
filter: none !important;
-webkit-filter: none !important;
2017-03-06 04:41:22 +00:00
}