Updates to console and snark themes from dr|z3d

This commit is contained in:
str4d
2012-08-07 04:22:40 +00:00
parent 740b6501cd
commit 48bcd3a8c2
5 changed files with 1161 additions and 1082 deletions

View File

@@ -108,7 +108,7 @@ div.routersummaryouter {
div.routersummary {
width: 173px;
padding: 10px 10px 8px;
padding: 8px 10px 8px;
text-align: center;
border: 1px solid #494;
background: #000 url(images/camotile2.png);
@@ -746,7 +746,7 @@ p img:first-child {
h1 {
text-align: left;
color: #EE9;
padding: 14px 15px;
padding: 13px 15px;
margin: 0 5px 0 205px !important;
font-size: 17pt;
font-weight: bold;
@@ -1233,8 +1233,9 @@ div.ag2 {
div.app {
float: left;
padding: 5px 0 0 !important;
width: 137px;
padding: 2px 0 0 !important;
/* width: 137px; */
min-width: 70px;
border: 1px solid #494;
background: #000;
background-image: -moz-linear-gradient(center top , #000B00, #000);
@@ -1242,7 +1243,7 @@ div.app {
-moz-border-radius: 3px;
-khtml-border-radius: 3px;
margin: 3px;
height: 60px;
height: 53px;
text-align: center !important;
padding-top: 3px;
opacity: 0.9;
@@ -1280,10 +1281,14 @@ table.search {
margin-right:auto;
}
.appimg {
height: 35px;
}
img.app {
height: 32px;
width: 32px;
padding: 2px 0 0 0;
padding: 2px 0 0;
margin-bottom: 2px;
}
@@ -1316,14 +1321,30 @@ td.app {
div.applabel {
font-size: 7.5pt;
margin: 0;
padding: 1px 0 0 0;
padding: 2px;
text-align: center;
vertical-align: bottom;
line-height: 95%;
text-transform: lowercase;
border: none;
/* width: 131px; */
min-width: 72px;
background: #010;
border-radius: 0 0 2px 2px;
border-top: 1px solid #494;
}
div.applabel:hover {
background: #000;
border-top: 1px solid #f60;
}
div.applabel a, div.applabel a:hover {
text-decoration: none !important;
outline: none;
}
/* end home page */
iframe.iframed {

View File

@@ -44,11 +44,19 @@ div.routersummary h3 {
text-align: center;
}
div.routersummary td {
text-align: right;
}
div.routersummary td:last-child {
text-align: left;
margin-left: 3px;
}
div.routersummary td:first-child {
text-align: right;
}
div.tunnels {
padding: -3px 0 !important;
}

View File

@@ -9,7 +9,7 @@ body {
text-align: left;
background: #000;
color: #eef;
font: 9pt/140% "Lucida Sans Unicode", "Bitstream Vera Sans", Verdana, Tahoma, Helvetica, sans-serif;
font: 8pt/137% "Lucida Sans Unicode", "Bitstream Vera Sans", Verdana, Tahoma, Helvetica, sans-serif;
}
.hide {
@@ -44,29 +44,29 @@ div.logo {
text-align: center;
border: 1px solid #99f;
background-color: #00000A;
-moz-box-shadow: inset 0px 0px 0px 2px #00000A;
-khtml-box-shadow: inset 0px 0px 0px 2px #00000A;
-moz-box-shadow: inset 0 0 0 2px #00000A;
-khtml-box-shadow: inset 0 0 0 2px #00000A;
}
div.logo hr {
color: #99f;
background: #99f;
height: 1px;
border: 0px solid #99f;
border: 0 solid #99f;
margin: 8px -5px;
}
div.logo a:link, div.logo a:visited {
text-shadow: 0px 0px 1px rgba(0, 0, 32, 0.3);
text-shadow: 0 0 1px rgba(0, 0, 32, 0.3);
}
div.logo a:active {
text-shadow: 0px 0px 1px rgba(255, 96, 0, 0.5);
text-shadow: 0 0 1px rgba(255, 96, 0, 0.5);
color: #f60;
}
div.logo a:hover {
text-shadow: 0px 0px 1px rgba(128, 0, 0, 0.5);
text-shadow: 0 0 1px rgba(128, 0, 0, 0.5);
color: #f90;
}
@@ -74,7 +74,7 @@ div.logo a:hover {
div.warning {
margin: 25px 25px 15px 260px;
padding: 0px 20px 20px 75px;
padding: 0 20px 20px 75px;
background: #001;
border: 1px solid #99f;
text-align: left;
@@ -82,13 +82,13 @@ div.warning {
background-image:url("../images/itoopie_sm.png");
background-position: 12px center;
background-repeat:no-repeat;
-moz-box-shadow: inset 0px 0px 0px 1px #f60;
-khtml-box-shadow: inset 0px 0px 0px 1px #f60;
-moz-box-shadow: inset 0 0 0 1px #f60;
-khtml-box-shadow: inset 0 0 0 1px #f60;
}
div.warning a:link {
color: #f60;
text-shadow: 0px 0px 1px rgba(255, 96, 0, 0.3);
text-shadow: 0 0 1px rgba(255, 96, 0, 0.3);
}
div.warning a:visited {
@@ -97,7 +97,7 @@ div.warning a:visited {
div.warning a:hover {
color: #f90;
text-shadow: 0px 0px 1px rgba(255, 128, 0, 0.5);
text-shadow: 0 0 1px rgba(255, 128, 0, 0.5);
}
div.warning a:active {
@@ -108,7 +108,7 @@ div.warning hr {
color: #fb7;
background: #fb7;
height: 1px;
border: 0px solid #fb7;
border: 0 solid #fb7;
margin: 10px 0;
}
@@ -132,7 +132,7 @@ div.sorry {
border: 1px solid #99f;
border-top: 0;
text-align: justify;
-moz-box-shadow: inset 0px 0px 0px 1px #d00;
-moz-box-shadow: inset 0 0 0 1px #d00;
word-wrap: break-word;
font-weight: bold;
color: #eef;
@@ -158,7 +158,7 @@ div.toolbar {
div.routersummaryouter {
float: left;
width: 200px;
margin: 0 0 5px 0px;
margin: 0 0 5px 0;
padding: 0;
border: 0;
clear: left; /* fixes a bug in Opera */
@@ -170,13 +170,14 @@ div.routersummary {
width: 190px;
color: inherit;
margin: 0;
padding: 8px 1px 4px 1px;
padding: 6px 1px 8px 1px;
text-align: center !important;
border: 1px solid #99f;
font-size: 9pt;
font-size: 8pt;
word-wrap: break-word;
font: 9pt/125%;
-moz-box-shadow: inset 0px 0px 0px 1px #00000A;
-moz-box-shadow: inset 0 0 0 1px #00000A;
border-radius: 3px;
}
div.routersummary input[type=text] {
@@ -187,7 +188,7 @@ div.routersummary hr {
color: #99f;
background: #99f;
height: 1px;
border-bottom: 0px solid #99f;
border-bottom: 0 solid #99f;
margin: 8px -1px 7px -1px;
}
@@ -196,10 +197,10 @@ div.routersummary hr:last-child {
}
div.routersummary h3 {
border: 0px solid #f00;
font-size: 9.5pt;
letter-spacing: 0.05em;
margin: -6px 0px -6px 0px;
border: 0 solid #f00;
font-size: 8.5pt;
letter-spacing: 0.01em;
margin: -6px 0 -6px 0;
padding: 3px 0;
background: #002;
text-transform: uppercase;
@@ -213,11 +214,11 @@ div.routersummary h3 a, div.routersummary h4 a {
}
div.routersummary h4 {
border: 0px solid #f00;
border: 0 solid #f00;
border-bottom: 0 !important;
font-size: 8.5pt;
font-size: 7.5pt;
letter-spacing: 0.05em;
margin: -6px 0px -6px 0px !important;
margin: -6px 0 -6px 0 !important;
padding: 5px 2px;
background: #000;
text-transform: capitalize;
@@ -233,10 +234,9 @@ div.routersummary ul {
div.routersummary table {
border: 0;
text-align: center !important;
margin: -5px 0px -5px 2px;
margin: -5px 0 -5px 2px;
width: 186px !important;
overflow: hidden;
font-size: 8pt;
padding: 0 -12px;
background-image: none !important;
background-color: transparent !important;
@@ -269,18 +269,25 @@ div.routersummary td:first-child {
overflow: hidden;
}
.routersummary form {
margin: 0;
}
div.newsheadings {
text-align: right;
margin: 0 0 0 -20px;
margin: 0 7px 0 -20px;
line-height: 110%;
}
div.newsheadings li {
list-style: none outside url('images/newsbullet_mini.png');
margin: 0 -4px 2px 8px;
line-height: 115%;
font-weight: normal !important;
}
div.tunnels table{
margin: -2px 0px -4px 2px !important;
margin: -2px 0 -4px 2px !important;
text-align: center !important;
width: 186px;
}
@@ -315,11 +322,11 @@ div.routersummary a {
}
div.routersummary a:link, div.routersummary a:visited {
text-shadow: 0px 0px 1px rgba(0, 0, 32, 0.3);
text-shadow: 0 0 1px rgba(0, 0, 32, 0.3);
}
div.routersummary a:hover {
text-shadow: 0px 0px 1px rgba(255, 96, 0, 0.7);
text-shadow: 0 0 1px rgba(255, 96, 0, 0.7);
color: #f60;
}
@@ -330,8 +337,8 @@ div.routersummary td {
}
div.main {
margin: 0px 5px 5px 200px;
padding: 15px 15px 10px 15px;
margin: 0 5px 5px 200px;
padding: 5px 15px 10px 15px;
background: #00000A;
border: 1px solid #99f;
border-top: 0;
@@ -339,6 +346,7 @@ div.main {
color: #eef;
min-width: 590px;
background: #000 url(images/scarface.jpg) right bottom no-repeat !important;
border-radius: 0 0 3px 3px;
}
div.main ul {
@@ -369,11 +377,16 @@ div.main textarea {
}
div.main h2 {
margin-top: 20px;
margin-bottom: -5px;
margin-bottom: 5px;
padding-bottom: 10px !important;
}
/*
div.main h2:last-child {
margin: 20px 0 0 !important;
}
*/
table h2 {
padding-bottom: 15px;
}
@@ -383,12 +396,11 @@ div.welcome {
}
div.main h2:first-child, div.main h3:first-child {
margin-top: 0px;
margin-bottom: -5px;
/* margin: 5px 10px -10px; */
}
div.wideload h2 {
margin-bottom: 0px !important;
margin-bottom: 10px !important;
}
div.wideload h3:first-child {
@@ -397,26 +409,27 @@ div.wideload h3:first-child {
div.wideload h3 {
margin-top: 15px !important;
margin-bottom: 0px !important;
margin-bottom: 10px !important;
}
div.wideload p !important {
div.wideload p {
margin-top: 5px;
}
div.wideload table {
margin-top: 5px !important;
}
div.news {
margin: -1px 5px 0 200px;
padding: -10px 0px 8px 0px;
background: #001;
border: 1px solid #99f;
text-align: right;
color: #99f;
min-width: 600px;
padding-bottom: 8px;
padding-left: 10px;
padding-right: 10px;
-moz-box-shadow: inset 0px 0px 4px 2px #00000A;
font-size: 7pt;
padding: 3px 8px 3px;
-moz-box-shadow: inset 0 0 4px 2px #00000A;
font-size: 8pt;
background: #001 url("images/planet.png")no-repeat scroll bottom right;
}
@@ -426,9 +439,9 @@ div.news li {
text-align: justify;
list-style: none;
margin: 15px 15px -10px -20px;
padding: 0px 0 15px 0;
padding: 0 0 15px 0;
border-bottom: 1px dotted #99f;
border-top: 0px solid #99f;
border-top: 0 solid #99f;
padding: 3px 5px 5px 0;
font-size: 10pt;
color: #eef;
@@ -441,7 +454,7 @@ div.news h3 {
text-align: left;
border: none !important;
padding-left: 0;
padding-top: 0px;
padding-top: 0;
border-bottom: 1px dotted !important;
-moz-box-shadow: none;
-hktml-box-shadow: none;
@@ -455,7 +468,7 @@ div.news h3 {
div.news p {
color: #eef;
font-size: 9pt;
font-size: 8pt;
margin-bottom: -10px;
margin-top: 10px;
}
@@ -466,33 +479,33 @@ div.news p:last-child {
div.news a:link {
color: #aaf;
text-shadow: 0px 0px 1px rgba(128, 128, 48, 0.3);
text-shadow: 0 0 1px rgba(128, 128, 48, 0.3);
}
div.news a:visited {
color: #99f !important;
text-shadow: 0px 0px 1px rgba(128, 128, 48, 0.3);
text-shadow: 0 0 1px rgba(128, 128, 48, 0.3);
}
div.news hr {
color: #99f;
background: #99f;
height: 1px;
border: 0px solid #99f;
border: 0 solid #99f;
margin: 10px 0 2px 0;
}
div.confignav {
padding: 14px 0 15px;
background: #000018;
margin: -16px -16px 0 -16px;
margin: -6px -16px 5px -16px;
border: 1px solid #99f;
-moz-box-shadow: inset 0px 0px 4px 2px #00000A;
-moz-box-shadow: inset 0 0 4px 2px #00000A;
}
div.configure {
margin: 1px -20px 0 -20px;
padding: 0px 20px 0px 20px;
margin: 15px -20px;
padding: 0 20px 0 20px;
}
div.configure hr {
@@ -500,21 +513,21 @@ div.configure hr {
}
div.configure table {
font-size: 9pt;
font-size: 8pt;
font-weight: bold;
border: 1px solid #99f;
}
div.configure tr, div.configure td {
padding: 10px 2px;
padding: 5px;
}
div.configure tr {
-moz-box-shadow: inset 0px 0px 1px 0px #000;
-moz-box-shadow: inset 0 0 1px 0 #000;
}
div.configure li:first-child, div.main li:first-child {
margin-top: -10px;
margin-top: 0;
}
div.configure li:last-child {
@@ -525,9 +538,13 @@ div.configure h2:first-child {
margin-top: 15px;
}
.configure form {
margin: 20px 15px;
}
.sidebarconf input[type="image"] {
margin: 2px;
padding: 1px;
padding: 1px;
}
.sidebarconf th:nth-child(1) {
@@ -570,8 +587,8 @@ div.configure h2:first-child {
}
div.messages {
padding: 0px 10px;
background: #001;
padding: 10px;
background: #000;
border: 1px solid #99f;
border-right: 0;
margin: -1px -15px 10px -16px;
@@ -579,7 +596,7 @@ div.messages {
font-size: 9pt;
font-weight: bold;
color: #474;
-moz-box-shadow: inset 0px 0px 4px 2px #00000A;
-moz-box-shadow: inset 0 0 4px 2px #00000A;
}
div.messages li, div.messages ul {
@@ -590,7 +607,7 @@ div.messages li, div.messages ul {
div.main li b{
color: #bb7 !important;
letter-spacing: 0.07em;
font-size: 9.5pt;
font-size: 9pt;
}
div.error {
@@ -601,12 +618,16 @@ div.notice {
font-style: italic;
}
h1,h2,h3 {
border-radius: 3px;
}
h1 {
font-size: 18pt;
text-shadow: 0px 0px 2px rgba(255, 255, 255, 0.4);
text-align: center;
text-shadow: 0 0 2px rgba(255, 255, 255, 0.4);
text-align: left;
border: 1px solid #99f;
padding: 15px 10px;
padding: 13px;
margin: 5px 5px 0 200px;
line-height: 93%;
text-transform: uppercase;
@@ -615,6 +636,7 @@ h1 {
min-width: 600px;
line-height: 100%;
color: #fff;
border-radius: 3px 3px 0 0;
}
span.newtab {
@@ -630,7 +652,7 @@ x:-o-prefocus, span.newtab {
}
h2 {
font-size: 13pt;
font-size: 12pt;
padding: 10px 10px 10px 10px;
border: 1px solid #77f;
border-top: 1px solid #99f;
@@ -641,13 +663,12 @@ h2 {
}
h3 {
font-size: 11pt;
padding: 6px 10px;
font-size: 10pt;
padding: 7px 10px;
border: 1px solid #99f;
border-right: 1px solid #77f;
border-bottom: 1px solid #77f;
letter-spacing: 0.05em;
margin-bottom: 10px;
font-weight: bold !important;
text-transform: uppercase;
}
@@ -658,6 +679,7 @@ h3 a {
h2, h3, .confignav {
background: #002 url("images/tinytitles.png") center center repeat-x !important;
margin-bottom: 10px;
}
thead, tfoot, th {
@@ -672,24 +694,24 @@ thead, tfoot, th {
table {
border-collapse: collapse;
border: 1px solid #99f;
margin: 0 0 5px 0;
margin: 15px 0 5px 0;
cell-padding: 1px;
font-size: 7.5pt;
font-size: 8pt;
background: #000;
width: 100%;
}
table hr {
padding: 0px 0;
padding: 0 0;
color: #000;
background: #000;
border: 0px solid #99f;
margin: 0px -5px;
border: 0 solid #99f;
margin: 0 -5px;
height: 1px;
}
table tt {
font-size: 7.5pt;
font-size: 8pt;
}
th {
@@ -731,25 +753,47 @@ h2.app {
*/
h4.app, h4.app2 {
margin: 0 10px 2px 10px;
padding: 10px 0 8px 0;
font-size: 11pt;
padding: 5px;
border: 1px solid #99f;
border-right: 1px solid #99f;
border-bottom: 1px solid #99f;
letter-spacing: 0.04em;
font-weight: bold !important;
text-transform: uppercase;
margin: 5px 10px 5px;
color: #fff;
background: #022;
background: url("images/tinytitles.png") repeat-x scroll center center #000022 !important;
border-radius: 3px;
}
h4.app2 {
clear: left;
margin-top: 5px !important;
margin-top: 0 !important;
}
div.ag2 {
margin: 0;
margin: 5px -15px -10px;
}
div.app {
float: left;
padding: 2px;
height: 90px;
width: 112px;
padding: 0;
min-width: 80px;
text-align: center !important;
border: 1px solid #339;
margin: 3px;
border-radius: 3px;
}
div.app:last-child {
margin-bottom: 10px;
}
div.app a:link {
font-size: 8pt !important;
text-transform: lowercase;
}
div.appgroup {
@@ -779,8 +823,8 @@ img.app {
}
img.app2p {
height: 40px;
padding: 3px 6px 0 6px;
height: 32px;
padding: 6px;
}
table.app {
@@ -802,17 +846,19 @@ td.app {
margin: 0;
}
div.applabel {
background: url('images/header.png') center center repeat-x;
-moz-border-radius: 4px;
-khtml-border-radius: 4px;
border: 2px #00f;
border-radius: 4px;
border-width: 1px;
font-size: 9pt;
margin: 0;
padding: 3px 6px 4px 6px;
.applabel {
background: #003;
font-size: 8pt;
margin: -5px -3px -3px;
padding: 2px 5px;
text-align: center;
min-width: 80px;
border-top: 1px solid #003;
border-radius: 0 0 2px 2px;
}
.applabel:hover, .appimg {
background: #000;
}
/* end home page */
@@ -841,7 +887,7 @@ hr {
color: #99f;
background: #99f;
height: 1px;
border: 0px solid #99f;
border: 0 solid #99f;
margin: 3px 0;
}
@@ -859,8 +905,7 @@ hr {
div.joblog {
margin: 10px 0;
line-height: 130% !important;
font-size: 90%;
line-height: 140% !important;
}
div.joblog li {
@@ -915,9 +960,9 @@ div.joblog hr {
}
div.joblog ol {
margin-bottom: 0px;
margin-bottom: 0;
}
/*
button, button:visited {
font: bold 9pt "Lucida Sans Unicode", "Bitstream Vera Sans", Verdana, Tahoma, Helvetica, sans-serif;
border: 1px outset #66a;
@@ -932,9 +977,9 @@ button, button:visited {
margin: 2px;
text-align: center;
min-width: 60px;
-moz-box-shadow: inset 0px 0px 2px 1px #fff;
-khtml-box-shadow: inset 0px 2px 8px 0px #fff;
box-shadow: inset 0px 2px 8px 0px #fff;
-moz-box-shadow: inset 0 0 2px 1px #fff;
-khtml-box-shadow: inset 0 2px 8px 0 #fff;
box-shadow: inset 0 2px 8px 0 #fff;
color: #316;
}
@@ -1002,25 +1047,26 @@ button:hover {
border: 1px solid #f60;
background-color: #f60 !important;
color: #fff;
-moz-box-shadow: inset 0px 0px 0px 1px #fff;
-khtml-box-shadow: inset 0px 0px 0px 1px #fff;
box-shadow: inset 0px 0px 0px 1px #fff;
-moz-box-shadow: inset 0 0 0 1px #fff;
-khtml-box-shadow: inset 0 0 0 1px #fff;
box-shadow: inset 0 0 0 1px #fff;
}
button:active {
border: 1px solid #f60;
background: #202 !important;
color: #f60;
-moz-box-shadow: inset 0px 0px 0px 1px #f60;
box-shadow: inset 0px 0px 0px 1px #f60;
-khtml-box-shadow: inset 0px 0px 0px 1px #f60;
-moz-box-shadow: inset 0 0 0 1px #f60;
box-shadow: inset 0 0 0 1px #f60;
-khtml-box-shadow: inset 0 0 0 1px #f60;
}
*/
input {
margin: 3px 5px 3px 0;
vertical-align: middle;
}
/*
input.accept {
background: #ffe url('../images/accept.png') no-repeat 2px center;
padding: 2px 3px 2px 20px;
@@ -1086,7 +1132,7 @@ input:hover {
color: #fff;
border: 1px solid #f60;
opacity: 1.0;
-moz-box-shadow: inset 0px 0px 0px 1px #fff;
-moz-box-shadow: inset 0 0 0 1px #fff;
}
@@ -1094,17 +1140,24 @@ input[type=text], input[type=password] {
margin: 3px 5px 3px 5px;
vertical-align: middle;
}
*/
select {
margin: 3px 5px 3px 5px;
margin: 3px 5px 3px 0;
vertical-align: middle;
min-width: 90px;
}
input[type=text], input[type=password] select {
input {
border-radius: 3px;
}
input[type=text], input[type=password] {
background: #001;
color: #eef;
border: 1px solid #99f;
}
submit {
margin: 3px 5px 3px 5px;
padding: 2px 0;
@@ -1112,27 +1165,35 @@ submit {
}
p {
padding: 5px 20px 0px 20px;
padding: 5px 20px 0 20px;
text-align: justify;
}
p img:first-child {
display: none !important;
}
.formaction {
text-align: right;
margin: -10px -5px;
}
.langbox {
margin: 4px 5px 0px 5px;
margin: 5px 3px 0;
color: #eef;
font-size: 7pt;
width: auto;
text-align: center;
text-align: right;
float: right;
vertical-align: middle;
}
.langbox img {
padding: 0 2px; /* Ignored by IE8 */
opacity: 0.7;
}
.langbox img:hover {
opacity: 1;
}
.links {
@@ -1153,6 +1214,7 @@ p {
.links li:last-child {
padding-bottom: 10px !important;
margin-bottom: 20px;
}
.links b {
@@ -1187,7 +1249,7 @@ a:active {
pre {
font-size: 9pt;
margin: 0px 20px;
margin: 0 20px;
}
tt {
@@ -1217,7 +1279,7 @@ tt {
}
div.graphspanel {
padding: 10px 0px 20px 0px;
padding: 10px 0 20px 0;
margin: -16px -16px -11px -16px;
background: #000012;
-moz-border-radius: 4px;
@@ -1290,18 +1352,18 @@ div.footnote hr{
color: #99f;
background: #99f;
height: 1px;
border: 0px solid #99f;
border: 0 solid #99f;
}
.topness {
font-size: 7.5pt;
font-size: 8pt;
text-align: right;
margin-top: -5px;
margin-bottom: -10px;
margin-right: 5px;
}
/* Fixes for when app is not started and console error loads inside iframe */
/* Fixes for when app is not started and console loads inside iframe */
body.iframed {
background: transparent url('../dark/images/transparent.gif') !important;
@@ -1311,12 +1373,4 @@ body.iframed {
display: none !important;
}
.iframed h1 {
margin: 5px 5px 0 0 !important;
}
.iframed div.sorry {
margin: 0 5px 0 0 !important;
}
/* end iframed console fixes */

View File

@@ -1,253 +1,253 @@
/* I2P Theme: Midnight - I2P Tunnel Manager */
/* Description: Minimalist Midnight Blue, based on Classic theme.*/
/* Author: Dr|Z3d */
body {
margin: 0px;
padding: 0px;
text-align: center;
font: 10pt/140% "Lucida Sans Unicode", "Bitstream Vera Sans", Verdana, Tahoma, Helvetica, sans-serif;
background: #000;
color: #eef;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
body.iframed {
background: transparent url('../dark/images/transparent.gif') !important;
padding-top: 5px;
}
div {
-moz-box-sizing: border-box;
box-sizing: border-box;
}
h4, label {
margin: 0px;
padding: 2px;
float: left;
width: 150px;
height: 24px;
font-weight: normal;
text-align: right;
font-size: 8.5pt;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
h4 {
font-size: 10.5pt;
text-align: center !important;
font-weight: bold;
border: 1px solid #99f;
border-top: 2px solid #99f;
margin: -6px 0 5px -10px !important;
padding: 5px 10px 25px 10px;
background: #001;
text-shadow: 0px 0px 1px rgba(32, 32, 192, 0.3);
text-transform: uppercase;
white-space: nowrap;
width: 782px;
letter-spacing: 0.09em;
background: #001 url("/themes/console/midnight/images/tinytitles.png") repeat-x center center !important;
}
label {
font-style: italic;
margin: 0 3px 0 -3px;
}
a {
/* I2P Theme: Midnight - I2P Tunnel Manager */
/* Description: Minimalist Midnight Blue, based on Classic theme.*/
/* Author: Dr|Z3d */
body {
margin: 0px;
padding: 0px;
text-align: center;
font: 10pt/140% "Lucida Sans Unicode", "Bitstream Vera Sans", Verdana, Tahoma, Helvetica, sans-serif;
background: #000;
color: #eef;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
body.iframed {
background: transparent url('../dark/images/transparent.gif') !important;
padding-top: 5px;
}
div {
-moz-box-sizing: border-box;
box-sizing: border-box;
}
h4, label {
margin: 0px;
padding: 2px;
float: left;
width: 150px;
height: 24px;
font-weight: normal;
text-align: right;
font-size: 8.5pt;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
h4 {
font-size: 10.5pt;
text-align: left !important;
font-weight: bold;
margin: -6px 0 5px -10px !important;
padding: 5px 10px 5px 10px;
background: #001;
text-shadow: 0px 0px 1px rgba(32, 32, 192, 0.3);
text-transform: uppercase;
white-space: nowrap;
width: 800px;
letter-spacing: 0.09em;
background: #001 url("/themes/console/midnight/images/tinytitles.png") repeat-x center center !important;
}
label {
font-style: italic;
margin: 0 3px 0 -3px;
}
a {
text-decoration: none;
}
form {
margin: 0px;
}
textarea, input, select, button, a {
-moz-box-sizing: border-box;
box-sizing: border-box;
font: 8pt "Lucida Sans Unicode", "Bitstream Vera Sans", Verdana, Tahoma, Helvetica, sans-serif;
float: left;
margin: 2px 0 5px 0;
background: #001;
color: #eef;
}
button {
float: none;
height: 20px !important;
}
textarea {
border: 1px solid #99f;
background: #000;
color: #eef;
}
br {
clear: left;
}
div.statusNotRunning {
float: left;
width: 82px;
height: 24px;
color: #d00;
}
div.statusRunning {
float: left;
width: 82px;
height: 24px;
color: #0d0;
}
div.statusStarting {
float: left;
width: 82px;
height: 24px;
color: #393;
}
hr {
display: none;
}
.separator, .subdivider {
clear: both;
height: 1px;
margin: 5px -8px 5px -8px;
border-bottom: 1px solid #99f;
}
.subdivider {
border-bottom: 1px dotted #99f;
margin: 0 0 10px 0;
}
.freetext {
width: 150px;
height: 22px;
border: 1px solid #99f;
}
.control {
margin: 2px;
padding: 2px;
overflow: hidden;
height: 20px;
min-width: 60px;
font-weight: bold;
background: #ddd;
color: #001 !important;
border: 1px outset #ddddc0;
text-align: center;
vertical-align: middle;
white-space: nowrap;
text-decoration: none;
}
form {
margin: 0px;
}
textarea, input, select, button, a {
-moz-box-sizing: border-box;
box-sizing: border-box;
font: 8pt "Lucida Sans Unicode", "Bitstream Vera Sans", Verdana, Tahoma, Helvetica, sans-serif;
float: left;
margin: 2px 0 5px 0;
background: #001;
color: #eef;
}
button {
float: none;
height: 20px !important;
}
textarea {
border: 1px solid #99f;
background: #000;
color: #eef;
}
br {
clear: left;
}
div.statusNotRunning {
float: left;
width: 82px;
height: 24px;
color: #d00;
}
div.statusRunning {
float: left;
width: 82px;
height: 24px;
color: #0d0;
}
div.statusStarting {
float: left;
width: 82px;
height: 24px;
color: #393;
}
hr {
display: none;
}
.separator, .subdivider {
clear: both;
height: 1px;
margin: 5px -8px 5px -8px;
border-bottom: 1px solid #99f;
}
.subdivider {
border-bottom: 1px dotted #99f;
margin: 0 0 10px 0;
}
.freetext {
width: 150px;
height: 22px;
border: 1px solid #99f;
}
.control {
margin: 2px;
padding: 1px 2px 2px 2px;
overflow: hidden;
height: 20px;
width: 60px;
font-weight: bold;
background: #ddd;
color: #001 !important;
border: 1px outset #ddddc0;
text-align: center;
vertical-align: middle;
white-space: nowrap;
text-decoration: none;
}
.control:hover {
background: #229;
color: #fff;
text-decoration: none;
}
.control:active {
border: 2px inset;
}
.panel {
width: 790px;
margin: 16px auto 16px auto;
padding: 5px 10px;
overflow: hidden;
text-align: left;
font-size: 8pt;
background: #001;
border: 4px solid #99f;
border-radius: 3px;
}
.control:hover {
background: #229;
color: #fff;
text-decoration: none;
}
.control:active {
border: 2px inset;
}
.panel {
width: 790px;
margin: 16px auto 16px auto;
padding: 5px 10px;
overflow: hidden;
text-align: left;
font-size: 8pt;
background: #001;
border: 1px solid #99f;
-moz-box-shadow: inset 0px 0px 0px 1px #99f;
}
.iframed .panel {
margin: 16px auto -8px auto !important;
}
.iframed .panel.iframed {
margin: 0 auto -8px auto !important;
}
.panel .footer {
padding: 4px;
}
.toolbox {
width: 100%;
}
.rowItem {
width: 750px;
float: left;
margin: 0px;
}
.comment {
font-style: italic;
white-space: nowrap;
}
.text {
height: 24px;
width: 150px;
padding: 2px 0 0 2px;
float: left;
margin: 0;
font-weight: bold;
}
.accessKey {
text-decoration: underline;
}
#globalOperationsPanel {
background: #001;
border: 4px solid #99f;
-moz-box-shadow: inset 0px 0px 0px 1px #900;
padding: 5px 5px 10px 5px;
text-align: right;
}
#globalOperationsPanel .control {
width: 100px !important;
margin-top: 3px;
float: right;
}
a:link {
color: #bbf;
text-decoration: none;
font-weight: bold;
word-wrap: break-word;
}
a:visited {
color: #aaf;
text-decoration: none;
font-weight: bold;
}
a:hover {
color: #f60;
text-decoration: underline;
font-weight: bold;
}
a:active {
color: #f93;
text-decoration: underline;
font-weight: bold;
}
border-radius: 3px;
}
.iframed .panel {
margin: 16px auto -8px auto !important;
}
.iframed .panel.iframed {
margin: 0 auto -8px auto !important;
}
.panel .footer {
padding: 4px;
}
.toolbox {
width: 100%;
}
.rowItem {
width: 750px;
float: left;
margin: 0px;
}
.comment {
font-style: italic;
white-space: nowrap;
}
.text {
height: 24px;
width: 150px;
padding: 2px 0 0 2px;
float: left;
margin: 0;
font-weight: bold;
}
.accessKey {
text-decoration: underline;
}
#globalOperationsPanel {
background: #001;
border: 1px solid #99f;
-moz-box-shadow: inset 0px 0px 0px 1px #900;
padding: 5px 5px 10px 5px;
text-align: right;
}
#globalOperationsPanel .control {
width: 100px !important;
margin-top: 3px;
float: right;
}
a:link {
color: #bbf;
text-decoration: none;
font-weight: bold;
word-wrap: break-word;
}
a:visited {
color: #aaf;
text-decoration: none;
font-weight: bold;
}
a:hover {
color: #f60;
text-decoration: underline;
font-weight: bold;
}
a:active {
color: #f93;
text-decoration: underline;
font-weight: bold;
}

File diff suppressed because it is too large Load Diff