2011-06-20 16:27:58 +00:00
|
|
|
/* I2P Theme: Light */
|
|
|
|
/* Description: RTL Light blue highlights for Arabic locale. */
|
|
|
|
/* Author: dr|z3d */
|
|
|
|
|
2012-07-22 00:18:07 +00:00
|
|
|
body {
|
|
|
|
direction: rtl;
|
|
|
|
}
|
|
|
|
|
2011-06-20 16:27:58 +00:00
|
|
|
pre {
|
|
|
|
text-align: right;
|
|
|
|
}
|
|
|
|
|
2017-05-14 06:26:16 +00:00
|
|
|
#help pre, #logs li, #proof textarea {
|
2017-04-09 06:28:47 +00:00
|
|
|
text-align: left;
|
|
|
|
direction: ltr;
|
|
|
|
}
|
|
|
|
|
2012-07-22 00:18:07 +00:00
|
|
|
table {
|
|
|
|
direction: rtl;
|
2016-07-24 11:25:32 +00:00
|
|
|
margin-right: -16px;
|
2012-07-22 00:18:07 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
td {
|
|
|
|
text-align: right;
|
|
|
|
}
|
|
|
|
|
2017-06-19 13:46:40 +00:00
|
|
|
h1, h2 ,h3, h4 {
|
2012-07-22 00:18:07 +00:00
|
|
|
direction: rtl;
|
2016-07-24 11:25:32 +00:00
|
|
|
text-align: right !important;
|
|
|
|
}
|
|
|
|
|
2017-04-09 06:28:47 +00:00
|
|
|
h2, h3 {
|
2017-10-25 09:47:34 +00:00
|
|
|
background: linear-gradient(to bottom, #fff 50%, rgba(255,255,255,0.6) 50%, rgba(240,240,255,0.4)), linear-gradient(to left, #fff 5%, rgba(231, 231, 255, 0.8) 15%) !important;
|
2017-04-09 06:28:47 +00:00
|
|
|
}
|
|
|
|
|
2017-07-28 18:00:53 +00:00
|
|
|
#debug h2 {
|
|
|
|
background: url(/themes/console/images/info/debug.png) 6px center no-repeat, linear-gradient(to bottom, #fcfcff 50%, rgba(255,255,255,0.6) 50%, rgba(240,240,255,0.4)), linear-gradient(to left, #fcfcff 5%, rgba(231, 231, 255, 0.8) 25%) !important;
|
|
|
|
background-size: 20px 20px, 100% 100%, 100% 100% !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
#portmapper th:last-child, #portmapper td:last-child {
|
|
|
|
text-align: center !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.buckets {
|
|
|
|
margin-bottom: -10px !important;
|
|
|
|
}
|
|
|
|
|
2017-10-25 09:31:13 +00:00
|
|
|
.routersummaryouter {
|
|
|
|
margin-right: -1px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.routersummary {
|
|
|
|
margin-bottom: 4px;
|
|
|
|
}
|
|
|
|
|
2016-07-24 11:25:32 +00:00
|
|
|
.routersummary h4 {
|
|
|
|
text-align: center;
|
2012-07-22 00:18:07 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
h1 {
|
2017-06-19 13:46:40 +00:00
|
|
|
margin: 0 212px -15px 0;
|
2017-10-25 09:47:34 +00:00
|
|
|
padding: 16px 20px 15px 10px;
|
2017-07-28 18:00:53 +00:00
|
|
|
background: linear-gradient(to left, #fcfcff, rgba(252,252,255,0) 600px), linear-gradient(to bottom, #fcfcff 50%, rgba(248,248,255,0.6) 50%), repeating-linear-gradient(135deg, rgba(255,255,255,0.5) 2px, rgba(221, 221, 255, 0.3) 3px, #fff 5px) #fafaff !important;
|
2012-07-22 00:18:07 +00:00
|
|
|
}
|
|
|
|
|
2017-05-14 06:26:16 +00:00
|
|
|
h2 {
|
|
|
|
font-size: 16pt;
|
|
|
|
}
|
|
|
|
|
|
|
|
h3 {
|
2017-07-28 18:00:53 +00:00
|
|
|
font-size: 13pt;
|
2017-07-27 02:14:34 +00:00
|
|
|
padding-right: 10px;
|
2017-05-14 06:26:16 +00:00
|
|
|
}
|
|
|
|
|
2012-07-22 00:18:07 +00:00
|
|
|
form {
|
|
|
|
text-align: right;
|
2016-07-24 11:25:32 +00:00
|
|
|
margin: 0 16px 0 -16px;
|
|
|
|
}
|
|
|
|
|
2017-04-09 06:28:47 +00:00
|
|
|
#stats form {
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
|
2017-07-27 02:14:34 +00:00
|
|
|
.routersummary img[src$="i2plogo.png"] {
|
|
|
|
margin-left: 0 !important;
|
|
|
|
}
|
|
|
|
|
2017-04-09 06:28:47 +00:00
|
|
|
table.search td:nth-child(2) {
|
|
|
|
padding: 0 10px 0 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
table.search td:nth-child(3) {
|
|
|
|
padding: 0 2px 0 8px;
|
|
|
|
}
|
|
|
|
|
2017-07-28 18:00:53 +00:00
|
|
|
input.search[type="text"], input.search[type="text"]:focus {
|
|
|
|
background-position: right 4px center !important;
|
|
|
|
padding: 5px 24px 5px 5px !important;
|
2017-04-09 06:28:47 +00:00
|
|
|
}
|
|
|
|
|
2017-07-27 02:14:34 +00:00
|
|
|
button, input[type="submit"], input[type="reset"] {
|
|
|
|
display: inline-block;
|
2017-07-28 18:00:53 +00:00
|
|
|
line-height: 120%;
|
2017-07-30 12:05:04 +00:00
|
|
|
font-size: 10pt;
|
2017-07-27 02:14:34 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
#config_homepage.main input.delete {
|
|
|
|
float: right;
|
|
|
|
margin-top: 5px !important;
|
|
|
|
}
|
|
|
|
|
2017-04-09 06:28:47 +00:00
|
|
|
button.search, input[type="submit"], input[type="reset"],
|
|
|
|
button.search:hover, input[type="submit"]:hover, input[type="reset"]:hover,
|
|
|
|
button.search:focus, input[type="submit"]:focus, input[type="reset"]:focus,
|
|
|
|
button.search:active, input[type="submit"]:active, input[type="reset"]:active {
|
2017-05-14 06:26:16 +00:00
|
|
|
background-position: right 6px center !important;
|
2017-06-03 14:11:33 +00:00
|
|
|
padding: 5px 24px 5px 7px !important;
|
2017-04-09 06:28:47 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
select, select:hover, select:focus, select:active {
|
2017-06-03 14:11:33 +00:00
|
|
|
padding: 4px 4px 4px 16px !important;
|
2017-04-09 06:28:47 +00:00
|
|
|
background-position: left center !important;
|
|
|
|
text-align: right !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
#loggingoptions input[type="text"], #i2pupdates input[type="text"], #addkeyring input[type="text"],
|
|
|
|
#reseedconfig input[type="text"], #manualreseed input[type="text"], #plugininstall input[type="text"], .homelinkedit input[type="text"] {
|
|
|
|
direction: ltr;
|
|
|
|
text-align: right;
|
|
|
|
}
|
|
|
|
|
|
|
|
.homelinkedit td:nth-child(4) {
|
|
|
|
direction: ltr !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
input[name="refreshInterval"] {
|
|
|
|
text-align: left;
|
|
|
|
}
|
|
|
|
|
|
|
|
#loggingoptions td:last-child:not(.optionsave) {
|
|
|
|
text-align: right;
|
|
|
|
}
|
|
|
|
|
2017-07-28 18:00:53 +00:00
|
|
|
#statsForm, #joinfamily, #newfamily, #permabanned {
|
2016-07-24 11:25:32 +00:00
|
|
|
margin-left: 0;
|
|
|
|
margin-right: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
form[action="configpeer"] {
|
|
|
|
margin-left: -16px;
|
|
|
|
margin-right: 16px;
|
|
|
|
}
|
|
|
|
|
|
|
|
form[action="configpeer"] > h3.tabletitle {
|
|
|
|
margin-left: 16px;
|
|
|
|
margin-right: -16px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#config_summarybar table.configtable {
|
|
|
|
margin-right: 0;
|
2012-07-22 00:18:07 +00:00
|
|
|
}
|
|
|
|
|
2017-07-27 02:14:34 +00:00
|
|
|
.routersummary form {
|
2012-07-22 00:18:07 +00:00
|
|
|
text-align: center;
|
2011-06-20 16:27:58 +00:00
|
|
|
}
|
|
|
|
|
2016-07-24 11:25:32 +00:00
|
|
|
div.wideload {
|
|
|
|
margin-left: -16px;
|
|
|
|
margin-right: 16px;
|
|
|
|
}
|
|
|
|
|
2017-05-15 03:18:34 +00:00
|
|
|
.routersummary h3 a {
|
2017-07-27 02:14:34 +00:00
|
|
|
font-size: 120% !important;
|
2017-05-15 03:18:34 +00:00
|
|
|
}
|
|
|
|
|
2016-07-24 11:25:32 +00:00
|
|
|
.routersummary h3, .routersummary h4 {
|
|
|
|
text-align: center !important;
|
|
|
|
}
|
|
|
|
|
2017-07-27 02:14:34 +00:00
|
|
|
.sb_newsheadings {
|
|
|
|
margin: 5px -8px 0 0 !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.sb_newsheadings:hover {
|
|
|
|
margin: 5px -5px 0 0 !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.sb_newsheadings table {
|
|
|
|
margin: -12px 0 -8px -10px;
|
|
|
|
border-collapse: separate;
|
|
|
|
border-spacing: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.sb_newsheadings table:hover {
|
|
|
|
padding-right: 3px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.sb_newsheadings tr td, .sb_newsheadings tr:hover td {
|
|
|
|
padding-right: 24px !important;
|
|
|
|
padding-left: 6px !important;
|
|
|
|
background-position: right 6px center !important;
|
|
|
|
background-color: none !important;
|
|
|
|
}
|
|
|
|
|
2016-07-24 11:25:32 +00:00
|
|
|
#sb_services a {
|
|
|
|
text-align: right !important;
|
2017-07-28 18:00:53 +00:00
|
|
|
padding-right: 28px !important;
|
|
|
|
background-position: right 6px center !important;
|
2011-06-20 16:27:58 +00:00
|
|
|
}
|
|
|
|
|
2017-10-25 09:31:13 +00:00
|
|
|
#sb_graphcontainer {
|
|
|
|
background-position: left -60px top -20px !important;
|
|
|
|
transform: scale(-1, +1);
|
|
|
|
}
|
|
|
|
|
|
|
|
#sb_bandwidthgraph {
|
|
|
|
margin: -5px -5px -5px 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
@media screen and (-webkit-min-device-pixel-ratio: 0) {
|
|
|
|
#sb_bandwidthgraph {
|
|
|
|
margin: -5px -5px -6px 0 !important;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.percentBarOuter {
|
|
|
|
margin: -4px -3px -4px -5px;
|
|
|
|
background: linear-gradient(to left, rgba(0,255,0,0.05) 50%, rgba(255,255,0,0.05) 75%, rgba(255,128,0,0.05) 90%, rgba(255,0,0,0.1)), repeating-linear-gradient(to right, rgba(180, 180, 255,0.7) 1px, rgba(180, 180, 255, 0.7) 2px, rgba(221, 221, 255, 0.7) 2px, rgba(221, 221, 255, 0.7) 4px);
|
|
|
|
}
|
|
|
|
|
|
|
|
.sb_info .percentBarOuter {
|
|
|
|
margin: 3px 2px -19px -4px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.sb_updatestatus, .sb_info .percentBarText {
|
|
|
|
font-size: 9pt;
|
|
|
|
}
|
|
|
|
|
|
|
|
.sb_info .percentBarText {
|
|
|
|
padding-top: 1px;
|
|
|
|
direction: ltr;
|
|
|
|
}
|
|
|
|
|
2017-07-27 02:14:34 +00:00
|
|
|
.routersummary td:last-child {
|
2012-07-22 00:18:07 +00:00
|
|
|
text-align: left;
|
|
|
|
}
|
|
|
|
|
2017-07-27 02:14:34 +00:00
|
|
|
.logo {
|
2012-07-22 00:18:07 +00:00
|
|
|
float:right;
|
|
|
|
}
|
2011-06-20 16:27:58 +00:00
|
|
|
|
2017-07-27 02:14:34 +00:00
|
|
|
.messages li, .messages li:first-child, .error li:first-child, .error li {
|
2017-05-14 06:26:16 +00:00
|
|
|
padding: 0 24px 0 0 !important;
|
2017-06-19 13:46:40 +00:00
|
|
|
font-size: 12pt;
|
2017-05-14 06:26:16 +00:00
|
|
|
}
|
|
|
|
|
2017-06-19 13:46:40 +00:00
|
|
|
.error li, .notice li {
|
2017-05-14 06:26:16 +00:00
|
|
|
background-position: right center !important;
|
2017-06-19 13:46:40 +00:00
|
|
|
font-size: 12pt;
|
2017-05-14 06:26:16 +00:00
|
|
|
}
|
2011-06-20 16:27:58 +00:00
|
|
|
|
2017-07-27 02:14:34 +00:00
|
|
|
.warning {
|
2011-06-20 16:27:58 +00:00
|
|
|
text-align: right;
|
|
|
|
}
|
|
|
|
|
2017-07-27 02:14:34 +00:00
|
|
|
.main {
|
2017-06-19 13:46:40 +00:00
|
|
|
margin: 10px 212px 0 0;
|
2013-04-30 12:35:45 +00:00
|
|
|
padding: 7px 20px 30px 20px;
|
2012-07-22 00:18:07 +00:00
|
|
|
}
|
|
|
|
|
2017-07-27 02:14:34 +00:00
|
|
|
.sorry {
|
2017-06-19 13:46:40 +00:00
|
|
|
margin: 14px 212px 0 0;
|
|
|
|
padding: 20px 70px 20px 20px !important;
|
|
|
|
background: url(/themes/console/images/info/errortriangle.png) right 15px center no-repeat #fff;
|
|
|
|
}
|
|
|
|
|
2017-07-27 02:14:34 +00:00
|
|
|
.main li {
|
2011-06-20 16:27:58 +00:00
|
|
|
text-align: right;
|
2012-07-22 00:18:07 +00:00
|
|
|
}
|
2011-06-20 16:27:58 +00:00
|
|
|
|
2017-05-14 06:26:16 +00:00
|
|
|
.main#home {
|
|
|
|
padding-bottom: 10px;
|
|
|
|
}
|
|
|
|
|
2011-06-20 16:27:58 +00:00
|
|
|
div.news {
|
2017-07-27 02:14:34 +00:00
|
|
|
margin: 10px 212px -12px 0 !important;
|
2016-07-24 11:25:32 +00:00
|
|
|
padding: 7px 20px 10px 20px;
|
2012-07-22 00:18:07 +00:00
|
|
|
direction: ltr;
|
2011-06-20 16:27:58 +00:00
|
|
|
}
|
|
|
|
|
2017-05-14 06:26:16 +00:00
|
|
|
.news h3, #newspage h3 {
|
|
|
|
direction: ltr;
|
|
|
|
}
|
|
|
|
|
2017-07-27 02:14:34 +00:00
|
|
|
.graphspanel form {
|
2011-06-20 16:27:58 +00:00
|
|
|
text-align: right;
|
|
|
|
}
|
|
|
|
|
2017-06-03 14:11:33 +00:00
|
|
|
#graphs td.infohelp {
|
|
|
|
text-align: right;
|
|
|
|
padding-right: 40px !important;
|
|
|
|
}
|
|
|
|
|
2012-07-22 00:18:07 +00:00
|
|
|
.langbox {
|
|
|
|
float: left;
|
|
|
|
text-align: left;
|
2016-07-24 11:25:32 +00:00
|
|
|
padding-left: 0;
|
|
|
|
margin-left: 4px;
|
|
|
|
}
|
|
|
|
|
2017-06-03 14:11:33 +00:00
|
|
|
p#helptranslate {
|
|
|
|
padding-right: 50px !important;
|
|
|
|
text-align: right !important;
|
|
|
|
background-position: right 14px center !important;
|
2017-10-25 09:47:34 +00:00
|
|
|
background-image: url(/themes/console/images/info/infohelp.png);
|
2017-06-03 14:11:33 +00:00
|
|
|
background-size: 28px auto !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
#loggingoptions p {
|
|
|
|
text-align: right;
|
|
|
|
}
|
|
|
|
|
2016-07-24 11:25:32 +00:00
|
|
|
.confignav {
|
2017-07-27 02:14:34 +00:00
|
|
|
margin-left: -20px !important;
|
|
|
|
margin-right: -20px !important;
|
2017-06-12 12:45:51 +00:00
|
|
|
margin-top: -5px !important;
|
2016-07-24 11:25:32 +00:00
|
|
|
direction: ltr;
|
2011-06-20 16:27:58 +00:00
|
|
|
}
|
|
|
|
|
2012-07-22 00:18:07 +00:00
|
|
|
.formaction {
|
|
|
|
text-align: left;
|
2016-07-24 11:25:32 +00:00
|
|
|
margin: 0 -16px 0 16px;
|
|
|
|
}
|
|
|
|
|
2017-05-14 06:26:16 +00:00
|
|
|
.formaction#consolepass, .formaction#tunnelconfigsave, .formaction#homeapps, .formaction#homesites, #sidebardefaults, #loggingoptions,
|
|
|
|
#reseedconfig, #addkeyring, #netconfig, #advconf, #bandwidthconfig, #externali2cp, #pluginupdater, #newfamily, #webappconfigactions, #configstats {
|
|
|
|
margin-bottom: 15px !important;
|
2016-07-24 11:25:32 +00:00
|
|
|
}
|
|
|
|
|
2017-07-28 18:00:53 +00:00
|
|
|
#clientconfig, #webappconfig {
|
|
|
|
margin-right: -32px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#clientconfig td:nth-child(2), #clientconfig td:nth-child(3) {
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
#clientconfig th:first-child, #clientconfig td:first-child,
|
2017-04-09 06:28:47 +00:00
|
|
|
#webappconfig th:first-child, #webappconfig td:first-child {
|
2017-07-28 18:00:53 +00:00
|
|
|
text-align: left !important;
|
2017-04-09 06:28:47 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
#webappconfig th:nth-child(2), #webappconfig td:nth-child(2),
|
|
|
|
#webappconfig th:nth-child(3), #webappconfig td:nth-child(3) {
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
#webappconfigactions {
|
|
|
|
margin-left: 32px;
|
|
|
|
margin-right: -32px;
|
|
|
|
}
|
|
|
|
|
2016-07-24 11:25:32 +00:00
|
|
|
div[lang="ar"] p, div[lang="ar"] ul {
|
|
|
|
padding: 0 20px;
|
2017-05-14 06:26:16 +00:00
|
|
|
font-size: 11pt;
|
2016-07-24 11:25:32 +00:00
|
|
|
}
|
|
|
|
|
2017-06-12 12:45:51 +00:00
|
|
|
div[lang="ar"] .links li {
|
2016-07-24 11:25:32 +00:00
|
|
|
list-style: none;
|
2017-06-12 12:45:51 +00:00
|
|
|
margin-bottom: 15px;
|
2017-07-27 02:14:34 +00:00
|
|
|
padding-right: 5px !important;
|
2017-06-12 12:45:51 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
div[lang="ar"] ul li {
|
|
|
|
list-style-image: url("images/link.png") !important;
|
|
|
|
list-style-position: outside;
|
|
|
|
margin-left: 0 !important;
|
|
|
|
padding-left: 0 !important;
|
|
|
|
margin-top: 15px !important;
|
|
|
|
margin-right: 50px !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
div[lang="ar"] ul, div[lang="ar"] p {
|
|
|
|
margin: 10px;
|
2016-07-24 11:25:32 +00:00
|
|
|
}
|
|
|
|
|
2017-10-25 09:39:09 +00:00
|
|
|
#help li {
|
|
|
|
margin-left: 20px !important;
|
|
|
|
}
|
|
|
|
|
2017-06-12 12:45:51 +00:00
|
|
|
.links li:first-child {
|
2016-07-24 11:25:32 +00:00
|
|
|
margin-top: 15px !important;
|
2011-06-20 16:27:58 +00:00
|
|
|
}
|
|
|
|
|
2017-06-12 12:45:51 +00:00
|
|
|
.main#help .links li:first-child {
|
2017-05-14 06:26:16 +00:00
|
|
|
margin-top: -10px !important;
|
|
|
|
}
|
|
|
|
|
2017-06-12 12:45:51 +00:00
|
|
|
.main#help .links li {
|
2017-10-25 09:39:09 +00:00
|
|
|
margin: 5px 50px 5px 20px;
|
2017-05-14 06:26:16 +00:00
|
|
|
}
|
|
|
|
|
2017-10-25 09:39:09 +00:00
|
|
|
#fullhistory {
|
|
|
|
text-align: left;
|
|
|
|
}
|
|
|
|
|
|
|
|
#fullhistory::before {
|
|
|
|
margin-left: 10px;
|
2017-05-14 06:26:16 +00:00
|
|
|
}
|
|
|
|
|
2017-06-12 12:45:51 +00:00
|
|
|
.links li code {
|
2011-06-20 16:27:58 +00:00
|
|
|
text-align: right;
|
|
|
|
}
|
|
|
|
|
|
|
|
code {
|
|
|
|
text-align: right;
|
|
|
|
}
|
|
|
|
|
2016-07-24 11:25:32 +00:00
|
|
|
th {
|
2017-05-14 06:26:16 +00:00
|
|
|
text-align:right;
|
2016-07-24 11:25:32 +00:00
|
|
|
}
|
|
|
|
|
2017-07-27 02:14:34 +00:00
|
|
|
.links code, #console code {
|
|
|
|
font-size: 10pt !important;
|
|
|
|
}
|
|
|
|
|
2016-07-24 11:25:32 +00:00
|
|
|
th a.script {
|
|
|
|
float: left;
|
|
|
|
}
|
|
|
|
|
2017-07-27 02:14:34 +00:00
|
|
|
div.joblog li {
|
2012-07-22 00:18:07 +00:00
|
|
|
text-align: left;
|
|
|
|
direction: ltr;
|
|
|
|
}
|
2011-06-20 16:27:58 +00:00
|
|
|
|
2012-07-22 00:18:07 +00:00
|
|
|
span.newtab {
|
|
|
|
text-align: left;
|
|
|
|
font-size: 8pt;
|
|
|
|
float: left;
|
|
|
|
letter-spacing: 0;
|
2017-05-14 06:26:16 +00:00
|
|
|
margin-left: 10px;
|
2011-06-20 16:27:58 +00:00
|
|
|
}
|
2016-07-24 11:25:32 +00:00
|
|
|
|
|
|
|
#tunnelconfig + hr {
|
|
|
|
background: #fff ;
|
|
|
|
}
|
|
|
|
|
2018-02-24 12:43:58 +00:00
|
|
|
#plugininstall, #plugininstall2 {
|
2016-07-24 11:25:32 +00:00
|
|
|
margin: 0 0 0 -16px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#updateplugins {
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
|
2017-04-09 06:28:47 +00:00
|
|
|
#pluginconfig th:first-child, #pluginconfig td:first-child {
|
2016-07-24 11:25:32 +00:00
|
|
|
min-width: 100px;
|
|
|
|
white-space: normal;
|
2017-04-09 06:28:47 +00:00
|
|
|
text-align: left !important;
|
2016-07-24 11:25:32 +00:00
|
|
|
padding-right: 5px;
|
|
|
|
}
|
|
|
|
|
2017-04-09 06:28:47 +00:00
|
|
|
#pluginconfig th:nth-child(2), #pluginconfig th:nth-child(3),
|
|
|
|
#pluginconfig td:nth-child(2), #pluginconfig td:nth-child(3) {
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
#pluginconfig table th:nth-child(2), #pluginconfig table td:nth-child(2) {
|
|
|
|
text-align: right;
|
|
|
|
}
|
|
|
|
|
|
|
|
.main#config_plugins {
|
|
|
|
overflow: hidden;
|
|
|
|
}
|
|
|
|
|
2017-07-28 18:00:53 +00:00
|
|
|
td.optionsave, #peerdefs td:first-child {
|
2016-07-24 11:25:32 +00:00
|
|
|
text-align: left;
|
|
|
|
}
|
|
|
|
|
|
|
|
p.infohelp, p.infowarn, td.infohelp, td.infowarn,
|
2017-07-28 18:00:53 +00:00
|
|
|
#bugreports td.infohelp, p#debugmode, p#sybilinfo,
|
2016-07-24 11:25:32 +00:00
|
|
|
#bandwidthconfig tr:first-child .infohelp,
|
2017-04-09 06:28:47 +00:00
|
|
|
#addkeyring td.infohelp, #joinfamily tr:nth-child(3) td:first-child,
|
2016-07-24 11:25:32 +00:00
|
|
|
#newfamily tr:last-child td:first-child,
|
2017-04-09 06:28:47 +00:00
|
|
|
#oldhome td:first-child, #floodfillconfig .infohelp,
|
2016-07-24 11:25:32 +00:00
|
|
|
p#clientconf.infohelp, p#webappconfig.infohelp,
|
2017-04-09 06:28:47 +00:00
|
|
|
p#pluginconfig, #plugininstall .infohelp,
|
2016-07-24 11:25:32 +00:00
|
|
|
#manualreseed tr:nth-last-child(2) td.infohelp,
|
|
|
|
#config_peers tr:nth-child(3) td.infohelp,
|
2017-04-09 06:28:47 +00:00
|
|
|
h3#shutdownrouter + p.infohelp, h3#restartrouter + p.infohelp,
|
|
|
|
h3#systray + p.infohelp, h3#servicedebug + p.infohelp,
|
|
|
|
h3#browseronstart + p.infohelp, .main#config_reseed p.infohelp,
|
|
|
|
p#enablefullstats, p#gatherstats, #config_family .infohelp,
|
|
|
|
#consolepass tr:first-child td, form[action="events"],
|
2016-07-24 11:25:32 +00:00
|
|
|
#plugininstall tr:nth-child(3) td:nth-last-child(2), #manualreseed tr:nth-child(3) td:nth-last-child(2),
|
2018-02-24 12:43:58 +00:00
|
|
|
#manualreseed tr:nth-child(5) td:nth-last-child(2), #plugininstall2 tr:nth-child(2) td:nth-last-child(2),
|
2016-07-24 11:25:32 +00:00
|
|
|
#config_summarybar .configtable td:not(.optionsave) {
|
|
|
|
background-position: right 12px center !important;
|
|
|
|
padding: 15px 50px 15px 10px !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
#themesettings, #langsettings {
|
|
|
|
margin-left: 16px !important;
|
|
|
|
margin-right: -16px !important;
|
|
|
|
}
|
|
|
|
|
2017-04-09 06:28:47 +00:00
|
|
|
div.themechoice, div.langselect {
|
|
|
|
float: right;
|
|
|
|
}
|
|
|
|
|
2017-06-19 13:46:40 +00:00
|
|
|
.themelabel {
|
|
|
|
padding: 3px !important;
|
2017-10-25 09:47:34 +00:00
|
|
|
font-size: 10pt !important;
|
2017-06-19 13:46:40 +00:00
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
2017-04-09 06:28:47 +00:00
|
|
|
.homelinkedit tr:last-child td:first-child, p#helptranslate {
|
|
|
|
text-align: left;
|
|
|
|
}
|
|
|
|
|
2016-07-24 11:25:32 +00:00
|
|
|
#sidebarconf tr:last-child td:last-child {
|
|
|
|
text-align: right;
|
|
|
|
}
|
|
|
|
|
2017-07-28 18:00:53 +00:00
|
|
|
#sidebarconf th:last-child {
|
|
|
|
text-align: center !important;
|
2016-07-24 11:25:32 +00:00
|
|
|
}
|
|
|
|
|
2017-07-28 18:00:53 +00:00
|
|
|
#sidebarconf th {
|
|
|
|
text-align: right !important;
|
2016-07-24 11:25:32 +00:00
|
|
|
}
|
|
|
|
|
2017-07-28 18:00:53 +00:00
|
|
|
#sidebarconf td:last-child {
|
|
|
|
text-align: right !important;
|
|
|
|
padding-left: 10px !important;
|
2016-07-24 11:25:32 +00:00
|
|
|
}
|
|
|
|
|
2017-07-28 18:00:53 +00:00
|
|
|
#sidebarconf td:nth-last-child(2) {
|
|
|
|
text-align: left !important;
|
2017-04-09 06:28:47 +00:00
|
|
|
}
|
|
|
|
|
2017-07-28 18:00:53 +00:00
|
|
|
#manualreseed, #config_keyring .configtable {
|
|
|
|
margin-right: 0 !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
#config_keyring form h3, #config_update form h3, form h3 {
|
|
|
|
margin-right: -16px;
|
|
|
|
margin-left: 16px;
|
2017-04-09 06:28:47 +00:00
|
|
|
}
|
|
|
|
|
2018-02-24 12:43:58 +00:00
|
|
|
#plugininstall, #plugininstall2 {
|
2016-07-24 11:25:32 +00:00
|
|
|
margin-right: 0 !important;
|
|
|
|
}
|
|
|
|
|
2017-07-28 18:00:53 +00:00
|
|
|
#pluginconfig {
|
2016-07-24 11:25:32 +00:00
|
|
|
margin-right: -32px !important;
|
|
|
|
}
|
|
|
|
|
2017-04-09 06:28:47 +00:00
|
|
|
#tunnelconfig td:nth-child(n+2) {
|
|
|
|
text-align: right;
|
|
|
|
}
|
|
|
|
|
2016-07-24 11:25:32 +00:00
|
|
|
.formaction#clientsconfig, .formaction#pluginconfig {
|
|
|
|
margin-left: 32px;
|
|
|
|
margin-right: -32px;
|
2017-04-09 06:28:47 +00:00
|
|
|
margin-bottom: 15px;
|
2016-07-24 11:25:32 +00:00
|
|
|
}
|
|
|
|
|
2017-05-14 06:26:16 +00:00
|
|
|
.infohelp#webappconfig, h3#webappconfig, #pluginconfig, h3#pconfig {
|
2016-07-24 11:25:32 +00:00
|
|
|
margin-right: 0;
|
|
|
|
}
|
|
|
|
|
2017-05-14 06:26:16 +00:00
|
|
|
#configstats td:first-child {
|
|
|
|
text-align: center !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
#configstats td:nth-child(2) {
|
|
|
|
padding-right: 10px;
|
2017-07-30 12:05:04 +00:00
|
|
|
direction: ltr;
|
2017-05-14 06:26:16 +00:00
|
|
|
}
|
|
|
|
|
2017-07-28 18:00:53 +00:00
|
|
|
#i2pupdates td:first-child, #reseedconfig td:first-child, #configstats tr:last-child td, textarea[name="levels"] {
|
2017-05-14 06:26:16 +00:00
|
|
|
text-align: left !important;
|
|
|
|
}
|
|
|
|
|
2017-07-28 18:00:53 +00:00
|
|
|
textarea#advancedsettings, #i2pupdates textarea, #addkeyring textarea, #reseedconfig textarea, #enviro {
|
2017-04-09 06:28:47 +00:00
|
|
|
direction: ltr;
|
|
|
|
}
|
|
|
|
|
2017-06-03 14:11:33 +00:00
|
|
|
.main[id^="config_"] select, .main[id^="config_"] textarea, .main[id^="config_"] .optbox {
|
|
|
|
margin-right: 3px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#i2pupdates input[type="text"]:not([readonly]), #i2pupdates textarea, .main[id^="config_"] textarea, input[name="newsURL"] {
|
|
|
|
width: calc(100% - 10px);
|
|
|
|
}
|
|
|
|
|
2017-04-09 06:28:47 +00:00
|
|
|
.homelinkedit th:first-child, .homelinkedit td:first-child {
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
.homelinkedit th:nth-child(2), .homelinkedit td:nth-child(2) {
|
|
|
|
text-align: left;
|
|
|
|
width: 24px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#bannedips, #banlist {
|
|
|
|
margin-left: 0 !important;
|
|
|
|
margin-right: 0 !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
#bannedips, #bannedips table {
|
|
|
|
direction: ltr !important;
|
|
|
|
}
|
|
|
|
|
2017-07-28 18:00:53 +00:00
|
|
|
.mediumtags, #enviro td {
|
2016-07-24 11:25:32 +00:00
|
|
|
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 {
|
|
|
|
float: left;
|
|
|
|
}
|
|
|
|
|
|
|
|
.main#config_advanced .wideload {
|
|
|
|
margin-left: 0 !important;
|
|
|
|
margin-right: 0 !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
#config_service p.infohelp {
|
|
|
|
margin-right: -16px;
|
|
|
|
margin-left: 16px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#browserstart {
|
|
|
|
margin-bottom: 15px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#config_update.main .messages {
|
|
|
|
text-align: right;
|
|
|
|
padding-right: 50px;
|
|
|
|
}
|
|
|
|
|
2017-07-28 18:00:53 +00:00
|
|
|
#addkeyring tr:last-child td {
|
2016-07-24 11:25:32 +00:00
|
|
|
text-align: left;
|
|
|
|
}
|
|
|
|
|
|
|
|
#banlist li {
|
|
|
|
padding: 5px 35px 5px 5px;
|
|
|
|
background-position: right 10px center;
|
|
|
|
}
|
|
|
|
|
|
|
|
.tab, .tab2 {
|
2017-07-27 02:14:34 +00:00
|
|
|
display: inline-block;
|
2017-07-30 12:05:04 +00:00
|
|
|
font-size: 11pt !important;
|
2016-07-24 11:25:32 +00:00
|
|
|
margin-top: -5px;
|
2017-07-27 02:14:34 +00:00
|
|
|
padding-top: 6px !important;
|
|
|
|
padding-bottom: 6px !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.tab a {
|
|
|
|
padding: 0 5px;
|
|
|
|
display: inline;
|
2016-07-24 11:25:32 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
table.search {
|
|
|
|
margin-top: -26px;
|
|
|
|
margin-bottom: 15px;
|
|
|
|
}
|
|
|
|
|
2017-07-28 18:00:53 +00:00
|
|
|
.search td {
|
|
|
|
padding-top: 4px !important;
|
|
|
|
padding-bottom: 0 !important;
|
|
|
|
}
|
|
|
|
|
2017-10-25 09:47:34 +00:00
|
|
|
#eventlog {
|
|
|
|
margin-left: -16px !important;
|
|
|
|
margin-right: 0 !important;
|
|
|
|
}
|
|
|
|
|
2017-04-09 06:28:47 +00:00
|
|
|
h4.app {
|
2017-10-25 09:47:34 +00:00
|
|
|
background: url(/themes/console/images/eepsite.png) 10px center no-repeat, linear-gradient(to bottom, #fff 50%, rgba(255,255,255,0.6) 50%, rgba(240,240,255,0.4)), linear-gradient(to left, #fff 5%, rgba(231, 231, 255, 0.8) 15%) right center !important;
|
2017-04-09 06:28:47 +00:00
|
|
|
background-size: 16px 16px, 100% 100%, 100% 100% !important;
|
|
|
|
margin-top: 15px;
|
|
|
|
}
|
|
|
|
|
|
|
|
h4.app2 {
|
|
|
|
clear: left;
|
|
|
|
margin-top: 10px !important;
|
2017-10-25 09:47:34 +00:00
|
|
|
background: url(images/globe.png) 10px center no-repeat, linear-gradient(to bottom, #fff 50%, rgba(255,255,255,0.6) 50%, rgba(240,240,255,0.4)), linear-gradient(to left, #fff 5%, rgba(231, 231, 255, 0.8) 15%) right center !important;
|
2017-04-09 06:28:47 +00:00
|
|
|
background-size: 16px 16px, 100% 100%, 100% 100% !important;
|
|
|
|
}
|
|
|
|
|
2016-07-24 11:25:32 +00:00
|
|
|
h4.app, h4.app2, #news h3, .news h3 {
|
2017-07-27 02:14:34 +00:00
|
|
|
background-position: right 7px center, right center, right center !important;
|
|
|
|
padding: 6px 30px 6px 10px;
|
2016-07-24 11:25:32 +00:00
|
|
|
direction: ltr !important;
|
|
|
|
}
|
|
|
|
|
2017-07-27 02:14:34 +00:00
|
|
|
.applabel a {
|
|
|
|
font-size: 11pt;
|
|
|
|
}
|
|
|
|
|
2017-04-09 06:28:47 +00:00
|
|
|
div.news h3, #news h3 {
|
|
|
|
background: url(images/news.png) right 8px center no-repeat, linear-gradient(to left, #fff, #eef) !important;
|
2017-10-25 09:47:34 +00:00
|
|
|
background: url(images/news.png) right 8px center no-repeat, linear-gradient(to bottom, #fff 50%, rgba(255,255,255,0.6) 50%, rgba(240,240,255,0.4)), linear-gradient(to left, #fff 5%, rgba(231, 231, 255, 0.8) 15%) right center !important;
|
2017-04-09 06:28:47 +00:00
|
|
|
padding: 5px 30px 5px 10px;
|
2017-05-14 06:26:16 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
#newsStatus {
|
|
|
|
float: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
#newsDisplay {
|
|
|
|
margin-left: 0 !important;
|
|
|
|
}
|
|
|
|
|
2017-10-25 09:47:34 +00:00
|
|
|
#news #newsStatus, #news #newsDisplay {
|
2017-07-28 18:00:53 +00:00
|
|
|
margin-top: 6px;
|
2017-05-14 06:26:16 +00:00
|
|
|
margin-bottom: -2px !important;
|
2017-04-09 06:28:47 +00:00
|
|
|
}
|
|
|
|
|
2017-10-25 09:47:34 +00:00
|
|
|
#news #newsStatus {
|
|
|
|
margin: -2px 0 0;
|
|
|
|
font-size: 9pt;
|
|
|
|
}
|
|
|
|
|
2017-05-15 03:18:34 +00:00
|
|
|
.newsAuthor {
|
|
|
|
float: left;
|
|
|
|
}
|
|
|
|
|
2016-07-24 11:25:32 +00:00
|
|
|
#netdboverview, #netdboverview td, #netdboverview table {
|
|
|
|
direction: ltr;
|
|
|
|
}
|
|
|
|
|
|
|
|
#netdboverview table td {
|
|
|
|
border: 1px solid #7778bf !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
#sb_internals td, #sb_advanced td {
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
2017-07-27 02:14:34 +00:00
|
|
|
#sb_localtunnels td {
|
|
|
|
vertical-align: top; !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
#sb_localtunnels td:last-child {
|
|
|
|
text-align: left !important;
|
|
|
|
padding-left: 1px;
|
|
|
|
}
|
|
|
|
|
2017-07-28 18:00:53 +00:00
|
|
|
#leasesetdebug th:last-child, #leasesetsummary th:last-child,
|
2016-07-24 11:25:32 +00:00
|
|
|
table.leaseset th:last-child, table.leaseset td:nth-child(2) {
|
|
|
|
text-align: left;
|
|
|
|
}
|
|
|
|
|
2017-07-28 18:00:53 +00:00
|
|
|
#leasesetdebug th, #leasesetsummary th, table.leaseset th {
|
2016-07-24 11:25:32 +00:00
|
|
|
text-align: right;
|
|
|
|
}
|
|
|
|
|
|
|
|
.leaseset th:first-child code, .leaseset th:first-child b {
|
|
|
|
float: right !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.leaseset th:first-child code {
|
|
|
|
direction: ltr;
|
|
|
|
padding-right: 5px;
|
|
|
|
}
|
|
|
|
|
2017-07-28 18:00:53 +00:00
|
|
|
#leasesetdebug td:nth-child(2n+1) {
|
2016-07-24 11:25:32 +00:00
|
|
|
text-align: left;
|
|
|
|
}
|
|
|
|
|
2017-07-28 18:00:53 +00:00
|
|
|
#leasesetdebug td:nth-child(2n) {
|
2016-07-24 11:25:32 +00:00
|
|
|
text-align: right;
|
|
|
|
}
|
|
|
|
|
2017-07-28 18:00:53 +00:00
|
|
|
#leasesetdebug, #leasesetsummary, table.leaseset, table.sybil_routerinfo, #netdboverview, .netdbentry {
|
2016-07-24 11:25:32 +00:00
|
|
|
margin-right: 0;
|
|
|
|
}
|
|
|
|
|
2017-04-09 06:28:47 +00:00
|
|
|
p.family, p.sybil_info {
|
|
|
|
direction: ltr;
|
|
|
|
}
|
|
|
|
|
|
|
|
.sybil_routerinfo th {
|
|
|
|
padding: 1px 6px 1px 1px !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.sybil_routerinfo th:nth-last-child(2), .sybil_routerinfo th:last-child, #netdblookup td:first-child:not(.subheading) {
|
|
|
|
text-align: left !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
td.subheading {
|
|
|
|
text-align: right !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.sybil_routerinfo th:first-child {
|
|
|
|
text-align: right !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.sybil_routerinfo td:first-child {
|
|
|
|
text-align: left;
|
|
|
|
}
|
|
|
|
|
2017-07-01 19:44:02 +00:00
|
|
|
table.leaseset:last-child, .netdbentry:last-child, #profile_defs {
|
2016-07-24 11:25:32 +00:00
|
|
|
margin-bottom: -10px;
|
|
|
|
}
|
|
|
|
|
2017-07-28 18:00:53 +00:00
|
|
|
#leasesetdebug td:first-child, #leasesetsummary td:first-child {
|
2017-04-09 06:28:47 +00:00
|
|
|
text-align: left;
|
|
|
|
}
|
|
|
|
|
|
|
|
#netdboverview th, #netdblookup th {
|
|
|
|
background-position: right 8px center !important;
|
|
|
|
padding: 8px 32px 8px 5px !important;
|
|
|
|
text-align: right !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
#netdbversions th:first-child, #netdbtransports th:first-child, #netdbcountrylist th:first-child {
|
|
|
|
text-align: left !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
#netdbversions th:last-child, #netdbtransports th:last-child, #netdbcountrylist th:last-child {
|
|
|
|
text-align: right !important;
|
|
|
|
padding-right: 5px !important;
|
|
|
|
}
|
|
|
|
|
2017-07-01 19:44:02 +00:00
|
|
|
.netdbentry th:first-child {
|
|
|
|
text-align: right !important;
|
2016-07-24 11:25:32 +00:00
|
|
|
}
|
|
|
|
|
2017-07-01 19:44:02 +00:00
|
|
|
.netdbentry th:last-child {
|
2016-07-24 11:25:32 +00:00
|
|
|
text-align: left;
|
|
|
|
}
|
|
|
|
|
2017-07-01 19:44:02 +00:00
|
|
|
.netdbentry td:nth-child(2) {
|
2017-04-09 06:28:47 +00:00
|
|
|
direction: ltr;
|
|
|
|
}
|
|
|
|
|
2017-07-01 19:44:02 +00:00
|
|
|
.netdbentry th:last-child {
|
|
|
|
border-left: 1px solid #7778bf !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.netdbentry th a img {
|
|
|
|
margin-left: 6px;
|
|
|
|
}
|
|
|
|
|
2016-07-24 11:25:32 +00:00
|
|
|
#sybilnav li {
|
|
|
|
background: url(images/eye.png) right 5px center no-repeat, linear-gradient(to right, #eef 30%, #fff);
|
|
|
|
padding: 3px 24px 3px 3px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.threatpoints + ul li {
|
|
|
|
margin-right: 20px;
|
|
|
|
}
|
|
|
|
|
2017-07-01 19:44:02 +00:00
|
|
|
.leaseset th:last-child, .leaseset td:last-child, .sybil_routerinfo th:last-child, .sybil_routerinfo td:last-child {
|
|
|
|
border-right: none !important;
|
|
|
|
}
|
|
|
|
|
2017-06-03 14:11:33 +00:00
|
|
|
p#profiles_overview, #profiles .widescroll + h3, #thresholds + h3, #profiles #banlist {
|
2017-05-14 06:26:16 +00:00
|
|
|
margin-right: -16px !important;
|
2016-07-24 11:25:32 +00:00
|
|
|
}
|
|
|
|
|
2017-06-03 14:11:33 +00:00
|
|
|
p#profiles_overview, #profiles .widescroll + h3, #thresholds + h3, #profiles #banlist {
|
|
|
|
margin-left: 16px !important;
|
2017-05-14 06:26:16 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
#profiles_overview + .widescroll {
|
|
|
|
margin: 0 -16px 0 16px !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
#profiles .confignav + .widescroll {
|
|
|
|
overflow: visible;
|
|
|
|
}
|
|
|
|
|
|
|
|
#profilelist {
|
|
|
|
margin: 0 !important;
|
|
|
|
}
|
|
|
|
|
2017-06-03 14:11:33 +00:00
|
|
|
#profilelist th:last-child, #profilelist td:last-child, #addkeyring td:first-child {
|
2017-05-14 06:26:16 +00:00
|
|
|
text-align: left;
|
|
|
|
}
|
|
|
|
|
2017-06-03 14:11:33 +00:00
|
|
|
#profile_defs td:first-child {
|
|
|
|
text-align: left !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
#profile_defs td:last-child, td.infohelp {
|
2017-05-14 06:26:16 +00:00
|
|
|
text-align: right !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
#profilelist td:nth-child(2) {
|
|
|
|
text-align: right;
|
2016-07-24 11:25:32 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
#thresholds p {
|
|
|
|
padding-right: 10px;
|
|
|
|
}
|
|
|
|
|
2017-07-01 19:44:02 +00:00
|
|
|
.sybil_routerinfo th img[src^="/flags"], .netdbentry th a img {
|
|
|
|
margin-left: 5px;
|
|
|
|
}
|
|
|
|
|
2016-07-24 11:25:32 +00:00
|
|
|
.wideload .confignav {
|
|
|
|
margin-left: -3px !important;
|
|
|
|
margin-right: -35px !important;
|
|
|
|
}
|
|
|
|
|
2017-05-14 06:26:16 +00:00
|
|
|
#floodfills, .statusnotes:last-child {
|
|
|
|
margin-bottom: -10px !important;
|
|
|
|
}
|
|
|
|
|
2016-07-24 11:25:32 +00:00
|
|
|
.main#profiles ul#banlist {
|
|
|
|
margin-bottom: -10px !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
#peers table, #tunnels table, #logs table, #debug table {
|
|
|
|
margin-right: 0 !important;
|
|
|
|
}
|
|
|
|
|
2017-07-28 18:00:53 +00:00
|
|
|
#bugreports {
|
|
|
|
padding: 10px 10px 10px 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
#logs #bugreports td.infohelp {
|
|
|
|
padding: 5px 65px 5px 0 !important;
|
|
|
|
}
|
|
|
|
|
2016-07-24 11:25:32 +00:00
|
|
|
#logs table td:first-child {
|
2017-05-14 06:26:16 +00:00
|
|
|
padding-right: 15px;
|
2017-01-07 18:51:58 +00:00
|
|
|
}
|
|
|
|
|
2017-04-09 06:28:47 +00:00
|
|
|
.logtable tr:first-child td {
|
|
|
|
direction: ltr;
|
2017-07-28 18:00:53 +00:00
|
|
|
text-align: right !important;
|
2017-06-03 14:11:33 +00:00
|
|
|
}
|
2017-04-09 06:28:47 +00:00
|
|
|
|
|
|
|
#wrapperlogs pre {
|
|
|
|
text-align: left;
|
|
|
|
direction: ltr;
|
2017-07-28 18:00:53 +00:00
|
|
|
width: 100%;
|
|
|
|
margin-right: -15px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#wrapperlogs {
|
|
|
|
margin-bottom: -10px !important;
|
2017-04-09 06:28:47 +00:00
|
|
|
}
|
|
|
|
|
2017-01-07 18:51:58 +00:00
|
|
|
#pluginconfigactions {
|
|
|
|
margin: -6px -32px -6px 32px !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
#pluginupdater.formaction {
|
|
|
|
margin: -16px 0;
|
|
|
|
}
|
|
|
|
|
2017-10-25 09:47:34 +00:00
|
|
|
#config_service .formaction {
|
|
|
|
margin-top: -13px;
|
|
|
|
}
|
|
|
|
|
2017-05-14 06:26:16 +00:00
|
|
|
pre#transports {
|
|
|
|
padding: 10px 10px 0 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
#changelog {
|
|
|
|
margin-bottom: -9px !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
#advancedsettings #configinfo {
|
|
|
|
margin: 0 0 5px !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
#portfaq {
|
|
|
|
width: auto;
|
|
|
|
margin: 16px 0 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#help h3 {
|
|
|
|
border-width: 1px 5px 1px 1px !important;
|
|
|
|
}
|
|
|
|
|
2017-05-15 03:18:34 +00:00
|
|
|
#help.main td.infohelp, #help.main td.infowarn {
|
|
|
|
padding-right: 46px !important;
|
|
|
|
padding-left: 15px !important;
|
|
|
|
}
|
|
|
|
|
2017-05-14 06:26:16 +00:00
|
|
|
#faq h3 {
|
|
|
|
background: url(/themes/console/images/info/question.png) no-repeat, linear-gradient(to bottom, #fff 50%, rgba(255, 255, 255, 0.6) 50%, rgba(240, 240, 240, 0.4)) repeat scroll 0 0%, rgba(0, 0, 0, 0) linear-gradient(to left, #fff 5%, rgba(231, 231, 255, 0.8) 15%) !important;
|
|
|
|
background-position: right 6px center, right center, right center !important;
|
|
|
|
padding-right: 30px;
|
|
|
|
background-size: 18px 18px, 100% 100%, 100% 100% !important;
|
|
|
|
}
|
|
|
|
|
2017-01-07 18:51:58 +00:00
|
|
|
#consolepass input[name="nofilter_pw"], #externali2cp input[name="nofilter_pw"], #consolepass input[name="nofilter_pw"]:focus, #externali2cp input[name="nofilter_pw"]:focus,
|
|
|
|
#consolepass input[name="name"], #externali2cp input[name="user"], #consolepass input[name="name"]:focus, #externali2cp input[name="user"]:focus {
|
|
|
|
background-position: right 3px center, center center !important;
|
|
|
|
padding: 4px 20px 4px 4px !important;
|
|
|
|
margin: 5px 3px 5px 15px !important;
|
|
|
|
}
|
|
|
|
|
2017-06-03 14:11:33 +00:00
|
|
|
label {
|
|
|
|
text-align: right !important;
|
|
|
|
display: inline-block;
|
|
|
|
}
|
|
|
|
|
|
|
|
#graphs input {
|
|
|
|
margin-left: 8px !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
#graphs td:first-child {
|
|
|
|
padding-right: 10px;
|
2017-07-28 18:00:53 +00:00
|
|
|
text-align: left;
|
2017-06-03 14:11:33 +00:00
|
|
|
}
|
|
|
|
|
2017-01-07 18:51:58 +00:00
|
|
|
#consolepass tr:first-child td, p#clientconf.infohelp, p#webappconfigtext.infohelp, #floodfillconfig .infohelp,
|
|
|
|
#bandwidthconfig tr:first-child .infohelp, h3#shutdownrouter + p.infohelp, h3#restartrouter + p.infohelp, h3#systray + p.infohelp,
|
2017-07-28 18:00:53 +00:00
|
|
|
h3#servicedebug + p.infohelp, h3#browseronstart + p.infohelp, #addkeyring td:first-child, #config_peers tr:nth-child(3) td.infohelp,
|
2017-01-07 18:51:58 +00:00
|
|
|
#config_reseed.main p.infohelp, #plugininstall tr:nth-child(3) td:nth-last-child(2), #manualreseed tr:nth-child(3) td:nth-last-child(2),
|
2018-02-24 12:43:58 +00:00
|
|
|
#manualreseed tr:nth-child(5) td:nth-last-child(2), #plugininstall2 tr:nth-child(2) td:nth-last-child(2), #manualreseed tr:nth-last-child(2) td.infohelp,
|
2017-01-07 18:51:58 +00:00
|
|
|
p#enablefullstats, p#gatherstats, #oldhome td:first-child, p#pluginconfigtext, #plugininstall .infohelp, #config_family .infohelp,
|
|
|
|
#joinfamily tr:nth-child(3) td:first-child, #newfamily tr:last-child td:first-child, #config_summarybar .configtable td:not(.optionsave),
|
2017-07-28 18:00:53 +00:00
|
|
|
#bugreports td.infohelp {
|
2017-01-07 18:51:58 +00:00
|
|
|
background-position: right 12px center !important;
|
|
|
|
padding: 15px 50px 15px 15px !important;
|
|
|
|
}
|
|
|
|
|
2017-07-27 02:14:34 +00:00
|
|
|
.routersummary h4 {
|
2017-06-12 12:45:51 +00:00
|
|
|
font-size: 11pt !important;
|
|
|
|
}
|
|
|
|
|
2017-07-27 02:14:34 +00:00
|
|
|
.routersummary h4 span, .routersummary h4 span a {
|
|
|
|
font-size: 10pt !important;
|
|
|
|
}
|
|
|
|
|
2017-06-12 12:45:51 +00:00
|
|
|
.routersummary td:first-child, .routersummary td:nth-last-child(n+2), .routersummary td a {
|
2017-07-30 12:05:04 +00:00
|
|
|
font-size: 10pt !important;
|
2017-06-12 12:45:51 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.routersummary h4 span::before {
|
|
|
|
padding: 0 0 0 5px;
|
|
|
|
}
|
|
|
|
|
2017-06-19 13:46:40 +00:00
|
|
|
.routersummary .error::before, .routersummary .warn::before, .routersummary .testing::before, .routersummary .hidden::before,
|
|
|
|
.routersummary .running::before, .routersummary .firewalled::before, .routersummary .vmcomm::before, .routersummary .clockskew::before {
|
|
|
|
padding-left: 6px !important;
|
|
|
|
padding-right: 0 !important;
|
|
|
|
}
|
|
|
|
|
2017-07-27 02:14:34 +00:00
|
|
|
.sb_newsheadings td, .sb_newsheadings tr:hover td {
|
|
|
|
background-position: right center !important;
|
|
|
|
padding-right: 18px !important;
|
|
|
|
padding-left: 8px !important;
|
|
|
|
text-align: right !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.sb_newsheadings td a {
|
|
|
|
font-size: 9pt !important;
|
|
|
|
}
|
|
|
|
|
2017-06-19 13:46:40 +00:00
|
|
|
#config_ui.main .themechoice .optbox {
|
|
|
|
margin-left: 0;
|
|
|
|
margin-right: -38px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#config_ui.main .langselect .optbox, #config_ui.main .langselect .optbox:hover, #config_ui.main .langselect .optbox:focus {
|
|
|
|
margin-left: 0;
|
|
|
|
margin-right: -2px;
|
|
|
|
}
|
|
|
|
|
2017-07-02 14:17:59 +00:00
|
|
|
.tunnel_peer {
|
|
|
|
text-align: left;
|
|
|
|
}
|
|
|
|
|
2017-07-01 19:44:02 +00:00
|
|
|
.tunnel_local {
|
|
|
|
margin-right: 0;
|
|
|
|
margin-left: 4px;
|
2017-07-02 14:17:59 +00:00
|
|
|
text-align: center;
|
2017-07-01 19:44:02 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.tunnel_id:empty + .tunnel_cap {
|
|
|
|
display: inline-block;
|
|
|
|
margin-left: 0;
|
|
|
|
margin-right: 12px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#tunnel_defs td:nth-child(3) {
|
|
|
|
border-right: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
#tunnels .cells {
|
|
|
|
text-align: center !important;
|
|
|
|
}
|
|
|
|
|
2017-07-27 02:14:34 +00:00
|
|
|
@media screen and (min-width: 800px) {
|
|
|
|
.main#console {
|
|
|
|
overflow: hidden;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2017-07-28 18:00:53 +00:00
|
|
|
@media screen and (min-width: 1000px) {
|
|
|
|
body {
|
|
|
|
overflow-x: hidden;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2017-01-07 18:51:58 +00:00
|
|
|
@media screen and (min-width: 1500px) {
|
2017-06-19 13:46:40 +00:00
|
|
|
.main, .news, h1, .sorry {
|
2017-01-07 18:51:58 +00:00
|
|
|
margin-right: 232px !important;
|
|
|
|
margin-left: 0 !important;
|
|
|
|
}
|
2017-06-19 13:46:40 +00:00
|
|
|
|
|
|
|
#config_ui.main .themechoice .optbox {
|
|
|
|
margin-left: 0;
|
|
|
|
margin-right: -49px;
|
|
|
|
}
|
2018-02-24 12:43:58 +00:00
|
|
|
}
|