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

3972 lines
92 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: 8px 6px 8px 8px;
2011-01-24 13:20:06 +00:00
text-align: center;
color: #001;
font: 9pt/130% "Droid Sans", Ubuntu, "Noto Sans", "Bitstream Vera Sans", "Segoe UI", "Lucida Grande", Verdana, Helvetica, sans-serif;
background: #a4a4cb url(images/tile2.png);
background-size: 32px 32px;
2011-01-24 13:20:06 +00:00
}
.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;
}
::-moz-selection {
background: #27377f !important;
color: white;
}
2011-01-24 13:20:06 +00:00
img {
border: none;
}
img[src$="bound.png"] {
filter: hue-rotate(-40deg);
-webkit-filter: hue-rotate(-40deg);
}
a img[src$="bound.png"] {
filter: hue-rotate(-40deg) drop-shadow(0 0 1px #aaa);
-webkit-filter: hue-rotate(-40deg) drop-shadow(0 0 1px #aaa);
}
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);
}
a img {
filter: drop-shadow(0 0 1px #aaa);
-webkit-filter: drop-shadow(0 0 1px #aaa);
}
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", "Lucida Console", "DejaVu Sans Mono", Courier, mono;
2011-01-24 13:20:06 +00:00
color: #333;
margin: 10px;
}
div.logo {
float: left;
padding: 10px;
text-align: center;
color: #222;
2011-01-24 13:20:06 +00:00
margin: 0 10px;
border: 1px solid #447;
border-radius: 2px;
background: #fff;
2011-01-24 13:20:06 +00:00
width: 185px;
box-shadow: inset 0 0 0 1px #bbf;
2011-01-24 13:20:06 +00:00
}
div.toolbar {
margin: 0;
padding: 10px;
font-weight: bold;
background: #ffe;
border: 1px solid #447;
display: none !important;
}
div.toolbar a:link {
border: 1px outset #ddddc0;
padding: 0 5px 1px 5px;
2011-01-24 13:20:06 +00:00
line-height: 250%;
background: #bbf;
text-decoration: none;
border-radius: 2px;
2011-01-24 13:20:06 +00:00
display: none !important;
}
div.toolbar a:visited {
background: #ffe;
}
div.toolbar a:hover {
2011-01-24 13:20:06 +00:00
border: 1px solid #eeffef;
background: #003;
color: #f60;
}
a:active {
2011-01-24 13:20:06 +00:00
color: #900;
}
div.routersummaryouter {
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
}
div.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: #000;
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;
}
div.routersummary img[src$="i2plogo.png"] {
opacity: 0.9;
transition: all 0.3s ease 0s;
margin-left: -2px;
}
div.routersummary img[src$="i2plogo.png"]:hover {
opacity: 1;
transition: all 0.3s ease 0s;
filter: drop-shadow(0 0 1px #f60);
-webkit-filter: drop-shadow(0 0 1px #f60);
}
.routersummary a[href="/"] img {
margin-right: -1px;
}
.routersummary a[href="/"], .routersummary a[href="/console"] {
outline: none !important;
}
.routersummary a[href="/"]:focus img, .routersummary a[href="/console"]:focus img {
filter: drop-shadow(0 0 1px #f60);
-webkit-filter: drop-shadow(0 0 1px #f60);
}
.routersummary form {
margin: 0;
padding: 0 0 3px;
}
.routersummary form button.download {
display: inline-block;
vertical-align: middle;
margin: -3px 0;
2011-01-24 13:20:06 +00:00
}
div.routersummary input[type=text] {
text-align: right !important;
}
div.routersummary hr {
color: #99f;
background: #99f;
height: 1px;
border-bottom: 1px solid #99f;
margin: 8px -7px 8px -7px;
box-shadow: inset 0 1px 1px 1px #fff;
2011-01-24 13:20:06 +00:00
}
div.routersummary hr.b {
color: #fff;
background: transparent;
border-bottom: 1px solid transparent;
height: 0 !important;
margin-bottom: 5px;
}
div.routersummary hr:last-child {
2011-01-24 13:20:06 +00:00
}
div.routersummary h3 {
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;
2011-01-24 13:20:06 +00:00
}
.routersummary h3:hover {
background: linear-gradient(to bottom, #fff 0%, #fff 50%, #ffe8bf 50%, #efd9b3 100%) !important;
}
.routersummary h3:hover a {
color: #f60;
text-shadow: 0 0 1px #fff;
}
.routersummary h3:active {
box-shadow: inset 2px 2px 2px #777;
2011-01-24 13:20:06 +00:00
}
div.routersummary h3 a {
text-transform: uppercase;
text-decoration: none;
display: inline-block;
width: 100%;
width: calc(100% - 4px);
2011-01-24 13:20:06 +00:00
}
div.routersummary h4 {
border: none;
2011-01-24 13:20:06 +00:00
font-size: 8.5pt;
letter-spacing: 0.02em;
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: #359;
box-shadow: inset 0 0 0 1px #eef;
line-height: 105%;
}
h4.sb_info {
margin-top: -11px !important;
}
h4.sb_info + hr + form {
padding-top: 2px !important;
margin-bottom: -1px;
}
.routersummary a:link {
padding: 2px;
2011-01-24 13:20:06 +00:00
}
div.routersummary ul {
text-align: left !important;
}
2011-01-24 13:20:06 +00:00
div.routersummary table {
border: 0;
text-align: center !important;
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_shortgeneral {
margin-top: -6px;
}
#sb_localtunnels td:first-child {
text-align: left !important;
width: 16px;
padding: 2px;
}
#sb_localtunnels td:last-child {
text-align: right !important;
width: 16px;
padding-right: 0;
}
2011-01-24 13:20:06 +00:00
div.routersummary tr {
background-image: none !important;
background-color: transparent !important;
border: 0 !important;
}
div.routersummary td:first-child {
max-width: 90px;
overflow: hidden;
}
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.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.routersummary img:first-child {
2011-01-24 13:20:06 +00:00
margin-bottom: -2px !important;
opacity: 0.7;
}
div.routersummary img:hover:first-child {
margin-bottom: -2px !important;
opacity: 1;
}
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.warning {
margin: 20px 20px 30px 240px;
padding: 5px 25px 20px 75px;
background: #fff;
border: 1px solid #447;
color: inherit;
border-radius: 2px;
2011-01-24 13:20:06 +00:00
text-align: justify;
background-image:url(/themes/console/images/itoopie_sm.png);
2011-01-24 13:20:06 +00:00
background-position:10px center;
background-repeat:no-repeat;
box-shadow: inset 0 0 1px 0 #d00;
2011-01-24 13:20:06 +00:00
word-wrap: break-word;
min-width: 400px;
}
/* console error messages */
div.sorry {
margin: 5px 0 10px 207px;
2011-01-24 13:20:06 +00:00
padding: 20px 20px 20px 75px;
background: #ffe;
border: 1px solid #447;
border-radius: 2px;
2011-01-24 13:20:06 +00:00
text-align: justify;
background-image: url(/themes/console/images/info/errortriangle.png);
2011-01-24 13:20:06 +00:00
background-position: 15px center;
background-repeat: no-repeat;
box-shadow: inset 0 0 0 1px #d00;
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 15px 0;
}
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;
}
div.main li:first-child {
margin-top: 10px;
}
.main#debug {
background: #fff;
}
.main#debug li:first-child {
margin-top: 0 !important;
}
.main#debug table:first-of-type td:first-child {
font-weight: bold;
}
.main#debug table:first-of-type td:last-child {
text-align: left;
}
.main#debug td:first-child, .main#debug th:first-child {
padding-left: 10px;
}
.main#debug td:last-child {
text-align: right;
vertical-align: top;
}
.main#debug ul li {
list-style: none;
margin-left: 0;
padding: 0;
}
.main#debug h2 {
border-radius: 0;
padding: 8px 10px;
}
.main#debug h3 {
border-radius: 0;
}
.main#debug table {
filter: drop-shadow(0 0 1px #999);
}
.main#debug h2 + table {
margin-top: -16px;
}
2011-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", "Lucida Console", "DejaVu Sans Mono", Courier, mono;
margin: 5px 0;
resize: none;
}
td.tabletextarea {
padding: 0;
background: #fff;
}
textarea[id="advancedsettings"] {
width: 99% !important;
width: calc(100% - 3px) !important;
border: none !important;
margin: 0 !important;
padding: 3px 5px !important;
white-space: pre-wrap;
box-shadow: none;
filter: none !important;
font-size: 9pt;
}
textarea[name="reseedURL"] {
margin-bottom: 20px !important;
}
#resetreseed {
border: 0 !important;
background: none;
padding: 5px 0;
}
#config_reseed input[type="text"], #config_reseed input[type="password"] {
min-width: 300px;
2011-01-24 13:20:06 +00:00
}
div.news {
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: 500px;
filter: drop-shadow(0 1px 1px #999);
-webkit-filter: drop-shadow(0 1px 1px #999);
}
.news hr {
background: #339;
opacity: 0.6;
display: none;
}
.newsentry {
filter: drop-shadow(0 0 1px #bbb);
}
.newsentry font[size="-2"], .newsentry font[size="-1"] {
letter-spacing: 0.1em;
2011-01-24 13:20:06 +00:00
}
div.newscontent {
background-color: rgba(220,220,255,0.6);
background: linear-gradient(to bottom, #eff2ff, rgba(220,220,255,0.3));
border: 1px solid #7778bf;
border-radius: 0 0 2px 2px;
margin: 0 0 10px;
padding: 10px 15px;
box-shadow: inset 0 0 0 1px #fff;
}
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
}
div.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;
}
.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: #fff !important;
background: url(images/news.png) 8px center no-repeat, linear-gradient(to right, #fff, #eef) !important;
2011-01-24 13:20:06 +00:00
text-align: left;
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
}
.main#torrents {
padding: 0 10px;
}
.confignav {
padding: 8px 10px 0 !important;
margin: 4px -14px 12px !important;
font-size: 9pt !important;
2011-01-24 13:20:06 +00:00
line-height: 160% !important;
opacity: 1;
min-width: 400px;
vertical-align: middle;
text-align: center;
border-bottom: 1px solid #447;
box-shadow: 0 1px 1px #bbf;
2011-01-24 13:20:06 +00:00
}
.tab {
padding: 1px 5px 1px 5px;
margin: -5px -1px -1px -3px;
background: #eef;
background: linear-gradient(to bottom, #fff, #eef);
border: 1px solid #447;
display: inline-block;
word-wrap: break-word;
vertical-align: bottom;
text-align: center;
font-weight: normal !important;
text-decoration: none;
box-shadow: inset 0 0 0 1px #fff;
filter: drop-shadow(0 0 0 #fff);
-webkit-filter: drop-shadow(0 0 0 #fff);
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
.tab {
margin: -5px -2px -1px -4px;
padding: 1px 6px 1px 7px;
}
.tab:first-child {
margin-right: -3px;
}
.tab2 {
margin-left: -2px !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: -7px;
}
.tab:active, .tab:active a {
background: #f60 !important;
color: #fff !important;
border-top-width: 1px;
margin-top: -5px;
/* transition: ease border 0.3s 0s;*/
}
.tab:first-child {
border-radius: 2px 0 0 0;
}
.tab:last-child {
border-radius: 0 2px 0 0;
padding-right: 6px;
}
.tab a {
font-weight: normal !important;
text-decoration: none !important;
}
.tab2 {
color: #008;
padding: 2px 5px 1px;
margin: -11px -1px -1px -3px;
background: #fff;
border: 1px solid #447;
border-top-color: #558;
border-top-width: 3px;
display: inline-block;
word-wrap: break-word;
vertical-align: bottom;
text-align: center;
font-weight: bold;
border-radius: 2px 2px 0 0;
filter: drop-shadow(0 0 1px #999);
-webkit-filter: drop-shadow(0 0 1px #999);
}
2011-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;
}
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);
}
.main#tunnels h3 a:not(old), #criticallogs + h3.tabletitle a:not(old) {
font-size: 0;
}
.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
}
#criticallogs tr:first-child {
display: none; /* hide empty placeholder for log location */
2011-01-24 13:20:06 +00:00
}
.main#logs ul li {
padding-left: 0;
margin-left: 20px;
2011-01-24 13:20:06 +00:00
}
.main#logs ul li::first-line {
font-weight: bold;
2011-01-24 13:20:06 +00:00
}
.main#logs li:first-child {
margin-top: 0 !important;
2011-01-24 13:20:06 +00:00
}
.main#logs li:last-child {
margin-bottom: 0 !important;
2011-01-24 13:20:06 +00:00
}
table#wrapperlogs, table#routerlogs {
width: 100%;
table-layout: fixed;
margin-bottom: 10px;
2011-01-24 13:20:06 +00:00
}
#routerlogs ul {
word-wrap: break-word;
2011-01-24 13:20:06 +00:00
}
#wrapperlogs pre {
margin: 0;
white-space: pre-wrap !important;
word-wrap: break-word !important;
2011-01-24 13:20:06 +00:00
width: 100%;
overflow: auto;
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);
}
h3#passwordheading {
margin-bottom: -2px;
border: 1px solid #7778bf;
border-radius: 0;
filter: none;
-webkit-filter: none;
}
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;
}
h3#advancedclientconfig, p#webappconfigtext, p#pluginconfigtext, p#clientconf.infowarn, p#profiles_overview {
margin-bottom: -2px;
}
h3#pluginconfig, h3#webappconfig, h3#i2pclientconfig, h3#pluginmanage, p#clientconf.infohelp, #config_stats h3 {
margin-bottom: -15px;
}
p#enablefullstats {
border: 1px solid #7778bf;
padding: 10px;
margin-bottom: -2px;
}
#configstats th {
text-transform: uppercase;
letter-spacing: 0.08em;
word-spacing: 0.1em;
}
#configstats td {
padding: 4px 3px;
}
#configstats td:first-child {
width: 48px;
white-space: nowrap;
}
#sidebarconf button {
margin: 2px 0 2px 3px !important;
padding: 2px 1px;
min-width: 0;
background-size: 12px 12px;
}
#sidebarconf select {
width: 100%;
}
#sidebarconf th:nth-child(1), #sidebarconf th:last-child {
text-align: center;
}
#sidebarconf th:nth-child(2) {
text-align: left;
}
#sidebarconf td:first-child {
width: 60px;
text-align: center;
}
#sidebarconf td {
font-weight: bold;
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;
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;
}
div.graphspanel form {
text-align: left;
}
#graphs hr {
display: none;
}
#graphopts {
text-align: center;
margin-top: 20px;
text-transform: capitalize;
}
#graphopts + p {
text-align: right;
display: none;
}
.formaction#graphing {
margin: 8px -11px -11px;
}
h3#graphdisplay {
border-radius: 0;
border-width: 1px;
box-shadow: none;
}
.main#graphs form {
border: 1px solid #7778bf;
padding: 10px;
margin: -16px 0 5px;
}
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;
}
div.error {
color: #900;
}
div.notice {
font-style: italic;
margin: 0;
padding: 0;
}
.messages ul {
padding: 0;
margin: 0;
}
div.messages li, .messages li:first-child, .error li:first-child, .error li {
text-align: justify !important;
font-weight: bold;
list-style: none;
background: url(images/warning.png) left center no-repeat;
margin: 0 10px 0 0 !important;
padding: 0 20px 0 24px !important;
border: 0 !important;
line-height: 135%;
}
.notice li {
background: url(images/confirmed.png) left center no-repeat !important;
list-style: none !important;
}
.error li {
background: url(images/warn.png) left center no-repeat !important;
}
table {
border-collapse: collapse;
width: 100%;
border: 1px solid #7778bf;
margin: 1px -15px 5px 0;
font-size: 9pt;
background: #fff;
}
#configinfo th {
color: #050;
}
#configinfo td {
text-align: justify;
padding: 10px;
}
td.optionsave {
text-align: right;
padding: 10px 5px !important;
background: #fff;
border-top: 1px solid #7778bf !important;
}
.configtable tr:last-child td {
border-top: 1px solid #7778bf !important;
}
td.infohelp {
background: #fff url(/themes/console/images/info/infohelp.png) 10px center no-repeat;
padding: 15px 15px 15px 50px;
border-bottom: 1px solid #7778bf !important;
border-top: 1px solid #7778bf !important;
}
td.infowarn {
background: #fff url(/themes/console/images/info/infowarn.png) 10px center no-repeat;
padding: 15px 15px 15px 50px !important;
border-bottom: 1px solid #7778bf !important;
border-top: 1px solid #7778bf !important;
}
/* /logs */
table#bugreports {
margin-top: 15px;
padding: 10px;
font-size: 9pt !important;
}
table#enviro, table[id$="logs"] {
font-size: 9pt !important;
padding: 10px;
}
table#enviro td:first-child {
width: 100px;
text-align: right;
padding-right: 0;
white-space: nowrap;
padding-left: 10px
}
table[id$="logs"] ul li {
font-size: 9pt !important;
}
table[id$="logs"] td {
padding: 5px;
}
table[id$="logs"] td:empty {
display: none;
}
table[id$="logs"] ul li:last-child {
margin-bottom: 10px !important;
}
/* end logs */
table hr {
padding: 0 0;
color: #99f;
2011-01-24 13:20:06 +00:00
background: #99f;
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;
background: linear-gradient(to bottom, #fff 0%, #fff 50%, #eef 50%, #eef 100%) !important;
text-align: left;
2011-01-24 13:20:06 +00:00
font-size: 9pt;
line-height: 110%;
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: #eef;
2011-01-24 13:20:06 +00:00
}
tr:nth-child(odd) {
background: #f7f8ff;
2011-01-24 13:20:06 +00:00
}
td {
padding: 3px 5px;
color: #222;
2011-01-24 13:20:06 +00:00
vertical-align: middle;
border-top: 1px inset #cfd1ff;
border-bottom: 1px outset #cfd1ff;
}
.main[id^="config_"] tr:last-child {
background: #fff;
}
.main[id^="config_"] select, .main[id^="config_"] textarea, .main[id^="config_"] .optbox {
margin-left: 3px !important;
}
#bandwidthconfig td:first-child {
width: 100px;
white-space: nowrap;
padding-right: 10px;
}
#bandwidthconfig td:last-child {
white-space: normal;
2011-01-24 13:20:06 +00:00
}
/* begin home page */
/*
#appsummary {
2012-03-22 19:49:48 +00:00
clear: none;
float: none;
left: 10px;
margin: 0;
position: absolute;
top: 10px;
}
#homemain {
left: 217px;
margin: 0 10px 10px 0;
position: absolute;
top: 10px;
}
#homenews {
margin: 0 10px 5px 0;
}
h2.app {
border-radius: 2px;
2012-03-22 19:49:48 +00:00
margin: 1px 10px 15px 0 !important;
}
*/
.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;
display: inline-block;
width: calc(100% - 44px);
border-radius: 2px;
color: #31334f;
filter: drop-shadow(0 0 1px #999);
-webkit-filter: drop-shadow(0 0 1px #999);
}
h4.app {
background: url(/themes/console/images/eepsite.png) 10px center no-repeat, linear-gradient(to bottom, #fff 0%, #fff 50%, #eef 50%, #eef 100%);
background-size: 16px 16px, 100% 100%;
}
h4.app2 {
clear: left;
margin-top: 10px !important;
background: url(images/application-icon.png) 10px center no-repeat, linear-gradient(to bottom, #fff 0%, #fff 50%, #eef 50%, #eef 100%);
}
div.ag2 {
2012-03-22 19:49:48 +00:00
margin: 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, inset 0 0 5px 2px #eef;
filter: drop-shadow(0 0 1px #999);
-webkit-filter: drop-shadow(0 0 1px #999);
}
div.app:hover {
border: 1px solid #f60;
background: #fff;
box-shadow: none;
filter: none;
-webkit-filter: 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;
}
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;
}
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;
border: 1px solid #447;
background: none;
padding: 8px;
width: 70%;
margin-left:auto;
margin-right:auto;
margin-top: -19px;
box-shadow: 0 1px 1px 1px rgba(187, 187, 255, 0.6);
}
table.search td {
border: none;
padding: 0 5px;
white-space: nowrap;
}
table.search td:first-child {
padding-right: 2px;
padding-left: 0;
}
table.search td:nth-child(2) {
text-align: center !important;
padding-right: 0;
}
table.search td:nth-child(3) {
padding-left: 0;
}
table.search input[type="text"], table.search select {
min-width: 40px !important;
width: 100%;
}
img.app, img.app2p {
width: auto;
height: 32px;
max-height: 32px;
max-width: 32px;
padding: 6px;
padding: 10px 60px;
filter: drop-shadow(0 0 1px #999);
webkit-filter: drop-shadow(0 0 1px #999);
opacity: 0.9;
}
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;
text-align: center;
width: 146px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.applabel a {
display: inline-block;
width: 100%;
}
/* end home page */
2011-01-24 13:20:06 +00:00
tt {
font: bold 8.5pt "Droid Sans Mono", "Lucida Console", "DejaVu Sans Mono", Courier, mono;
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 {
color: #514 !important;
color: #003 !important;
letter-spacing: 0.01em;
font-size: 9.5pt;
line-height: 170%;
}
.tidylist {
text-align: justify !important;
}
.tidylist li:first-child {
margin-top: -10px !important;
}
.tidylist:last-child {
padding-bottom: 5px;
}
.tidylist code {
text-align: left;
font: 9pt "Lucida Console", "DejaVu Sans Mono", Courier, mono;
color: #910;
font-weight: bold;
}
ol {
margin: 0 0 10px;
padding: 0;
2011-01-24 13:20:06 +00:00
}
ul {
display: inline;
margin: 0;
padding: 0;
}
code {
text-align: left;
font: 9pt "Lucida Console", "DejaVu Sans Mono", Courier, mono;
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:link {
2011-01-24 13:20:06 +00:00
color: #359;
text-decoration: none;
font-weight: bold;
word-wrap: break-word;
outline: none;
2011-01-24 13:20:06 +00:00
}
a:visited {
2011-01-24 13:20:06 +00:00
color: #218;
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;
}
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 {
border-radius: 2px;
filter: drop-shadow(0 0 1px #999);
-webkit-filter: drop-shadow(0 0 1px #999);
}
.infohelp + hr {
display: none;
}
table#bugreports td.infohelp {
background: #fff url(/themes/console/images/info/bugreport.png) no-repeat 12px center;
padding: 15px 15px 15px 50px;
background-size: 28px 28px;
}
p#debugmode {
padding: 15px 15px 15px 50px;
background: #fff url(/themes/console/images/info/debug.png) 12px center no-repeat;
background-size: 28px 28px;
}
p#sybilinfo {
padding: 15px 15px 15px 50px;
background: #fff url(/themes/console/images/info/experimental.png) 12px center no-repeat;
background-size: 28px 28px;
}
p.infowarn {
border: 1px solid #7778bf;
padding: 15px 15px 15px 50px;
background: #fff url(/themes/console/images/info/infowarn.png) 10px center no-repeat;
line-height: 130%;
}
#bandwidthconfig tr:first-child .infohelp {
background: #fff url(/themes/console/images/info/bandwidth.png) 12px center no-repeat;
padding: 15px 15px 15px 50px;
background-size: 28px 28px;
}
#addkeyring td.infohelp {
background: #fff url(/themes/console/images/info/keys.png) 12px center no-repeat;
padding: 15px 15px 15px 50px;
background-size: 28px 28px;
}
#joinfamily tr:nth-child(3) td:first-child {
background: #fff url(/themes/console/images/info/key.png) 12px center no-repeat;
padding: 15px 15px 15px 50px;
background-size: 28px 28px;
}
#newfamily tr:last-child td:first-child {
background: #fff url(/themes/console/images/info/label.png) 12px center no-repeat;
padding: 15px 15px 15px 50px;
background-size: 28px 28px;
}
#oldhome td:first-child {
background: #fff url(/themes/console/images/info/home.png) 12px center no-repeat;
padding: 15px 15px 15px 50px;
background-size: 28px 28px;
}
#oldhome input[type="checkbox"], #enablefullstats input[type="checkbox"] {
vertical-align: sub;
}
#floodfillconfig .infohelp {
background: #fff url(/themes/console/images/info/floodfill_32x32.png) 12px center no-repeat;
padding: 15px 15px 15px 50px;
background-size: 28px 28px;
}
p#clientconf.infohelp, p#webappconfigtext.infohelp {
background: #fff url(/themes/console/images/info/java_edit.png) 12px center no-repeat;
padding: 15px 15px 15px 50px;
background-size: 28px 28px;
}
p#pluginconfigtext {
background: #fff url(/themes/console/images/info/plugin_edit.png) 12px center no-repeat;
padding: 15px 15px 15px 50px;
background-size: 28px 28px;
}
#plugininstall .infohelp {
background: #fff url(/themes/console/images/info/plugin_link.png) 12px center no-repeat;
padding: 15px 15px 15px 50px;
background-size: 28px 28px;
}
#plugininstall tr:nth-child(3) td:nth-last-child(2), #manualreseed tr:nth-child(3) td:nth-last-child(2) {
background: #fff url(/themes/console/images/info/url.png) 12px center no-repeat;
padding: 15px 15px 15px 50px;
background-size: 28px 28px;
}
#plugininstall tr:nth-child(3) td:nth-last-child(1), #manualreseed tr:nth-child(3) td:nth-last-child(1),
#manualreseed tr:nth-child(5) td:nth-last-child(1) {
background: #fff;
}
.optionsave form {
margin: 0;
padding: 0;
}
#manualreseed tr:nth-child(5) td:nth-last-child(2), #plugininstall tr:nth-child(5) td:nth-last-child(2) {
background: #fff url(/themes/console/images/info/from_file.png) 12px center no-repeat;
padding: 15px 15px 15px 50px;
background-size: 28px 28px;
}
#manualreseed tr:nth-last-child(2) td.infohelp {
background: #fff url(/themes/console/images/info/box.png) 12px center no-repeat;
padding: 15px 15px 15px 50px;
background-size: 28px 28px;
}
#config_peers tr:nth-child(3) td.infohelp {
background: #fff url(/themes/console/images/info/blocked.png) 12px center no-repeat;
padding: 15px 15px 15px 50px;
background-size: 28px 28px;
}
h3#shutdownrouter + p.infohelp {
background: #fff url(/themes/console/images/info/power.png) 12px center no-repeat;
padding: 15px 15px 15px 50px;
background-size: 28px 28px;
}
h3#restartrouter + p.infohelp {
background: #fff url(/themes/console/images/info/reboot.png) 12px center no-repeat;
padding: 15px 15px 15px 50px;
background-size: 28px 28px;
}
h3#systray + p.infohelp {
background: #fff url(/themes/console/images/info/systray.png) 12px center no-repeat;
padding: 15px 15px 15px 50px;
background-size: 28px 28px;
}
h3#servicedebug {
margin-bottom: -15px;
}
h3#servicedebug + p.infohelp {
background: #fff url(/themes/console/images/info/debug.png) 12px center no-repeat;
padding: 15px 15px 15px 50px;
background-size: 28px 28px;
}
h3#browseronstart + p.infohelp {
background: #fff url(/themes/console/images/info/launch_browser.png) 12px center no-repeat;
padding: 15px 15px 15px 50px;
background-size: 28px 28px;
}
.main#config_reseed p.infohelp {
background: #fff url(/themes/console/images/info/connect.png) 12px center no-repeat;
padding: 15px 15px 15px 50px;
background-size: 28px 28px;
}
p#enablefullstats, p#gatherstats {
background: #fff url(/themes/console/images/info/statistics.png) 12px center no-repeat;
padding: 15px 15px 15px 50px;
background-size: 28px 28px;
}
#config_family .infohelp {
background: #fff url(/themes/console/images/info/family.png) 12px center no-repeat;
padding: 15px 15px 15px 50px;
background-size: 28px 28px;
}
p#gatherstats + form, ul.statlist {
border: 1px solid #7778bf;
padding: 10px;
background: #fff;
}
.main#stats {
padding-bottom: 15px;
}
.main#stats h3 {
border-width: 1px;
border-radius: 0;
filter: none;
-webkit-filter: none;
margin-bottom: 4px;
margin-top: -1px;
}
ul.statlist {
border: 1px solid #7778bf;
padding: 0 10px 10px;
display: inline-block;
width: calc(100% - 22px);
}
li.noevents {
margin: 5px 0 5px 15px !important;
font-style: italic;
}
h1 {
text-align: left;
color: #31334f;
padding: 17px 15px 14px;
margin: 0 0 10px 207px;
font-size: 18pt;
line-height: 90%;
letter-spacing: 0.12em;
text-transform: uppercase;
box-shadow: inset 0 0 0 1px #bbf;
white-space: normal;
background: #fff;
border: 1px solid #447;
border-radius: 2px;
min-width: 520px;
filter: drop-shadow(0 0 1px #999);
-webkit-filter: drop-shadow(0 0 1px #999);
}
span.newtab {
text-align: right;
font-size: 8pt;
float: right;
letter-spacing: 0;
}
.newtab img {
margin-top: -3px;
}
.newtab img:hover {
filter: drop-shadow(0 0 1px #f60);
-webkit-filter: drop-shadow(0 0 1px #f60);
}
h2 {
font-size: 13pt;
color: #31334f;
letter-spacing: 0.08em;
word-spacing: 0.1em;
background: url(images/header.png) center center repeat-x;
background: linear-gradient(to right, #fff 0%, rgba(255,255,255,0) 600px), linear-gradient(to bottom, #fff 0%, #fff 50%, #eef 50%, #eef 100%) !important;
padding: 10px;
border: 1px solid #7778bf;
border-radius: 2px;
margin: 15px 0 15px 0 !important;
box-shadow: inset 0 0 0 1px #fff;
filter: drop-shadow(0 0 1px #999);
-webkit-filter: drop-shadow(0 0 1px #999);
word-wrap: break-word;
opacity: 1;
text-transform: uppercase !important;
}
.welcome h2 { /* fixes occluded langbox rendering bug */
filter: none;
box-shadow: inset 0 0 0 1px #fff, 0 0 1px #999;
}
h2 a, h3 a {
text-transform: uppercase;
letter-spacing: 0.08em;
word-spacing: 0.1em;
}
h2 a:hover, h3 a:hover {
color: #115;
}
h3.tabletitle a:hover, h3.ptitle a:hover, h3#graphinfo a:hover, #news h3 a:hover {
color: #f60;
}
h2 img {
opacity: 0.9 !important;
}
h3 {
border: 1px solid #7789bf;
border-left: 5px solid #7789bf;
padding: 5px 5px 5px 7px;
margin: 12px 0 15px 0;
border-radius: 0 2px 2px 0;
background: url(images/header.png) center center repeat-x !important;
background: linear-gradient(to bottom, #fff 0%, #fff 50%, #eef 50%, #eef 100%) !important;
font-size: 11pt;
text-transform: uppercase;
letter-spacing: 0.08em;
word-spacing: 0.1em;
color: #31334f;
box-shadow: inset 0 0 0 1px #fff;
filter: drop-shadow(0 0 1px #999);
-webkit-filter: drop-shadow(0 0 1px #999);
opacity: 1;
}
h3.tabletitle, h3.ptitle, #config_advanced h3.tabletitle, h3#bannedpeers {
border-radius: 0;
border: 1px solid #7778bf;
margin-bottom: -2px;
filter: none;
-webkit-filter: none;
}
h3.ptitle {
margin-bottom: -14px;
filter: none;
-webkit-filter: none;
}
h3#bannedpeers {
margin-bottom: -1px;
}
h4 {
border: 1px solid #7778bf;
padding: 4px 6px;
margin: 5px 0 10px 0;
font-size: 10pt;
text-transform: uppercase;
letter-spacing: 0.08em;
word-spacing: 0.1em;
border-radius: 2px;
background: #eef;
background: linear-gradient(to right, #fff, #eef);
color: #31334f;
box-shadow: inset 0 0 0 1px #fff;
}
#certs p:empty {
display: none;
}
#certs h3 {
margin-bottom: -6px;
border-width: 1px;
border-radius: 0;
filter: none;
-webkit-filter: none;
}
#certs h4 {
border-radius: 0;
}
#certs h3 + p {
border: 1px solid #7778bf;
padding: 15px;
margin: 5px 0 !important;
}
#certs h3 + p:empty + h4 {
margin-top: 5px !important;
}
#certs p + h3, #certs p + h4 {
margin-top: 10px;
}
#certs h4 + p {
border: 1px solid #7778bf;
padding: 15px;
margin: -11px 0;
}
#certs p {
background: #efefff;
box-shadow: inset 0 0 0 1px #fff;
}
.underline {
border-bottom: 1px solid #000022;
padding: 5px 0 5px 0;
margin: 0 0 10px 0;
}
.langbox {
margin: 3px 0 4px 5px;
padding: 2px 3px;
color: #001;
font-size: 7pt;
width: 330px;
text-align: right;
float: right;
vertical-align: middle;
opacity: 1 !important;
}
.langbox img {
filter: drop-shadow(0 0 1px #777);
-webkit-filter: drop-shadow(0 0 1px #777);
opacity: 0.9;
margin-bottom: 1px;
}
.langbox img:hover {
filter: drop-shadow(0 0 1px #f60);
-webkit-filter: drop-shadow(0 0 1px #f60);
opacity: 1;
transform: scale(1.2);
}
button.search {
background: url(/themes/console/images/buttons/search.png) no-repeat 6px center, linear-gradient(to bottom, #fff 0%, #ddd 100%);
padding: 5px 5px 5px 21px;
}
button.search:hover {
background: url(/themes/console/images/buttons/search_hover.png) no-repeat 6px center, linear-gradient(to bottom, #ddd 0%, #fff 100%);
}
input.search[type="text"] {
background: #fff url(/themes/console/images/buttons/search.png) no-repeat 4px center;
padding: 4px 3px 4px 22px;
background-size: 16px 16px !important;
background-blend-mode: luminosity;
}
input.search[type="text"]:focus {
background-blend-mode: normal;
}
input, input:visited, button, button:visited {
border: 1px solid #999;
box-shadow: inset 0 0 0 1px #fff;
background: #eee;
background: linear-gradient(to bottom, #fff 0%, #ddd 100%);
color: #333;
margin: 3px;
font: 9pt "Droid Sans", Ubuntu, "Noto Sans", "Bitstream Vera Sans", Verdana, "Lucida Grande", 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 #ccc);
-webkit-filter: saturate(70%) drop-shadow(0 0 1px #ccc);
}
button:hover, input[type="submit"]:hover, input[type="reset"]:hover, button:focus, input[type="submit"]:focus, input[type="reset"]:focus {
background: linear-gradient(to bottom, #ddd 0%, #fff 100%);
border: 1px solid #f60;
filter: saturate(100%) drop-shadow(0 0 1px #ccc);
-webkit-filter: saturate(100%) drop-shadow(0 0 1px #ccc);
}
button:active, input[type="submit"]:active, input[type="reset"]:active {
box-shadow: inset 2px 2px 2px #555;
background-blend-mode: luminosity;
}
input.accept, button.accept {
background: url(/themes/console/images/buttons/yes.png) no-repeat 6px center, linear-gradient(to bottom, #fff 0%, #ddd 100%);
padding: 5px 5px 5px 21px;
}
input.accept:hover, button.accept:hover,
input.accept:focus, button.accept:focus {
background: url(/themes/console/images/buttons/yes.png) no-repeat 6px center, linear-gradient(to bottom, #ddd 0%, #fff 100%);
}
input.accept[value^="Unban"], button.accept[value^="Unban"] {
background: url(/themes/console/images/buttons/unban.png) no-repeat 6px center, linear-gradient(to bottom, #fff 0%, #ddd 100%);
padding: 5px 5px 5px 21px;
}
input.accept[value^="Unban"]:hover, button.accept[value^="Unban"]:hover,
input.accept[value^="Unban"]:focus, button.accept[value^="Unban"]:focus {
background: url(/themes/console/images/buttons/unban.png) no-repeat 6px center, linear-gradient(to bottom, #ddd 0%, #fff 100%);
}
input.accept[value^="Create"], button.accept[value^="Create"] {
background: url(/themes/console/images/buttons/create.png) no-repeat 6px center, linear-gradient(to bottom, #fff 0%, #ddd 100%);
padding: 5px 5px 5px 21px;
}
input.accept[value^="Create"]:hover, button.accept[value^="Create"]:hover,
input.accept[value^="Create"]:focus, button.accept[value^="Create"]:focus {
background: url(/themes/console/images/buttons/create.png) no-repeat 6px center, linear-gradient(to bottom, #ddd 0%, #fff 100%);
}
input.accept[value^="Filter"], button.accept[value^="Filter"] {
background: url(/themes/console/images/buttons/filter.png) no-repeat 6px center, linear-gradient(to bottom, #fff 0%, #ddd 100%);
padding: 5px 5px 5px 21px;
}
input.accept[value^="Filter"]:hover, button.accept[value^="Filter"]:hover,
input.accept[value^="Filter"]:focus, button.accept[value^="Filter"]:focus {
background: url(/themes/console/images/buttons/filter.png) no-repeat 6px center, linear-gradient(to bottom, #ddd 0%, #fff 100%);
}
input.add, button.add {
background: url(/themes/console/images/buttons/add.png) no-repeat 6px center, linear-gradient(to bottom, #fff 0%, #ddd 100%);
padding: 5px 5px 5px 21px;
}
input.add:hover, button.add:hover,
input.add:focus, button.add:focus {
background: url(/themes/console/images/buttons/add.png) no-repeat 6px center, linear-gradient(to bottom, #ddd 0%, #fff 100%);
}
input.add[value^="Adjust"], button.add[value^="Adjust"] {
background: url(/themes/console/images/buttons/edit2.png) no-repeat 6px center, linear-gradient(to bottom, #fff 0%, #ddd 100%);
padding: 5px 5px 5px 21px;
}
input.add[value^="Adjust"]:hover, button.add[value^="Adjust"]:hover,
input.add[value^="Adjust"]:focus, button.add[value^="Adjust"]:focus {
background: url(/themes/console/images/buttons/edit2.png) no-repeat 6px center, linear-gradient(to bottom, #ddd 0%, #fff 100%);
}
input.cancel, button.cancel {
background: url(/themes/console/images/buttons/no.png) no-repeat 6px center, linear-gradient(to bottom, #fff 0%, #ddd 100%);
padding: 5px 5px 5px 21px;
}
input.cancel:hover, button.cancel:hover,
input.cancel:focus, button.cancel:focus {
background: url(/themes/console/images/buttons/no.png) no-repeat 6px center, linear-gradient(to bottom, #ddd 0%, #fff 100%);
}
input.accept[value^="Show"], button.accept[value^="Show"],
input.check[value^="View"], button.check[value^="View"] {
background: url(/themes/console/images/buttons/show.png) no-repeat 6px center, linear-gradient(to bottom, #fff 0%, #ddd 100%);
padding: 5px 5px 5px 21px;
}
input.accept[value^="Show"]:hover, button.accept[value^="Show"]:hover,
input.check[value^="View"]:hover, button.check[value^="View"]:hover,
input.accept[value^="Show"]:focus, button.accept[value^="Show"]:focus,
input.check[value^="View"]:focus, button.check[value^="View"]:focus {
background: url(/themes/console/images/buttons/show.png) no-repeat 6px center, linear-gradient(to bottom, #fff 0%, #ddd 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;
}
input.download[value^="Join"]:hover, button.download[value^="Join"]:hover,
input.download[value^="Join"]:focus, button.download[value^="Join"]:focus {
background: url(/themes/console/images/buttons/users.png) no-repeat 6px center, linear-gradient(to bottom, #ddd 0%, #fff 100%);
}
input.download[value$="from File"], button.download[value$="from File"],
input.download[value$="from file"], button.download[value$="from file"] {
background: url(/themes/console/images/buttons/from-file.png) no-repeat 6px center, linear-gradient(to bottom, #fff 0%, #ddd 100%);
padding: 5px 5px 5px 21px;
}
input.download[value$="from File"]:hover, button.download[value$="from File"]:hover,
input.download[value$="from file"]:hover, button.download[value$="from file"]:hover,
input.download[value$="from File"]:focus, button.download[value$="from File"]:focus,
input.download[value$="from file"]:focus, button.download[value$="from file"]:focus {
background: url(/themes/console/images/buttons/from-file.png) no-repeat 6px center, linear-gradient(to bottom, #ddd 0%, #fff 100%);
}
input.download[value^="Dump"], button.download[value^="Dump"] {
background: url(/themes/console/images/buttons/dump-threads.png) no-repeat 6px center, linear-gradient(to bottom, #fff 0%, #ddd 100%);
padding: 5px 5px 5px 21px;
}
input.download[value^="Dump"]:hover, button.download[value^="Dump"]:hover,
input.download[value^="Dump"]:focus, button.download[value^="Dump"]:focus {
background: url(/themes/console/images/buttons/dump-threads.png) no-repeat 6px center, linear-gradient(to bottom, #ddd 0%, #fff 100%);
}
input.go, button.go, input[value="GO"] {
background: url(/themes/console/images/buttons/go.png) no-repeat 6px center, linear-gradient(to bottom, #fff 0%, #ddd 100%);
padding: 5px 5px 5px 21px;
}
input.go:hover, button.go:hover, input[value="GO"]:hover,
input.go:focus, button.go:focus, input[value="GO"]:focus {
background: url(/themes/console/images/buttons/go.png) no-repeat 6px center, linear-gradient(to bottom, #ddd 0%, #fff 100%);
}
input.go[value^="Create"], button.go[value^="Create"] {
background: url(/themes/console/images/buttons/create-file.png) no-repeat 6px center, linear-gradient(to bottom, #fff 0%, #ddd 100%);
padding: 5px 5px 5px 21px;
}
input.go[value^="Create"]:hover, button.go[value^="Create"]:hover,
input.go[value^="Create"]:focus, button.go[value^="Create"]:focus {
background: url(/themes/console/images/buttons/create-file.png) no-repeat 6px center, linear-gradient(to bottom, #ddd 0%, #fff 100%);
}
input.reload, button.reload {
background: url(/themes/console/images/buttons/restore.png) no-repeat 6px center, linear-gradient(to bottom, #fff 0%, #ddd 100%);
padding: 5px 5px 5px 21px;
}
input.reload:hover, button.reload:hover,
input.reload:focus, button.reload:focus {
background: url(/themes/console/images/buttons/restore_hover.png) no-repeat 6px center, linear-gradient(to bottom, #ddd 0%, #fff 100%);
}
input.reload[value$="restart"], button.reload[value$="restart"] {
background: url(/themes/console/images/buttons/restart.png) no-repeat 6px center, linear-gradient(to bottom, #fff 0%, #ddd 100%);
padding: 5px 5px 5px 21px;
}
input.reload[value$="restart"]:hover, button.reload[value$="restart"]:hover,
input.reload[value$="restart"]:focus, button.reload[value$="restart"]:focus {
background: url(/themes/console/images/buttons/restart_hover.png) no-repeat 6px center, linear-gradient(to bottom, #ddd 0%, #fff 100%);
}
input.reload[value^="Update"], button.reload[value^="Update"] {
background: url(/themes/console/images/buttons/update.png) no-repeat 6px center, linear-gradient(to bottom, #fff 0%, #ddd 100%);
padding: 5px 5px 5px 21px;
}
input.reload[value^="Update"]:hover, button.reload[value^="Update"]:hover,
input.reload[value^="Update"]:focus, button.reload[value^="Update"]:focus {
background: url(/themes/console/images/buttons/update_hover.png) no-repeat 6px center, linear-gradient(to bottom, #ddd 0%, #fff 100%);
}
input.reload[value="Force GC"], button.reload[value="Force GC"] {
background: url(/themes/console/images/buttons/clean.png) no-repeat 6px center, linear-gradient(to bottom, #fff 0%, #ddd 100%);
padding: 5px 5px 5px 21px;
}
input.reload[value="Force GC"]:hover, button.reload[value="Force GC"]:hover,
input.reload[value="Force GC"]:focus, button.reload[value="Force GC"]:focus {
background: url(/themes/console/images/buttons/clean_hover.png) no-repeat 6px center, linear-gradient(to bottom, #ddd 0%, #fff 100%);
}
input.stop, button.stop {
background: url(/themes/console/images/buttons/shutdown.png) no-repeat 6px center, linear-gradient(to bottom, #fff 0%, #ddd 100%);
padding: 5px 5px 5px 21px;
}
input.stop:hover, button.stop:hover,
input.stop:focus, button.stop:focus {
background: url(/themes/console/images/buttons/shutdown_hover.png) no-repeat 6px center, linear-gradient(to bottom, #ddd 0%, #fff 100%);
}
/* client config buttons aka project "X" */
button.Xaccept {
font-size: 0;
text-indent: -99999px;
background: url(/themes/console/images/buttons/Xstart.png) center center no-repeat, linear-gradient(to bottom, #fff 0%, #ddd 100%);
background-size: 16px 16px, 100% 100% !important;
padding: 12px 11px;
}
button.Xaccept:hover, button.Xaccept:focus {
background: url(/themes/console/images/buttons/Xstart.png) center center no-repeat, linear-gradient(to bottom, #ddd 0%, #fff 100%);
}
button.Xstop {
font-size: 0;
text-indent: -99999px;
background: url(/themes/console/images/buttons/Xstop.png) center center no-repeat, linear-gradient(to bottom, #fff 0%, #ddd 100%);
background-size: 16px 16px, 100% 100% !important;
padding: 12px 11px;
}
button.Xstop:hover, button.Xstop:focus {
background: url(/themes/console/images/buttons/Xstop.png) center center no-repeat, linear-gradient(to bottom, #ddd 0%, #fff 100%);
}
button.Xadd {
font-size: 0;
text-indent: -99999px;
background: url(/themes/console/images/buttons/edit2.png) center center no-repeat, linear-gradient(to bottom, #fff 0%, #ddd 100%);
background-size: 16px 16px, 100% 100% !important;
padding: 12px 11px;
}
button.Xadd:hover, button.Xadd:focus {
background: url(/themes/console/images/buttons/edit2.png) center center no-repeat, linear-gradient(to bottom, #ddd 0%, #fff 100%);
}
button.Xdelete {
font-size: 0;
text-indent: -99999px;
background: url(/themes/console/images/buttons/delete.png) center center no-repeat, linear-gradient(to bottom, #fff 0%, #ddd 100%);
background-size: 16px 16px, 100% 100% !important;
padding: 12px 11px;
}
button.Xdelete:hover, button.Xdelete:focus {
background: url(/themes/console/images/buttons/delete_hover.png) center center no-repeat, linear-gradient(to bottom, #ddd 0%, #fff 100%);
}
button.Xcheck {
font-size: 0;
text-indent: -99999px;
background: url(/themes/console/images/buttons/update.png) center center no-repeat, linear-gradient(to bottom, #fff 0%, #ddd 100%);
background-size: 16px 16px, 100% 100% !important;
padding: 12px 11px;
}
button.Xcheck:hover, button.Xcheck:focus {
background: url(/themes/console/images/buttons/update_hover.png) center center no-repeat, linear-gradient(to bottom, #ddd 0%, #fff 100%);
}
button.Xdownload {
font-size: 0;
text-indent: -99999px;
background: url(/themes/console/images/buttons/download.png) center center no-repeat, linear-gradient(to bottom, #fff 0%, #ddd 100%);
background-size: 16px 16px, 100% 100% !important;
padding: 12px 11px;
}
button.Xdownload:hover, button.Xdownload:focus {
background: url(/themes/console/images/buttons/download.png) center center no-repeat, linear-gradient(to bottom, #ddd 0%, #fff 100%);
}
button::-moz-focus-inner, input[type="submit"]::-moz-focus-inner, input[type="reset"]::-moz-focus-inner {
outline: none;
border: none;
}
/* end project "X" */
/* sidebar buttons */
.routersummary button {
margin: 0 1px -3px;
min-width: 87px;
}
.routersummary .reload, .routersummary .stop {
text-indent: -99999px;
background-size: 16px 16px, 100% 100% !important;
}
.routersummary .reload {
background: url(/themes/console/images/buttons/restart.png) center center no-repeat, linear-gradient(to bottom, #fff 0%, #ddd 100%) !important;
}
.routersummary .reload:hover, .routersummary .reload:focus {
background: url(/themes/console/images/buttons/restart_hover.png) center center no-repeat, linear-gradient(to bottom, #ddd 0%, #fff 100%) !important;
border: 1px solid #f60;
}
.routersummary .reload:active, .routersummary .stop:active, .routersummary .download:active {
box-shadow: inset 2px 2px 2px #555;
}
.routersummary .stop {
background: url(/themes/console/images/buttons/shutdown.png) center center no-repeat, linear-gradient(to bottom, #fff 0%, #ddd 100%);
}
.routersummary .stop:hover, .routersummary .stop:focus {
background: url(/themes/console/images/buttons/shutdown_hover.png) center center no-repeat, linear-gradient(to bottom, #ddd 0%, #fff 100%);
border: 1px solid #f60;
}
.routersummary .download {
background: url(/themes/console/images/buttons/download.png) 3px center no-repeat, linear-gradient(to bottom, #fff 0%, #ddd 100%);
background-size: 16px 16px, 100% 100% !important;
padding: 5px 3px 5px 17px !important;
/* margin-top: -4px;*/
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
.routersummary .download, .routersummary .download:hover, .routersummary .download:focus, .routersummary .download:active {
padding-left: 19px !important;
}
}
.routersummary .download:hover, .routersummary .download:focus, .routersummary .download:active {
background: url(/themes/console/images/buttons/download.png) 3px center no-repeat, linear-gradient(to bottom, #ddd 0%, #fff 100%);
background-size: 16px 16px, 100% 100% !important;
padding: 5px 3px 5px 17px !important;
border: 1px solid #f60;
}
/* end sidebar buttons */
input[type="text"], input[type="password"] {
background: #fff;
box-shadow: inset 1px 1px 1px #999;
font-family: "Droid Sans", Ubuntu, "Noto Sans", "Bitstream Vera Sans", Verdana, "Lucida Grande", Helvetica, sans-serif;
}
input[type="text"]:focus, input[type="password"]:focus {
box-shadow: none;
filter: drop-shadow(0 0 1px #89f);
color: #000;
}
input[type="file"] {
border: none;
padding: 0;
background: none;
box-shadow: none;
}
input[type="checkbox"] {
border: 0 !important;
}
select {
background: #fff;
color: #333;
margin: 5px;
padding: 4px;
border: 1px solid #999;
min-width: 120px;
font: 9pt "Droid Sans", Ubuntu, "Noto Sans", "Bitstream Vera Sans", Verdana, "Lucida Sans Unicode", Helvetica, sans-serif;
border-radius: 2px;
text-align: left !important;
box-shadow: inset 0 0 0 1px #fff;
filter: drop-shadow(0 0 1px #ccc);
-webkit-filter: drop-shadow(0 0 1px #ccc);
}
select:focus {
box-shadow: 0 0 0 1px #89f;
color: #000;
}
select option {
background: #fff;
}
select, input[type="text"] {
min-width: 120px;
}
@-moz-document url-prefix() { /* target firefox and derivatives only */
select {
-moz-appearance: none;
background: url(images/dropdown.png) right center no-repeat, linear-gradient(to bottom, #fff 0%, #ddd 100%);
padding: 4px 16px 4px 4px;
}
select:hover, select:active {
background: url(images/dropdown_hover.png) right center no-repeat, linear-gradient(to bottom, #ddd 0%, #fff 100%) !important;
}
select:focus {
background: url(images/dropdown_hover.png) right center no-repeat, linear-gradient(to bottom, #ddd 0%, #fff 100%) !important;
box-shadow: 0 0 0 1px #89f;
}
}
input[readonly], input[disabled], input[readonly]:focus, input[disabled]:focus {
background: #ddd;
box-shadow: inset 2px 2px 2px #999;
color: #333;
filter: none;
cursor: default;
}
textarea {
padding: 5px;
margin: 5px !important;
background: #ffe;
color: #333 !important;
border-radius: 2px;
font: 8pt "Droid Sans Mono", "Lucida Console", "DejaVu Sans Mono", Courier, mono;
min-height: 100px;
min-width: 97%;
border: 1px solid #999;
box-shadow: inset 1px 1px 1px #999;
}
textarea:focus {
color: #001 !important;
box-shadow: none;
filter: drop-shadow(0 0 1px #89f);
}
.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;
}
.statusnotes {
font-style: normal;
font-size: 9pt;
color: #225 !important;
text-align: center;
border: 1px solid #7778bf !important;
border-top: 0 !important;
margin: -5px 0 5px 0;
padding: 7px;
background: #eef;
background: linear-gradient(to bottom, #efefff, #eef);
letter-spacing: 0em !important;
box-shadow: inset 0 0 0 1px #fff;
}
h3 + .statusnotes {
margin-top: 2px !important;
}
div.joblog {
border: 0;
margin-top: 5px;
}
div.joblog i {
color: #050;
font-weight: bold;
}
div.joblog ul {
word-wrap: break-word !important;
text-align: justify;
line-height: 100% !important;
margin-top: -5px !important;
}
div.joblog li {
word-wrap: break-word !important;
line-height: 115% !important;
padding: 0;
font-size: 9pt !important;
page-break-inside: avoid;
-webkit-break-inside: avoid;
break-inside: avoid;
}
div.joblog li:last-child {
margin-bottom: -5px;
}
div.joblog li:first-child {
margin-top: 10px;
}
.joblog li li:first-child {
margin-top: 0;
}
div.joblog form:first-child {
margin-top: 10px;
}
div.joblog table {
margin-top: 15px;
}
div.joblog p {
line-height: 130%;
}
div.joblog hr {
margin: 15px 0;
}
div.joblog h3 {
margin-bottom: 5px;
}
.main#jobs ol {
-moz-columns: 2;
border: 1px solid #7778bf;
padding: 5px 0;
margin-top: 1px;
background: #eef;
box-shadow: inset 0 0 0 1px #fff;
break-inside: avoid;
page-break-inside: avoid;
-webkit-break-inside: avoid;
}
.main#jobs ol:empty {
display: none;
}
.main#jobs ol li:first-child {
margin-top: 0 !important;
}
#schedjobs {
width: 100% !important;
margin: 15px 0 0 !important;
}
.main#jobs h3 {
border-width: 1px;
border-radius: 0;
filter: none;
margin-bottom: -2px;
}
.smallhead {
font-size: 8pt
}
.mediumtags {
font-size: 9pt;
font-style: italic;
font-weight: bold;
}
.optbox, input[type="checkbox"], input[type="radio"] {
min-width: 16px !important;
max-width: 16px !important;
width: 16px !important;
min-height: 16px;
max-height: 16px;
height: 16px;
opacity: 1.0;
border: 0;
margin: 3px 5px;
padding: 2px;
vertical-align: sub;
}
.optbox:hover {
min-width: 16px !important;
max-width: 16px !important;
width: 16px !important;
min-height: 16px;
max-height: 16px;
height: 16px;
opacity: 1.0;
border: 0;
}
.cells {
border-left: 1px outset #cfd1ff;
border-top: 1px inset #cfd1ff !important;
border-bottom: 1px inset #cfd1ff !important;
}
.tablefooter {
background: #fff;
}
.tablefooter tr, .tablefooter td {
background: #fff;
border-top: 1px solid #7778bf;
border-bottom: 1px solid #7778bf !important;
padding: 8px 2px;
font-size: 9pt;
line-height: 110%;
}
.formaction {
text-align: right;
border: 1px solid #7778bf;
margin-top: -15px;
padding: 10px 5px;
background: #fff;
}
#config_homepage .formaction, #config_clients .formaction, #webappconfigactions {
margin-top: -6px;
}
#sidebardefaults {
margin-top: -6px;
}
div.footnote {
text-align: right;
color: #447;
font-size: 7pt;
margin-bottom: -5px !important;
}
div.footnote hr {
margin: 20px 0 5px 0 !important;
color: #447;
background: #447;
height: 1px;
border: 0 solid #447;
}
.topness {
font-size: 8pt;
text-align: right;
margin-top: 0;
margin-bottom: -18px;
margin-right: 5px;
}
iframe.iframed {
margin: 10px 0 0;
}
.main#webmail {
padding: 0 8px;
}
#susimailframe {
margin-top: 3px;
}
.main#dns {
padding: 0 8px;
min-width: 534px;
}
#susidnsframe {
margin: 0 0 -2px;
height: 100%;
width: 100%;
overflow: hidden;
}
.main#tunnelmgr {
padding: 0 10px;
min-width: 530px;
}
#i2ptunnelframe {
margin: -4px 0 -1px;
overflow: hidden;
}
.main#embedded {
padding: 1px 11px 4px;
}
/* Fixes for when app is not started and console error loads inside iframe */
body.iframed {
background: transparent url(/themes/console/images/transparent.gif) !important;
}
.iframed div.routersummaryouter {
display: none !important;
}
.iframed h1 {
margin: 0 10px 10px 7px !important;
}
.iframed div.sorry {
margin: 5px 10px 10px 7px !important;
}
/* end iframed console fixes */
/* Theme choice & Language selection in /configui */
#themeui.formaction, #langui.formaction {
border: none;
border-top: 1px solid #7778bf;
background: none;
margin: 5px -6px 0 -6px;
}
#consolepass.formaction {
margin-top: -6px;
}
#consolepass tr:first-child td {
background: #fff url(/themes/console/images/info/user_add.png) 12px center no-repeat;
background-size: 28px 28px;
padding: 15px 15px 15px 50px;
}
.themechoice .optbox, .langselect .optbox {
vertical-align: text-bottom;
}
div.themechoice {
width: 115px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
border: 1px solid #7778bf;
float: left;
text-align: center;
padding: 0 4px;
margin: 4px;
border-radius: 2px;
background: #fff;
background: linear-gradient(to bottom, #fff 0%, #ddf 100%);
transition: filter ease 0.3s 0s;
box-shadow: inset 0 0 0 1px #fff;
filter: drop-shadow(0px 0 1px #999);
-webkit-filter: drop-shadow(0px 0 1px #999);
}
.themechoice:hover {
border: 1px solid #f60;
background: #fff;
transition: filter ease 0.3s 0s;
}
.themechoice:hover > object ~ .themelabel {
border-top: 1px solid #f60 !important;
background: #fff !important;
color: #f60;
}
.themechoice:active > object ~ .themelabel {
background: #f60 !important;
color: #fff;
}
.themechoice:hover > object {
filter: drop-shadow(0px 0 1px #f60);
}
.themechoice .optbox {
min-height: 68px !important;
min-width: 118px !important;
opacity: 0; /* hide the radio icon so we can use thumbnail img instead */
margin-left: -37px;
margin-top: 4px;
z-index: 999 !important;
outline: 1px dotted #f00;
position: absolute;
}
.themechoice .optbox + object {
margin-left: -2px;
padding: 2px 0 !important;
margin-bottom: 31px;
}
.themechoice img, .themechoice object {
margin-bottom: 31px !important;
}
.themechoice .optbox:hover + img {
/* box-shadow: 0 0 1px 1px #33f;*/
}
div#themeoptions {
clear: both;
padding-top: 5px;
}
#themeoptions input {
margin-left: 5px;
vertical-align: sub;
}
div.themelabel {
border-top: 1px solid #7778bf !important;
margin-left: -4px;
margin-right: -4px;
margin-top: -31px;
padding: 3px 2px;
background: #eef;
background: linear-gradient(to bottom, #fff 0%, #fff 50%, #eef 50%, #eef 100%) !important;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
box-shadow: inset 0 0 0 1px #fff;
font-size: 9pt;
}
.themechoice .optbox:hover + img ~ div.themelabel {
color: #f60;
font-weight: bold;
}
.themechoice .optbox:checked + object ~ div.themelabel {
background: #ddf !important;
color: #338;
font-weight: bold;
}
div#themesettings {
clear: both;
padding: 4px 5px 0;
margin: -16px 0 0;
border: 1px solid #7778bf;
background: #fff;
}
div#langsettings {
padding: 4px 5px 0;
border: 1px solid #7778bf;
margin: -16px 0 0;
background: #fff;
}
#themesettings hr, #langsettings hr {
display: none;
}
div.langselect { /* containing box for lang selection */
width: 115px;
float: left;
margin: 4px;
text-align: center;
border: 1px solid #7778bf;
padding: 4px 4px 0;
border-radius: 2px;
background: #fff;
background: linear-gradient(to bottom, #fff 0%, #ddf 100%);
transition: transform 0.3s ease 0s;
box-shadow: inset 0 0 0 1px #fff;
filter: drop-shadow(0px 0 1px #999);
-webkit-filter: drop-shadow(0px 0 1px #999);
}
.langselect:hover {
border: 1px solid #f60;
background: #fff;
}
.langselect .optbox {
min-width: 118px !important;
min-height: 50px !important;
margin-left: -2px;
margin-bottom: 6px;
margin-top: -2px;
opacity: 0;
z-index: 999;
position: relative;
outline: 1px dotted #f00;
}
.langselect:hover > input + img {
transform: scale(1.1);
border: 1px solid #f60 !important;
}
.langselect img[src^="/flags"] {
border: 1px solid #89f;
margin-bottom: 42px;
margin-left: -1px;
margin-top: -52px;
opacity: 1;
z-index: 3;
position: relative;
}
.langselect input, .themechoice input {
cursor: pointer;
}
.langselect input[name="lang"]:checked + img {
transform: scale(1.1);
-webkit-transform: scale(1.1);
border: 1px solid #338;
}
.langselect:hover > input[name="lang"] + img + .ui_lang {
color: #f60;
border-top: 1px solid #f60;
background: #fff !important;
transition: all 0.1s ease 0s;
}
.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;
}
div.flagradio {
margin-top: 2px;
}
div.langselect + br {
display: none !important;
}
div.langselect br {
display: block;
}
div.ui_lang { /* lang text label */
text-align: center;
background: #eef url(images/tinytitle.png) center center !important;
background: linear-gradient(to bottom, #fff 0%, #fff 50%, #eef 50%, #eef 100%) !important;
padding: 3px 2px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
margin: -32px -4px 0;
border-top: 1px solid #7778bf;
border-radius: 0 0 2px 2px;
text-transform: capitalize;
font-size: 9pt;
z-index: 2;
box-shadow: inset 0 0 0 1px #fff;
}
p#helptranslate {
clear: both;
padding: 5px 10px 10px;
text-align: right;
margin: 0 -5px;
}
/* configui password*/
table#consolepass th:nth-child(2) {
text-align: left;
}
table#consolepass td:first-child {
width: 100px;
white-space:nowrap;
}
table#consolepass td {
padding: 5px 10px;
font-size: 9pt;
}
table#consolepass input {
margin: 5px;
}
table#consolepass td#pw_adduser {
padding: 5px 10px;
border-top: 1px solid #7778bf;
}
td#pw_adduser input {
margin: 5px 20px 5px 5px !important;
}
table#consolepass input[name="name"] {
margin-right: 20px;
}
#consolepass input[name="name"], #externali2cp input[name="user"] {
background: #fff url(/themes/console/images/buttons/user.png) 5px center no-repeat;
padding: 4px 5px 4px 26px !important;
background-size: 16px 16px !important;
}
#consolepass input[name="nofilter_pw"], #externali2cp input[name="nofilter_pw"] {
background: #fff url(/themes/console/images/buttons/password.png) 5px center no-repeat;
padding: 4px 5px 4px 26px !important;
background-size: 16px 16px !important;
}
/* end configui */
#config_update form {
margin-bottom: 0 !important;
}
table#addkeyring tr:last-child td {
padding: 10px 5px;
border-top: 1px solid #7778bf;
}
#config_summarybar .configtable td:not(.optionsave) {
padding-left: 50px;
background: url(/themes/console/images/info/interval.png) 12px center no-repeat;
background-size: 28px 28px;
}
/* netdb */
.main#netdb, .main#events {
background: #fff;
}
.confignav + .netdbentry {
margin-top: 10px;
}
.confignav + #banlist {
margin-bottom: 5px;
}
.confignav + .tabletitle, .confignav + form > .ptitle, .confignav + form > .tabletitle, .confignav + ul,
.confignav + .infowarn, .confignav + .infohelp, .confignav + h3, .confignav + table, .confignav + p {
margin-top: 15px !important;
}
table.netdbentry th {
font-weight: normal;
}
table.netdbentry th:last-child {
text-align: right;
padding: 5px;
white-space: nowrap;
width: 50px;
}
table.netdbentry th:first-child, table.netdbentry td:first-child {
white-space: nowrap;
padding: 4px 6px !important;
text-align: left;
}
table.netdbentry td:first-child {
width: 80px;
}
table.netdbentry td:nth-child(2) {
word-wrap: break-word;
}
.netdbentry img {
margin: 1px 0 0 0;
}
a.viewfullentry:not(old) {
font-size: 0;
}
a.viewfullentry::after {
content: url(/themes/console/images/buttons/fullview.png);
vertical-align: text-top;
filter: drop-shadow(0 0 1px #999);
-webkit-filter: drop-shadow(0 0 1px #999);
}
a.viewfullentry:hover {
filter: drop-shadow(0 0 1px #f60);
-webkit-filter: drop-shadow(0 0 1px #f60);
}
table#leasesetdebug th a:not(old), table#leasesetsummary th a:not(old) {
font-size: 0;
}
table#leasesetdebug th a::after, table#leasesetsummary th a::after {
content: url(/themes/console/images/buttons/floodfill.png);
vertical-align: text-top;
padding-right: 0;
filter: drop-shadow(0 0 1px #999);
-webkit-filter: drop-shadow(0 0 1px #999);
}
table#leasesetdebug th a:hover, table#leasesetsummary th a:hover {
filter: drop-shadow(0 0 1px #f60);
-webkit-filter: drop-shadow(0 0 1px #f60);
}
#leasesetsummary, #netdboverview {
margin-top: 10px;
}
#netdboverview th {
text-transform: uppercase;
font-size: 11pt;
letter-spacing: 0.08em;
word-spacing: 0.1em;
background: url(/themes/console/images/info/globe.png) 8px center no-repeat, linear-gradient(to bottom, #fff 0%, #fff 50%, #eef 50%, #eef 100%) !important;
background-size: 18px 18px, 100% 100% !important;
padding: 8px 5px 8px 32px;
}
#netdboverview th:last-child, #netdboverview td:last-child {
text-align: right;
}
#netdboverview th:first-child, #netdboverview td:first-child {
text-align: left;
}
#netdboverview table {
margin: -1px 0;
border: none;
border-bottom: 1px solid #7778bf;
}
#netdboverview table th {
text-transform: none;
letter-spacing: normal;
word-spacing: normal;
background: linear-gradient(to bottom, #fff 0%, #fff 50%, #eef 50%, #eef 100%) !important;
background-size: 100% 100%;
padding: 8px 5px;
font-size: 9pt;
}
#netdboverview table td {
padding: 3px 5px;
}
#netdboverview td {
padding: 0;
}
#netdbversions tr {
border-right: 1px solid #447;
}
#netdbcountrylist tr {
border-left: 1px solid #447;
}
#leasesetsummary td:first-child {
width: 50px;
white-space: nowrap;
}
table#leasesetdebug, table.leaseset, table#leasesetsummary {
font-size: 9pt;
}
table#leasesetdebug td, table.leaseset td {
padding: 5px !important;
}
table#leasesetdebug {
margin-bottom: 10px;
}
table.leaseset th {
font-weight: normal;
padding: 5px;
text-align: left;
font-size: 10pt;
}
table.leaseset th:last-child, table.leaseset td:nth-child(2) {
text-align: right;
padding-right: 5px;
}
table#leasesetdebug, table#leasesetsummary {
margin-bottom: 15px;
}
table#leasesetdebug th, table#leasesetsummary th {
font-weight: bold;
padding: 8px;
text-align: left;
font-size: 11pt;
text-transform: uppercase;
letter-spacing: 0.08em;
word-spacing: 0.1em;
}
table#leasesetdebug th a {
font-size: 9pt;
text-transform: capitalize;
letter-spacing: normal;
word-spacing: normal;
}
table#leasesetdebug th:last-child, table#leasesetsummary th:last-child {
text-align:right;
white-space: nowrap;
font-size: 9pt;
}
table#leasesetdebug td:nth-child(odd) {
width: 200px;
white-space: nowrap;
text-align: right;
border-right: 1px inset #cfd1ff;
}
table#leasesetdebug td:nth-child(even) {
text-align: left;
white-space: nowrap;
}
table#leasesetdebug td:nth-child(2) {
width: 10px;
}
.leaseset tr:nth-child(2) td:last-child a:not(old) {
font-size: 0;
}
.leaseset tr:nth-child(2) td:last-child a::after {
content: url(/themes/console/images/buttons/add_address.png);
filter: drop-shadow(0 0 1px #999);
-webkit-filter: drop-shadow(0 0 1px #999);
}
.leaseset tr:nth-child(2) td:last-child a:hover {
filter: drop-shadow(0 0 1px #f60);
-webkit-filter: drop-shadow(0 0 1px #f60);
}
div#noleasesets {
border: 1px solid #7778bf;
padding: 20px;
font-weight: bold;
background: #fff;
margin-top: -6px;
margin-bottom: 5px;
text-align: center;
}
div#sybilnav {
-moz-columns: 4;
-webkit-columns: 4;
columns: 4;
-moz-column-gap: 10px;
-webkit-column-gap: 10px;
column-gap: 10px;
border-radius: 2px;
}
div#sybilnav, div#sybils_summary {
border: 1px solid #7778bf;
padding: 10px;
margin-bottom: 10px;
}
#sybilnav ul li:first-child {
margin-top: 0;
}
#sybilnav ul li:last-child {
margin-bottom: 0;
}
#sybilnav li {
list-style: none;
padding: 5px 3px 5px 24px;
border: 1px solid #7778bf;
border-radius: 2px;
box-shadow: inset 0 0 0 1px #fff;
margin: 2px 0;
background: #eef url(images/eye.png) 5px center no-repeat;
background: url(images/eye.png) 5px center no-repeat, linear-gradient(to right, #fff 70%, #eef);
line-height: 88%;
filter: drop-shadow(0 0 1px #ccc);
-webkit-filter: drop-shadow(0 0 1px #ccc);
}
#sybilnav li a {
width: 100%;
display: inline-block;
}
table.sybil_routerinfo {
margin-bottom: 10px;
}
.sybil_routerinfo th {
padding: 1px 1px 1px 6px !important;
}
table.sybil_routerinfo:first-of-type th {
padding: 6px !important;
}
.sybil_routerinfo th:first-child {
white-space: nowrap;
text-align: left;
}
.sybil_routerinfo th:nth-last-child(2) {
text-align: right !important;
padding-right: 0 !important;
}
.sybil_routerinfo th:last-child {
width: 20px;
}
.sybil_routerinfo td:first-child {
width: 50px;
white-space: nowrap;
}
p.sybil_floodfill, p.family, p.threatpoints, p.hashdist, p#sybil_totals {
border: 1px solid #7778bf;
padding: 5px 5px 5px 30px;
margin: 3px 0;
font-weight: bold;
background: url(images/eye.png) 8px center no-repeat;
}
p.family + p.family {
margin-top: -4px;
}
p.sybil_floodfill + a[name] + table.sybil_routerinfo, p.hashdist + a[name] + table.sybil_routerinfo, table.sybil_routerinfo + p {
margin-top: 10px !important;
}
.threatpoints + ul {
border: 1px solid #7778bf;
padding: 0 10px;
display: inline-block;
width: calc(100% - 22px);
margin: -4px 0 8px;
background: #eef;
box-shadow: inset 0 0 0 1px #fff;
}
.threatpoints + ul li {
background: none;
margin: 0 0 0 20px;
}
.threatpoints + ul li:last-child {
margin-bottom: 10px;
}
p:empty { /* empty paragraph nuke */
display: none;
}
/* end netdb */
ul#banlist {
background: #fff;
border: 1px solid #7778bf;
border-radius: 2px;
display: block;
padding: 5px 1px;
-moz-columns: 2;
-moz-column-gap: 0;
-webkit-columns: 2;
-webkit-column-gap: 0;
columns: 2;
column-gap: 0;
}
#banlist li {
list-style: none;
margin: 5px;
border: 1px solid #7778bf;
border-radius: 2px;
padding: 5px 5px 5px 35px;
line-height: 120%;
background: #eef url(/themes/console/images/buttons/ban.png) 10px center no-repeat;
break-inside: avoid;
page-break-inside: avoid;
-webkit-break-inside: avoid;
min-height: 33px;
font-size: 9pt;
box-shadow: inset 0 0 0 1px #fff;
filter: drop-shadow(0 0 1px #ccc);
-webkit-filter: drop-shadow(0 0 1px #ccc);
}
#banlist li:first-child {
margin-top: 0;
}
#banlist a[href^="configpeer?peer"]::after {
vertical-align: top;
}
#tunnelconfig th[colspan="3"] {
text-transform: uppercase;
letter-spacing: 0.08em;
word-spacing: 0.1em;
}
#tunnelconfig td:nth-child(n+2) {
text-align: left;
}
#tunnelconfigsave {
margin-top: -22px;
}
#profiles th:nth-child(n+3) {
text-align: right;
}
#profiles td:first-child {
width: 48px;
text-align: right;
white-space: nowrap;
2011-01-24 13:20:06 +00:00
}
#profiles td:nth-child(2) {
2011-01-24 13:20:06 +00:00
text-align: left;
}
#profiles td[colspan="7"] {
background: #77f;
padding: 0;
}
#thresholds p {
margin-left: 10px;
line-height: 140%;
}
#profile_defs li:first-child {
margin-top: 0 !important;
2011-01-24 13:20:06 +00:00
}
#profile_defs li {
list-style: none !important;
margin: -5px 0 0 0;
padding-bottom: 2px;
white-space: normal;
line-height: 80%;
2011-01-24 13:20:06 +00:00
}
#profile_defs b {
text-transform: capitalize;
2011-01-24 13:20:06 +00:00
}
table#profiles tr:hover td, table#floodfills tr:hover td, #permabanned tr:hover td,
#ntcpconnections tr:nth-last-child(n+2):hover td, #udpconnections tr:nth-last-child(n+2):hover td,
#schedjobs tr:hover td, #jobstats tr:nth-last-child(n+2):hover td,
#jardump tr:hover td, #sidebarconf tr:nth-last-child(n+2):hover td,
#eventlog tr:hover td {
background: #ffd;
color: #000;
2011-01-24 13:20:06 +00:00
}
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;
}
.main#jardump {
overflow-x: auto;
min-width: 530px;
}
table#jardump {
margin: 15px 0 0;
font-size: 8pt;
}
#peerdefs, #profile_defs, #thresholds, #configinfo, .infohelp, .infowarn {
font-size: 9pt;
}
#peerdefs td:first-child {
text-align: right;
width: 50px;
white-space: nowrap;
}
.sybil_routerinfo th img {
width: 24px;
height: 24px;
}
.main#tunnels th, .main#peers th, #ntcpconnections td, #udpconnections td {
text-align: center;
}
h3#ntcpcon, h3#udpcon {
border-width: 1px;
margin-bottom: -2px;
border-radius: 0;
filter: none;
}
#ntcpconnections td:first-child, #udpconnections td:first-child {
width: 50px;
white-space: nowrap;
text-align: right;
padding-left: 3px !important;
}
#ntcpconnections tr:last-child td:first-child, #udpconnections tr:last-child td:first-child {
text-align: left;
padding-left: 10px !important;
}
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;
2011-01-24 13:20:06 +00:00
}
#i2pupdates td:first-child {
width: 250px;
white-space: nowrap;
2011-01-24 13:20:06 +00:00
}
#loggingoptions input[type="text"], #loggingoptions select:not([name="newlogclass"]):not([name="newloglevel"]) {
width: calc(100% - 10px);
2011-01-24 13:20:06 +00:00
}
#loggingoptions td:last-child:not(.optionsave) {
text-align: left;
2011-01-24 13:20:06 +00:00
}
.main#proof textarea, .main#proof textarea:focus {
background: none;
border: none;
box-shadow: none;
color: #001 !important;
filter: none;
-webkit-filter: none;
}
.main#jardump {
padding: 0;
}
.main#jardump table {
margin: -1px 0 0;
border: none;
}
/* experimental sidebar navigation for webapps */
#sb_services a:link, #sb_services a:visited {
display: inline-block;
width: 100%;
padding: 4px 2px 4px 20px;
text-align: left;
border-bottom: 1px dotted #89f;
background: url(images/application.png) left center no-repeat;
background-size: 14px 14px;
}
#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="/i2psnark/"] {
background: url(images/magnet.png) left center no-repeat;
}
#sb_services a[href="http://127.0.0.1:7658/"] {
background: url(images/server.png) left center no-repeat;
}
#sb_services a[href="/orchid/"] {
background: url(images/flower.png) left center no-repeat;
}
2011-01-24 13:20:06 +00:00
#sb_services a[href*="bote"] {
background: url(images/mail_black.png) left center no-repeat;
}
2011-01-24 13:20:06 +00:00
/* end webapp navigation */
#volunteer, #sidebarhelp, #configurationhelp, #reachabilityhelp, #advancedsettings, #legal, #changelog {
border: 1px solid #7778bf;
border-radius: 2px;
margin-bottom: 10px;
padding: 0 10px 5px;
background: #fff;
2011-01-24 13:20:06 +00:00
}
#changelog {
margin-bottom: 5px;
2011-01-24 13:20:06 +00:00
}
.main#help h2 {
margin: -1px -11px 10px !important;
border-radius: 2px 2px 0 0;
text-transform: uppercase;
filter: none;
-webkit-filter: none;
2011-01-24 13:20:06 +00:00
}
#fullhistory {
text-align: right;
margin-bottom: 0;
2011-01-24 13:20:06 +00:00
}
.main#torrents {
padding: 0;
2011-01-24 13:20:06 +00:00
}
#i2psnarkframe {
margin: 0;
2011-01-24 13:20:06 +00:00
}
.homelinkedit th:first-child, #sidebarconf th:first-child {
text-align: center;
background: url(/themes/console/images/buttons/delete.png) center center no-repeat, linear-gradient(to bottom, #fff 0%, #fff 50%, #eef 50%, #eef 100%) !important;
text-align: left;
font-size: 0;
2011-01-24 13:20:06 +00:00
}
.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
}
#clientconfig th:first-child, #webappconfig th:first-child, #pluginconfig th:first-child {
text-align: right;
padding-right: 10%;
}
2011-01-24 13:20:06 +00:00
#clientconfig td:first-child, #webappconfig td:first-child, #pluginconfig td:first-child {
padding-right: 10%;
}
#clientconfig th:nth-child(3), #webappconfig th:nth-child(3), #pluginconfig th:nth-child(3) {
2011-01-24 13:20:06 +00:00
text-align: center;
}
/*
#pluginconfig button {
min-width: 60px;
}
*/
2011-01-24 13:20:06 +00:00
#pluginconfig table {
margin: 5px 5px 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
}
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;
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;
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
}
#joinfamily {
margin-top: -14px;
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 (min-width: 1500px) {
body, .main, .main td, .news p, #news p, .tab, .tab2, .main li b, div.joblog li, .themelabel, .ui_lang, .applabel a,
#peerdefs, #profile_defs, #thresholds, #configinfo, .infohelp, .infowarn, button, input, select, textarea {
font-size: 10pt !important;
2011-01-24 13:20:06 +00:00
}
.routersummary td, .routersummary a, .routersummary button, .routersummary h4, .routersummary h4 a,
code, tt, div.news {
font-size: 9pt !important;
2011-01-24 13:20:06 +00:00
}
.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 img[src$="i2plogo.png"] {
transform: scale(1.1);
}
.routersummary table[id^="sb_"] {
width: 216px !important;
}
.routersummary h3 a {
font-size: 11pt !important;
}
div.app {
width: 154px;
}
.applabel {
width: 142px !important;
}
.tab, .tab2 {
padding-bottom: 3px;
}
.footnote {
font-size: 8pt !important;
}
}