2009-07-06 16:51:28 +00:00
|
|
|
/* I2P Tunnel Edit Page
|
|
|
|
*/
|
|
|
|
#tunnelEditPage input {
|
2009-07-12 21:25:55 +00:00
|
|
|
width: 458px;
|
2009-07-06 16:51:28 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
#tunnelEditPage select {
|
2009-07-12 21:25:55 +00:00
|
|
|
width: 308px;
|
2009-07-06 16:51:28 +00:00
|
|
|
}
|
|
|
|
|
2009-07-12 21:25:55 +00:00
|
|
|
#tunnelEditPage option [ selected ] {
|
|
|
|
color: green;
|
2009-07-06 16:51:28 +00:00
|
|
|
}
|
|
|
|
|
2009-07-12 21:25:55 +00:00
|
|
|
#tunnelEditPage #targetField, #tunnelEditPage #accessField, #tunnelEditPage #optionsField {
|
|
|
|
height: 48px;
|
|
|
|
width: 150px;
|
2009-07-06 16:51:28 +00:00
|
|
|
}
|
2009-07-12 21:25:55 +00:00
|
|
|
|
2009-07-06 16:51:28 +00:00
|
|
|
#tunnelEditPage #tunnelOptionsField {
|
2009-07-12 21:25:55 +00:00
|
|
|
height: 96px;
|
|
|
|
width: 150px;
|
2009-07-06 16:51:28 +00:00
|
|
|
}
|
|
|
|
|
2009-07-12 21:25:55 +00:00
|
|
|
#tunnelEditPage #targetField label, #tunnelEditPage #accessField label, #tunnelEditPage #tunnelOptionsField label, #tunnelEditPage #optionsField label{
|
|
|
|
height: 48px;
|
|
|
|
width: 150px;
|
2009-07-06 16:51:28 +00:00
|
|
|
}
|
|
|
|
|
2009-07-12 21:25:55 +00:00
|
|
|
#tunnelEditPage #reachField, #tunnelEditPage #hostField, #tunnelEditPage #depthField, #tunnelEditPage #countField, #tunnelEditPage #optionsHostField {
|
|
|
|
width: 304px;
|
|
|
|
margin-right: 4px;
|
2009-07-06 16:51:28 +00:00
|
|
|
}
|
|
|
|
|
2009-07-12 21:25:55 +00:00
|
|
|
#tunnelEditPage #portField, #tunnelEditPage #optionsPortField, #tunnelEditPage #backupField, #tunnelEditPage #varianceField {
|
|
|
|
width: 150px;
|
2009-07-06 16:51:28 +00:00
|
|
|
}
|
|
|
|
|
2009-07-12 21:25:55 +00:00
|
|
|
#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;
|
2009-07-06 16:51:28 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
#tunnelEditPage #otherField label {
|
2009-07-12 21:25:55 +00:00
|
|
|
width: 300px;
|
2009-07-06 16:51:28 +00:00
|
|
|
}
|
|
|
|
|
2009-07-12 21:25:55 +00:00
|
|
|
#tunnelEditPage #reachableByOther, #tunnelEditPage #tunnelDepth, #tunnelEditPage #tunnelQuantity, #tunnelEditPage #targetHost, #tunnelEditPage #clientHost {
|
|
|
|
width: 306px;
|
2009-07-06 16:51:28 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
#tunnelEditPage #port {
|
2009-07-12 21:25:55 +00:00
|
|
|
width: 80px;
|
2009-07-06 16:51:28 +00:00
|
|
|
}
|
|
|
|
|
2009-07-12 21:25:55 +00:00
|
|
|
#tunnelEditPage #targetPort, #tunnelEditPage #clientPort, #tunnelEditPage #tunnelBackupQuantity, #tunnelEditPage #tunnelVariance {
|
|
|
|
width: 150px;
|
|
|
|
}
|
2009-07-06 16:51:28 +00:00
|
|
|
|
2009-07-12 21:25:55 +00:00
|
|
|
#tunnelEditPage #shared, #tunnelEditPage #connectDelay, #tunnelEditPage #startOnLoad {
|
|
|
|
width: 16px;
|
2009-07-06 16:51:28 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
#tunnelEditPage label {
|
2009-07-12 21:25:55 +00:00
|
|
|
width: 150px;
|
|
|
|
font-weight: bold;
|
|
|
|
text-align: right;
|
|
|
|
float: left;
|
2009-07-06 16:51:28 +00:00
|
|
|
}
|
|
|
|
/* I2P Tunnel List Page
|
|
|
|
*/
|
|
|
|
|
|
|
|
#tunnelListPage .rowItem {
|
2009-07-12 21:25:55 +00:00
|
|
|
width: 150px;
|
2009-07-06 16:51:28 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
#tunnelListPage select {
|
2009-07-12 21:25:55 +00:00
|
|
|
width: 150px;
|
2009-07-06 16:51:28 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
#tunnelListPage textarea {
|
2009-07-12 21:25:55 +00:00
|
|
|
width: 100%;
|
|
|
|
height: 100px;
|
2009-07-29 10:24:52 +00:00
|
|
|
padding: 4px;
|
|
|
|
margin: 0 0 3px 0;
|
2009-07-12 21:25:55 +00:00
|
|
|
background-color: #000088;
|
|
|
|
color: #fff;
|
|
|
|
font-family: "Lucida Console", "Andale Mono", "Courier New", Courier, mono;
|
|
|
|
border: 1px inset #002;
|
2009-07-06 16:51:28 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
#tunnelListPage .footer .control {
|
2009-07-12 21:25:55 +00:00
|
|
|
margin-left: 2px;
|
2009-07-06 16:51:28 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
#tunnelListPage .footer label {
|
2009-07-12 21:25:55 +00:00
|
|
|
text-align: right;
|
|
|
|
height: 24px;
|
|
|
|
width: 360px;
|
|
|
|
float: left;
|
|
|
|
margin-top: 6px;
|
|
|
|
margin-right: 5px;
|
2009-07-06 16:51:28 +00:00
|
|
|
}
|
|
|
|
/* 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 {
|
2009-07-12 21:25:55 +00:00
|
|
|
height: 0;
|
|
|
|
width: 0;
|
|
|
|
overflow: hidden;
|
2009-07-06 16:51:28 +00:00
|
|
|
}
|
|
|
|
|
2009-07-12 21:25:55 +00:00
|
|
|
#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;
|
2009-07-06 16:51:28 +00:00
|
|
|
}
|
|
|
|
|
2009-07-12 21:25:55 +00:00
|
|
|
#tunnelListPage .targetField, #tunnelListPage .targetField .text, #tunnelListPage .targetHeaderField, #tunnelListPage .targetHeaderField label {
|
|
|
|
width: 300px;
|
2009-07-06 16:51:28 +00:00
|
|
|
}
|
|
|
|
|
2009-07-12 21:25:55 +00:00
|
|
|
#tunnelListPage .descriptionField, #tunnelListPage .destinationField {
|
|
|
|
width: 750px;
|
2009-07-06 16:51:28 +00:00
|
|
|
}
|
|
|
|
|
2009-07-12 21:25:55 +00:00
|
|
|
#tunnelListPage .descriptionField .text, #tunnelListPage .destinationField input {
|
|
|
|
width: 590px;
|
2009-07-06 16:51:28 +00:00
|
|
|
}
|
|
|
|
|
2009-07-12 21:25:55 +00:00
|
|
|
#tunnelListPage .descriptionField label, #tunnelListPage .destinationField label {
|
|
|
|
text-align: right;
|
|
|
|
width: 150px;
|
|
|
|
height: 24px;
|
|
|
|
float: left;
|
|
|
|
}
|