propagate from branch 'i2p.i2p.zzz.test3' (head 1f086d33dd3479afceb025d2da7956d7470fb3e5)
to branch 'i2p.i2p' (head 6959293ce260b9da4d61776717c02e20a0c7b2dd)
@ -1,10 +1,15 @@
|
||||
/* Optimised for less capable browers and system specifications */
|
||||
|
||||
body {
|
||||
margin: 1em 0em;
|
||||
padding: 0em;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
text-align: left;
|
||||
background: #FFF;
|
||||
background: #bbf;
|
||||
color: #000;
|
||||
font: 10pt/120% Verdana, Tahoma, Helvetica, sans-serif;
|
||||
/*
|
||||
font: 10pt/140% Verdana, Tahoma, Helvetica, sans-serif;
|
||||
*/
|
||||
font: 9pt/140% "Lucida Sans Unicode", "Bitstream Vera Sans", Verdana, Tahoma, Helvetica, sans-serif;
|
||||
}
|
||||
|
||||
.hide {
|
||||
@ -16,18 +21,64 @@ img {
|
||||
}
|
||||
|
||||
pre {
|
||||
overflow: auto;
|
||||
font-size: 8pt !important;
|
||||
width: 100%;
|
||||
overflow-x: scroll;
|
||||
}
|
||||
|
||||
div.logo {
|
||||
float: left;
|
||||
position-relative: top 20px ;
|
||||
width: 200px;
|
||||
left: 1em;
|
||||
top: 1em;
|
||||
margin: 0em;
|
||||
padding: .5em;
|
||||
margin: 0 0 0 20px;
|
||||
padding: 10px 5px;
|
||||
text-align: center;
|
||||
border: 5px solid #ddf;
|
||||
background-color: #eef;
|
||||
-moz-border-radius: 15px;
|
||||
-moz-box-shadow: inset 0px 0px 0px 2px #99f;
|
||||
-khtml-border-radius: 15px;
|
||||
-khtml-box-shadow: inset 0px 0px 0px 2px #99f;
|
||||
}
|
||||
|
||||
div.logo hr {
|
||||
color: #ddf;
|
||||
background: #ddf;
|
||||
height: 5px;
|
||||
border: 0px solid #ddf;
|
||||
margin: 8px -3px;
|
||||
}
|
||||
|
||||
div.logo a:link, div.logo a:visited {
|
||||
text-shadow: 0px 0px 1px rgba(0, 0, 32, 0.5);
|
||||
}
|
||||
|
||||
div.logo a:active {
|
||||
text-shadow: 0px 0px 1px rgba(255, 96, 0, 0.7);
|
||||
color: #f60;
|
||||
}
|
||||
|
||||
div.logo a:hover {
|
||||
text-shadow: 0px 0px 1px rgba(128, 0, 0, 0.7);
|
||||
color: #900;
|
||||
}
|
||||
|
||||
div.warning a:link {
|
||||
color: #f60;
|
||||
text-shadow: 0px 0px 1px rgba(255, 96, 0, 0.5);
|
||||
}
|
||||
|
||||
div.warning a:visited{
|
||||
color: #f90;
|
||||
}
|
||||
|
||||
div.warning a:hover{
|
||||
color: #d30;
|
||||
text-shadow: 0px 0px 1px rgba(255, 96, 0, 0.7);
|
||||
}
|
||||
|
||||
div.warning a:active{
|
||||
color: #900;
|
||||
}
|
||||
|
||||
div.toolbar {
|
||||
@ -37,78 +88,202 @@ div.toolbar {
|
||||
}
|
||||
|
||||
div.routersummaryouter {
|
||||
float: left;
|
||||
float: left;
|
||||
width: 200px;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
border: 0;
|
||||
clear: left;/* fixes a bug in Opera */
|
||||
overflow: auto;
|
||||
clear: left; /* fixes a bug in Opera */
|
||||
}
|
||||
|
||||
div.routersummary {
|
||||
background: #fafaff;
|
||||
width: 175px;
|
||||
background: #ddf;
|
||||
width: 190px;
|
||||
color: inherit;
|
||||
margin: 0em;
|
||||
padding: 5px;
|
||||
text-align: left;
|
||||
border: medium solid #efefff;
|
||||
margin: 0;
|
||||
padding: 7px 0 0 0px;
|
||||
text-align: center !important;
|
||||
border: 5px solid #bbf;
|
||||
font-size: 9pt;
|
||||
word-wrap: break-word;
|
||||
font: 9pt/125%;
|
||||
-moz-box-shadow: inset 0px 0px 0px 1px #99f;
|
||||
}
|
||||
|
||||
div.routersummary hr {
|
||||
color: #ccf;
|
||||
background: #ccf;
|
||||
color: #bbf;
|
||||
background: #bbf;
|
||||
height: 2px;
|
||||
border: 0px solid #ccf;
|
||||
margin: 10px 0;
|
||||
border-bottom: 1px inset #bbf;
|
||||
margin: 5px 1px 4px 1px;
|
||||
-moz-box-shadow: inset 0px -1px 0px 1px #99f;
|
||||
}
|
||||
|
||||
div.routersummary p {
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
div.routersummary a:link, div.routersummary a:visited {
|
||||
text-shadow: 0px 0px 1px rgba(0, 0, 32, 0.3);
|
||||
}
|
||||
|
||||
div.routersummary a:hover {
|
||||
text-shadow: 0px 0px 1px rgba(255, 96, 0, 0.7);
|
||||
color: #f60;
|
||||
}
|
||||
|
||||
div.routersummary input[type=text] {
|
||||
text-align: right !important;
|
||||
}
|
||||
|
||||
div.warning {
|
||||
margin: 0em 1em 1em 224px;
|
||||
padding: .5em 1em;
|
||||
background: #ffefef;
|
||||
border: medium solid #ffafaf;
|
||||
margin: 20px 20px 10px 260px;
|
||||
padding: 0px 20px 20px 75px;
|
||||
background: #ffd;
|
||||
border: 5px solid #fb7;
|
||||
text-align: left;
|
||||
color: inherit;
|
||||
background-image:url("../images/errortriangle.png");
|
||||
background-position: 17px center;
|
||||
background-repeat:no-repeat;
|
||||
-moz-border-radius: 15px;
|
||||
-moz-box-shadow: inset 0px 0px 0px 2px #f60;
|
||||
-kthml-border-radius: 15px;
|
||||
-khtml-box-shadow: inset 0px 0px 0px 2px #f60;
|
||||
}
|
||||
|
||||
div.warning hr {
|
||||
color: #fb7;
|
||||
background: #fb7;
|
||||
height: 5px;
|
||||
border: 0px solid #fb7;
|
||||
margin: 5px 0;
|
||||
margin: 20px 0;
|
||||
}
|
||||
|
||||
div.warning h3 {
|
||||
border-bottom: 5px solid #fb7;
|
||||
padding-bottom: 10px;
|
||||
}
|
||||
|
||||
div.main {
|
||||
margin: 0em 1em 1em 224px;
|
||||
padding: .5em 1em;
|
||||
background: #ffffef;
|
||||
border: medium solid #ffffd0;
|
||||
margin: 0px 0px 0px 195px;
|
||||
padding: 15px 15px 15px 15px;
|
||||
background: #eef;
|
||||
border: 5px solid #bbf;
|
||||
border-top: 0;
|
||||
text-align: left;
|
||||
color: inherit;
|
||||
color: #001;
|
||||
min-width: 570px;
|
||||
-moz-box-shadow: inset 0px 0px 0px 1px #99f;
|
||||
}
|
||||
|
||||
div.main li {
|
||||
padding-bottom: 10px;
|
||||
list-style: square;
|
||||
}
|
||||
|
||||
div.main li:first-child {
|
||||
padding-top: 20px;
|
||||
}
|
||||
|
||||
div.main textarea {
|
||||
width: 100% !important;
|
||||
width: 98% !important;
|
||||
margin: 2px 0 2px 5px;
|
||||
}
|
||||
|
||||
div.news {
|
||||
margin: 0em 1em 1em 224px;
|
||||
padding: .5em 1em;
|
||||
margin: -5px 0px 0 195px;
|
||||
padding: -10px 15px 8px 15px;
|
||||
background: #ffffc0;
|
||||
border: medium solid #ffffa0;
|
||||
border: 5px solid #bbf;
|
||||
text-align: justify;
|
||||
color: inherit;
|
||||
min-width: 600px;
|
||||
padding-bottom: 8px;
|
||||
padding-left: 10px;
|
||||
padding-right: 10px;
|
||||
-moz-box-shadow: inset 0px 0px 0px 1px #99f;
|
||||
}
|
||||
|
||||
/* convert the list entry to our title */
|
||||
|
||||
div.news li {
|
||||
text-align: justify;
|
||||
list-style: none;
|
||||
margin: -15px 15px -20px -20px;
|
||||
padding: 0px 0 15px 0;
|
||||
border-bottom: 2px solid #cc7;
|
||||
border-top: 0px solid #cc7;
|
||||
padding: 3px 5px 5px 5px;
|
||||
font-size: 12pt;
|
||||
color: #540;
|
||||
}
|
||||
|
||||
div.news p {
|
||||
color: #330;
|
||||
}
|
||||
div.news a:link {
|
||||
color: #773;
|
||||
text-shadow: 0px 0px 1px rgba(128, 128, 48, 0.3);
|
||||
}
|
||||
|
||||
div.news a:visited {
|
||||
color: #f00 !important;
|
||||
text-shadow: 0px 0px 1px rgba(128, 128, 48, 0.3);
|
||||
}
|
||||
|
||||
div.news hr {
|
||||
color: #cc7;
|
||||
background: #cc7;
|
||||
height: 2px;
|
||||
border: 0px solid #cc7;
|
||||
margin: 5px 0;
|
||||
}
|
||||
|
||||
div.confignav {
|
||||
padding: 1em;
|
||||
background: #efefff;
|
||||
padding: 12px 0 15px 0;
|
||||
background: #cfc;
|
||||
margin: -20px -20px 0 -20px;
|
||||
border: 5px solid #bbf;
|
||||
-moz-box-shadow: inset 0px 0px 0px 1px #99f;
|
||||
}
|
||||
|
||||
div.configure {
|
||||
padding: 1em;
|
||||
background: #ffffc0;
|
||||
margin: 1px -20px 0 -20px;
|
||||
padding: 0px 20px 0px 20px;
|
||||
}
|
||||
|
||||
div.configure table {
|
||||
font-size: 9pt;
|
||||
font-weight: bold;
|
||||
-moz-box-shadow: inset 0px 0px 1px 1px #001;
|
||||
}
|
||||
|
||||
div.configure tr, div.configure td {
|
||||
padding: 10px 2px;
|
||||
}
|
||||
|
||||
div.configure tr {
|
||||
-moz-box-shadow: inset 0px 0px 1px 0px #bbf;
|
||||
}
|
||||
|
||||
div.messages {
|
||||
padding: 1em;
|
||||
background: #fafaff;
|
||||
padding: 0px 10px;
|
||||
background: #fff;
|
||||
border: 5px solid #bbf;
|
||||
border-right: 0;
|
||||
margin: -5px -15px 10px -20px;
|
||||
text-align: center;
|
||||
font-size: 9pt;
|
||||
font-weight: bold;
|
||||
color: #474;
|
||||
-moz-box-shadow: inset 0px 0px 0px 1px #99f;
|
||||
}
|
||||
|
||||
div.messages li, div.messages ul {
|
||||
padding: 15px 0 5px 5px;
|
||||
margin: -15px 0 0 0;
|
||||
}
|
||||
|
||||
div.messages span.error {
|
||||
@ -121,43 +296,80 @@ div.messages span.notice {
|
||||
|
||||
h1 {
|
||||
font-size: 18pt;
|
||||
text-shadow: 0px 0px 1px rgba(0, 0, 32, 0.7);
|
||||
text-align: center;
|
||||
border: 5px solid #bbf;
|
||||
padding: 13px 10px 12px 10px;
|
||||
margin: 0 0px 0 195px;
|
||||
line-height: 93%;
|
||||
text-transform: uppercase;
|
||||
letter-spacing: 0.3em;
|
||||
background: #fff;
|
||||
min-width: 600px;
|
||||
-moz-box-shadow: inset 0px 0px 0px 1px #99f;
|
||||
}
|
||||
|
||||
h2 {
|
||||
font-size: 12pt;
|
||||
font-size: 14pt;
|
||||
padding: 10px;
|
||||
border-bottom: 5px solid #bbf;
|
||||
border-top: 0px solid #bbf;
|
||||
letter-spacing: 0.04em;
|
||||
}
|
||||
|
||||
h3 {
|
||||
font-size: 10pt;
|
||||
font-size: 12pt;
|
||||
padding: 0 10px 10px 10px;
|
||||
border-bottom: 5px solid #bbf;
|
||||
border-top: 0px solid #bbf;
|
||||
letter-spacing: 0.04em;
|
||||
}
|
||||
|
||||
.proxyfooter{
|
||||
font-size: 7pt;
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
|
||||
table {
|
||||
/* border-collapse: collapse; */
|
||||
border: 5px solid #dfd;
|
||||
border-collapse: collapse;
|
||||
border: 5px solid #bbf;
|
||||
margin: 5px 0px;
|
||||
cell-padding: 1px;
|
||||
font-size: 7pt;
|
||||
background: #fff;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
table hr {
|
||||
padding: 0px 0;
|
||||
color: #bbf;
|
||||
background: #bbf;
|
||||
border: 0px solid #bbf;
|
||||
margin: 0px -5px;
|
||||
height: 1px;
|
||||
}
|
||||
|
||||
table tt {
|
||||
font-size: 7.5pt;
|
||||
}
|
||||
|
||||
th {
|
||||
background-color: #ccf;
|
||||
padding: 5px 2px;
|
||||
background-color: #fff;
|
||||
padding: 8px 2px;
|
||||
text-align: center;
|
||||
border-bottom: 1px solid #88f;
|
||||
}
|
||||
|
||||
tt {
|
||||
font-size: 8pt;
|
||||
}
|
||||
|
||||
tt, pre {
|
||||
font: 8pt "Lucida Console", "DejaVu Sans Mono", Courier, mono;
|
||||
}
|
||||
|
||||
td {
|
||||
padding: 2px;
|
||||
padding: 4px;
|
||||
}
|
||||
|
||||
tr:nth-child(even) {
|
||||
@ -169,11 +381,11 @@ tr:nth-child(odd) {
|
||||
}
|
||||
|
||||
hr {
|
||||
color: #ff9;
|
||||
background: #ff9;
|
||||
height: 2px;
|
||||
border: 0px solid #ff9;
|
||||
margin: 10px 0;
|
||||
color: #bbf;
|
||||
background: #bbf;
|
||||
height: 5px;
|
||||
border: 0px solid #bbf;
|
||||
margin: 5px 0;
|
||||
}
|
||||
|
||||
.statusnotes {
|
||||
@ -181,6 +393,148 @@ hr {
|
||||
font-size: 8pt;
|
||||
color: #001;
|
||||
text-align: center;
|
||||
margin: -3px 0 0 0;
|
||||
background: #fff;
|
||||
}
|
||||
margin: -7px 0 7px 0;
|
||||
background: #bbf;
|
||||
border: 5px solid #bbf;
|
||||
border-top: 0;
|
||||
padding: 4px 0 2px 0;
|
||||
}
|
||||
|
||||
input {
|
||||
margin: 3px 5px 3px 0;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
input[type=text] {
|
||||
margin: 3px 5px 3px 5px;
|
||||
vertical-align: middle;
|
||||
}
|
||||
select {
|
||||
margin: 3px 5px 3px 5px;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
submit {
|
||||
margin: 3px 5px 3px 5px;
|
||||
padding 2px 0;
|
||||
font: 8pt/140% "Lucida Sans Unicode", "Bitstream Vera Sans", Verdana, Tahoma, Helvetica, sans-serif;
|
||||
}
|
||||
|
||||
p {
|
||||
padding: 5px 20px 0px 20px;
|
||||
text-align: justify;
|
||||
}
|
||||
|
||||
.formaction {
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
.langbox {
|
||||
margin: 29px -15px 0px 5px;
|
||||
color: #001;
|
||||
font-size: 7pt;
|
||||
width: 180px;
|
||||
text-align: center;
|
||||
float: right;
|
||||
valign: middle;
|
||||
}
|
||||
|
||||
.langbox img {
|
||||
padding: 0 2px; /* Ignored by IE8 */
|
||||
}
|
||||
|
||||
a:link{
|
||||
color: #006;
|
||||
text-decoration: none;
|
||||
font-weight: bold;
|
||||
word-wrap: break-word;
|
||||
}
|
||||
|
||||
a:visited{
|
||||
color: #448;
|
||||
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;
|
||||
}
|
||||
|
||||
pre {
|
||||
font-size: 9pt;
|
||||
margin: 0px 20px;
|
||||
}
|
||||
|
||||
tt {
|
||||
font-size: 9pt;
|
||||
font-weight: bold;
|
||||
color: darkgreen;
|
||||
}
|
||||
|
||||
.tablefooter {
|
||||
border: 1px solid #88f;
|
||||
}
|
||||
|
||||
.tablefooter tr, .tablefooter td {
|
||||
background: #bbf;
|
||||
font-size: 8pt;
|
||||
font-weight: bold;
|
||||
line-height: 150%;
|
||||
word-wrap: nowrap;
|
||||
padding: 8px 1px;
|
||||
}
|
||||
|
||||
.tidylist {
|
||||
text-align: justify;
|
||||
padding-right: 30px;
|
||||
}
|
||||
|
||||
div.graphspanel {
|
||||
padding: 20px 10px;
|
||||
margin: -20px;
|
||||
background: #ddf url('images/lightbluetile.png');
|
||||
-moz-border-radius: 4px;
|
||||
-khtml-border-radius: 4px;
|
||||
border-radius: 4px;
|
||||
border: 5px solid #bbf;
|
||||
-moz-box-shadow: inset 0px 0px 1px 0px #002;
|
||||
text-align: center !important;
|
||||
}
|
||||
|
||||
div.graphspanel img {
|
||||
border: 1px solid #99f;
|
||||
padding: 2px;
|
||||
margin: 6px;
|
||||
background: #ddf;
|
||||
-moz-box-shadow: inset 0px 0px 1px 1px #99f;
|
||||
}
|
||||
|
||||
div.graphspanel img:hover {
|
||||
border: 1px solid #003;
|
||||
padding: 2px;
|
||||
margin: 6px;
|
||||
text-align: center !important;
|
||||
background: #001;
|
||||
-moz-box-shadow: inset 0px 0px 2px 1px #f60;
|
||||
}
|
||||
|
||||
div.graphspanel hr {
|
||||
margin: 20px 0;
|
||||
}
|
||||
|
||||
div.graphspanel form {
|
||||
text-align: left;
|
||||
margin: 0 20px;
|
||||
}
|
||||
|
||||
div.graphspanel h3 {
|
||||
text-align: left;
|
||||
}
|
152
installer/resources/themes/console/classic/ieshim.css
Normal file
@ -0,0 +1,152 @@
|
||||
/* Welcome to the wonderful world of kludgey IE fixes */
|
||||
|
||||
.wideload {
|
||||
overflow: auto;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.formaction {
|
||||
text-align: left !important;
|
||||
margin: -10px 0 10px 0;
|
||||
}
|
||||
|
||||
div.configure {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
div.configure p, div.configure table {
|
||||
text-align: justify;
|
||||
}
|
||||
|
||||
div.main ul {
|
||||
margin-right: 20px;
|
||||
}
|
||||
|
||||
div.configure textarea {
|
||||
width: 450px !important;
|
||||
}
|
||||
|
||||
div.configure input {
|
||||
margin-left: 5px;
|
||||
}
|
||||
|
||||
div.configure table {
|
||||
width: 550px !important;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
h1 {
|
||||
padding: 15px 10px 16px -10px !important;
|
||||
margin: 0 0px 0 175px !important;
|
||||
background-color: #bbf !important;
|
||||
color: #001;
|
||||
}
|
||||
|
||||
h2 {
|
||||
padding-top: 0;
|
||||
text-align: left !important;
|
||||
}
|
||||
|
||||
h3 {
|
||||
margin-top: 10px;
|
||||
text-align: left !important
|
||||
}
|
||||
|
||||
div.confignav {
|
||||
padding: 15px 0 15px 0;
|
||||
border-left: 0px;
|
||||
margin-left: -15px;
|
||||
border-top: 5px solid #bbf;
|
||||
margin-bottom: 10px !important;
|
||||
}
|
||||
|
||||
div.messages {
|
||||
border-left: 0;
|
||||
border-right: 0;
|
||||
margin: -10px -15px 0px -15px;
|
||||
}
|
||||
|
||||
div.main, div.news {
|
||||
margin: -5px 0px 10px 185px;
|
||||
border: 5px solid #bbf;
|
||||
}
|
||||
|
||||
div.main hr, div.news hr {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
div.main {
|
||||
border-top: 5px solid #bbf;
|
||||
}
|
||||
|
||||
div.news {
|
||||
border-left: 5px solid #bbf;
|
||||
margin: -5px 0px 0 185px;
|
||||
padding-bottom: 8px;
|
||||
}
|
||||
|
||||
div.news hr {
|
||||
color: #bbf;
|
||||
background: #bbf;
|
||||
height: 3px;
|
||||
border: 0px;
|
||||
margin: 0 -10px 0 -13px !important;
|
||||
}
|
||||
|
||||
div.routersummary {
|
||||
color: #001;
|
||||
padding-left: 0px;
|
||||
border-left: 5px solid #bbf;
|
||||
}
|
||||
|
||||
div.routersummary submit {
|
||||
padding: 0;
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
|
||||
div.news li {
|
||||
padding-top: 0px 0px !important;
|
||||
margin-bottom: -23px !important;
|
||||
}
|
||||
|
||||
div.logo {
|
||||
}
|
||||
|
||||
div.warning {
|
||||
padding: 0px 20px 20px 80px;
|
||||
margin-top: -20px;
|
||||
margin-left: -10px !important;
|
||||
}
|
||||
|
||||
.langbox {
|
||||
margin: 22px -20px 0px 5px;
|
||||
}
|
||||
|
||||
td {
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
th {
|
||||
text-align: left;
|
||||
padding-left: 3px;
|
||||
padding-right: 1px;
|
||||
}
|
||||
|
||||
div.configure hr{
|
||||
margin: 10px 0 15px 0;
|
||||
}
|
||||
|
||||
input {
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
div.graphspanel img {
|
||||
border: 1px solid #99f;
|
||||
margin: 6px 0 !important;
|
||||
background: #ddf;
|
||||
-moz-box-shadow: inset 0px 0px 1px 1px #99f;
|
||||
}
|
||||
|
||||
div.graphspanel hr {
|
||||
margin: 20px 0;
|
||||
}
|
@ -65,7 +65,7 @@ div.toolbar a:visited {
|
||||
}
|
||||
|
||||
div.toolbar a:hover, button:hover{
|
||||
border: 1px solid #eeeeff;
|
||||
border: 1px solid #f60;
|
||||
background: #003;
|
||||
color: #f60;
|
||||
}
|
||||
@ -89,7 +89,7 @@ div.routersummary {
|
||||
width: 175px;
|
||||
padding: 10px;
|
||||
text-align: center;
|
||||
border: 1px solid #9999ff;
|
||||
border: 1px solid #99f;
|
||||
background: #003;
|
||||
background: url(images/darkbluebg.png);
|
||||
color: #eef;
|
||||
@ -102,6 +102,28 @@ div.routersummary {
|
||||
-moz-box-shadow: inset 0px 0px 1px 0px #eef;
|
||||
}
|
||||
|
||||
div.routersummary input[type=text] {
|
||||
text-align: right !important;
|
||||
-moz-box-shadow: inset 1px 1px 1px 0px #000;
|
||||
}
|
||||
|
||||
div.routersummary hr {
|
||||
color: #99f;
|
||||
background: #99f;
|
||||
height: 1px;
|
||||
border-bottom: 1px outset #bbf;
|
||||
margin: 5px -10px 4px -10px;
|
||||
}
|
||||
|
||||
div.routersummary hr {
|
||||
color: #bbf;
|
||||
background: #bbf;
|
||||
height: 2px;
|
||||
border-bottom: 1px outset #bbf;
|
||||
margin: 8px -10px 7px -10px;
|
||||
-moz-box-shadow: inset 0px -4px 2px 1px #001;
|
||||
}
|
||||
|
||||
div.warning {
|
||||
margin: 5px 20px 10px 240px;
|
||||
padding: 0px 25px 20px 75px;
|
||||
@ -254,14 +276,25 @@ table {
|
||||
background: #003;
|
||||
}
|
||||
|
||||
table hr {
|
||||
padding: 0px 0;
|
||||
color: #99f;
|
||||
background: #99f;
|
||||
border: 0px solid #99f;
|
||||
margin: 0px 0px;
|
||||
height: 1px;
|
||||
display: none;
|
||||
}
|
||||
|
||||
th {
|
||||
padding: 6px 3px;
|
||||
padding: 6px 2px;
|
||||
color: #eef;
|
||||
text-align: center;
|
||||
font-size: 8pt;
|
||||
font-size: 9pt;
|
||||
background: #004 url('images/tabletitledark.png') repeat-x;
|
||||
border-top: 1px solid #99f;
|
||||
border-bottom: 1px solid #99f;
|
||||
border-bottom: 1px solid #99f !important;
|
||||
line-height: 110%;
|
||||
}
|
||||
|
||||
tr {
|
||||
@ -285,7 +318,7 @@ tr:last-child {
|
||||
}
|
||||
*/
|
||||
td {
|
||||
padding: 6px 4px;
|
||||
padding: 6px 3px;
|
||||
color: #eef;
|
||||
vertical-align: middle;
|
||||
border-top: 1px inset #006;
|
||||
@ -391,7 +424,7 @@ h2 {
|
||||
color: #fff;
|
||||
text-shadow: 0px 0px 1px rgba(255, 255, 255, 0.5);
|
||||
letter-spacing: 0.05em;
|
||||
background: #003 url('images/darkbluebg.png');
|
||||
background: #003 url('images/titletile.png');
|
||||
padding: 5px 10px 8px 10px;
|
||||
wordwrap: none;
|
||||
border: 1px solid #99f;
|
||||
@ -434,8 +467,9 @@ h4 {
|
||||
font-size: 11pt;
|
||||
}
|
||||
|
||||
button {
|
||||
border: 1px outset #ddddc0;
|
||||
button, button:visited {
|
||||
font: bold 9pt "Lucida Sans Unicode", "Bitstream Vera Sans", Verdana, Tahoma, Helvetica, sans-serif;
|
||||
border: 1px outset #77f;
|
||||
padding: 1px 3px;
|
||||
background: #bbf;
|
||||
text-decoration: none;
|
||||
@ -448,12 +482,23 @@ button {
|
||||
text-align: center;
|
||||
vertical-align: middle;
|
||||
min-width: 76px;
|
||||
-moz-box-shadow: inset 0px 1px 1px 0px #55f;
|
||||
background: #003;
|
||||
color: #99f;
|
||||
}
|
||||
|
||||
button:hover {
|
||||
border: 1px solid #f60;
|
||||
-moz-box-shadow: inset 0px 1px 1px 0px #eef;
|
||||
background: #001;
|
||||
color: #f60;
|
||||
}
|
||||
|
||||
button:active {
|
||||
border: 1px inset #f60;
|
||||
background: #f60;
|
||||
color: #fff;
|
||||
-moz-box-shadow: inset 0px 0px 0px 0px #f60;
|
||||
}
|
||||
|
||||
.underline {
|
||||
@ -486,37 +531,70 @@ sidebarlogo {
|
||||
}
|
||||
|
||||
input {
|
||||
background: #bbf;
|
||||
color: #002;
|
||||
border: 1px outset #55f;
|
||||
-moz-box-shadow: inset 0px 1px 1px 0px #55f;
|
||||
background: #003;
|
||||
color: #99f;
|
||||
margin: 5px;
|
||||
font: bold 9pt "Lucida Sans Unicode", "Bitstream Vera Sans", Verdana, Tahoma, Helvetica, sans-serif;
|
||||
border: 1px solid #99f;
|
||||
font: bold 8pt "Lucida Sans Unicode", "Bitstream Vera Sans", Verdana, Tahoma, Helvetica, sans-serif;
|
||||
padding: 1px 2px;
|
||||
text-decoration: none;
|
||||
min-width: 110px;
|
||||
opacity: 0.8;
|
||||
border-radius: 4px;
|
||||
-moz-border-radius: 4px;
|
||||
-khtml-border-radius: 4px;
|
||||
}
|
||||
|
||||
input:hover {
|
||||
background: #eef;
|
||||
color: #001;
|
||||
background: #001;
|
||||
color: #f60;
|
||||
border: 1px solid #f60;
|
||||
-moz-box-shadow: inset 0px 1px 1px 0px #eef;
|
||||
}
|
||||
|
||||
input:active {
|
||||
background: #002;
|
||||
color: #f30;
|
||||
border: 1px solid #f30;
|
||||
}
|
||||
|
||||
input:active {
|
||||
border: 1px inset #f60;
|
||||
background: #f60;
|
||||
color: #fff;
|
||||
border: 1px solid #f60;
|
||||
}
|
||||
|
||||
input[type=text] {
|
||||
background: #002;
|
||||
color: #eef;
|
||||
margin: 5px 10px;
|
||||
padding: 4px 2px;
|
||||
font: bold 8pt "Lucida Sans Unicode", "Bitstream Vera Sans", Verdana, Tahoma, Helvetica, sans-serif;
|
||||
border: 1px solid #bbf;
|
||||
text-decoration: none;
|
||||
border-radius: 4px;
|
||||
-moz-border-radius: 4px;
|
||||
-khtml-border-radius: 4px;
|
||||
-moz-box-shadow: inset 1px 1px 1px 0px #000;
|
||||
}
|
||||
|
||||
input[type=text]:active, input[type=text]:hover {
|
||||
background: #001;
|
||||
}
|
||||
|
||||
fieldset {
|
||||
overflow: hidden;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
select {
|
||||
background: #002;
|
||||
color: #eef;
|
||||
margin: 5px;
|
||||
border: 1px solid #99f;
|
||||
border-radius: 0;
|
||||
-moz-border-radius: 0;
|
||||
-khtml-border-radius: 0;
|
||||
margin: 5px 10px;
|
||||
border: 1px solid #bbf;
|
||||
border-radius: 4px;
|
||||
-moz-border-radius: 4px;
|
||||
-khtml-border-radius: 4px;
|
||||
min-width: 110px;
|
||||
font: 9pt "Lucida Sans Unicode", "Bitstream Vera Sans", Verdana, Tahoma, Helvetica, sans-serif;
|
||||
padding: 2px;
|
||||
@ -526,13 +604,13 @@ textarea {
|
||||
background: #001;
|
||||
color: #eef;
|
||||
padding: 5px;
|
||||
margin: 15px 15px 5px 0px;
|
||||
margin: 10px;
|
||||
border-radius: 4px;
|
||||
-moz-border-radius: 4px;
|
||||
-khtml-border-radius: 4px;
|
||||
font: 9pt "Lucida Console", "DejaVu Sans Mono", Courier, mono;
|
||||
min-height: 100px;
|
||||
min-width: 100%;
|
||||
min-width: 97%;
|
||||
text-align: left;
|
||||
border: 1px solid #99f;
|
||||
}
|
||||
@ -596,4 +674,49 @@ form {}
|
||||
|
||||
.mediumtags {
|
||||
font-size: 9pt;
|
||||
}
|
||||
|
||||
.optbox {
|
||||
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: 5px 5px 5px 10px;
|
||||
padding: 2px;
|
||||
overflow: hidden;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.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;
|
||||
margin: 5px 5px 5px 10px;
|
||||
padding: 2px;
|
||||
}
|
||||
|
||||
.cells {
|
||||
border: 1px inset #005;
|
||||
border-left: 1px outset #002;
|
||||
}
|
||||
|
||||
.tablefooter tr, .tablefooter td {
|
||||
background: #004 url('images/tabletitledark.png') repeat-x !important;
|
||||
border-top: 1px solid #99f;
|
||||
border-bottom: 1px solid #99f !important;
|
||||
font-size: 7pt;
|
||||
line-height: 110%;
|
||||
}
|
||||
|
||||
.formaction {
|
||||
text-align: right;
|
||||
}
|
BIN
installer/resources/themes/console/dark/images/titletile.png
Normal file
After Width: | Height: | Size: 2.1 KiB |
BIN
installer/resources/themes/console/images/errortriangle.png
Normal file
After Width: | Height: | Size: 1.6 KiB |
Before Width: | Height: | Size: 26 KiB After Width: | Height: | Size: 38 KiB |
@ -19,7 +19,7 @@ img {
|
||||
|
||||
pre {
|
||||
width: 98%;
|
||||
overflow-x: scroll;
|
||||
overflow: auto;
|
||||
text-align: left;
|
||||
font: 8pt "Lucida Console", "DejaVu Sans Mono", Courier, mono;
|
||||
color: #333;
|
||||
@ -105,6 +105,19 @@ div.routersummary {
|
||||
-moz-box-shadow: inset 0px 0px 1px 0px #002;
|
||||
}
|
||||
|
||||
div.routersummary input[type=text] {
|
||||
text-align: right !important;
|
||||
}
|
||||
|
||||
div.routersummary hr {
|
||||
color: #eef;
|
||||
background: #eef;
|
||||
height: 2px;
|
||||
border-bottom: 1px solid #eef;
|
||||
margin: 8px -10px 7px -10px;
|
||||
-moz-box-shadow: inset 0px 1px 1px 1px #001;
|
||||
}
|
||||
|
||||
div.warning {
|
||||
margin: 5px 20px 10px 240px;
|
||||
padding: 0px 25px 20px 75px;
|
||||
@ -130,7 +143,6 @@ div.main {
|
||||
text-align: left;
|
||||
color: #001;
|
||||
width: auto;
|
||||
/* overflow-x: scroll; */
|
||||
}
|
||||
|
||||
div.main hr, hr {
|
||||
@ -227,6 +239,7 @@ div.configure {
|
||||
border-radius: 4px;
|
||||
border: 1px solid #000022;
|
||||
-moz-box-shadow: inset 0px 0px 1px 0px #002;
|
||||
min-width: 400px;
|
||||
}
|
||||
|
||||
div.graphspanel {
|
||||
@ -238,9 +251,9 @@ div.graphspanel {
|
||||
border-radius: 4px;
|
||||
border: 1px solid #000022;
|
||||
-moz-box-shadow: inset 0px 0px 1px 0px #002;
|
||||
text-align: center !important;
|
||||
}
|
||||
|
||||
|
||||
div.graphspanel img {
|
||||
border: 1px solid #003;
|
||||
padding: 2px;
|
||||
@ -248,7 +261,7 @@ div.graphspanel img {
|
||||
text-align: center !important;
|
||||
background: #001;
|
||||
-moz-box-shadow: inset 0px 0px 1px 1px #99f;
|
||||
opacity: 0.9;
|
||||
opacity: 0.8;
|
||||
}
|
||||
|
||||
div.graphspanel img:hover {
|
||||
@ -261,6 +274,10 @@ div.graphspanel img:hover {
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
div.graphspanel form {
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
div.messages {
|
||||
padding: 10px;
|
||||
margin: 10px 0 20px 0;
|
||||
@ -299,6 +316,17 @@ table {
|
||||
cell-padding: 1px;
|
||||
font-size: 7pt;
|
||||
background: #b4c8ff url('images/tabletitlelight.png') repeat-x;
|
||||
font: 7pt/130% "Lucida Sans Unicode", Verdana, Bitstream Vera Sans", Tahoma, Helvetica, sans-serif;
|
||||
}
|
||||
|
||||
table hr {
|
||||
padding: 0px 0;
|
||||
color: #99f;
|
||||
background: #99f;
|
||||
border: 0px solid #99f;
|
||||
margin: 0px 0px;
|
||||
height: 1px;
|
||||
display: none;
|
||||
}
|
||||
|
||||
th {
|
||||
@ -307,8 +335,9 @@ th {
|
||||
background: #b4c8ff url('images/tabletitlelight.png') repeat-x;
|
||||
text-align: center;
|
||||
font-size: 9pt;
|
||||
border-bottom: 1px solid #001;
|
||||
border-top: 1px solid #001;
|
||||
line-height: 110%;
|
||||
border-bottom: 1px solid #001 !important;
|
||||
border-top: 1px solid #001 !important;
|
||||
}
|
||||
|
||||
tr {
|
||||
@ -331,7 +360,7 @@ tr:last-child {
|
||||
}
|
||||
*/
|
||||
td {
|
||||
padding: 5px;
|
||||
padding: 5px 3px;
|
||||
color: #000;
|
||||
vertical-align: middle;
|
||||
border-top: 1px inset #001;
|
||||
@ -432,7 +461,7 @@ h2 {
|
||||
font-size: 12pt;
|
||||
color: #001;
|
||||
letter-spacing: 0.05em;
|
||||
background: #ddf url('images/lightbluetile.png');
|
||||
background: #ddf url('images/titletile.png');
|
||||
text-shadow: 0px 0px 1px rgba(0, 0, 64, 0.5);
|
||||
padding: 7px 10px;
|
||||
wordwrap: none;
|
||||
@ -473,10 +502,11 @@ h4 {
|
||||
font-size: 11pt;
|
||||
}
|
||||
|
||||
button {
|
||||
border: 1px outset #ddddc0;
|
||||
button, button:visited {
|
||||
font: bold 9pt "Lucida Sans Unicode", "Bitstream Vera Sans", Verdana, Tahoma, Helvetica, sans-serif;
|
||||
border: 1px outset #999;
|
||||
padding: 1px 3px;
|
||||
background: #bbf !important;
|
||||
background: #ddf !important;
|
||||
text-decoration: none;
|
||||
border-radius: 4px;
|
||||
-moz-border-radius: 4px;
|
||||
@ -486,18 +516,22 @@ button {
|
||||
margin: 0 1px;
|
||||
text-align: center;
|
||||
min-width: 80px;
|
||||
-moz-box-shadow: inset 0px 2px 8px 0px #fff;
|
||||
color: #006;
|
||||
}
|
||||
|
||||
button:hover{
|
||||
border: 1px solid #f60;
|
||||
background: #f60 !important;
|
||||
color: #fff;
|
||||
-moz-box-shadow: inset 0px 0px 0px 1px #fff;
|
||||
}
|
||||
|
||||
button:active{
|
||||
border: 1px solid #f60;
|
||||
background: #001 !important;
|
||||
color: #f60;
|
||||
-moz-box-shadow: inset 0px 0px 0px 1px #f60;
|
||||
}
|
||||
|
||||
.underline {
|
||||
@ -526,14 +560,33 @@ input {
|
||||
border: 1px solid #001;
|
||||
text-decoration: none;
|
||||
min-width: 110px;
|
||||
opacity: 0.8;
|
||||
}
|
||||
|
||||
input, input:visited {
|
||||
border: 1px outset #999;
|
||||
background: #ddf;
|
||||
color: #001;
|
||||
margin: 5px;
|
||||
font: bold 8pt "Lucida Sans Unicode", "Bitstream Vera Sans", Verdana, Tahoma, Helvetica, sans-serif;
|
||||
padding: 1px 2px;
|
||||
text-decoration: none;
|
||||
min-width: 110px;
|
||||
border-radius: 4px;
|
||||
-moz-border-radius: 4px;
|
||||
-khtml-border-radius: 4px;
|
||||
-moz-box-shadow: inset 0px 2px 8px 0px #fff;
|
||||
color: #006;
|
||||
opacity: 0.9;
|
||||
}
|
||||
|
||||
|
||||
input:hover {
|
||||
background: #f60;
|
||||
color: #fff;
|
||||
border: 1px solid #f60;
|
||||
opacity: 0.9;
|
||||
opacity: 1.0;
|
||||
-moz-box-shadow: inset 0px 0px 0px 1px #fff;
|
||||
|
||||
}
|
||||
|
||||
input:active {
|
||||
@ -541,6 +594,17 @@ input:active {
|
||||
color: #f60;
|
||||
border: 1px solid #f60;
|
||||
opacity: 1.0;
|
||||
-moz-box-shadow: inset 0px 0px 0px 1px #f60;
|
||||
}
|
||||
|
||||
input[type=text] {
|
||||
background: #eef;
|
||||
color: #001;
|
||||
margin: 5px 10px 5px 10px;
|
||||
padding: 4px 2px;
|
||||
font: bold 8pt "Lucida Sans Unicode", "Bitstream Vera Sans", Verdana, Tahoma, Helvetica, sans-serif;
|
||||
border: 1px solid #001;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
submit {
|
||||
@ -566,11 +630,15 @@ select {
|
||||
border: 1px solid #001;
|
||||
min-width: 110px;
|
||||
font: 9pt "Lucida Sans Unicode", "Bitstream Vera Sans", Verdana, Tahoma, Helvetica, sans-serif;
|
||||
border-radius: 4px;
|
||||
-moz-border-radius: 4px;
|
||||
-khtml-border-radius: 4px;
|
||||
text-align: left !important;
|
||||
}
|
||||
|
||||
textarea {
|
||||
padding: 5px;
|
||||
margin: 15px 15px 5px 0px;
|
||||
margin: 5px 15px 5px 10px;
|
||||
background: #eef;
|
||||
color: #003;
|
||||
border-radius: 4px;
|
||||
@ -578,7 +646,7 @@ textarea {
|
||||
-khtml-border-radius: 4px;
|
||||
font: 8pt "Lucida Console", "DejaVu Sans Mono", Courier, mono;
|
||||
min-height: 100px;
|
||||
min-width: 100%;
|
||||
min-width: 97%;
|
||||
border: 1px solid #001;
|
||||
}
|
||||
|
||||
@ -622,7 +690,7 @@ form {}
|
||||
-khtml-border-radius: 4px;
|
||||
text-align: justify;
|
||||
-moz-box-shadow: inset 0px 0px 1px 0px #002;
|
||||
overflow-x: scroll;
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
div.joblog:li {
|
||||
@ -641,4 +709,53 @@ form {}
|
||||
font-size: 8pt;
|
||||
font-style: italic;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.optbox {
|
||||
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: 5px 5px 5px 10px;
|
||||
padding: 2px;
|
||||
}
|
||||
|
||||
.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;
|
||||
margin: 5px 5px 5px 10px;
|
||||
padding: 2px;
|
||||
}
|
||||
|
||||
.cells {
|
||||
border-left: 1px outset #bbf;
|
||||
border-top: 1px inset #99f !important;
|
||||
border-bottom: 1px inset #99f !important;
|
||||
}
|
||||
|
||||
.tablefooter {
|
||||
background: #b4c8ff url('images/tabletitlelight.png') repeat-x;
|
||||
}
|
||||
|
||||
.tablefooter tr, .tablefooter td {
|
||||
background: #b4c8ff url('images/tabletitlelight.png') repeat-x;
|
||||
border-top: 1px solid #001;
|
||||
border-bottom: 1px solid #001 !important;
|
||||
padding: 8px 2px !important;
|
||||
font-size: 7pt;
|
||||
line-height: 110%;
|
||||
}
|
||||
|
||||
.formaction {
|
||||
text-align: right;
|
||||
}
|
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 3.4 KiB |
BIN
installer/resources/themes/console/light/images/titletile.png
Normal file
After Width: | Height: | Size: 1.1 KiB |
@ -56,18 +56,19 @@ body {
|
||||
font-size: 9pt;
|
||||
font-weight: bold;
|
||||
text-align: left;
|
||||
margin: 0 0 15px 0;
|
||||
padding: 0px;
|
||||
margin: 0 0px 10px 0px;
|
||||
padding: 0;
|
||||
border-spacing: 0px;
|
||||
-moz-border-radius: 4px 0 0 0;
|
||||
-khtml-border-radius: 4px;
|
||||
border-radius: 4px;
|
||||
border: 2px solid #930;
|
||||
text-align: center;
|
||||
overflow-x: scroll;
|
||||
background: #ddf url('../console/images/orangetile.png');
|
||||
text-align: left;
|
||||
overflow: auto;
|
||||
background: #f40 url('../console/images/orangetile.png');
|
||||
color: #531;
|
||||
height: 64px;
|
||||
width: auto;
|
||||
}
|
||||
|
||||
pre {
|
||||
@ -85,6 +86,7 @@ table {
|
||||
padding: 0px;
|
||||
border-width: 0px;
|
||||
border-spacing: 0px;
|
||||
border-collapse: collapse;
|
||||
}
|
||||
|
||||
th {
|
||||
@ -92,8 +94,9 @@ th {
|
||||
font-size: 8pt;
|
||||
border-top: 1px outset #001;
|
||||
border-bottom: 1px inset #001;
|
||||
background: #f91 url('/themes/console/images/tabletitleorange.png') repeat-x;
|
||||
text-align: left;
|
||||
background: #f60 url('/themes/console/images/tabletitleorange.png') repeat-x;
|
||||
text-align: right;
|
||||
whitespace: nowrap;
|
||||
}
|
||||
|
||||
.SnarkTorrents {
|
||||
@ -104,7 +107,7 @@ th {
|
||||
|
||||
td {
|
||||
padding: 5px;
|
||||
text-align: left;
|
||||
text-align: right;
|
||||
}
|
||||
.snarkTorrentEven {
|
||||
background-color: #fb1;
|
||||
@ -134,8 +137,8 @@ td {
|
||||
.page {
|
||||
background-color: #fff;
|
||||
color:#310;
|
||||
min-width: 700px !important;
|
||||
max-width: 800px !important;
|
||||
min-width: 800px !important;
|
||||
/* max-width: 800px !important; */
|
||||
margin: 20px;
|
||||
padding: 10px 20px 5px 20px;
|
||||
-moz-border-radius: 4px;
|
||||
@ -173,7 +176,7 @@ hr {
|
||||
}
|
||||
|
||||
a:link{
|
||||
color: #830;
|
||||
color: #930;
|
||||
text-decoration: none;
|
||||
font-weight: bold;
|
||||
word-wrap: break-word;
|
||||
@ -186,7 +189,7 @@ a:visited{
|
||||
}
|
||||
|
||||
a:hover{
|
||||
color: #f60;
|
||||
color: #900;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
|