Files
i2p.itoopie/installer/resources/themes/console/light/i2ptunnel.css

149 lines
4.1 KiB
CSS
Raw Normal View History

2009-07-06 16:51:28 +00:00
/* I2P Tunnel Edit Page
*/
#tunnelEditPage input {
width: 560px;
2009-07-06 16:51:28 +00:00
}
#tunnelEditPage select {
width: 300px;
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: 300px;
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 {
min-width: 120px;
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;
2011-01-22 02:22:36 +00:00
margin: 2px 0 12px 0;
background-color: #005;
2011-01-22 01:51:53 +00:00
color: #292;
font-family: "Lucida Console", "DejaVu Sans Mono", "Andale Mono", "Courier New", Courier, mono;
2011-01-22 02:22:36 +00:00
border: 1px solid #225;
font-size: 8pt !important;
font-weight: bold;
text-align: justify !important;
2011-01-22 02:22:36 +00:00
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;
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;
padding-top: 4px;
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: 800px;
2009-07-06 16:51:28 +00:00
}
2009-07-12 21:25:55 +00:00
#tunnelListPage .descriptionField .text, #tunnelListPage .destinationField input {
width: 580px;
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;
2011-01-22 01:51:53 +00:00
height: 28px;
2009-07-12 21:25:55 +00:00
float: left;
2011-01-22 01:51:53 +00:00
}