forked from I2P_Developers/i2p.i2p
line ending fixes
These CSS files improperly contain a mixture of Windows *and* UNIX line endings. Some lines had ^M after them but most didn't.
This commit is contained in:
@@ -1,219 +1,219 @@
|
||||
body {
|
||||
margin: 0px;
|
||||
padding: 0px;
|
||||
text-align: center;
|
||||
font: 10pt/140% "Lucida Sans Unicode", "Bitstream Vera Sans", Verdana, Tahoma, Helvetica, sans-serif;
|
||||
background: #bbf;
|
||||
color: #000;
|
||||
-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;
|
||||
border: 1px solid #77f;
|
||||
border-top: 2px solid #77f;
|
||||
margin: -6px 0 5px -10px !important;
|
||||
padding: 5px 10px 25px 10px;
|
||||
background: #fff;
|
||||
text-shadow: 0px 0px 1px rgba(32, 32, 192, 0.3);
|
||||
text-transform: uppercase;
|
||||
white-space: nowrap;
|
||||
width: 782px;
|
||||
letter-spacing: 0.09em;
|
||||
background: #fff url("/themes/console/classic/images/titlebg.png") no-repeat right 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;
|
||||
}
|
||||
|
||||
button {
|
||||
float: none;
|
||||
height: 20px !important;
|
||||
}
|
||||
|
||||
textarea {
|
||||
border: 1px solid #aaf;
|
||||
min-height: 40px;
|
||||
}
|
||||
|
||||
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 #aaf;
|
||||
}
|
||||
|
||||
.subdivider {
|
||||
border-bottom: 1px dotted #aaf;
|
||||
margin: 0 0 10px 0;
|
||||
}
|
||||
|
||||
.freetext {
|
||||
width: 150px;
|
||||
height: 22px;
|
||||
border: 1px solid #aaf;
|
||||
}
|
||||
|
||||
.control {
|
||||
margin: 2px;
|
||||
padding: 1px 2px 2px 2px;
|
||||
overflow: hidden;
|
||||
height: 20px;
|
||||
width: 60px;
|
||||
font-weight: bold;
|
||||
background: #ddd;
|
||||
color: #000;
|
||||
border: 1px outset #ddddc0;
|
||||
text-align: center;
|
||||
vertical-align: middle;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.control:hover {
|
||||
background: #229;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.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: #eef;
|
||||
border: 4px solid #77f;
|
||||
-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: #eef;
|
||||
border: 4px solid #77f;
|
||||
-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;
|
||||
}
|
||||
body {
|
||||
margin: 0px;
|
||||
padding: 0px;
|
||||
text-align: center;
|
||||
font: 10pt/140% "Lucida Sans Unicode", "Bitstream Vera Sans", Verdana, Tahoma, Helvetica, sans-serif;
|
||||
background: #bbf;
|
||||
color: #000;
|
||||
-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;
|
||||
border: 1px solid #77f;
|
||||
border-top: 2px solid #77f;
|
||||
margin: -6px 0 5px -10px !important;
|
||||
padding: 5px 10px 25px 10px;
|
||||
background: #fff;
|
||||
text-shadow: 0px 0px 1px rgba(32, 32, 192, 0.3);
|
||||
text-transform: uppercase;
|
||||
white-space: nowrap;
|
||||
width: 782px;
|
||||
letter-spacing: 0.09em;
|
||||
background: #fff url("/themes/console/classic/images/titlebg.png") no-repeat right 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;
|
||||
}
|
||||
|
||||
button {
|
||||
float: none;
|
||||
height: 20px !important;
|
||||
}
|
||||
|
||||
textarea {
|
||||
border: 1px solid #aaf;
|
||||
min-height: 40px;
|
||||
}
|
||||
|
||||
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 #aaf;
|
||||
}
|
||||
|
||||
.subdivider {
|
||||
border-bottom: 1px dotted #aaf;
|
||||
margin: 0 0 10px 0;
|
||||
}
|
||||
|
||||
.freetext {
|
||||
width: 150px;
|
||||
height: 22px;
|
||||
border: 1px solid #aaf;
|
||||
}
|
||||
|
||||
.control {
|
||||
margin: 2px;
|
||||
padding: 1px 2px 2px 2px;
|
||||
overflow: hidden;
|
||||
height: 20px;
|
||||
width: 60px;
|
||||
font-weight: bold;
|
||||
background: #ddd;
|
||||
color: #000;
|
||||
border: 1px outset #ddddc0;
|
||||
text-align: center;
|
||||
vertical-align: middle;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.control:hover {
|
||||
background: #229;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.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: #eef;
|
||||
border: 4px solid #77f;
|
||||
-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: #eef;
|
||||
border: 4px solid #77f;
|
||||
-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;
|
||||
}
|
||||
|
||||
@@ -1,180 +1,180 @@
|
||||
/* I2P Tunnel Edit Page
|
||||
*/
|
||||
|
||||
#tunnelEditPage input {
|
||||
width: 458px;
|
||||
}
|
||||
|
||||
#tunnelEditPage select {
|
||||
width: 308px;
|
||||
}
|
||||
|
||||
#tunnelEditPage option[selected] {
|
||||
color: green;
|
||||
}
|
||||
|
||||
#tunnelEditPage #targetField,
|
||||
#tunnelEditPage #accessField,
|
||||
#tunnelEditPage #optionsField {
|
||||
height: 48px;
|
||||
width: 150px;
|
||||
}
|
||||
#tunnelEditPage #tunnelOptionsField {
|
||||
height: 96px;
|
||||
width: 150px;
|
||||
}
|
||||
|
||||
#tunnelEditPage #targetField label,
|
||||
#tunnelEditPage #accessField label,
|
||||
#tunnelEditPage #tunnelOptionsField label,
|
||||
#tunnelEditPage #optionsField label{
|
||||
height: 48px;
|
||||
width: 150px;
|
||||
}
|
||||
|
||||
#tunnelEditPage #reachField,
|
||||
#tunnelEditPage #hostField,
|
||||
#tunnelEditPage #depthField,
|
||||
#tunnelEditPage #countField,
|
||||
#tunnelEditPage #optionsHostField {
|
||||
width: 304px;
|
||||
margin-right: 4px;
|
||||
}
|
||||
|
||||
#tunnelEditPage #portField,
|
||||
#tunnelEditPage #optionsPortField,
|
||||
#tunnelEditPage #backupField,
|
||||
#tunnelEditPage #varianceField {
|
||||
width: 150px;
|
||||
|
||||
}
|
||||
|
||||
#tunnelEditPage #reachField label,
|
||||
#tunnelEditPage #hostField label,
|
||||
#tunnelEditPage #portField label,
|
||||
#tunnelEditPage #optionsHostField label,
|
||||
#tunnelEditPage #optionsPortField label,
|
||||
#tunnelEditPage #depthField label,
|
||||
#tunnelEditPage #countField label,
|
||||
#tunnelEditPage #backupField label,
|
||||
#tunnelEditPage #varianceField label {
|
||||
text-align: left;
|
||||
|
||||
}
|
||||
|
||||
#tunnelEditPage #otherField label {
|
||||
width: 300px;
|
||||
}
|
||||
|
||||
#tunnelEditPage #reachableByOther,
|
||||
#tunnelEditPage #tunnelDepth,
|
||||
#tunnelEditPage #tunnelQuantity,
|
||||
#tunnelEditPage #targetHost,
|
||||
#tunnelEditPage #clientHost {
|
||||
width: 306px;
|
||||
}
|
||||
|
||||
#tunnelEditPage #port {
|
||||
width: 80px;
|
||||
}
|
||||
|
||||
#tunnelEditPage #targetPort,
|
||||
#tunnelEditPage #clientPort,
|
||||
#tunnelEditPage #tunnelBackupQuantity,
|
||||
#tunnelEditPage #tunnelVariance {
|
||||
width: 150px;
|
||||
}
|
||||
|
||||
#tunnelEditPage #shared,
|
||||
#tunnelEditPage #connectDelay,
|
||||
#tunnelEditPage #startOnLoad {
|
||||
width: 16px;
|
||||
}
|
||||
|
||||
#tunnelEditPage label {
|
||||
width: 150px;
|
||||
font-weight: bold;
|
||||
text-align: right;
|
||||
float: left;
|
||||
}
|
||||
|
||||
/* I2P Tunnel List Page
|
||||
*/
|
||||
|
||||
#tunnelListPage .rowItem {
|
||||
width: 150px;
|
||||
}
|
||||
|
||||
#tunnelListPage select {
|
||||
width: 150px;
|
||||
}
|
||||
|
||||
#tunnelListPage textarea {
|
||||
width: 100%;
|
||||
height: 88px;
|
||||
padding: 0 0 0 4px;
|
||||
color: green;
|
||||
margin-bottom: 7px;
|
||||
}
|
||||
|
||||
#tunnelListPage .footer .control {
|
||||
margin-left: 2px;
|
||||
}
|
||||
|
||||
#tunnelListPage .footer label {
|
||||
text-align: right;
|
||||
height: 24px;
|
||||
width: 360px;
|
||||
float: left;
|
||||
|
||||
}
|
||||
|
||||
/* Use Leary and Langridge content replacement methods (LIR)
|
||||
** to embed accessibility information into the document.
|
||||
** Should allow the lists to be rendered nicely by
|
||||
** screen readers. (and lynx!)
|
||||
*/
|
||||
|
||||
#tunnelListPage label {
|
||||
height: 0;
|
||||
width: 0;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
#tunnelListPage .nameHeaderField label,
|
||||
#tunnelListPage .portHeaderField label,
|
||||
#tunnelListPage .typeHeaderField label,
|
||||
#tunnelListPage .interfaceHeaderField label,
|
||||
#tunnelListPage .targetHeaderField label,
|
||||
#tunnelListPage .previewHeaderField label,
|
||||
#tunnelListPage .statusHeaderField label {
|
||||
text-align: left;
|
||||
width: 150px;
|
||||
height: 24px;
|
||||
float: left;
|
||||
}
|
||||
|
||||
#tunnelListPage .targetField,
|
||||
#tunnelListPage .targetField .text,
|
||||
#tunnelListPage .targetHeaderField,
|
||||
#tunnelListPage .targetHeaderField label {
|
||||
width: 300px;
|
||||
}
|
||||
|
||||
#tunnelListPage .descriptionField,
|
||||
#tunnelListPage .destinationField {
|
||||
width: 750px;
|
||||
}
|
||||
|
||||
#tunnelListPage .descriptionField .text,
|
||||
#tunnelListPage .destinationField .text {
|
||||
width: 450px;
|
||||
}
|
||||
|
||||
#tunnelListPage .descriptionField label,
|
||||
#tunnelListPage .destinationField label {
|
||||
text-align: right;
|
||||
width: 150px;
|
||||
height: 24px;
|
||||
float: left;
|
||||
}
|
||||
/* I2P Tunnel Edit Page
|
||||
*/
|
||||
|
||||
#tunnelEditPage input {
|
||||
width: 458px;
|
||||
}
|
||||
|
||||
#tunnelEditPage select {
|
||||
width: 308px;
|
||||
}
|
||||
|
||||
#tunnelEditPage option[selected] {
|
||||
color: green;
|
||||
}
|
||||
|
||||
#tunnelEditPage #targetField,
|
||||
#tunnelEditPage #accessField,
|
||||
#tunnelEditPage #optionsField {
|
||||
height: 48px;
|
||||
width: 150px;
|
||||
}
|
||||
#tunnelEditPage #tunnelOptionsField {
|
||||
height: 96px;
|
||||
width: 150px;
|
||||
}
|
||||
|
||||
#tunnelEditPage #targetField label,
|
||||
#tunnelEditPage #accessField label,
|
||||
#tunnelEditPage #tunnelOptionsField label,
|
||||
#tunnelEditPage #optionsField label{
|
||||
height: 48px;
|
||||
width: 150px;
|
||||
}
|
||||
|
||||
#tunnelEditPage #reachField,
|
||||
#tunnelEditPage #hostField,
|
||||
#tunnelEditPage #depthField,
|
||||
#tunnelEditPage #countField,
|
||||
#tunnelEditPage #optionsHostField {
|
||||
width: 304px;
|
||||
margin-right: 4px;
|
||||
}
|
||||
|
||||
#tunnelEditPage #portField,
|
||||
#tunnelEditPage #optionsPortField,
|
||||
#tunnelEditPage #backupField,
|
||||
#tunnelEditPage #varianceField {
|
||||
width: 150px;
|
||||
|
||||
}
|
||||
|
||||
#tunnelEditPage #reachField label,
|
||||
#tunnelEditPage #hostField label,
|
||||
#tunnelEditPage #portField label,
|
||||
#tunnelEditPage #optionsHostField label,
|
||||
#tunnelEditPage #optionsPortField label,
|
||||
#tunnelEditPage #depthField label,
|
||||
#tunnelEditPage #countField label,
|
||||
#tunnelEditPage #backupField label,
|
||||
#tunnelEditPage #varianceField label {
|
||||
text-align: left;
|
||||
|
||||
}
|
||||
|
||||
#tunnelEditPage #otherField label {
|
||||
width: 300px;
|
||||
}
|
||||
|
||||
#tunnelEditPage #reachableByOther,
|
||||
#tunnelEditPage #tunnelDepth,
|
||||
#tunnelEditPage #tunnelQuantity,
|
||||
#tunnelEditPage #targetHost,
|
||||
#tunnelEditPage #clientHost {
|
||||
width: 306px;
|
||||
}
|
||||
|
||||
#tunnelEditPage #port {
|
||||
width: 80px;
|
||||
}
|
||||
|
||||
#tunnelEditPage #targetPort,
|
||||
#tunnelEditPage #clientPort,
|
||||
#tunnelEditPage #tunnelBackupQuantity,
|
||||
#tunnelEditPage #tunnelVariance {
|
||||
width: 150px;
|
||||
}
|
||||
|
||||
#tunnelEditPage #shared,
|
||||
#tunnelEditPage #connectDelay,
|
||||
#tunnelEditPage #startOnLoad {
|
||||
width: 16px;
|
||||
}
|
||||
|
||||
#tunnelEditPage label {
|
||||
width: 150px;
|
||||
font-weight: bold;
|
||||
text-align: right;
|
||||
float: left;
|
||||
}
|
||||
|
||||
/* I2P Tunnel List Page
|
||||
*/
|
||||
|
||||
#tunnelListPage .rowItem {
|
||||
width: 150px;
|
||||
}
|
||||
|
||||
#tunnelListPage select {
|
||||
width: 150px;
|
||||
}
|
||||
|
||||
#tunnelListPage textarea {
|
||||
width: 100%;
|
||||
height: 88px;
|
||||
padding: 0 0 0 4px;
|
||||
color: green;
|
||||
margin-bottom: 7px;
|
||||
}
|
||||
|
||||
#tunnelListPage .footer .control {
|
||||
margin-left: 2px;
|
||||
}
|
||||
|
||||
#tunnelListPage .footer label {
|
||||
text-align: right;
|
||||
height: 24px;
|
||||
width: 360px;
|
||||
float: left;
|
||||
|
||||
}
|
||||
|
||||
/* Use Leary and Langridge content replacement methods (LIR)
|
||||
** to embed accessibility information into the document.
|
||||
** Should allow the lists to be rendered nicely by
|
||||
** screen readers. (and lynx!)
|
||||
*/
|
||||
|
||||
#tunnelListPage label {
|
||||
height: 0;
|
||||
width: 0;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
#tunnelListPage .nameHeaderField label,
|
||||
#tunnelListPage .portHeaderField label,
|
||||
#tunnelListPage .typeHeaderField label,
|
||||
#tunnelListPage .interfaceHeaderField label,
|
||||
#tunnelListPage .targetHeaderField label,
|
||||
#tunnelListPage .previewHeaderField label,
|
||||
#tunnelListPage .statusHeaderField label {
|
||||
text-align: left;
|
||||
width: 150px;
|
||||
height: 24px;
|
||||
float: left;
|
||||
}
|
||||
|
||||
#tunnelListPage .targetField,
|
||||
#tunnelListPage .targetField .text,
|
||||
#tunnelListPage .targetHeaderField,
|
||||
#tunnelListPage .targetHeaderField label {
|
||||
width: 300px;
|
||||
}
|
||||
|
||||
#tunnelListPage .descriptionField,
|
||||
#tunnelListPage .destinationField {
|
||||
width: 750px;
|
||||
}
|
||||
|
||||
#tunnelListPage .descriptionField .text,
|
||||
#tunnelListPage .destinationField .text {
|
||||
width: 450px;
|
||||
}
|
||||
|
||||
#tunnelListPage .descriptionField label,
|
||||
#tunnelListPage .destinationField label {
|
||||
text-align: right;
|
||||
width: 150px;
|
||||
height: 24px;
|
||||
float: left;
|
||||
}
|
||||
|
||||
@@ -1,299 +1,299 @@
|
||||
/* I2P Console IE theme override for Classic */
|
||||
/* Comment: Welcome to the wonderful world of kludgey IE fixes (for best results use another browser) */
|
||||
/* Author: dr|z3d */
|
||||
|
||||
.wideload {
|
||||
overflow: auto;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.formaction, form {
|
||||
text-align: left !important;
|
||||
margin: 0px 0 10px 0;
|
||||
}
|
||||
|
||||
div.configure {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
div.configure hr {
|
||||
/* display: none; */
|
||||
margin-bottom: 10px !important;
|
||||
}
|
||||
|
||||
div.configure p, div.configure table {
|
||||
text-align: justify;
|
||||
margin: 10px 0;
|
||||
}
|
||||
|
||||
div.main ul {
|
||||
margin: 0 20px 0 40px;
|
||||
}
|
||||
|
||||
div.configure textarea {
|
||||
width: 450px !important;
|
||||
}
|
||||
|
||||
div.configure input {
|
||||
margin-left: 5px;
|
||||
}
|
||||
|
||||
div.configure table {
|
||||
width: auto !important;
|
||||
text-align: left !important;
|
||||
}
|
||||
|
||||
h1 {
|
||||
padding: 24px 10px 23px 20px !important;
|
||||
margin: 0 px 0 195px !important;
|
||||
margin: 0 2px 0 200px !important;
|
||||
color: #001;
|
||||
border: 1px solid #89f !important;
|
||||
border-left: 1px solid #89f !important;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
h2 {
|
||||
padding: 12px !important;
|
||||
text-align: left !important;
|
||||
margin: 0 0 15px 0 !important;
|
||||
}
|
||||
|
||||
h3 {
|
||||
margin-top: 10px;
|
||||
text-align: left !important
|
||||
}
|
||||
|
||||
div.confignav {
|
||||
padding: 15px 0 15px 0;
|
||||
border-left: 0px;
|
||||
margin-left: -15px;
|
||||
border-top: 1px solid #89f;
|
||||
margin-bottom: 10px !important;
|
||||
}
|
||||
|
||||
div.messages {
|
||||
border-left: 0;
|
||||
border-right: 0;
|
||||
margin: -10px -15px 0px -15px;
|
||||
}
|
||||
|
||||
div.main {
|
||||
margin: -5px 2px 10px 200px;
|
||||
border: 1px solid #89f !important;
|
||||
}
|
||||
|
||||
div.main hr, div.news hr {
|
||||
margin: 0 10px !important;
|
||||
}
|
||||
|
||||
div.news {
|
||||
margin-left: 197px !important;
|
||||
margin-right: 100px !important;
|
||||
border-left: 1px solid #89f !important;
|
||||
}
|
||||
|
||||
div.news hr {
|
||||
height: 1px !important;
|
||||
color: #ffffc0 !important; /* fixes immovable hr issue by making it invisible */
|
||||
}
|
||||
|
||||
div.main {
|
||||
border-top: 5px solid #bbf;
|
||||
}
|
||||
|
||||
div.news {
|
||||
border-left: 5px solid #bbf;
|
||||
margin: 0px 5px 0 193px;
|
||||
padding-bottom: 8px;
|
||||
}
|
||||
|
||||
div.news hr {
|
||||
color: #bbf;
|
||||
background: #bbf;
|
||||
height: 3px;
|
||||
border: 0px;
|
||||
margin: 0 -10px 0 -13px !important;
|
||||
}
|
||||
|
||||
div.routersummaryouter {
|
||||
left: 5px;
|
||||
top: 5px;
|
||||
}
|
||||
|
||||
div.routersummary {
|
||||
color: #001;
|
||||
padding-left: 0px;
|
||||
/* border-left: 1px solid #bbf; */
|
||||
text-align: center !important;
|
||||
overflow: hidden; /* prevents IE from borking the sidepanel */
|
||||
width: 195px !important;
|
||||
padding-bottom: 20px !important;
|
||||
}
|
||||
|
||||
div.routersummary submit {
|
||||
padding: 0;
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
|
||||
div.routersummary input[type=text] {
|
||||
text-align: right !important;
|
||||
}
|
||||
|
||||
div.routersummary hr {
|
||||
color: #89f;
|
||||
background: #89f;
|
||||
height: 1px;
|
||||
border-bottom: 1px solid #89f;
|
||||
margin: 8px -2px 7px -1px;
|
||||
}
|
||||
|
||||
div.routersummary h3 {
|
||||
border: 0px solid #f00;
|
||||
text-align: center !important;
|
||||
font-size: 9pt;
|
||||
letter-spacing: 0.05em;
|
||||
margin: -14px 0px -15px 1px;
|
||||
padding: 3px 0px !important;
|
||||
background: #c5d5fb;
|
||||
text-transform: uppercase;
|
||||
}
|
||||
|
||||
div.routersummary h4 {
|
||||
border: 0px solid #f00;
|
||||
border-bottom: 0 !important;
|
||||
font-size: 8.5pt;
|
||||
letter-spacing: 0.05em;
|
||||
margin: -14px 0px -15px 1px !important;
|
||||
padding: 7px 3px 5px 3px;
|
||||
background: #fff;
|
||||
text-transform: capitalize;
|
||||
text-decoration: none !important;
|
||||
color: #2b2;
|
||||
text-align: center !important;
|
||||
line-height: 135%;
|
||||
}
|
||||
|
||||
div.routersummary table {
|
||||
border: 0;
|
||||
text-align: center !important;
|
||||
margin: -5px 5px !important;
|
||||
width: 182px !important;
|
||||
overflow: hidden;
|
||||
font-size: 8pt;
|
||||
padding: 0px -10px;
|
||||
background-image: none !important;
|
||||
background-color: transparent !important;
|
||||
}
|
||||
|
||||
div.routersummary tr, div.routersummary td {
|
||||
background-image: none !important;
|
||||
background-color: transparent !important;
|
||||
border: 0 !important;
|
||||
line-height: 120% !important;
|
||||
padding: 0 1px !important;
|
||||
}
|
||||
|
||||
div.routersummary form {
|
||||
margin-top: -25px !important;
|
||||
margin-bottom: -25px !important;
|
||||
text-align: center !important;
|
||||
}
|
||||
|
||||
div.routersummary p {
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
div.routersummary a:link, div.routersummary a:visited {
|
||||
line-height: 120%;
|
||||
}
|
||||
|
||||
div.routersummary a:hover {
|
||||
color: #f60;
|
||||
}
|
||||
|
||||
div.routersummary td {
|
||||
padding: 2px 4px;
|
||||
background-image: none !important;
|
||||
border: 0 !important;
|
||||
}
|
||||
|
||||
div.routersummary form {
|
||||
margin: -20px 0 !important;
|
||||
}
|
||||
|
||||
div.news li {
|
||||
padding-top: 0px !important;
|
||||
margin-bottom: -23px !important;
|
||||
}
|
||||
|
||||
div.logo {
|
||||
}
|
||||
|
||||
div.warning {
|
||||
padding: 0px 20px 20px 80px;
|
||||
margin-top: -20px;
|
||||
margin-left: -10px !important;
|
||||
}
|
||||
|
||||
.langbox {
|
||||
margin: 7px -18px 0px 5px;
|
||||
}
|
||||
|
||||
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 10px !important;
|
||||
}
|
||||
|
||||
table {
|
||||
width: auto !important;
|
||||
}
|
||||
|
||||
.links li {
|
||||
list-style-image: url("images/link.png") !important;
|
||||
list-style-image: none !important;
|
||||
margin: 2px 15px 10px 0px !important;
|
||||
padding-right: 5px;
|
||||
list-style-position: outside;
|
||||
display:list-item;
|
||||
}
|
||||
|
||||
|
||||
div.news {
|
||||
margin: -1px 2px 0 200px !important;
|
||||
padding: -10px 0px 8px 0px;
|
||||
background: #ffffc0;
|
||||
border: 1px solid #89f;
|
||||
border-bottom: 1px solid #89f;
|
||||
border-right: 1px solid #89f;
|
||||
text-align: right;
|
||||
color: #770;
|
||||
min-width: 500px;
|
||||
padding-bottom: 8px;
|
||||
padding-left: 10px;
|
||||
padding-right: 10px;
|
||||
font-size: 7pt;
|
||||
}
|
||||
|
||||
.routersummary h2, .routersummary h3 {
|
||||
background: #fff url(images/tinytitle.png) center right tile-x !important;
|
||||
/* I2P Console IE theme override for Classic */
|
||||
/* Comment: Welcome to the wonderful world of kludgey IE fixes (for best results use another browser) */
|
||||
/* Author: dr|z3d */
|
||||
|
||||
.wideload {
|
||||
overflow: auto;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.formaction, form {
|
||||
text-align: left !important;
|
||||
margin: 0px 0 10px 0;
|
||||
}
|
||||
|
||||
div.configure {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
div.configure hr {
|
||||
/* display: none; */
|
||||
margin-bottom: 10px !important;
|
||||
}
|
||||
|
||||
div.configure p, div.configure table {
|
||||
text-align: justify;
|
||||
margin: 10px 0;
|
||||
}
|
||||
|
||||
div.main ul {
|
||||
margin: 0 20px 0 40px;
|
||||
}
|
||||
|
||||
div.configure textarea {
|
||||
width: 450px !important;
|
||||
}
|
||||
|
||||
div.configure input {
|
||||
margin-left: 5px;
|
||||
}
|
||||
|
||||
div.configure table {
|
||||
width: auto !important;
|
||||
text-align: left !important;
|
||||
}
|
||||
|
||||
h1 {
|
||||
padding: 24px 10px 23px 20px !important;
|
||||
margin: 0 px 0 195px !important;
|
||||
margin: 0 2px 0 200px !important;
|
||||
color: #001;
|
||||
border: 1px solid #89f !important;
|
||||
border-left: 1px solid #89f !important;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
h2 {
|
||||
padding: 12px !important;
|
||||
text-align: left !important;
|
||||
margin: 0 0 15px 0 !important;
|
||||
}
|
||||
|
||||
h3 {
|
||||
margin-top: 10px;
|
||||
text-align: left !important
|
||||
}
|
||||
|
||||
div.confignav {
|
||||
padding: 15px 0 15px 0;
|
||||
border-left: 0px;
|
||||
margin-left: -15px;
|
||||
border-top: 1px solid #89f;
|
||||
margin-bottom: 10px !important;
|
||||
}
|
||||
|
||||
div.messages {
|
||||
border-left: 0;
|
||||
border-right: 0;
|
||||
margin: -10px -15px 0px -15px;
|
||||
}
|
||||
|
||||
div.main {
|
||||
margin: -5px 2px 10px 200px;
|
||||
border: 1px solid #89f !important;
|
||||
}
|
||||
|
||||
div.main hr, div.news hr {
|
||||
margin: 0 10px !important;
|
||||
}
|
||||
|
||||
div.news {
|
||||
margin-left: 197px !important;
|
||||
margin-right: 100px !important;
|
||||
border-left: 1px solid #89f !important;
|
||||
}
|
||||
|
||||
div.news hr {
|
||||
height: 1px !important;
|
||||
color: #ffffc0 !important; /* fixes immovable hr issue by making it invisible */
|
||||
}
|
||||
|
||||
div.main {
|
||||
border-top: 5px solid #bbf;
|
||||
}
|
||||
|
||||
div.news {
|
||||
border-left: 5px solid #bbf;
|
||||
margin: 0px 5px 0 193px;
|
||||
padding-bottom: 8px;
|
||||
}
|
||||
|
||||
div.news hr {
|
||||
color: #bbf;
|
||||
background: #bbf;
|
||||
height: 3px;
|
||||
border: 0px;
|
||||
margin: 0 -10px 0 -13px !important;
|
||||
}
|
||||
|
||||
div.routersummaryouter {
|
||||
left: 5px;
|
||||
top: 5px;
|
||||
}
|
||||
|
||||
div.routersummary {
|
||||
color: #001;
|
||||
padding-left: 0px;
|
||||
/* border-left: 1px solid #bbf; */
|
||||
text-align: center !important;
|
||||
overflow: hidden; /* prevents IE from borking the sidepanel */
|
||||
width: 195px !important;
|
||||
padding-bottom: 20px !important;
|
||||
}
|
||||
|
||||
div.routersummary submit {
|
||||
padding: 0;
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
|
||||
div.routersummary input[type=text] {
|
||||
text-align: right !important;
|
||||
}
|
||||
|
||||
div.routersummary hr {
|
||||
color: #89f;
|
||||
background: #89f;
|
||||
height: 1px;
|
||||
border-bottom: 1px solid #89f;
|
||||
margin: 8px -2px 7px -1px;
|
||||
}
|
||||
|
||||
div.routersummary h3 {
|
||||
border: 0px solid #f00;
|
||||
text-align: center !important;
|
||||
font-size: 9pt;
|
||||
letter-spacing: 0.05em;
|
||||
margin: -14px 0px -15px 1px;
|
||||
padding: 3px 0px !important;
|
||||
background: #c5d5fb;
|
||||
text-transform: uppercase;
|
||||
}
|
||||
|
||||
div.routersummary h4 {
|
||||
border: 0px solid #f00;
|
||||
border-bottom: 0 !important;
|
||||
font-size: 8.5pt;
|
||||
letter-spacing: 0.05em;
|
||||
margin: -14px 0px -15px 1px !important;
|
||||
padding: 7px 3px 5px 3px;
|
||||
background: #fff;
|
||||
text-transform: capitalize;
|
||||
text-decoration: none !important;
|
||||
color: #2b2;
|
||||
text-align: center !important;
|
||||
line-height: 135%;
|
||||
}
|
||||
|
||||
div.routersummary table {
|
||||
border: 0;
|
||||
text-align: center !important;
|
||||
margin: -5px 5px !important;
|
||||
width: 182px !important;
|
||||
overflow: hidden;
|
||||
font-size: 8pt;
|
||||
padding: 0px -10px;
|
||||
background-image: none !important;
|
||||
background-color: transparent !important;
|
||||
}
|
||||
|
||||
div.routersummary tr, div.routersummary td {
|
||||
background-image: none !important;
|
||||
background-color: transparent !important;
|
||||
border: 0 !important;
|
||||
line-height: 120% !important;
|
||||
padding: 0 1px !important;
|
||||
}
|
||||
|
||||
div.routersummary form {
|
||||
margin-top: -25px !important;
|
||||
margin-bottom: -25px !important;
|
||||
text-align: center !important;
|
||||
}
|
||||
|
||||
div.routersummary p {
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
div.routersummary a:link, div.routersummary a:visited {
|
||||
line-height: 120%;
|
||||
}
|
||||
|
||||
div.routersummary a:hover {
|
||||
color: #f60;
|
||||
}
|
||||
|
||||
div.routersummary td {
|
||||
padding: 2px 4px;
|
||||
background-image: none !important;
|
||||
border: 0 !important;
|
||||
}
|
||||
|
||||
div.routersummary form {
|
||||
margin: -20px 0 !important;
|
||||
}
|
||||
|
||||
div.news li {
|
||||
padding-top: 0px !important;
|
||||
margin-bottom: -23px !important;
|
||||
}
|
||||
|
||||
div.logo {
|
||||
}
|
||||
|
||||
div.warning {
|
||||
padding: 0px 20px 20px 80px;
|
||||
margin-top: -20px;
|
||||
margin-left: -10px !important;
|
||||
}
|
||||
|
||||
.langbox {
|
||||
margin: 7px -18px 0px 5px;
|
||||
}
|
||||
|
||||
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 10px !important;
|
||||
}
|
||||
|
||||
table {
|
||||
width: auto !important;
|
||||
}
|
||||
|
||||
.links li {
|
||||
list-style-image: url("images/link.png") !important;
|
||||
list-style-image: none !important;
|
||||
margin: 2px 15px 10px 0px !important;
|
||||
padding-right: 5px;
|
||||
list-style-position: outside;
|
||||
display:list-item;
|
||||
}
|
||||
|
||||
|
||||
div.news {
|
||||
margin: -1px 2px 0 200px !important;
|
||||
padding: -10px 0px 8px 0px;
|
||||
background: #ffffc0;
|
||||
border: 1px solid #89f;
|
||||
border-bottom: 1px solid #89f;
|
||||
border-right: 1px solid #89f;
|
||||
text-align: right;
|
||||
color: #770;
|
||||
min-width: 500px;
|
||||
padding-bottom: 8px;
|
||||
padding-left: 10px;
|
||||
padding-right: 10px;
|
||||
font-size: 7pt;
|
||||
}
|
||||
|
||||
.routersummary h2, .routersummary h3 {
|
||||
background: #fff url(images/tinytitle.png) center right tile-x !important;
|
||||
|
||||
@@ -1,71 +1,71 @@
|
||||
/* I2P Theme Override: Dark */
|
||||
/* Comment: Larger text (and other tweaks) for Chinese & other doublebyte charactersets */
|
||||
/* Author: dr|z3d */
|
||||
|
||||
body {
|
||||
font: 9pt/130% Verdana, "Bitstream Vera Sans", Tahoma, Helvetica, sans-serif;
|
||||
}
|
||||
|
||||
div.news {
|
||||
font-size: 9.5pt;
|
||||
font-style: normal !important;
|
||||
}
|
||||
|
||||
div.routersummary table {
|
||||
font-size: 8.5pt;
|
||||
}
|
||||
|
||||
div.routersummary h3, div.routersummary h4, div.routersummary p, div.routersummary h3 a, div.routersummary a {
|
||||
text-shadow: 0 0 0 0 !important;
|
||||
}
|
||||
|
||||
div.routersummary h4 {
|
||||
font-size: 10pt;
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
div.routersummary b {
|
||||
font-size: 9pt;
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
div.routersummary a {
|
||||
font-size: 10pt;
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
b, a, a:link, a:hover, a:visited {
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
h2 {
|
||||
font-size: 15pt;
|
||||
text-shadow: none;
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
p {
|
||||
font-size: 9.5pt;
|
||||
}
|
||||
|
||||
button, button:visited {
|
||||
font: normal 10pt Verdana,"Bitstream Vera Sans",Tahoma,Helvetica,sans-serif !important;
|
||||
}
|
||||
|
||||
code, pre, tt {
|
||||
font-size: 10pt;
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
.smallhead, th {
|
||||
font-size: 8.5pt;
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
table {
|
||||
font: 8.5pt/130% Verdana, "Bitstream Vera Sans", Tahoma, Helvetica, sans-serif;
|
||||
}
|
||||
|
||||
div.applabel {
|
||||
font-size: 8.5pt;
|
||||
}
|
||||
/* I2P Theme Override: Dark */
|
||||
/* Comment: Larger text (and other tweaks) for Chinese & other doublebyte charactersets */
|
||||
/* Author: dr|z3d */
|
||||
|
||||
body {
|
||||
font: 9pt/130% Verdana, "Bitstream Vera Sans", Tahoma, Helvetica, sans-serif;
|
||||
}
|
||||
|
||||
div.news {
|
||||
font-size: 9.5pt;
|
||||
font-style: normal !important;
|
||||
}
|
||||
|
||||
div.routersummary table {
|
||||
font-size: 8.5pt;
|
||||
}
|
||||
|
||||
div.routersummary h3, div.routersummary h4, div.routersummary p, div.routersummary h3 a, div.routersummary a {
|
||||
text-shadow: 0 0 0 0 !important;
|
||||
}
|
||||
|
||||
div.routersummary h4 {
|
||||
font-size: 10pt;
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
div.routersummary b {
|
||||
font-size: 9pt;
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
div.routersummary a {
|
||||
font-size: 10pt;
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
b, a, a:link, a:hover, a:visited {
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
h2 {
|
||||
font-size: 15pt;
|
||||
text-shadow: none;
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
p {
|
||||
font-size: 9.5pt;
|
||||
}
|
||||
|
||||
button, button:visited {
|
||||
font: normal 10pt Verdana,"Bitstream Vera Sans",Tahoma,Helvetica,sans-serif !important;
|
||||
}
|
||||
|
||||
code, pre, tt {
|
||||
font-size: 10pt;
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
.smallhead, th {
|
||||
font-size: 8.5pt;
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
table {
|
||||
font: 8.5pt/130% Verdana, "Bitstream Vera Sans", Tahoma, Helvetica, sans-serif;
|
||||
}
|
||||
|
||||
div.applabel {
|
||||
font-size: 8.5pt;
|
||||
}
|
||||
|
||||
@@ -1,234 +1,234 @@
|
||||
/* I2P Console theme: "Camo" by dr|z3d. Aka "dark". As in ops. */
|
||||
|
||||
body {
|
||||
margin: 0px;
|
||||
padding: 0px;
|
||||
text-align: center;
|
||||
font-family: "Lucida Sans Unicode", "Bitstream Vera Sans", Verdana, Tahoma, Helvetica, sans-serif;
|
||||
background: #010 url('images/camotile.png') center bottom;
|
||||
color: #000000;
|
||||
font-size: 8.5pt;
|
||||
/* we've avoided Tantek Hacks so far,
|
||||
** but we can't avoid using the non-w3c method of
|
||||
** box rendering. (and therefore one of mozilla's
|
||||
** proprietry -moz properties (which hopefully they'll
|
||||
** drop soon).
|
||||
*/
|
||||
-moz-box-sizing: border-box;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
body.iframed {
|
||||
/* I2P Console theme: "Camo" by dr|z3d. Aka "dark". As in ops. */
|
||||
|
||||
body {
|
||||
margin: 0px;
|
||||
padding: 0px;
|
||||
text-align: center;
|
||||
font-family: "Lucida Sans Unicode", "Bitstream Vera Sans", Verdana, Tahoma, Helvetica, sans-serif;
|
||||
background: #010 url('images/camotile.png') center bottom;
|
||||
color: #000000;
|
||||
font-size: 8.5pt;
|
||||
/* we've avoided Tantek Hacks so far,
|
||||
** but we can't avoid using the non-w3c method of
|
||||
** box rendering. (and therefore one of mozilla's
|
||||
** proprietry -moz properties (which hopefully they'll
|
||||
** drop soon).
|
||||
*/
|
||||
-moz-box-sizing: border-box;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
body.iframed {
|
||||
background: transparent url('images/transparent.gif') !important;
|
||||
padding-top: 5px;
|
||||
}
|
||||
|
||||
div {
|
||||
-moz-box-sizing: border-box;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
label {
|
||||
margin: 0;
|
||||
padding: 5px 4px 4px 4px;
|
||||
float: left;
|
||||
width: 120px;
|
||||
/* height: 24px; */
|
||||
font-weight: normal;
|
||||
text-align: right;
|
||||
font-size: 8pt;
|
||||
font-style: italic;
|
||||
-moz-box-sizing: border-box;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
h4 {
|
||||
font-size: 14px;
|
||||
font-weight: bold !important;
|
||||
text-align: left;
|
||||
border: 1px solid #494;
|
||||
margin: 5px 0 15px 0;
|
||||
padding: 5px 10px;
|
||||
background: #000 url('images/header.png') center center repeat-x ;
|
||||
text-transform: uppercase;
|
||||
text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.9);
|
||||
letter-spacing: 0.08em;
|
||||
-moz-box-shadow: inset 0px 0px 4px 0px #090;
|
||||
-moz-border-radius: 4px;
|
||||
-khtml-border-radius: 4px;
|
||||
border-radius: 4px;
|
||||
}
|
||||
|
||||
a {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
form {
|
||||
margin: 0px;
|
||||
}
|
||||
|
||||
textarea, input, select, button, a {
|
||||
font-family: "Lucida Sans Unicode", "Bitstream Vera Sans", Verdana, Tahoma, Helvetica, sans-serif;
|
||||
-moz-box-sizing: border-box;
|
||||
box-sizing: border-box;
|
||||
font-size: 8.5pt;
|
||||
float: left;
|
||||
background: #020;
|
||||
border-radius: 4px;
|
||||
color: #EEEE99;
|
||||
}
|
||||
|
||||
button {
|
||||
float: none;
|
||||
}
|
||||
|
||||
textarea {
|
||||
padding-top: 5px;
|
||||
}
|
||||
|
||||
div {
|
||||
-moz-box-sizing: border-box;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
label {
|
||||
margin: 0;
|
||||
padding: 5px 4px 4px 4px;
|
||||
float: left;
|
||||
width: 120px;
|
||||
/* height: 24px; */
|
||||
font-weight: normal;
|
||||
text-align: right;
|
||||
font-size: 8pt;
|
||||
font-style: italic;
|
||||
-moz-box-sizing: border-box;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
h4 {
|
||||
font-size: 14px;
|
||||
font-weight: bold !important;
|
||||
text-align: left;
|
||||
border: 1px solid #494;
|
||||
margin: 5px 0 15px 0;
|
||||
padding: 5px 10px;
|
||||
background: #000 url('images/header.png') center center repeat-x ;
|
||||
text-transform: uppercase;
|
||||
text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.9);
|
||||
letter-spacing: 0.08em;
|
||||
-moz-box-shadow: inset 0px 0px 4px 0px #090;
|
||||
-moz-border-radius: 4px;
|
||||
-khtml-border-radius: 4px;
|
||||
border-radius: 4px;
|
||||
}
|
||||
|
||||
a {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
form {
|
||||
margin: 0px;
|
||||
}
|
||||
|
||||
textarea, input, select, button, a {
|
||||
font-family: "Lucida Sans Unicode", "Bitstream Vera Sans", Verdana, Tahoma, Helvetica, sans-serif;
|
||||
-moz-box-sizing: border-box;
|
||||
box-sizing: border-box;
|
||||
font-size: 8.5pt;
|
||||
float: left;
|
||||
background: #020;
|
||||
border-radius: 4px;
|
||||
color: #EEEE99;
|
||||
}
|
||||
|
||||
button {
|
||||
float: none;
|
||||
}
|
||||
|
||||
textarea {
|
||||
border: 1px solid #494;
|
||||
background: #000;
|
||||
margin-left: 4px;
|
||||
width: 458px;
|
||||
}
|
||||
|
||||
br {
|
||||
clear: left;
|
||||
}
|
||||
|
||||
div.statusNotRunning {
|
||||
float: left;
|
||||
width: 78px;
|
||||
height: 24px;
|
||||
overflow: hidden;
|
||||
color: #dd0000;
|
||||
padding-top: 24px;
|
||||
margin-top: 6px;
|
||||
background: url('images/console_status_stopped.png') 0 0 no-repeat;
|
||||
}
|
||||
|
||||
div.statusRunning {
|
||||
float: left;
|
||||
width: 78px;
|
||||
height: 24px;
|
||||
overflow: hidden;
|
||||
color: #00dd00;
|
||||
padding-top: 24px;
|
||||
margin-top: 6px;
|
||||
background: url('images/console_status_running.png') 0 0 no-repeat;
|
||||
}
|
||||
|
||||
div.statusStarting {
|
||||
float: left;
|
||||
width: 78px;
|
||||
height: 24px;
|
||||
overflow: hidden;
|
||||
color: #339933;
|
||||
padding-top: 24px;
|
||||
margin-top: 6px;
|
||||
background: url('images/console_status_starting.png') 0 0 no-repeat;
|
||||
}
|
||||
|
||||
hr {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.separator, .subdivider {
|
||||
clear: both;
|
||||
height: 1px;
|
||||
margin: 3px 0px 3px 0px;
|
||||
border-bottom: 1px solid #494;
|
||||
}
|
||||
|
||||
.subdivider {
|
||||
border-bottom: 1px solid #494;
|
||||
padding: 5px 0px 0px 0px;
|
||||
}
|
||||
|
||||
.freetext {
|
||||
width: 150px;
|
||||
height : 22px;
|
||||
border: 1px solid #494;
|
||||
padding: 2px;
|
||||
margin: 4px 0 2px 4px;
|
||||
background-color: #000;
|
||||
font-size: 8.5pt;
|
||||
}
|
||||
|
||||
.control {
|
||||
margin: 6px 0 0 2px !important;
|
||||
padding: 2px 0;
|
||||
overflow: hidden;
|
||||
min-width: 60px;
|
||||
max-height: 24px;
|
||||
font-size: 8pt;
|
||||
font-weight: bold;
|
||||
background-color: #000;
|
||||
color: #494 !important;
|
||||
border: 1px outset #ddddc0;
|
||||
text-align: center;
|
||||
white-space: nowrap;
|
||||
-moz-border-radius: 4px;
|
||||
-khtml-border-radius: 4px;
|
||||
border-radius: 4px;
|
||||
margin-top: 8px;
|
||||
background: url(images/tabletitlelight.png) repeat: x;
|
||||
vertical-align: middle;
|
||||
text-decoration: none;
|
||||
border: 1px outset #5f5;
|
||||
-moz-box-shadow: inset 0px 1px 1px 0px #373;
|
||||
-khtml-box-shadow: inset 0px 1px 1px 0px #373;
|
||||
box-shadow: inset 0px 1px 1px 0px #373;
|
||||
}
|
||||
|
||||
.control:link {
|
||||
color: #494 !important;
|
||||
text-decoration: none;
|
||||
background: #000 !important;
|
||||
}
|
||||
|
||||
.control:hover {
|
||||
border: 1px solid #f60;
|
||||
background-color: #000;
|
||||
color: #f60 !important;
|
||||
text-decoration: none;
|
||||
-moz-box-shadow: inset 0px 1px 1px 0px #fff;
|
||||
-khtml-box-shadow: inset 0px 1px 1px 0px #fff;
|
||||
box-shadow: inset 0px 1px 1px 0px #fff;
|
||||
}
|
||||
|
||||
.control:active {
|
||||
border: 1px inset;
|
||||
background-color: #f60 !important;
|
||||
color: #EE9 !important;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.control:visited {
|
||||
color: #494 !important;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.panel {
|
||||
width: 800px;
|
||||
margin: 16px auto 16px auto;
|
||||
overflow: hidden;
|
||||
text-align: left;
|
||||
font-size: 8.5pt;
|
||||
color: #EEEE99;
|
||||
background-color: #020;
|
||||
background: #000 url(images/camotile2.png);
|
||||
-moz-border-radius: 4px;
|
||||
-khtml-border-radius: 4px;
|
||||
border-radius: 4px;
|
||||
border: 1px solid #494;
|
||||
padding: 10px 20px;
|
||||
}
|
||||
|
||||
.iframed .panel {
|
||||
margin: 16px auto -8px auto !important;
|
||||
}
|
||||
width: 458px;
|
||||
}
|
||||
|
||||
.iframed .panel.iframed {
|
||||
margin: 0 auto -8px auto !important;
|
||||
}
|
||||
br {
|
||||
clear: left;
|
||||
}
|
||||
|
||||
div.statusNotRunning {
|
||||
float: left;
|
||||
width: 78px;
|
||||
height: 24px;
|
||||
overflow: hidden;
|
||||
color: #dd0000;
|
||||
padding-top: 24px;
|
||||
margin-top: 6px;
|
||||
background: url('images/console_status_stopped.png') 0 0 no-repeat;
|
||||
}
|
||||
|
||||
div.statusRunning {
|
||||
float: left;
|
||||
width: 78px;
|
||||
height: 24px;
|
||||
overflow: hidden;
|
||||
color: #00dd00;
|
||||
padding-top: 24px;
|
||||
margin-top: 6px;
|
||||
background: url('images/console_status_running.png') 0 0 no-repeat;
|
||||
}
|
||||
|
||||
div.statusStarting {
|
||||
float: left;
|
||||
width: 78px;
|
||||
height: 24px;
|
||||
overflow: hidden;
|
||||
color: #339933;
|
||||
padding-top: 24px;
|
||||
margin-top: 6px;
|
||||
background: url('images/console_status_starting.png') 0 0 no-repeat;
|
||||
}
|
||||
|
||||
hr {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.separator, .subdivider {
|
||||
clear: both;
|
||||
height: 1px;
|
||||
margin: 3px 0px 3px 0px;
|
||||
border-bottom: 1px solid #494;
|
||||
}
|
||||
|
||||
.subdivider {
|
||||
border-bottom: 1px solid #494;
|
||||
padding: 5px 0px 0px 0px;
|
||||
}
|
||||
|
||||
.freetext {
|
||||
width: 150px;
|
||||
height : 22px;
|
||||
border: 1px solid #494;
|
||||
padding: 2px;
|
||||
margin: 4px 0 2px 4px;
|
||||
background-color: #000;
|
||||
font-size: 8.5pt;
|
||||
}
|
||||
|
||||
.control {
|
||||
margin: 6px 0 0 2px !important;
|
||||
padding: 2px 0;
|
||||
overflow: hidden;
|
||||
min-width: 60px;
|
||||
max-height: 24px;
|
||||
font-size: 8pt;
|
||||
font-weight: bold;
|
||||
background-color: #000;
|
||||
color: #494 !important;
|
||||
border: 1px outset #ddddc0;
|
||||
text-align: center;
|
||||
white-space: nowrap;
|
||||
-moz-border-radius: 4px;
|
||||
-khtml-border-radius: 4px;
|
||||
border-radius: 4px;
|
||||
margin-top: 8px;
|
||||
background: url(images/tabletitlelight.png) repeat: x;
|
||||
vertical-align: middle;
|
||||
text-decoration: none;
|
||||
border: 1px outset #5f5;
|
||||
-moz-box-shadow: inset 0px 1px 1px 0px #373;
|
||||
-khtml-box-shadow: inset 0px 1px 1px 0px #373;
|
||||
box-shadow: inset 0px 1px 1px 0px #373;
|
||||
}
|
||||
|
||||
.control:link {
|
||||
color: #494 !important;
|
||||
text-decoration: none;
|
||||
background: #000 !important;
|
||||
}
|
||||
|
||||
.control:hover {
|
||||
border: 1px solid #f60;
|
||||
background-color: #000;
|
||||
color: #f60 !important;
|
||||
text-decoration: none;
|
||||
-moz-box-shadow: inset 0px 1px 1px 0px #fff;
|
||||
-khtml-box-shadow: inset 0px 1px 1px 0px #fff;
|
||||
box-shadow: inset 0px 1px 1px 0px #fff;
|
||||
}
|
||||
|
||||
.control:active {
|
||||
border: 1px inset;
|
||||
background-color: #f60 !important;
|
||||
color: #EE9 !important;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.control:visited {
|
||||
color: #494 !important;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.panel {
|
||||
width: 800px;
|
||||
margin: 16px auto 16px auto;
|
||||
overflow: hidden;
|
||||
text-align: left;
|
||||
font-size: 8.5pt;
|
||||
color: #EEEE99;
|
||||
background-color: #020;
|
||||
background: #000 url(images/camotile2.png);
|
||||
-moz-border-radius: 4px;
|
||||
-khtml-border-radius: 4px;
|
||||
border-radius: 4px;
|
||||
border: 1px solid #494;
|
||||
padding: 10px 20px;
|
||||
}
|
||||
|
||||
.iframed .panel {
|
||||
margin: 16px auto -8px auto !important;
|
||||
}
|
||||
|
||||
.iframed .panel.iframed {
|
||||
margin: 0 auto -8px auto !important;
|
||||
}
|
||||
|
||||
.panel td:first-child {
|
||||
font-weight: bold;
|
||||
@@ -241,125 +241,125 @@ hr {
|
||||
.panel td:last-child {
|
||||
border-bottom: 1px dotted #494;
|
||||
}
|
||||
|
||||
.panel .footer {
|
||||
float: right;
|
||||
padding: 4px;
|
||||
}
|
||||
|
||||
.toolbox {
|
||||
float: right;
|
||||
}
|
||||
|
||||
.rowItem {
|
||||
width: 750px;
|
||||
float: left;
|
||||
margin: 0px;
|
||||
}
|
||||
|
||||
.comment {
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
.text {
|
||||
/* height: 24px;*/
|
||||
width: 150px;
|
||||
padding: 4px 0 0 2px;
|
||||
float: left;
|
||||
margin: 0;
|
||||
font-size: 8pt !important;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.accessKey {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
#globalOperationsPanel {
|
||||
background-color: #000;
|
||||
border: 1px solid #494;
|
||||
-moz-box-shadow: inset 0px 0px 0px 1px #932;
|
||||
padding: 5px 20px 11px 10px !important;
|
||||
/* background: #000 url(images/scarface.jpg) right center no-repeat !important;*/
|
||||
}
|
||||
|
||||
#globalOperationsPanel .control {
|
||||
|
||||
.panel .footer {
|
||||
float: right;
|
||||
padding: 4px;
|
||||
}
|
||||
|
||||
.toolbox {
|
||||
float: right;
|
||||
}
|
||||
|
||||
.rowItem {
|
||||
width: 750px;
|
||||
float: left;
|
||||
margin: 0px;
|
||||
}
|
||||
|
||||
.comment {
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
.text {
|
||||
/* height: 24px;*/
|
||||
width: 150px;
|
||||
padding: 4px 0 0 2px;
|
||||
float: left;
|
||||
margin: 0;
|
||||
font-size: 8pt !important;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.accessKey {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
#globalOperationsPanel {
|
||||
background-color: #000;
|
||||
border: 1px solid #494;
|
||||
-moz-box-shadow: inset 0px 0px 0px 1px #932;
|
||||
padding: 5px 20px 11px 10px !important;
|
||||
/* background: #000 url(images/scarface.jpg) right center no-repeat !important;*/
|
||||
}
|
||||
|
||||
#globalOperationsPanel .control {
|
||||
width: 120px;
|
||||
color: #494 !important;
|
||||
}
|
||||
color: #494 !important;
|
||||
}
|
||||
|
||||
#globalOperationsPanel .control:hover {
|
||||
color: #F60 !important;
|
||||
}
|
||||
color: #F60 !important;
|
||||
}
|
||||
|
||||
#globalOperationsPanel .control:active {
|
||||
color: #EE9 !important;
|
||||
color: #EE9 !important;
|
||||
}
|
||||
|
||||
.header {
|
||||
-moz-border-radius: 4px;
|
||||
-khtml-border-radius: 4px;
|
||||
border-radius: 4px;
|
||||
border: 0;
|
||||
}
|
||||
|
||||
a:link{
|
||||
color: #494;
|
||||
text-decoration: none;
|
||||
background: none;
|
||||
}
|
||||
|
||||
a:visited{
|
||||
color: #7b7;
|
||||
text-decoration: none;
|
||||
background: none;
|
||||
}
|
||||
|
||||
a:hover{
|
||||
color: #ff6600;
|
||||
text-decoration: underline;
|
||||
background: none;
|
||||
}
|
||||
|
||||
a:active{
|
||||
color: #900;
|
||||
text-decoration: underline;
|
||||
background: none;
|
||||
}
|
||||
|
||||
input {
|
||||
background-color: #020;
|
||||
color: #EEEE99;
|
||||
margin: 0 2px 0 2px;
|
||||
font-family: "Lucida Sans Unicode", Verdana, Tahoma, Helvetica, sans-serif;
|
||||
border: 1px solid #494;
|
||||
/*
|
||||
padding: 0px 2px 1px 2px;
|
||||
*/
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
input hover {
|
||||
background-color: #f00;
|
||||
color: #EEEE99;
|
||||
margin: 0 2px 0 2px;
|
||||
font-family: "Lucida Sans Unicode", Verdana, Tahoma, Helvetica, sans-serif;
|
||||
font-weight: bold;
|
||||
border: 1px solid #494;
|
||||
padding: 2px;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
select {
|
||||
background-color: #020;
|
||||
color: #EEEE99;
|
||||
margin: 6px 2px 0 2px;
|
||||
font-family: "Lucida Sans Unicode", Verdana, Tahoma, Helvetica, sans-serif;
|
||||
border: 1px solid #494;
|
||||
padding: 2px 2px 2px 4px;
|
||||
max-height: 24px;
|
||||
background: #000;
|
||||
border-radius: 4px;
|
||||
}
|
||||
|
||||
form {}
|
||||
|
||||
.header {
|
||||
-moz-border-radius: 4px;
|
||||
-khtml-border-radius: 4px;
|
||||
border-radius: 4px;
|
||||
border: 0;
|
||||
}
|
||||
|
||||
a:link{
|
||||
color: #494;
|
||||
text-decoration: none;
|
||||
background: none;
|
||||
}
|
||||
|
||||
a:visited{
|
||||
color: #7b7;
|
||||
text-decoration: none;
|
||||
background: none;
|
||||
}
|
||||
|
||||
a:hover{
|
||||
color: #ff6600;
|
||||
text-decoration: underline;
|
||||
background: none;
|
||||
}
|
||||
|
||||
a:active{
|
||||
color: #900;
|
||||
text-decoration: underline;
|
||||
background: none;
|
||||
}
|
||||
|
||||
input {
|
||||
background-color: #020;
|
||||
color: #EEEE99;
|
||||
margin: 0 2px 0 2px;
|
||||
font-family: "Lucida Sans Unicode", Verdana, Tahoma, Helvetica, sans-serif;
|
||||
border: 1px solid #494;
|
||||
/*
|
||||
padding: 0px 2px 1px 2px;
|
||||
*/
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
input hover {
|
||||
background-color: #f00;
|
||||
color: #EEEE99;
|
||||
margin: 0 2px 0 2px;
|
||||
font-family: "Lucida Sans Unicode", Verdana, Tahoma, Helvetica, sans-serif;
|
||||
font-weight: bold;
|
||||
border: 1px solid #494;
|
||||
padding: 2px;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
select {
|
||||
background-color: #020;
|
||||
color: #EEEE99;
|
||||
margin: 6px 2px 0 2px;
|
||||
font-family: "Lucida Sans Unicode", Verdana, Tahoma, Helvetica, sans-serif;
|
||||
border: 1px solid #494;
|
||||
padding: 2px 2px 2px 4px;
|
||||
max-height: 24px;
|
||||
background: #000;
|
||||
border-radius: 4px;
|
||||
}
|
||||
|
||||
form {}
|
||||
|
||||
@@ -1,153 +1,153 @@
|
||||
/* I2P Console theme: "Camo" by dr|z3d. Aka "dark". As in ops. */
|
||||
/* I2P Tunnel Edit Page */
|
||||
|
||||
#tunnelEditPage input {
|
||||
width: 458px;
|
||||
}
|
||||
|
||||
#tunnelEditPage select {
|
||||
width: 308px;
|
||||
}
|
||||
|
||||
#tunnelEditPage option [ selected ] {
|
||||
color: green;
|
||||
}
|
||||
|
||||
#tunnelEditPage #targetField, #tunnelEditPage #accessField, #tunnelEditPage #optionsField {
|
||||
height: 48px;
|
||||
width: 150px;
|
||||
}
|
||||
|
||||
#tunnelEditPage #tunnelOptionsField {
|
||||
height: 96px;
|
||||
width: 150px;
|
||||
}
|
||||
|
||||
#tunnelEditPage #targetField label, #tunnelEditPage #accessField label, #tunnelEditPage #tunnelOptionsField label, #tunnelEditPage #optionsField label{
|
||||
height: 48px;
|
||||
width: 150px;
|
||||
}
|
||||
|
||||
#tunnelEditPage #reachField, #tunnelEditPage #hostField, #tunnelEditPage #depthField, #tunnelEditPage #countField, #tunnelEditPage #optionsHostField {
|
||||
width: 304px;
|
||||
margin-right: 4px;
|
||||
}
|
||||
|
||||
#tunnelEditPage #portField, #tunnelEditPage #optionsPortField, #tunnelEditPage #backupField, #tunnelEditPage #varianceField {
|
||||
width: 150px;
|
||||
}
|
||||
|
||||
#tunnelEditPage #reachField label, #tunnelEditPage #hostField label, #tunnelEditPage #portField label, #tunnelEditPage #optionsHostField label, #tunnelEditPage #optionsPortField label, #tunnelEditPage #depthField label, #tunnelEditPage #countField label, #tunnelEditPage #backupField label, #tunnelEditPage #varianceField label {
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
#tunnelEditPage #otherField label {
|
||||
width: 300px;
|
||||
}
|
||||
|
||||
#tunnelEditPage #reachableByOther, #tunnelEditPage #tunnelDepth, #tunnelEditPage #tunnelQuantity, #tunnelEditPage #targetHost, #tunnelEditPage #clientHost {
|
||||
width: 306px;
|
||||
}
|
||||
|
||||
#tunnelEditPage #port {
|
||||
width: 80px;
|
||||
}
|
||||
|
||||
#tunnelEditPage #targetPort, #tunnelEditPage #clientPort, #tunnelEditPage #tunnelBackupQuantity, #tunnelEditPage #tunnelVariance {
|
||||
width: 150px;
|
||||
}
|
||||
|
||||
#tunnelEditPage #shared, #tunnelEditPage #connectDelay, #tunnelEditPage #startOnLoad {
|
||||
width: 16px;
|
||||
}
|
||||
|
||||
#tunnelEditPage label {
|
||||
width: 150px;
|
||||
font-weight: bold;
|
||||
text-align: right;
|
||||
float: left;
|
||||
}
|
||||
/* I2P Tunnel List Page
|
||||
*/
|
||||
|
||||
#tunnelListPage .rowItem {
|
||||
width: 150px;
|
||||
}
|
||||
|
||||
#tunnelListPage select {
|
||||
width: 150px;
|
||||
}
|
||||
|
||||
#tunnelListPage textarea {
|
||||
width: 100%;
|
||||
height: 100px;
|
||||
padding: 4px;
|
||||
margin: 0 0 3px 0;
|
||||
background-color: #040;
|
||||
/* background: #000 url("images/helitile.png")no-repeat scroll right top;*/
|
||||
color: #ee9;
|
||||
font-family: "Lucida Console", "Andale Mono", "Courier New", Courier, mono;
|
||||
border: 1px inset #002;
|
||||
}
|
||||
|
||||
#tunnelListPage .footer .control {
|
||||
/* I2P Console theme: "Camo" by dr|z3d. Aka "dark". As in ops. */
|
||||
/* I2P Tunnel Edit Page */
|
||||
|
||||
#tunnelEditPage input {
|
||||
width: 458px;
|
||||
}
|
||||
|
||||
#tunnelEditPage select {
|
||||
width: 308px;
|
||||
}
|
||||
|
||||
#tunnelEditPage option [ selected ] {
|
||||
color: green;
|
||||
}
|
||||
|
||||
#tunnelEditPage #targetField, #tunnelEditPage #accessField, #tunnelEditPage #optionsField {
|
||||
height: 48px;
|
||||
width: 150px;
|
||||
}
|
||||
|
||||
#tunnelEditPage #tunnelOptionsField {
|
||||
height: 96px;
|
||||
width: 150px;
|
||||
}
|
||||
|
||||
#tunnelEditPage #targetField label, #tunnelEditPage #accessField label, #tunnelEditPage #tunnelOptionsField label, #tunnelEditPage #optionsField label{
|
||||
height: 48px;
|
||||
width: 150px;
|
||||
}
|
||||
|
||||
#tunnelEditPage #reachField, #tunnelEditPage #hostField, #tunnelEditPage #depthField, #tunnelEditPage #countField, #tunnelEditPage #optionsHostField {
|
||||
width: 304px;
|
||||
margin-right: 4px;
|
||||
}
|
||||
|
||||
#tunnelEditPage #portField, #tunnelEditPage #optionsPortField, #tunnelEditPage #backupField, #tunnelEditPage #varianceField {
|
||||
width: 150px;
|
||||
}
|
||||
|
||||
#tunnelEditPage #reachField label, #tunnelEditPage #hostField label, #tunnelEditPage #portField label, #tunnelEditPage #optionsHostField label, #tunnelEditPage #optionsPortField label, #tunnelEditPage #depthField label, #tunnelEditPage #countField label, #tunnelEditPage #backupField label, #tunnelEditPage #varianceField label {
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
#tunnelEditPage #otherField label {
|
||||
width: 300px;
|
||||
}
|
||||
|
||||
#tunnelEditPage #reachableByOther, #tunnelEditPage #tunnelDepth, #tunnelEditPage #tunnelQuantity, #tunnelEditPage #targetHost, #tunnelEditPage #clientHost {
|
||||
width: 306px;
|
||||
}
|
||||
|
||||
#tunnelEditPage #port {
|
||||
width: 80px;
|
||||
}
|
||||
|
||||
#tunnelEditPage #targetPort, #tunnelEditPage #clientPort, #tunnelEditPage #tunnelBackupQuantity, #tunnelEditPage #tunnelVariance {
|
||||
width: 150px;
|
||||
}
|
||||
|
||||
#tunnelEditPage #shared, #tunnelEditPage #connectDelay, #tunnelEditPage #startOnLoad {
|
||||
width: 16px;
|
||||
}
|
||||
|
||||
#tunnelEditPage label {
|
||||
width: 150px;
|
||||
font-weight: bold;
|
||||
text-align: right;
|
||||
float: left;
|
||||
}
|
||||
/* I2P Tunnel List Page
|
||||
*/
|
||||
|
||||
#tunnelListPage .rowItem {
|
||||
width: 150px;
|
||||
}
|
||||
|
||||
#tunnelListPage select {
|
||||
width: 150px;
|
||||
}
|
||||
|
||||
#tunnelListPage textarea {
|
||||
width: 100%;
|
||||
height: 100px;
|
||||
padding: 4px;
|
||||
margin: 0 0 3px 0;
|
||||
background-color: #040;
|
||||
/* background: #000 url("images/helitile.png")no-repeat scroll right top;*/
|
||||
color: #ee9;
|
||||
font-family: "Lucida Console", "Andale Mono", "Courier New", Courier, mono;
|
||||
border: 1px inset #002;
|
||||
}
|
||||
|
||||
#tunnelListPage .footer .control {
|
||||
margin-left: 2px;
|
||||
color: #494 !important;
|
||||
background: #000 !important;
|
||||
}
|
||||
background: #000 !important;
|
||||
}
|
||||
|
||||
#tunnelListPage .footer .control:hover {
|
||||
color: #F60 !important;
|
||||
color: #F60 !important;
|
||||
}
|
||||
|
||||
#tunnelListPage .footer .control:active {
|
||||
color: #EE9 !important;
|
||||
background: #F60 !important;
|
||||
}
|
||||
|
||||
#tunnelListPage .footer label {
|
||||
text-align: right;
|
||||
height: 24px;
|
||||
width: 360px;
|
||||
float: left;
|
||||
margin-top: 6px;
|
||||
margin-right: 5px;
|
||||
|
||||
#tunnelListPage .footer label {
|
||||
text-align: right;
|
||||
height: 24px;
|
||||
width: 360px;
|
||||
float: left;
|
||||
margin-top: 6px;
|
||||
margin-right: 5px;
|
||||
}
|
||||
|
||||
/* Use Leary and Langridge content replacement methods (LIR)
|
||||
** to embed accessibility information into the document.
|
||||
** Should allow the lists to be rendered nicely by
|
||||
** screen readers. (and lynx!)
|
||||
*/
|
||||
|
||||
#tunnelListPage label {
|
||||
height: 0;
|
||||
width: 0;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
#tunnelListPage .nameHeaderField label, #tunnelListPage .portHeaderField label, #tunnelListPage .typeHeaderField label, #tunnelListPage .interfaceHeaderField label, #tunnelListPage .targetHeaderField label, #tunnelListPage .previewHeaderField label, #tunnelListPage .statusHeaderField label {
|
||||
text-align: left;
|
||||
width: 150px;
|
||||
height: 28px;
|
||||
float: left;
|
||||
}
|
||||
|
||||
#tunnelListPage .targetField, #tunnelListPage .targetField .text, #tunnelListPage .targetHeaderField, #tunnelListPage .targetHeaderField label {
|
||||
width: 300px;
|
||||
}
|
||||
|
||||
#tunnelListPage .descriptionField, #tunnelListPage .destinationField {
|
||||
width: 750px;
|
||||
}
|
||||
|
||||
#tunnelListPage .descriptionField .text, #tunnelListPage .destinationField input {
|
||||
width: 590px;
|
||||
}
|
||||
|
||||
#tunnelListPage .descriptionField label, #tunnelListPage .destinationField label {
|
||||
text-align: right;
|
||||
width: 150px;
|
||||
height: 24px;
|
||||
float: left;
|
||||
|
||||
/* Use Leary and Langridge content replacement methods (LIR)
|
||||
** to embed accessibility information into the document.
|
||||
** Should allow the lists to be rendered nicely by
|
||||
** screen readers. (and lynx!)
|
||||
*/
|
||||
|
||||
#tunnelListPage label {
|
||||
height: 0;
|
||||
width: 0;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
#tunnelListPage .nameHeaderField label, #tunnelListPage .portHeaderField label, #tunnelListPage .typeHeaderField label, #tunnelListPage .interfaceHeaderField label, #tunnelListPage .targetHeaderField label, #tunnelListPage .previewHeaderField label, #tunnelListPage .statusHeaderField label {
|
||||
text-align: left;
|
||||
width: 150px;
|
||||
height: 28px;
|
||||
float: left;
|
||||
}
|
||||
|
||||
#tunnelListPage .targetField, #tunnelListPage .targetField .text, #tunnelListPage .targetHeaderField, #tunnelListPage .targetHeaderField label {
|
||||
width: 300px;
|
||||
}
|
||||
|
||||
#tunnelListPage .descriptionField, #tunnelListPage .destinationField {
|
||||
width: 750px;
|
||||
}
|
||||
|
||||
#tunnelListPage .descriptionField .text, #tunnelListPage .destinationField input {
|
||||
width: 590px;
|
||||
}
|
||||
|
||||
#tunnelListPage .descriptionField label, #tunnelListPage .destinationField label {
|
||||
text-align: right;
|
||||
width: 150px;
|
||||
height: 24px;
|
||||
float: left;
|
||||
}
|
||||
|
||||
@@ -1,93 +1,93 @@
|
||||
/* I2P Theme Override: Light */
|
||||
/* Comment: Larger text & other optimizations for Chinese & other doublebyte charactersets */
|
||||
/* Author: dr|z3d */
|
||||
|
||||
div.routersummary table {
|
||||
font-size: 8.5pt;
|
||||
}
|
||||
|
||||
div.routersummary a {
|
||||
font-size: 10pt;
|
||||
}
|
||||
|
||||
div.routersummary h3, div.routersummary h4, div.routersummary p, div.routersummary h3 a, div.routersummary a {
|
||||
text-shadow: 0 0 0 0 !important;
|
||||
}
|
||||
|
||||
|
||||
div.routersummary h4, div.routersummary h4 a {
|
||||
font-size: 11pt !important;
|
||||
letter-spacing: 0.1em;
|
||||
-moz-box-shadow: inset 0px 0px 1px 15px #dfd;
|
||||
}
|
||||
div.routersummary b {
|
||||
font-size: 9.5pt;
|
||||
font-weight: normal !important;
|
||||
}
|
||||
|
||||
div.routersummary a {
|
||||
word-spacing: 0.1em !important;
|
||||
letter-spacing: 0.05em !important;
|
||||
font-size: 10.5pt;
|
||||
line-height: 150%;
|
||||
}
|
||||
|
||||
h1, h2,h3,h4 {
|
||||
font-weight: normal !important;
|
||||
text-shadow: 0 0 0;
|
||||
word-spacing: 0.1em;
|
||||
}
|
||||
|
||||
b, a, input, button, submit, i, th, thead, tfoot{
|
||||
font-weight: normal !important;
|
||||
font-style: normal !important;
|
||||
}
|
||||
|
||||
button, button:visited {
|
||||
font-size: 10.5pt;
|
||||
font-family: Verdana, "Bitstream Vera Sans", Tahoma, Helvetica, sans-serif;
|
||||
}
|
||||
|
||||
b {
|
||||
color: #152 !important;
|
||||
}
|
||||
|
||||
div.news {
|
||||
font-size: 9pt;
|
||||
}
|
||||
|
||||
input, input:visited {
|
||||
font-size: 10pt !Important;
|
||||
}
|
||||
|
||||
.smallhead {
|
||||
font-size: 8.5pt
|
||||
}
|
||||
|
||||
table {
|
||||
font: 8.5pt/130% Verdana, "Bitstream Vera Sans", Tahoma, Helvetica, sans-serif;
|
||||
}
|
||||
|
||||
td {
|
||||
font-size: 9pt;
|
||||
}
|
||||
|
||||
.statusnotes {
|
||||
font-size: 10pt;
|
||||
letter-spacing: 0.2em !important;
|
||||
text-shadow: none !important;
|
||||
}
|
||||
|
||||
.tablefooter tr, .tablefooter td {
|
||||
font-size: 10pt !important;
|
||||
}
|
||||
|
||||
div.tunnels a {
|
||||
font-size: 9.5pt !important;
|
||||
letter-spacing: 0 !important;
|
||||
word-spacing: 0 !important;
|
||||
}
|
||||
|
||||
code, tt {
|
||||
font-size: 10pt !important;
|
||||
}
|
||||
/* I2P Theme Override: Light */
|
||||
/* Comment: Larger text & other optimizations for Chinese & other doublebyte charactersets */
|
||||
/* Author: dr|z3d */
|
||||
|
||||
div.routersummary table {
|
||||
font-size: 8.5pt;
|
||||
}
|
||||
|
||||
div.routersummary a {
|
||||
font-size: 10pt;
|
||||
}
|
||||
|
||||
div.routersummary h3, div.routersummary h4, div.routersummary p, div.routersummary h3 a, div.routersummary a {
|
||||
text-shadow: 0 0 0 0 !important;
|
||||
}
|
||||
|
||||
|
||||
div.routersummary h4, div.routersummary h4 a {
|
||||
font-size: 11pt !important;
|
||||
letter-spacing: 0.1em;
|
||||
-moz-box-shadow: inset 0px 0px 1px 15px #dfd;
|
||||
}
|
||||
div.routersummary b {
|
||||
font-size: 9.5pt;
|
||||
font-weight: normal !important;
|
||||
}
|
||||
|
||||
div.routersummary a {
|
||||
word-spacing: 0.1em !important;
|
||||
letter-spacing: 0.05em !important;
|
||||
font-size: 10.5pt;
|
||||
line-height: 150%;
|
||||
}
|
||||
|
||||
h1, h2,h3,h4 {
|
||||
font-weight: normal !important;
|
||||
text-shadow: 0 0 0;
|
||||
word-spacing: 0.1em;
|
||||
}
|
||||
|
||||
b, a, input, button, submit, i, th, thead, tfoot{
|
||||
font-weight: normal !important;
|
||||
font-style: normal !important;
|
||||
}
|
||||
|
||||
button, button:visited {
|
||||
font-size: 10.5pt;
|
||||
font-family: Verdana, "Bitstream Vera Sans", Tahoma, Helvetica, sans-serif;
|
||||
}
|
||||
|
||||
b {
|
||||
color: #152 !important;
|
||||
}
|
||||
|
||||
div.news {
|
||||
font-size: 9pt;
|
||||
}
|
||||
|
||||
input, input:visited {
|
||||
font-size: 10pt !Important;
|
||||
}
|
||||
|
||||
.smallhead {
|
||||
font-size: 8.5pt
|
||||
}
|
||||
|
||||
table {
|
||||
font: 8.5pt/130% Verdana, "Bitstream Vera Sans", Tahoma, Helvetica, sans-serif;
|
||||
}
|
||||
|
||||
td {
|
||||
font-size: 9pt;
|
||||
}
|
||||
|
||||
.statusnotes {
|
||||
font-size: 10pt;
|
||||
letter-spacing: 0.2em !important;
|
||||
text-shadow: none !important;
|
||||
}
|
||||
|
||||
.tablefooter tr, .tablefooter td {
|
||||
font-size: 10pt !important;
|
||||
}
|
||||
|
||||
div.tunnels a {
|
||||
font-size: 9.5pt !important;
|
||||
letter-spacing: 0 !important;
|
||||
word-spacing: 0 !important;
|
||||
}
|
||||
|
||||
code, tt {
|
||||
font-size: 10pt !important;
|
||||
}
|
||||
|
||||
@@ -1,156 +1,156 @@
|
||||
/* I2P Tunnel Edit Page
|
||||
*/
|
||||
|
||||
#tunnelEditPage input {
|
||||
width: 560px;
|
||||
}
|
||||
|
||||
#tunnelEditPage select {
|
||||
width: 300px;
|
||||
}
|
||||
|
||||
#tunnelEditPage option [ selected ] {
|
||||
color: green;
|
||||
}
|
||||
|
||||
#tunnelEditPage #targetField, #tunnelEditPage #accessField, #tunnelEditPage #optionsField {
|
||||
height: 48px;
|
||||
width: 150px;
|
||||
}
|
||||
|
||||
#tunnelEditPage #tunnelOptionsField {
|
||||
height: 96px;
|
||||
width: 150px;
|
||||
}
|
||||
|
||||
#tunnelEditPage #targetField label, #tunnelEditPage #accessField label, #tunnelEditPage #tunnelOptionsField label, #tunnelEditPage #optionsField label{
|
||||
height: 48px;
|
||||
width: 150px;
|
||||
}
|
||||
|
||||
#tunnelEditPage #reachField, #tunnelEditPage #hostField, #tunnelEditPage #depthField, #tunnelEditPage #countField, #tunnelEditPage #optionsHostField {
|
||||
width: 304px;
|
||||
margin-right: 4px;
|
||||
}
|
||||
|
||||
#tunnelEditPage #portField, #tunnelEditPage #optionsPortField, #tunnelEditPage #backupField, #tunnelEditPage #varianceField {
|
||||
width: 150px;
|
||||
}
|
||||
|
||||
#tunnelEditPage #reachField label, #tunnelEditPage #hostField label, #tunnelEditPage #portField label, #tunnelEditPage #optionsHostField label, #tunnelEditPage #optionsPortField label, #tunnelEditPage #depthField label, #tunnelEditPage #countField label, #tunnelEditPage #backupField label, #tunnelEditPage #varianceField label {
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
#tunnelEditPage #otherField label {
|
||||
width: 300px;
|
||||
}
|
||||
|
||||
#tunnelEditPage #reachableByOther, #tunnelEditPage #tunnelDepth, #tunnelEditPage #tunnelQuantity, #tunnelEditPage #targetHost, #tunnelEditPage #clientHost {
|
||||
width: 300px;
|
||||
}
|
||||
|
||||
#tunnelEditPage #port {
|
||||
width: 80px;
|
||||
}
|
||||
|
||||
#tunnelEditPage #targetPort, #tunnelEditPage #clientPort, #tunnelEditPage #tunnelBackupQuantity, #tunnelEditPage #tunnelVariance {
|
||||
width: 150px;
|
||||
}
|
||||
|
||||
#tunnelEditPage #shared, #tunnelEditPage #connectDelay, #tunnelEditPage #startOnLoad {
|
||||
width: 16px;
|
||||
}
|
||||
|
||||
#tunnelEditPage label {
|
||||
width: 150px;
|
||||
font-weight: bold;
|
||||
text-align: right;
|
||||
float: left;
|
||||
}
|
||||
/* I2P Tunnel List Page
|
||||
*/
|
||||
|
||||
#tunnelListPage .rowItem {
|
||||
width: 150px;
|
||||
}
|
||||
|
||||
#tunnelListPage select {
|
||||
min-width: 120px;
|
||||
}
|
||||
|
||||
#tunnelListPage textarea {
|
||||
width: 100%;
|
||||
height: 100px;
|
||||
padding: 4px;
|
||||
margin: 2px 0 12px 0;
|
||||
background-color: #005;
|
||||
color: #292;
|
||||
font-family: "Lucida Console", "DejaVu Sans Mono", "Andale Mono", "Courier New", Courier, mono;
|
||||
border: 1px solid #225;
|
||||
font-size: 8pt !important;
|
||||
font-weight: bold;
|
||||
text-align: justify !important;
|
||||
background: #efe url(images/magic.png);
|
||||
-moz-box-shadow: 0 0 0px 1px #7f7;
|
||||
-khtml-box-shadow: 0 0 0px 1px #7f7;
|
||||
box-shadow: 0 0 0px 1px #7f7;
|
||||
opacity: 0.9;
|
||||
}
|
||||
|
||||
#tunnelListPage .footer .control {
|
||||
margin-left: 2px;
|
||||
font-family: "Lucida Sans Unicode", "Bitstream Vera Sans", Verdana, Tahoma, Helvetica, sans-serif;
|
||||
font-weight: bold;
|
||||
color: #001 !important;
|
||||
}
|
||||
|
||||
#tunnelListPage .footer .control:hover {
|
||||
color: white !important;
|
||||
}
|
||||
|
||||
#tunnelListPage .footer label {
|
||||
text-align: right;
|
||||
height: 24px;
|
||||
width: 360px;
|
||||
float: left;
|
||||
margin-top: 6px;
|
||||
margin-right: 5px;
|
||||
}
|
||||
/* Use Leary and Langridge content replacement methods (LIR)
|
||||
** to embed accessibility information into the document.
|
||||
** Should allow the lists to be rendered nicely by
|
||||
** screen readers. (and lynx!)
|
||||
*/
|
||||
|
||||
#tunnelListPage label {
|
||||
height: 0;
|
||||
width: 0;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
#tunnelListPage .nameHeaderField label, #tunnelListPage .portHeaderField label, #tunnelListPage .typeHeaderField label, #tunnelListPage .interfaceHeaderField label, #tunnelListPage .targetHeaderField label, #tunnelListPage .previewHeaderField label, #tunnelListPage .statusHeaderField label {
|
||||
text-align: left;
|
||||
width: 150px;
|
||||
height: 28px;
|
||||
float: left;
|
||||
padding-top: 4px;
|
||||
}
|
||||
|
||||
#tunnelListPage .targetField, #tunnelListPage .targetField .text, #tunnelListPage .targetHeaderField, #tunnelListPage .targetHeaderField label {
|
||||
width: 300px;
|
||||
}
|
||||
|
||||
#tunnelListPage .descriptionField, #tunnelListPage .destinationField {
|
||||
width: 800px;
|
||||
}
|
||||
|
||||
#tunnelListPage .descriptionField .text, #tunnelListPage .destinationField .text {
|
||||
width: 580px;
|
||||
}
|
||||
|
||||
#tunnelListPage .descriptionField label, #tunnelListPage .destinationField label {
|
||||
text-align: right;
|
||||
width: 150px;
|
||||
height: 28px;
|
||||
float: left;
|
||||
}
|
||||
/* I2P Tunnel Edit Page
|
||||
*/
|
||||
|
||||
#tunnelEditPage input {
|
||||
width: 560px;
|
||||
}
|
||||
|
||||
#tunnelEditPage select {
|
||||
width: 300px;
|
||||
}
|
||||
|
||||
#tunnelEditPage option [ selected ] {
|
||||
color: green;
|
||||
}
|
||||
|
||||
#tunnelEditPage #targetField, #tunnelEditPage #accessField, #tunnelEditPage #optionsField {
|
||||
height: 48px;
|
||||
width: 150px;
|
||||
}
|
||||
|
||||
#tunnelEditPage #tunnelOptionsField {
|
||||
height: 96px;
|
||||
width: 150px;
|
||||
}
|
||||
|
||||
#tunnelEditPage #targetField label, #tunnelEditPage #accessField label, #tunnelEditPage #tunnelOptionsField label, #tunnelEditPage #optionsField label{
|
||||
height: 48px;
|
||||
width: 150px;
|
||||
}
|
||||
|
||||
#tunnelEditPage #reachField, #tunnelEditPage #hostField, #tunnelEditPage #depthField, #tunnelEditPage #countField, #tunnelEditPage #optionsHostField {
|
||||
width: 304px;
|
||||
margin-right: 4px;
|
||||
}
|
||||
|
||||
#tunnelEditPage #portField, #tunnelEditPage #optionsPortField, #tunnelEditPage #backupField, #tunnelEditPage #varianceField {
|
||||
width: 150px;
|
||||
}
|
||||
|
||||
#tunnelEditPage #reachField label, #tunnelEditPage #hostField label, #tunnelEditPage #portField label, #tunnelEditPage #optionsHostField label, #tunnelEditPage #optionsPortField label, #tunnelEditPage #depthField label, #tunnelEditPage #countField label, #tunnelEditPage #backupField label, #tunnelEditPage #varianceField label {
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
#tunnelEditPage #otherField label {
|
||||
width: 300px;
|
||||
}
|
||||
|
||||
#tunnelEditPage #reachableByOther, #tunnelEditPage #tunnelDepth, #tunnelEditPage #tunnelQuantity, #tunnelEditPage #targetHost, #tunnelEditPage #clientHost {
|
||||
width: 300px;
|
||||
}
|
||||
|
||||
#tunnelEditPage #port {
|
||||
width: 80px;
|
||||
}
|
||||
|
||||
#tunnelEditPage #targetPort, #tunnelEditPage #clientPort, #tunnelEditPage #tunnelBackupQuantity, #tunnelEditPage #tunnelVariance {
|
||||
width: 150px;
|
||||
}
|
||||
|
||||
#tunnelEditPage #shared, #tunnelEditPage #connectDelay, #tunnelEditPage #startOnLoad {
|
||||
width: 16px;
|
||||
}
|
||||
|
||||
#tunnelEditPage label {
|
||||
width: 150px;
|
||||
font-weight: bold;
|
||||
text-align: right;
|
||||
float: left;
|
||||
}
|
||||
/* I2P Tunnel List Page
|
||||
*/
|
||||
|
||||
#tunnelListPage .rowItem {
|
||||
width: 150px;
|
||||
}
|
||||
|
||||
#tunnelListPage select {
|
||||
min-width: 120px;
|
||||
}
|
||||
|
||||
#tunnelListPage textarea {
|
||||
width: 100%;
|
||||
height: 100px;
|
||||
padding: 4px;
|
||||
margin: 2px 0 12px 0;
|
||||
background-color: #005;
|
||||
color: #292;
|
||||
font-family: "Lucida Console", "DejaVu Sans Mono", "Andale Mono", "Courier New", Courier, mono;
|
||||
border: 1px solid #225;
|
||||
font-size: 8pt !important;
|
||||
font-weight: bold;
|
||||
text-align: justify !important;
|
||||
background: #efe url(images/magic.png);
|
||||
-moz-box-shadow: 0 0 0px 1px #7f7;
|
||||
-khtml-box-shadow: 0 0 0px 1px #7f7;
|
||||
box-shadow: 0 0 0px 1px #7f7;
|
||||
opacity: 0.9;
|
||||
}
|
||||
|
||||
#tunnelListPage .footer .control {
|
||||
margin-left: 2px;
|
||||
font-family: "Lucida Sans Unicode", "Bitstream Vera Sans", Verdana, Tahoma, Helvetica, sans-serif;
|
||||
font-weight: bold;
|
||||
color: #001 !important;
|
||||
}
|
||||
|
||||
#tunnelListPage .footer .control:hover {
|
||||
color: white !important;
|
||||
}
|
||||
|
||||
#tunnelListPage .footer label {
|
||||
text-align: right;
|
||||
height: 24px;
|
||||
width: 360px;
|
||||
float: left;
|
||||
margin-top: 6px;
|
||||
margin-right: 5px;
|
||||
}
|
||||
/* Use Leary and Langridge content replacement methods (LIR)
|
||||
** to embed accessibility information into the document.
|
||||
** Should allow the lists to be rendered nicely by
|
||||
** screen readers. (and lynx!)
|
||||
*/
|
||||
|
||||
#tunnelListPage label {
|
||||
height: 0;
|
||||
width: 0;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
#tunnelListPage .nameHeaderField label, #tunnelListPage .portHeaderField label, #tunnelListPage .typeHeaderField label, #tunnelListPage .interfaceHeaderField label, #tunnelListPage .targetHeaderField label, #tunnelListPage .previewHeaderField label, #tunnelListPage .statusHeaderField label {
|
||||
text-align: left;
|
||||
width: 150px;
|
||||
height: 28px;
|
||||
float: left;
|
||||
padding-top: 4px;
|
||||
}
|
||||
|
||||
#tunnelListPage .targetField, #tunnelListPage .targetField .text, #tunnelListPage .targetHeaderField, #tunnelListPage .targetHeaderField label {
|
||||
width: 300px;
|
||||
}
|
||||
|
||||
#tunnelListPage .descriptionField, #tunnelListPage .destinationField {
|
||||
width: 800px;
|
||||
}
|
||||
|
||||
#tunnelListPage .descriptionField .text, #tunnelListPage .destinationField .text {
|
||||
width: 580px;
|
||||
}
|
||||
|
||||
#tunnelListPage .descriptionField label, #tunnelListPage .destinationField label {
|
||||
text-align: right;
|
||||
width: 150px;
|
||||
height: 28px;
|
||||
float: left;
|
||||
}
|
||||
|
||||
@@ -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 {
|
||||
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;
|
||||
-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;
|
||||
}
|
||||
/* 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 {
|
||||
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;
|
||||
-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;
|
||||
}
|
||||
|
||||
@@ -1,180 +1,180 @@
|
||||
/* I2P Tunnel Edit Page
|
||||
*/
|
||||
|
||||
#tunnelEditPage input {
|
||||
width: 458px;
|
||||
}
|
||||
|
||||
#tunnelEditPage select {
|
||||
width: 308px;
|
||||
}
|
||||
|
||||
#tunnelEditPage option[selected] {
|
||||
color: green;
|
||||
}
|
||||
|
||||
#tunnelEditPage #targetField,
|
||||
#tunnelEditPage #accessField,
|
||||
#tunnelEditPage #optionsField {
|
||||
height: 48px;
|
||||
width: 150px;
|
||||
}
|
||||
#tunnelEditPage #tunnelOptionsField {
|
||||
height: 96px;
|
||||
width: 150px;
|
||||
}
|
||||
|
||||
#tunnelEditPage #targetField label,
|
||||
#tunnelEditPage #accessField label,
|
||||
#tunnelEditPage #tunnelOptionsField label,
|
||||
#tunnelEditPage #optionsField label{
|
||||
height: 48px;
|
||||
width: 150px;
|
||||
}
|
||||
|
||||
#tunnelEditPage #reachField,
|
||||
#tunnelEditPage #hostField,
|
||||
#tunnelEditPage #depthField,
|
||||
#tunnelEditPage #countField,
|
||||
#tunnelEditPage #optionsHostField {
|
||||
width: 304px;
|
||||
margin-right: 4px;
|
||||
}
|
||||
|
||||
#tunnelEditPage #portField,
|
||||
#tunnelEditPage #optionsPortField,
|
||||
#tunnelEditPage #backupField,
|
||||
#tunnelEditPage #varianceField {
|
||||
width: 150px;
|
||||
|
||||
}
|
||||
|
||||
#tunnelEditPage #reachField label,
|
||||
#tunnelEditPage #hostField label,
|
||||
#tunnelEditPage #portField label,
|
||||
#tunnelEditPage #optionsHostField label,
|
||||
#tunnelEditPage #optionsPortField label,
|
||||
#tunnelEditPage #depthField label,
|
||||
#tunnelEditPage #countField label,
|
||||
#tunnelEditPage #backupField label,
|
||||
#tunnelEditPage #varianceField label {
|
||||
text-align: left;
|
||||
|
||||
}
|
||||
|
||||
#tunnelEditPage #otherField label {
|
||||
width: 300px;
|
||||
}
|
||||
|
||||
#tunnelEditPage #reachableByOther,
|
||||
#tunnelEditPage #tunnelDepth,
|
||||
#tunnelEditPage #tunnelQuantity,
|
||||
#tunnelEditPage #targetHost,
|
||||
#tunnelEditPage #clientHost {
|
||||
width: 306px;
|
||||
}
|
||||
|
||||
#tunnelEditPage #port {
|
||||
width: 80px;
|
||||
}
|
||||
|
||||
#tunnelEditPage #targetPort,
|
||||
#tunnelEditPage #clientPort,
|
||||
#tunnelEditPage #tunnelBackupQuantity,
|
||||
#tunnelEditPage #tunnelVariance {
|
||||
width: 150px;
|
||||
}
|
||||
|
||||
#tunnelEditPage #shared,
|
||||
#tunnelEditPage #connectDelay,
|
||||
#tunnelEditPage #startOnLoad {
|
||||
width: 16px;
|
||||
}
|
||||
|
||||
#tunnelEditPage label {
|
||||
width: 150px;
|
||||
font-weight: bold;
|
||||
text-align: right;
|
||||
float: left;
|
||||
}
|
||||
|
||||
/* I2P Tunnel List Page
|
||||
*/
|
||||
|
||||
#tunnelListPage .rowItem {
|
||||
width: 150px;
|
||||
}
|
||||
|
||||
#tunnelListPage select {
|
||||
width: 150px;
|
||||
}
|
||||
|
||||
#tunnelListPage textarea {
|
||||
width: 100%;
|
||||
height: 88px;
|
||||
padding: 0 0 0 4px;
|
||||
color: green;
|
||||
margin-bottom: 7px;
|
||||
}
|
||||
|
||||
#tunnelListPage .footer .control {
|
||||
margin-left: 2px;
|
||||
}
|
||||
|
||||
#tunnelListPage .footer label {
|
||||
text-align: right;
|
||||
height: 24px;
|
||||
width: 360px;
|
||||
float: left;
|
||||
|
||||
}
|
||||
|
||||
/* Use Leary and Langridge content replacement methods (LIR)
|
||||
** to embed accessibility information into the document.
|
||||
** Should allow the lists to be rendered nicely by
|
||||
** screen readers. (and lynx!)
|
||||
*/
|
||||
|
||||
#tunnelListPage label {
|
||||
height: 0;
|
||||
width: 0;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
#tunnelListPage .nameHeaderField label,
|
||||
#tunnelListPage .portHeaderField label,
|
||||
#tunnelListPage .typeHeaderField label,
|
||||
#tunnelListPage .interfaceHeaderField label,
|
||||
#tunnelListPage .targetHeaderField label,
|
||||
#tunnelListPage .previewHeaderField label,
|
||||
#tunnelListPage .statusHeaderField label {
|
||||
text-align: left;
|
||||
width: 150px;
|
||||
height: 24px;
|
||||
float: left;
|
||||
}
|
||||
|
||||
#tunnelListPage .targetField,
|
||||
#tunnelListPage .targetField .text,
|
||||
#tunnelListPage .targetHeaderField,
|
||||
#tunnelListPage .targetHeaderField label {
|
||||
width: 300px;
|
||||
}
|
||||
|
||||
#tunnelListPage .descriptionField,
|
||||
#tunnelListPage .destinationField {
|
||||
width: 750px;
|
||||
}
|
||||
|
||||
#tunnelListPage .descriptionField .text,
|
||||
#tunnelListPage .destinationField .text {
|
||||
width: 450px;
|
||||
}
|
||||
|
||||
#tunnelListPage .descriptionField label,
|
||||
#tunnelListPage .destinationField label {
|
||||
text-align: right;
|
||||
width: 150px;
|
||||
height: 24px;
|
||||
float: left;
|
||||
}
|
||||
/* I2P Tunnel Edit Page
|
||||
*/
|
||||
|
||||
#tunnelEditPage input {
|
||||
width: 458px;
|
||||
}
|
||||
|
||||
#tunnelEditPage select {
|
||||
width: 308px;
|
||||
}
|
||||
|
||||
#tunnelEditPage option[selected] {
|
||||
color: green;
|
||||
}
|
||||
|
||||
#tunnelEditPage #targetField,
|
||||
#tunnelEditPage #accessField,
|
||||
#tunnelEditPage #optionsField {
|
||||
height: 48px;
|
||||
width: 150px;
|
||||
}
|
||||
#tunnelEditPage #tunnelOptionsField {
|
||||
height: 96px;
|
||||
width: 150px;
|
||||
}
|
||||
|
||||
#tunnelEditPage #targetField label,
|
||||
#tunnelEditPage #accessField label,
|
||||
#tunnelEditPage #tunnelOptionsField label,
|
||||
#tunnelEditPage #optionsField label{
|
||||
height: 48px;
|
||||
width: 150px;
|
||||
}
|
||||
|
||||
#tunnelEditPage #reachField,
|
||||
#tunnelEditPage #hostField,
|
||||
#tunnelEditPage #depthField,
|
||||
#tunnelEditPage #countField,
|
||||
#tunnelEditPage #optionsHostField {
|
||||
width: 304px;
|
||||
margin-right: 4px;
|
||||
}
|
||||
|
||||
#tunnelEditPage #portField,
|
||||
#tunnelEditPage #optionsPortField,
|
||||
#tunnelEditPage #backupField,
|
||||
#tunnelEditPage #varianceField {
|
||||
width: 150px;
|
||||
|
||||
}
|
||||
|
||||
#tunnelEditPage #reachField label,
|
||||
#tunnelEditPage #hostField label,
|
||||
#tunnelEditPage #portField label,
|
||||
#tunnelEditPage #optionsHostField label,
|
||||
#tunnelEditPage #optionsPortField label,
|
||||
#tunnelEditPage #depthField label,
|
||||
#tunnelEditPage #countField label,
|
||||
#tunnelEditPage #backupField label,
|
||||
#tunnelEditPage #varianceField label {
|
||||
text-align: left;
|
||||
|
||||
}
|
||||
|
||||
#tunnelEditPage #otherField label {
|
||||
width: 300px;
|
||||
}
|
||||
|
||||
#tunnelEditPage #reachableByOther,
|
||||
#tunnelEditPage #tunnelDepth,
|
||||
#tunnelEditPage #tunnelQuantity,
|
||||
#tunnelEditPage #targetHost,
|
||||
#tunnelEditPage #clientHost {
|
||||
width: 306px;
|
||||
}
|
||||
|
||||
#tunnelEditPage #port {
|
||||
width: 80px;
|
||||
}
|
||||
|
||||
#tunnelEditPage #targetPort,
|
||||
#tunnelEditPage #clientPort,
|
||||
#tunnelEditPage #tunnelBackupQuantity,
|
||||
#tunnelEditPage #tunnelVariance {
|
||||
width: 150px;
|
||||
}
|
||||
|
||||
#tunnelEditPage #shared,
|
||||
#tunnelEditPage #connectDelay,
|
||||
#tunnelEditPage #startOnLoad {
|
||||
width: 16px;
|
||||
}
|
||||
|
||||
#tunnelEditPage label {
|
||||
width: 150px;
|
||||
font-weight: bold;
|
||||
text-align: right;
|
||||
float: left;
|
||||
}
|
||||
|
||||
/* I2P Tunnel List Page
|
||||
*/
|
||||
|
||||
#tunnelListPage .rowItem {
|
||||
width: 150px;
|
||||
}
|
||||
|
||||
#tunnelListPage select {
|
||||
width: 150px;
|
||||
}
|
||||
|
||||
#tunnelListPage textarea {
|
||||
width: 100%;
|
||||
height: 88px;
|
||||
padding: 0 0 0 4px;
|
||||
color: green;
|
||||
margin-bottom: 7px;
|
||||
}
|
||||
|
||||
#tunnelListPage .footer .control {
|
||||
margin-left: 2px;
|
||||
}
|
||||
|
||||
#tunnelListPage .footer label {
|
||||
text-align: right;
|
||||
height: 24px;
|
||||
width: 360px;
|
||||
float: left;
|
||||
|
||||
}
|
||||
|
||||
/* Use Leary and Langridge content replacement methods (LIR)
|
||||
** to embed accessibility information into the document.
|
||||
** Should allow the lists to be rendered nicely by
|
||||
** screen readers. (and lynx!)
|
||||
*/
|
||||
|
||||
#tunnelListPage label {
|
||||
height: 0;
|
||||
width: 0;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
#tunnelListPage .nameHeaderField label,
|
||||
#tunnelListPage .portHeaderField label,
|
||||
#tunnelListPage .typeHeaderField label,
|
||||
#tunnelListPage .interfaceHeaderField label,
|
||||
#tunnelListPage .targetHeaderField label,
|
||||
#tunnelListPage .previewHeaderField label,
|
||||
#tunnelListPage .statusHeaderField label {
|
||||
text-align: left;
|
||||
width: 150px;
|
||||
height: 24px;
|
||||
float: left;
|
||||
}
|
||||
|
||||
#tunnelListPage .targetField,
|
||||
#tunnelListPage .targetField .text,
|
||||
#tunnelListPage .targetHeaderField,
|
||||
#tunnelListPage .targetHeaderField label {
|
||||
width: 300px;
|
||||
}
|
||||
|
||||
#tunnelListPage .descriptionField,
|
||||
#tunnelListPage .destinationField {
|
||||
width: 750px;
|
||||
}
|
||||
|
||||
#tunnelListPage .descriptionField .text,
|
||||
#tunnelListPage .destinationField .text {
|
||||
width: 450px;
|
||||
}
|
||||
|
||||
#tunnelListPage .descriptionField label,
|
||||
#tunnelListPage .destinationField label {
|
||||
text-align: right;
|
||||
width: 150px;
|
||||
height: 24px;
|
||||
float: left;
|
||||
}
|
||||
|
||||
@@ -1,227 +1,227 @@
|
||||
/* I2P Theme: Midnight - IE Override */
|
||||
/* Description: Minimalist Midnight Blue, based on Classic theme.*/
|
||||
/* Author: Dr|Z3d */
|
||||
|
||||
/* Welcome to the wonderful world of kludgey IE fixes */
|
||||
/* Note not fully tested with Midnight theme */
|
||||
|
||||
.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 17 5px !important;
|
||||
background-color: #000 !important; /* background page color to fix overflow issue */
|
||||
color: #eef;
|
||||
}
|
||||
|
||||
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 #000;
|
||||
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 #000;
|
||||
}
|
||||
|
||||
div.main hr, div.news hr {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
div.main {
|
||||
border-top: 5px solid #000;
|
||||
}
|
||||
|
||||
div.news {
|
||||
border-left: 5px solid #000;
|
||||
margin: -5px 0px 0 185px;
|
||||
padding-bottom: 8px;
|
||||
}
|
||||
|
||||
div.news hr {
|
||||
color: #99f;
|
||||
background: #99f;
|
||||
height: 1px;
|
||||
border: 0px;
|
||||
margin: 0 -10px 0 -13px !important;
|
||||
}
|
||||
|
||||
div.routersummary {
|
||||
color: #001;
|
||||
padding-left: 0px;
|
||||
border-left: 5px solid #000;
|
||||
text-align: center !important;
|
||||
overflow: hidden; /* prevents IE from borking the sidepanel */
|
||||
}
|
||||
|
||||
div.routersummary submit {
|
||||
padding: 0;
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
|
||||
div.routersummary input[type=text] {
|
||||
text-align: right !important;
|
||||
}
|
||||
|
||||
div.routersummary hr {
|
||||
color: #99f;
|
||||
background: #99f;
|
||||
height: 1px;
|
||||
border-bottom: 1px solid #99f;
|
||||
margin: 8px 1px 7px 1px;
|
||||
}
|
||||
|
||||
div.routersummary h3 {
|
||||
border: 0;
|
||||
text-align: center !important;
|
||||
font-size: 9pt;
|
||||
letter-spacing: 0.05em;
|
||||
margin: -14px 0px -15px 1px;
|
||||
padding: 5px 0px 5px 0px;
|
||||
text-transform: uppercase;
|
||||
}
|
||||
|
||||
div.routersummary h4 {
|
||||
border: 0;
|
||||
border-bottom: 0 !important;
|
||||
font-size: 8.5pt;
|
||||
letter-spacing: 0.05em;
|
||||
margin: -14px 0px -15px 1px !important;
|
||||
padding: 2px 3px 3px 3px;
|
||||
text-transform: capitalize;
|
||||
text-decoration: none !important;
|
||||
text-align: center !important;
|
||||
}
|
||||
|
||||
div.routersummary table {
|
||||
border: 0;
|
||||
text-align: center !important;
|
||||
margin: -5px 5px;
|
||||
width: 175px !important;
|
||||
overflow: hidden;
|
||||
font-size: 8pt;
|
||||
padding: 0px -10px;
|
||||
background-image: none !important;
|
||||
background-color: transparent !important;
|
||||
text-align: center !important;
|
||||
}
|
||||
|
||||
div.routersummary tr {
|
||||
background-image: none !important;
|
||||
background-color: transparent !important;
|
||||
border: 0 !important;
|
||||
}
|
||||
|
||||
div.routersummary form {
|
||||
margin-top: -25px !important;
|
||||
margin-bottom: -25px !important;
|
||||
text-align: center !important;
|
||||
}
|
||||
|
||||
div.routersummary p {
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
div.routersummary td {
|
||||
padding: 2px 4px;
|
||||
background-image: none !important;
|
||||
border: 0 !important;
|
||||
}
|
||||
|
||||
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: 9px -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: #001;
|
||||
}
|
||||
|
||||
div.graphspanel hr {
|
||||
margin: 20px 0;
|
||||
}
|
||||
/* I2P Theme: Midnight - IE Override */
|
||||
/* Description: Minimalist Midnight Blue, based on Classic theme.*/
|
||||
/* Author: Dr|Z3d */
|
||||
|
||||
/* Welcome to the wonderful world of kludgey IE fixes */
|
||||
/* Note not fully tested with Midnight theme */
|
||||
|
||||
.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 17 5px !important;
|
||||
background-color: #000 !important; /* background page color to fix overflow issue */
|
||||
color: #eef;
|
||||
}
|
||||
|
||||
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 #000;
|
||||
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 #000;
|
||||
}
|
||||
|
||||
div.main hr, div.news hr {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
div.main {
|
||||
border-top: 5px solid #000;
|
||||
}
|
||||
|
||||
div.news {
|
||||
border-left: 5px solid #000;
|
||||
margin: -5px 0px 0 185px;
|
||||
padding-bottom: 8px;
|
||||
}
|
||||
|
||||
div.news hr {
|
||||
color: #99f;
|
||||
background: #99f;
|
||||
height: 1px;
|
||||
border: 0px;
|
||||
margin: 0 -10px 0 -13px !important;
|
||||
}
|
||||
|
||||
div.routersummary {
|
||||
color: #001;
|
||||
padding-left: 0px;
|
||||
border-left: 5px solid #000;
|
||||
text-align: center !important;
|
||||
overflow: hidden; /* prevents IE from borking the sidepanel */
|
||||
}
|
||||
|
||||
div.routersummary submit {
|
||||
padding: 0;
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
|
||||
div.routersummary input[type=text] {
|
||||
text-align: right !important;
|
||||
}
|
||||
|
||||
div.routersummary hr {
|
||||
color: #99f;
|
||||
background: #99f;
|
||||
height: 1px;
|
||||
border-bottom: 1px solid #99f;
|
||||
margin: 8px 1px 7px 1px;
|
||||
}
|
||||
|
||||
div.routersummary h3 {
|
||||
border: 0;
|
||||
text-align: center !important;
|
||||
font-size: 9pt;
|
||||
letter-spacing: 0.05em;
|
||||
margin: -14px 0px -15px 1px;
|
||||
padding: 5px 0px 5px 0px;
|
||||
text-transform: uppercase;
|
||||
}
|
||||
|
||||
div.routersummary h4 {
|
||||
border: 0;
|
||||
border-bottom: 0 !important;
|
||||
font-size: 8.5pt;
|
||||
letter-spacing: 0.05em;
|
||||
margin: -14px 0px -15px 1px !important;
|
||||
padding: 2px 3px 3px 3px;
|
||||
text-transform: capitalize;
|
||||
text-decoration: none !important;
|
||||
text-align: center !important;
|
||||
}
|
||||
|
||||
div.routersummary table {
|
||||
border: 0;
|
||||
text-align: center !important;
|
||||
margin: -5px 5px;
|
||||
width: 175px !important;
|
||||
overflow: hidden;
|
||||
font-size: 8pt;
|
||||
padding: 0px -10px;
|
||||
background-image: none !important;
|
||||
background-color: transparent !important;
|
||||
text-align: center !important;
|
||||
}
|
||||
|
||||
div.routersummary tr {
|
||||
background-image: none !important;
|
||||
background-color: transparent !important;
|
||||
border: 0 !important;
|
||||
}
|
||||
|
||||
div.routersummary form {
|
||||
margin-top: -25px !important;
|
||||
margin-bottom: -25px !important;
|
||||
text-align: center !important;
|
||||
}
|
||||
|
||||
div.routersummary p {
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
div.routersummary td {
|
||||
padding: 2px 4px;
|
||||
background-image: none !important;
|
||||
border: 0 !important;
|
||||
}
|
||||
|
||||
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: 9px -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: #001;
|
||||
}
|
||||
|
||||
div.graphspanel hr {
|
||||
margin: 20px 0;
|
||||
}
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@@ -24,14 +24,14 @@ body.iframed {
|
||||
text-transform: capitalize;
|
||||
}
|
||||
|
||||
hr {
|
||||
color: #494;
|
||||
background: #494;
|
||||
height: 1px;
|
||||
border: 0px solid #494;
|
||||
width: 100%;
|
||||
margin: 5px 0;
|
||||
text-align: center;
|
||||
hr {
|
||||
color: #494;
|
||||
background: #494;
|
||||
height: 1px;
|
||||
border: 0px solid #494;
|
||||
width: 100%;
|
||||
margin: 5px 0;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
p {
|
||||
@@ -51,8 +51,8 @@ h3 {
|
||||
font-weight:bold;
|
||||
border: 1px solid #494;
|
||||
padding: 5px;
|
||||
-moz-border-radius: 4px;
|
||||
-khtml-border-radius: 4px;
|
||||
-moz-border-radius: 4px;
|
||||
-khtml-border-radius: 4px;
|
||||
border-radius: 4px;
|
||||
background: #000 url('../../console/dark/images/header.png') repeat-x scroll center center !important;
|
||||
letter-spacing: 0.08em;
|
||||
@@ -265,26 +265,26 @@ input.search[type="text"] {
|
||||
background: #eef url('/themes/console/images/magnifier.png') no-repeat 2px center;
|
||||
}
|
||||
|
||||
input {
|
||||
font-size: 9pt;
|
||||
font-weight: bold;
|
||||
text-align: left;
|
||||
padding: 3px 4px !important;
|
||||
-moz-border-radius: 4px;
|
||||
-khtml-border-radius: 4px;
|
||||
border-radius: 4px;
|
||||
border: 1px solid #494;
|
||||
background: #000 none !important;
|
||||
color: #494;
|
||||
input {
|
||||
font-size: 9pt;
|
||||
font-weight: bold;
|
||||
text-align: left;
|
||||
padding: 3px 4px !important;
|
||||
-moz-border-radius: 4px;
|
||||
-khtml-border-radius: 4px;
|
||||
border-radius: 4px;
|
||||
border: 1px solid #494;
|
||||
background: #000 none !important;
|
||||
color: #494;
|
||||
margin: 2px 4px 2px 0;
|
||||
font: bold 8pt "Lucida Sans Unicode","Bitstream Vera Sans",Verdana,Tahoma,Helvetica,sans-serif;
|
||||
min-width: 64px !important;
|
||||
}
|
||||
|
||||
input[type=submit], input[type=reset] {
|
||||
color: #494;
|
||||
background: #000;
|
||||
border: 1px outset #191;
|
||||
color: #494;
|
||||
background: #000;
|
||||
border: 1px outset #191;
|
||||
padding: 2px !important;
|
||||
box-shadow: 0 1px 1px 0 #119911 inset;
|
||||
font: bold 8pt "Lucida Sans Unicode","Bitstream Vera Sans",Verdana,Tahoma,Helvetica,sans-serif;
|
||||
@@ -299,13 +299,13 @@ input[type=submit]:active, input[type=reset]:active {
|
||||
}
|
||||
|
||||
textarea {
|
||||
color: #494;
|
||||
background: #000;
|
||||
border: 1px solid #494;
|
||||
color: #494;
|
||||
background: #000;
|
||||
border: 1px solid #494;
|
||||
padding: 2px !important;
|
||||
font: bold 8pt "Lucida Sans Unicode","Bitstream Vera Sans",Verdana,Tahoma,Helvetica,sans-serif;
|
||||
-moz-border-radius: 4px;
|
||||
-khtml-border-radius: 4px;
|
||||
-moz-border-radius: 4px;
|
||||
-khtml-border-radius: 4px;
|
||||
border-radius: 4px;
|
||||
width: 100%;
|
||||
height: 100px;
|
||||
|
||||
@@ -1,56 +1,56 @@
|
||||
/* Susimail dark theme by dr|z3d */
|
||||
|
||||
body {
|
||||
background-color: #000;
|
||||
color:#ee9;
|
||||
body {
|
||||
background-color: #000;
|
||||
color:#ee9;
|
||||
font-family:"Lucida Sans Unicode", "Bitstream Vera Sans", Verdana, Tahoma, Helvetica, sans-serif;
|
||||
font-size: 8pt;
|
||||
font-size: 8pt;
|
||||
}
|
||||
|
||||
body.iframed {
|
||||
background: transparent !important;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
hr {
|
||||
color: #494;
|
||||
background: #494;
|
||||
height: 1px;
|
||||
border: 0px solid #494;
|
||||
width: 100%;
|
||||
margin: 5px 0;
|
||||
text-align: center;
|
||||
body.iframed {
|
||||
background: transparent !important;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
li {
|
||||
color:#ee9;
|
||||
line-height:12pt;
|
||||
font-size:10pt;
|
||||
margin-left:5mm;
|
||||
margin-right:5mm;
|
||||
hr {
|
||||
color: #494;
|
||||
background: #494;
|
||||
height: 1px;
|
||||
border: 0px solid #494;
|
||||
width: 100%;
|
||||
margin: 5px 0;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
p {
|
||||
color:#ee9;
|
||||
line-height:12pt;
|
||||
margin-left:5mm;
|
||||
margin-right:5mm;
|
||||
|
||||
li {
|
||||
color:#ee9;
|
||||
line-height:12pt;
|
||||
font-size:10pt;
|
||||
margin-left:5mm;
|
||||
margin-right:5mm;
|
||||
}
|
||||
|
||||
p {
|
||||
color:#ee9;
|
||||
line-height:12pt;
|
||||
margin-left:5mm;
|
||||
margin-right:5mm;
|
||||
font-size:9pt;
|
||||
}
|
||||
|
||||
p.hl {
|
||||
font-size:12pt;
|
||||
letter-spacing:2pt;
|
||||
line-height:18pt;
|
||||
font-weight:bold;
|
||||
}
|
||||
|
||||
p.text {
|
||||
margin-left:10mm;
|
||||
margin-right:10mm;
|
||||
}
|
||||
|
||||
p.error {
|
||||
}
|
||||
|
||||
p.hl {
|
||||
font-size:12pt;
|
||||
letter-spacing:2pt;
|
||||
line-height:18pt;
|
||||
font-weight:bold;
|
||||
}
|
||||
|
||||
p.text {
|
||||
margin-left:10mm;
|
||||
margin-right:10mm;
|
||||
}
|
||||
|
||||
p.error {
|
||||
color: #f00;
|
||||
background: url("../../console/images/errortriangle.png") no-repeat scroll 20px center #000;
|
||||
border: 1px solid #f00;
|
||||
@@ -60,30 +60,30 @@ p.error {
|
||||
word-wrap: break-word;
|
||||
padding: 15px 5px 15px 70px !important;
|
||||
margin: 10px 10px 15px;
|
||||
min-height: 30px;
|
||||
}
|
||||
|
||||
p.info {
|
||||
color:#327BBF;
|
||||
}
|
||||
|
||||
span.coloured {
|
||||
color:#327BBF;
|
||||
}
|
||||
|
||||
p.footer {
|
||||
margin-left:10mm;
|
||||
margin-right:10mm;
|
||||
font-size:8pt;
|
||||
min-height: 30px;
|
||||
}
|
||||
|
||||
p.info {
|
||||
color:#327BBF;
|
||||
}
|
||||
|
||||
span.coloured {
|
||||
color:#327BBF;
|
||||
}
|
||||
|
||||
p.footer {
|
||||
margin-left:10mm;
|
||||
margin-right:10mm;
|
||||
font-size:8pt;
|
||||
line-height:10pt;
|
||||
display: none;
|
||||
}
|
||||
|
||||
p.mailbody {
|
||||
font: 9pt "Lucida Console", "DejaVu Sans Mono", Courier, mono;
|
||||
margin: 0 5px;
|
||||
text-align: left;
|
||||
}
|
||||
display: none;
|
||||
}
|
||||
|
||||
p.mailbody {
|
||||
font: 9pt "Lucida Console", "DejaVu Sans Mono", Courier, mono;
|
||||
margin: 0 5px;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.mailbody {
|
||||
display: block !important;
|
||||
@@ -106,145 +106,145 @@ p:first-child {
|
||||
p.error {
|
||||
display: block !important;
|
||||
}
|
||||
|
||||
a {
|
||||
color: #f60;
|
||||
|
||||
a {
|
||||
color: #f60;
|
||||
text-decoration: none;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
a:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
td {
|
||||
color: #ee9;
|
||||
margin: 0 5px;
|
||||
font-size: 8pt;
|
||||
padding: 2px;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
tr.list0 {
|
||||
background-color: #000;
|
||||
}
|
||||
|
||||
tr.list1 {
|
||||
background-color: #010;
|
||||
}
|
||||
|
||||
table.noborder {
|
||||
margin-left: 0;
|
||||
margin-top: 0;
|
||||
margin-right: 0;
|
||||
}
|
||||
|
||||
pre {
|
||||
font: 9pt "Lucida Console", "DejaVu Sans Mono", Courier, mono;
|
||||
margin-left: 1cm;
|
||||
margin-right: 1cm;
|
||||
}
|
||||
|
||||
.page {
|
||||
color: #ee9;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
font-size: 9pt !important;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
table {
|
||||
text-align: justify;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
th {
|
||||
font-size: 9pt;
|
||||
|
||||
a:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
td {
|
||||
color: #ee9;
|
||||
margin: 0 5px;
|
||||
font-size: 8pt;
|
||||
padding: 2px;
|
||||
}
|
||||
|
||||
tr.list0 {
|
||||
background-color: #000;
|
||||
}
|
||||
|
||||
tr.list1 {
|
||||
background-color: #010;
|
||||
}
|
||||
|
||||
table.noborder {
|
||||
margin-left: 0;
|
||||
margin-top: 0;
|
||||
margin-right: 0;
|
||||
}
|
||||
|
||||
pre {
|
||||
font: 9pt "Lucida Console", "DejaVu Sans Mono", Courier, mono;
|
||||
margin-left: 1cm;
|
||||
margin-right: 1cm;
|
||||
}
|
||||
|
||||
.page {
|
||||
color: #ee9;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
font-size: 9pt !important;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
table {
|
||||
text-align: justify;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
th {
|
||||
font-size: 9pt;
|
||||
font-weight: bold;
|
||||
background: url("../../console/dark/images/header.png") repeat scroll center center #000000;
|
||||
padding: 7px;
|
||||
border-bottom: 1px solid #494;
|
||||
border-top: 1px solid #494;
|
||||
}
|
||||
|
||||
form {
|
||||
line-height: 160%
|
||||
}
|
||||
|
||||
.mailhead {
|
||||
font-size: 9pt;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
input.cancel, input.clearselection, input.logout {
|
||||
background: #000 url('/themes/console/images/cancel.png') no-repeat 2px center;
|
||||
min-height: 22px;
|
||||
}
|
||||
}
|
||||
|
||||
input.delete, input.delete_attachment, input.really_delete {
|
||||
background: #000 url('/themes/console/images/delete.png') no-repeat 2px center;
|
||||
min-height: 22px;
|
||||
}
|
||||
|
||||
input.download, input.lastpage {
|
||||
background: #000 url('/themes/console/images/arrow_down.png') no-repeat 2px center;
|
||||
min-height: 22px;
|
||||
}
|
||||
|
||||
input.firstpage {
|
||||
background: #000 url('/themes/console/images/arrow_up.png') no-repeat 2px center;
|
||||
min-height: 22px;
|
||||
}
|
||||
|
||||
input.forward, input.login, input.nextpage, input.send {
|
||||
background: #000 url('/themes/console/images/arrow_right.png') no-repeat 2px center;
|
||||
min-height: 22px;
|
||||
}
|
||||
|
||||
input.invertselection, input.reload, input.refresh {
|
||||
background: #000 url('/themes/console/images/arrow_refresh.png') no-repeat 2px center;
|
||||
min-height: 22px;
|
||||
}
|
||||
|
||||
input.markall, input.show {
|
||||
background: #000 url('/themes/console/images/tick.png') no-repeat 2px center;
|
||||
min-height: 22px;
|
||||
}
|
||||
|
||||
input.new, input.reply, input.replyall {
|
||||
background: #000 url('/themes/console/images/email.png') no-repeat 2px center;
|
||||
min-height: 22px;
|
||||
}
|
||||
|
||||
input.prevpage {
|
||||
background: #000 url('/themes/console/images/arrow_left.png') no-repeat 2px center;
|
||||
min-height: 22px;
|
||||
}
|
||||
|
||||
input.send, input.setpagesize {
|
||||
background: #000 url('/themes/console/images/accept.png') no-repeat 2px center;
|
||||
min-height: 22px;
|
||||
}
|
||||
form {
|
||||
line-height: 160%
|
||||
}
|
||||
|
||||
input {
|
||||
font-size: 9pt;
|
||||
font-weight: bold;
|
||||
text-align: left;
|
||||
padding: 2px 2px 3px !important;
|
||||
-moz-border-radius: 4px;
|
||||
-khtml-border-radius: 4px;
|
||||
border-radius: 4px;
|
||||
border: 1px solid #494;
|
||||
background: #000 none !important;
|
||||
color: #494;
|
||||
.mailhead {
|
||||
font-size: 9pt;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
input.cancel, input.clearselection, input.logout {
|
||||
background: #000 url('/themes/console/images/cancel.png') no-repeat 2px center;
|
||||
min-height: 22px;
|
||||
}
|
||||
|
||||
input.delete, input.delete_attachment, input.really_delete {
|
||||
background: #000 url('/themes/console/images/delete.png') no-repeat 2px center;
|
||||
min-height: 22px;
|
||||
}
|
||||
|
||||
input.download, input.lastpage {
|
||||
background: #000 url('/themes/console/images/arrow_down.png') no-repeat 2px center;
|
||||
min-height: 22px;
|
||||
}
|
||||
|
||||
input.firstpage {
|
||||
background: #000 url('/themes/console/images/arrow_up.png') no-repeat 2px center;
|
||||
min-height: 22px;
|
||||
}
|
||||
|
||||
input.forward, input.login, input.nextpage, input.send {
|
||||
background: #000 url('/themes/console/images/arrow_right.png') no-repeat 2px center;
|
||||
min-height: 22px;
|
||||
}
|
||||
|
||||
input.invertselection, input.reload, input.refresh {
|
||||
background: #000 url('/themes/console/images/arrow_refresh.png') no-repeat 2px center;
|
||||
min-height: 22px;
|
||||
}
|
||||
|
||||
input.markall, input.show {
|
||||
background: #000 url('/themes/console/images/tick.png') no-repeat 2px center;
|
||||
min-height: 22px;
|
||||
}
|
||||
|
||||
input.new, input.reply, input.replyall {
|
||||
background: #000 url('/themes/console/images/email.png') no-repeat 2px center;
|
||||
min-height: 22px;
|
||||
}
|
||||
|
||||
input.prevpage {
|
||||
background: #000 url('/themes/console/images/arrow_left.png') no-repeat 2px center;
|
||||
min-height: 22px;
|
||||
}
|
||||
|
||||
input.send, input.setpagesize {
|
||||
background: #000 url('/themes/console/images/accept.png') no-repeat 2px center;
|
||||
min-height: 22px;
|
||||
}
|
||||
|
||||
input {
|
||||
font-size: 9pt;
|
||||
font-weight: bold;
|
||||
text-align: left;
|
||||
padding: 2px 2px 3px !important;
|
||||
-moz-border-radius: 4px;
|
||||
-khtml-border-radius: 4px;
|
||||
border-radius: 4px;
|
||||
border: 1px solid #494;
|
||||
background: #000 none !important;
|
||||
color: #494;
|
||||
margin: 2px 4px 2px 0;
|
||||
font: bold 8pt "Lucida Sans Unicode","Bitstream Vera Sans",Verdana,Tahoma,Helvetica,sans-serif;
|
||||
min-width: 64px !important;
|
||||
}
|
||||
|
||||
input[type=submit], input.cancel {
|
||||
color: #494;
|
||||
background: #000;
|
||||
border: 1px outset #191;
|
||||
color: #494;
|
||||
background: #000;
|
||||
border: 1px outset #191;
|
||||
box-shadow: 0 1px 1px 0 #119911 inset;
|
||||
font: bold 8pt "Lucida Sans Unicode","Bitstream Vera Sans",Verdana,Tahoma,Helvetica,sans-serif;
|
||||
text-align: center;
|
||||
@@ -252,9 +252,9 @@ input[type=submit], input.cancel {
|
||||
}
|
||||
|
||||
input[type=submit]:hover, input.cancel:hover {
|
||||
color: #f60;
|
||||
background: #000;
|
||||
border: 1px solid #f60;
|
||||
color: #f60;
|
||||
background: #000;
|
||||
border: 1px solid #f60;
|
||||
box-shadow: 0 1px 1px 0 #ee9 inset;
|
||||
-moz-box-shadow: 0 1px 1px 0 #ee9 inset;
|
||||
-khtml-box-shadow: 0 1px 1px 0 #ee9 inset;
|
||||
|
||||
@@ -1,68 +1,68 @@
|
||||
body {
|
||||
background-color: #eef;
|
||||
color:#001;
|
||||
font-family:"Lucida Sans Unicode", "Bitstream Vera Sans", Verdana, Tahoma, Helvetica, sans-serif;
|
||||
}
|
||||
|
||||
body.iframed {
|
||||
background: transparent !important;
|
||||
margin: 5px 0 0 0;
|
||||
}
|
||||
|
||||
li {
|
||||
color:#001;
|
||||
line-height:12pt;
|
||||
font-size: 8.5pt;
|
||||
margin-left:5mm;
|
||||
margin-right:5mm;
|
||||
}
|
||||
|
||||
p {
|
||||
color:#001;
|
||||
line-height:12pt;
|
||||
margin-left:5mm;
|
||||
margin-right:5mm;
|
||||
font-size:8.5pt;
|
||||
}
|
||||
|
||||
p.hl {
|
||||
font-size:12pt;
|
||||
letter-spacing:2pt;
|
||||
line-height:18pt;
|
||||
font-weight:bold;
|
||||
}
|
||||
|
||||
p.text {
|
||||
margin-left:10mm;
|
||||
margin-right:10mm;
|
||||
}
|
||||
|
||||
p.error {
|
||||
color:#ff0000;
|
||||
}
|
||||
|
||||
p.info {
|
||||
color:#327BBF;
|
||||
}
|
||||
|
||||
span.coloured {
|
||||
color:#327BBF;
|
||||
}
|
||||
|
||||
p.footer {
|
||||
margin-left:10mm;
|
||||
margin-right:10mm;
|
||||
font-size:8pt;
|
||||
body {
|
||||
background-color: #eef;
|
||||
color:#001;
|
||||
font-family:"Lucida Sans Unicode", "Bitstream Vera Sans", Verdana, Tahoma, Helvetica, sans-serif;
|
||||
}
|
||||
|
||||
body.iframed {
|
||||
background: transparent !important;
|
||||
margin: 5px 0 0 0;
|
||||
}
|
||||
|
||||
li {
|
||||
color:#001;
|
||||
line-height:12pt;
|
||||
font-size: 8.5pt;
|
||||
margin-left:5mm;
|
||||
margin-right:5mm;
|
||||
}
|
||||
|
||||
p {
|
||||
color:#001;
|
||||
line-height:12pt;
|
||||
margin-left:5mm;
|
||||
margin-right:5mm;
|
||||
font-size:8.5pt;
|
||||
}
|
||||
|
||||
p.hl {
|
||||
font-size:12pt;
|
||||
letter-spacing:2pt;
|
||||
line-height:18pt;
|
||||
font-weight:bold;
|
||||
}
|
||||
|
||||
p.text {
|
||||
margin-left:10mm;
|
||||
margin-right:10mm;
|
||||
}
|
||||
|
||||
p.error {
|
||||
color:#ff0000;
|
||||
}
|
||||
|
||||
p.info {
|
||||
color:#327BBF;
|
||||
}
|
||||
|
||||
span.coloured {
|
||||
color:#327BBF;
|
||||
}
|
||||
|
||||
p.footer {
|
||||
margin-left:10mm;
|
||||
margin-right:10mm;
|
||||
font-size:8pt;
|
||||
line-height:10pt;
|
||||
display: none;
|
||||
}
|
||||
|
||||
p.mailbody {
|
||||
font: 10pt "Lucida Console", "DejaVu Sans Mono", Courier, mono;
|
||||
margin-left:1cm;
|
||||
margin-right:1cm;
|
||||
text-align: left;
|
||||
}
|
||||
display: none;
|
||||
}
|
||||
|
||||
p.mailbody {
|
||||
font: 10pt "Lucida Console", "DejaVu Sans Mono", Courier, mono;
|
||||
margin-left:1cm;
|
||||
margin-right:1cm;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.iframed p img {
|
||||
display: none;
|
||||
@@ -75,146 +75,146 @@ p.mailbody {
|
||||
.mailbody {
|
||||
display: block !important;
|
||||
}
|
||||
|
||||
a {
|
||||
color:#327BBF;
|
||||
|
||||
a {
|
||||
color:#327BBF;
|
||||
text-decoration:none;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
a:hover {
|
||||
text-decoration:underline;
|
||||
}
|
||||
|
||||
td {
|
||||
|
||||
color:#001;
|
||||
line-height:12pt;
|
||||
margin-left:5mm;
|
||||
margin-right:5mm;
|
||||
font-size:9pt;
|
||||
padding: 1px 3px;
|
||||
}
|
||||
|
||||
tr.list0 {
|
||||
background-color:#e0e0e0;
|
||||
}
|
||||
|
||||
tr.list1 {
|
||||
background-color:#ffffff;
|
||||
}
|
||||
|
||||
.iframed tr.list1 {
|
||||
background-color:#f0f0f0;
|
||||
}
|
||||
|
||||
table.noborder {
|
||||
margin-left:0mm;
|
||||
margin-top:0mm;
|
||||
margin-right:0mm;
|
||||
}
|
||||
|
||||
pre {
|
||||
font: 8.5pt "Lucida Console", "DejaVu Sans Mono", Courier, mono;
|
||||
margin-left:1cm;
|
||||
margin-right:1cm;
|
||||
}
|
||||
|
||||
.page {
|
||||
background-color: #fff;
|
||||
color:#001;
|
||||
margin: -20px 0 0 0;
|
||||
padding: 10px;
|
||||
-moz-border-radius: 4px;
|
||||
-khtml-border-radius: 4px;
|
||||
border-radius: 4px;
|
||||
/* border: 1px solid #001; */
|
||||
font-size: 8.5pt !important;
|
||||
line-height: 160% !important;
|
||||
-moz-box-shadow: inset 0px 0px 1px 0px #002;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.iframed .page {
|
||||
background-color: #f0f0f0;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
table {
|
||||
text-align: justify;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
th {
|
||||
font-size: 10pt;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
form {
|
||||
line-height: 160%
|
||||
}
|
||||
|
||||
.mailhead {
|
||||
font-size: 8.5pt;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
input.cancel, input.clearselection, input.logout {
|
||||
background: #ddf url('/themes/console/images/cancel.png') no-repeat 4px center;
|
||||
padding: 2px 3px 2px 19px;
|
||||
min-height: 22px;
|
||||
}
|
||||
|
||||
input.delete, input.delete_attachment, input.really_delete {
|
||||
background: #ddf url('/themes/console/images/delete.png') no-repeat 4px center;
|
||||
padding: 2px 3px 2px 19px;
|
||||
min-height: 22px;
|
||||
}
|
||||
|
||||
input.download, input.lastpage {
|
||||
background: #ddf url('/themes/console/images/arrow_down.png') no-repeat 4px center;
|
||||
padding: 2px 3px 2px 19px;
|
||||
min-height: 22px;
|
||||
}
|
||||
|
||||
input.firstpage {
|
||||
background: #ddf url('/themes/console/images/arrow_up.png') no-repeat 4px center;
|
||||
padding: 2px 3px 2px 19px;
|
||||
min-height: 22px;
|
||||
}
|
||||
|
||||
input.forward, input.login, input.nextpage, input.send {
|
||||
background: #ddf url('/themes/console/images/arrow_right.png') no-repeat 4px center;
|
||||
padding: 2px 3px 2px 19px;
|
||||
min-height: 22px;
|
||||
}
|
||||
|
||||
input.invertselection, input.reload, input.refresh {
|
||||
background: #ddf url('/themes/console/images/arrow_refresh.png') no-repeat 4px center;
|
||||
padding: 2px 3px 2px 19px;
|
||||
min-height: 22px;
|
||||
}
|
||||
|
||||
input.markall, input.show {
|
||||
background: #ddf url('/themes/console/images/tick.png') no-repeat 4px center;
|
||||
padding: 2px 3px 2px 19px;
|
||||
min-height: 22px;
|
||||
}
|
||||
|
||||
input.new, input.reply, input.replyall {
|
||||
background: #ddf url('/themes/console/images/email.png') no-repeat 4px center;
|
||||
padding: 2px 3px 2px 19px;
|
||||
min-height: 22px;
|
||||
}
|
||||
|
||||
input.prevpage {
|
||||
background: #ddf url('/themes/console/images/arrow_left.png') no-repeat 4px center;
|
||||
padding: 2px 3px 2px 19px;
|
||||
min-height: 22px;
|
||||
}
|
||||
|
||||
input.send, input.setpagesize {
|
||||
background: #ddf url('/themes/console/images/accept.png') no-repeat 4px center;
|
||||
padding: 2px 3px 2px 19px;
|
||||
min-height: 22px;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
a:hover {
|
||||
text-decoration:underline;
|
||||
}
|
||||
|
||||
td {
|
||||
|
||||
color:#001;
|
||||
line-height:12pt;
|
||||
margin-left:5mm;
|
||||
margin-right:5mm;
|
||||
font-size:9pt;
|
||||
padding: 1px 3px;
|
||||
}
|
||||
|
||||
tr.list0 {
|
||||
background-color:#e0e0e0;
|
||||
}
|
||||
|
||||
tr.list1 {
|
||||
background-color:#ffffff;
|
||||
}
|
||||
|
||||
.iframed tr.list1 {
|
||||
background-color:#f0f0f0;
|
||||
}
|
||||
|
||||
table.noborder {
|
||||
margin-left:0mm;
|
||||
margin-top:0mm;
|
||||
margin-right:0mm;
|
||||
}
|
||||
|
||||
pre {
|
||||
font: 8.5pt "Lucida Console", "DejaVu Sans Mono", Courier, mono;
|
||||
margin-left:1cm;
|
||||
margin-right:1cm;
|
||||
}
|
||||
|
||||
.page {
|
||||
background-color: #fff;
|
||||
color:#001;
|
||||
margin: -20px 0 0 0;
|
||||
padding: 10px;
|
||||
-moz-border-radius: 4px;
|
||||
-khtml-border-radius: 4px;
|
||||
border-radius: 4px;
|
||||
/* border: 1px solid #001; */
|
||||
font-size: 8.5pt !important;
|
||||
line-height: 160% !important;
|
||||
-moz-box-shadow: inset 0px 0px 1px 0px #002;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.iframed .page {
|
||||
background-color: #f0f0f0;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
table {
|
||||
text-align: justify;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
th {
|
||||
font-size: 10pt;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
form {
|
||||
line-height: 160%
|
||||
}
|
||||
|
||||
.mailhead {
|
||||
font-size: 8.5pt;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
input.cancel, input.clearselection, input.logout {
|
||||
background: #ddf url('/themes/console/images/cancel.png') no-repeat 4px center;
|
||||
padding: 2px 3px 2px 19px;
|
||||
min-height: 22px;
|
||||
}
|
||||
|
||||
input.delete, input.delete_attachment, input.really_delete {
|
||||
background: #ddf url('/themes/console/images/delete.png') no-repeat 4px center;
|
||||
padding: 2px 3px 2px 19px;
|
||||
min-height: 22px;
|
||||
}
|
||||
|
||||
input.download, input.lastpage {
|
||||
background: #ddf url('/themes/console/images/arrow_down.png') no-repeat 4px center;
|
||||
padding: 2px 3px 2px 19px;
|
||||
min-height: 22px;
|
||||
}
|
||||
|
||||
input.firstpage {
|
||||
background: #ddf url('/themes/console/images/arrow_up.png') no-repeat 4px center;
|
||||
padding: 2px 3px 2px 19px;
|
||||
min-height: 22px;
|
||||
}
|
||||
|
||||
input.forward, input.login, input.nextpage, input.send {
|
||||
background: #ddf url('/themes/console/images/arrow_right.png') no-repeat 4px center;
|
||||
padding: 2px 3px 2px 19px;
|
||||
min-height: 22px;
|
||||
}
|
||||
|
||||
input.invertselection, input.reload, input.refresh {
|
||||
background: #ddf url('/themes/console/images/arrow_refresh.png') no-repeat 4px center;
|
||||
padding: 2px 3px 2px 19px;
|
||||
min-height: 22px;
|
||||
}
|
||||
|
||||
input.markall, input.show {
|
||||
background: #ddf url('/themes/console/images/tick.png') no-repeat 4px center;
|
||||
padding: 2px 3px 2px 19px;
|
||||
min-height: 22px;
|
||||
}
|
||||
|
||||
input.new, input.reply, input.replyall {
|
||||
background: #ddf url('/themes/console/images/email.png') no-repeat 4px center;
|
||||
padding: 2px 3px 2px 19px;
|
||||
min-height: 22px;
|
||||
}
|
||||
|
||||
input.prevpage {
|
||||
background: #ddf url('/themes/console/images/arrow_left.png') no-repeat 4px center;
|
||||
padding: 2px 3px 2px 19px;
|
||||
min-height: 22px;
|
||||
}
|
||||
|
||||
input.send, input.setpagesize {
|
||||
background: #ddf url('/themes/console/images/accept.png') no-repeat 4px center;
|
||||
padding: 2px 3px 2px 19px;
|
||||
min-height: 22px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user