Updates to the I2PTunnel themes, mostly.
This commit is contained in:
@ -151,7 +151,7 @@ hr {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.control {
|
.control {
|
||||||
margin : 0 4px 0 4px;
|
margin : 0 0 0 4px;
|
||||||
padding : 0 0 2px 0;
|
padding : 0 0 2px 0;
|
||||||
overflow : hidden;
|
overflow : hidden;
|
||||||
height : 20px;
|
height : 20px;
|
||||||
@ -162,7 +162,7 @@ hr {
|
|||||||
border : 1px outset #ddddc0;
|
border : 1px outset #ddddc0;
|
||||||
text-align : center;
|
text-align : center;
|
||||||
white-space : nowrap;
|
white-space : nowrap;
|
||||||
-moz-border-radius: 4px 4px 4px 4px;
|
-moz-border-radius: 4px;
|
||||||
border 1px solid #000022;
|
border 1px solid #000022;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
margin-top: 8px;
|
margin-top: 8px;
|
||||||
@ -243,7 +243,7 @@ color:#ff6600
|
|||||||
}
|
}
|
||||||
|
|
||||||
.header {
|
.header {
|
||||||
-moz-border-radius: 4px;
|
-moz-border-radius: 4px 4px 4px 4px;
|
||||||
border 1px solid #ff0000;
|
border 1px solid #ff0000;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -154,7 +154,7 @@
|
|||||||
#tunnelListPage .statusHeaderField label {
|
#tunnelListPage .statusHeaderField label {
|
||||||
text-align : left;
|
text-align : left;
|
||||||
width : 150px;
|
width : 150px;
|
||||||
height : 24px;
|
height : 28px;
|
||||||
float : left;
|
float : left;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -5,7 +5,7 @@ body {
|
|||||||
font-family : "Lucida Sans Unicode", Verdana, Helvetica, sans-serif;
|
font-family : "Lucida Sans Unicode", Verdana, Helvetica, sans-serif;
|
||||||
background-color : #eeeeff;
|
background-color : #eeeeff;
|
||||||
color : #000000;
|
color : #000000;
|
||||||
font-size : 11pt;
|
font-size : 11pt;
|
||||||
|
|
||||||
/* we've avoided Tantek Hacks so far,
|
/* we've avoided Tantek Hacks so far,
|
||||||
** but we can't avoid using the non-w3c method of
|
** but we can't avoid using the non-w3c method of
|
||||||
@ -24,10 +24,10 @@ div {
|
|||||||
|
|
||||||
h4, label {
|
h4, label {
|
||||||
margin : 0px;
|
margin : 0px;
|
||||||
padding : 2px 2px 2px 0px;
|
padding : 6px 2px 2px 0px;
|
||||||
float : left;
|
float : left;
|
||||||
width : 150px;
|
width : 150px;
|
||||||
height : 24px;
|
height : 28px;
|
||||||
font-weight : bold;
|
font-weight : bold;
|
||||||
text-align : right;
|
text-align : right;
|
||||||
font-size : 1.0em;
|
font-size : 1.0em;
|
||||||
@ -97,27 +97,31 @@ div.statusNotRunning {
|
|||||||
width : 78px;
|
width : 78px;
|
||||||
height : 24px;
|
height : 24px;
|
||||||
overflow : hidden;
|
overflow : hidden;
|
||||||
color : #dd0000;
|
color : #dd0000;
|
||||||
padding-top: 24px;
|
|
||||||
background: url('images/console_status_stopped.png') 0 0 no-repeat;
|
background: url('images/console_status_stopped.png') 0 0 no-repeat;
|
||||||
|
padding-top: 24px;
|
||||||
|
margin-top: 8px;
|
||||||
}
|
}
|
||||||
div.statusRunning {
|
div.statusRunning {
|
||||||
float : left;
|
float : left;
|
||||||
width : 78px;
|
width : 78px;
|
||||||
height : 24px;
|
height : 24px;
|
||||||
overflow : hidden;
|
overflow : hidden;
|
||||||
color : #00dd00;
|
color : #00dd00;
|
||||||
padding-top: 24px;
|
|
||||||
background: url('images/console_status_running.png') 0 0 no-repeat;
|
background: url('images/console_status_running.png') 0 0 no-repeat;
|
||||||
|
padding-top: 24px;
|
||||||
|
margin-top: 8px;
|
||||||
}
|
}
|
||||||
|
|
||||||
div.statusStarting {
|
div.statusStarting {
|
||||||
float : left;
|
float : left;
|
||||||
width : 78px;
|
width : 78px;
|
||||||
height : 24px;
|
height : 24px;
|
||||||
overflow : hidden;
|
overflow : hidden;
|
||||||
color : #339933;
|
color : #339933;
|
||||||
padding-top: 24px;
|
|
||||||
background: url('images/console_status_starting.png') 0 0 no-repeat;
|
background: url('images/console_status_starting.png') 0 0 no-repeat;
|
||||||
|
padding-top: 24px;
|
||||||
|
margin-top: 8px;
|
||||||
}
|
}
|
||||||
|
|
||||||
hr {
|
hr {
|
||||||
@ -128,11 +132,11 @@ hr {
|
|||||||
clear : both;
|
clear : both;
|
||||||
height : 1px;
|
height : 1px;
|
||||||
margin : 3px 0px 3px 0px;
|
margin : 3px 0px 3px 0px;
|
||||||
border-bottom : 1px solid #9999ff;
|
border-bottom : 1px solid #225;
|
||||||
}
|
}
|
||||||
|
|
||||||
.subdivider {
|
.subdivider {
|
||||||
border-bottom : 1px solid #9999ff;
|
border-bottom : 1px solid #225;
|
||||||
padding: 5px 0px 0px 0px;
|
padding: 5px 0px 0px 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -140,10 +144,12 @@ hr {
|
|||||||
width : 150px;
|
width : 150px;
|
||||||
height : 22px;
|
height : 22px;
|
||||||
border : 1px solid #9999ff;
|
border : 1px solid #9999ff;
|
||||||
|
padding: 2px;
|
||||||
|
margin: 4px 0 2px 4px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.control {
|
.control {
|
||||||
margin : 0 4px 0 0;
|
margin : 6px 0 0 4px;
|
||||||
padding : 2px 0 2px 0;
|
padding : 2px 0 2px 0;
|
||||||
overflow : hidden;
|
overflow : hidden;
|
||||||
height : 22px;
|
height : 22px;
|
||||||
@ -157,6 +163,7 @@ hr {
|
|||||||
-moz-border-radius: 4px 4px 4px 4px;
|
-moz-border-radius: 4px 4px 4px 4px;
|
||||||
border 1px solid #000022;
|
border 1px solid #000022;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
|
margin-top: 8px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.control:hover {
|
.control:hover {
|
||||||
@ -175,7 +182,7 @@ color:#ff6600
|
|||||||
}
|
}
|
||||||
|
|
||||||
.panel {
|
.panel {
|
||||||
width : 760px;
|
width : 800px;
|
||||||
margin : 16px auto 16px auto;
|
margin : 16px auto 16px auto;
|
||||||
overflow : hidden;
|
overflow : hidden;
|
||||||
text-align : left;
|
text-align : left;
|
||||||
@ -209,7 +216,7 @@ color:#ff6600
|
|||||||
.text {
|
.text {
|
||||||
height : 24px;
|
height : 24px;
|
||||||
width : 150px;
|
width : 150px;
|
||||||
padding : 2px 0 0 2px;
|
padding : 6px 0 0 2px;
|
||||||
float : left;
|
float : left;
|
||||||
margin : 0;
|
margin : 0;
|
||||||
}
|
}
|
||||||
|
@ -107,6 +107,7 @@
|
|||||||
|
|
||||||
#tunnelListPage select {
|
#tunnelListPage select {
|
||||||
width : 150px;
|
width : 150px;
|
||||||
|
margin: 9px 0 0 4px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#tunnelListPage textarea {
|
#tunnelListPage textarea {
|
||||||
@ -129,7 +130,8 @@
|
|||||||
height : 24px;
|
height : 24px;
|
||||||
width : 360px;
|
width : 360px;
|
||||||
float : left;
|
float : left;
|
||||||
|
margin-top: 6px;
|
||||||
|
margin-right: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Use Leary and Langridge content replacement methods (LIR)
|
/* Use Leary and Langridge content replacement methods (LIR)
|
||||||
@ -153,8 +155,9 @@
|
|||||||
#tunnelListPage .statusHeaderField label {
|
#tunnelListPage .statusHeaderField label {
|
||||||
text-align : left;
|
text-align : left;
|
||||||
width : 150px;
|
width : 150px;
|
||||||
height : 24px;
|
height : 28px;
|
||||||
float : left;
|
float : left;
|
||||||
|
padding-top: 4px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#tunnelListPage .targetField,
|
#tunnelListPage .targetField,
|
||||||
@ -171,13 +174,13 @@
|
|||||||
|
|
||||||
#tunnelListPage .descriptionField .text,
|
#tunnelListPage .descriptionField .text,
|
||||||
#tunnelListPage .destinationField input {
|
#tunnelListPage .destinationField input {
|
||||||
width : 450px;
|
width : 590px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#tunnelListPage .descriptionField label,
|
#tunnelListPage .descriptionField label,
|
||||||
#tunnelListPage .destinationField label {
|
#tunnelListPage .destinationField label {
|
||||||
text-align : right;
|
text-align : right;
|
||||||
width : 150px;
|
width : 150px;
|
||||||
height : 24px;
|
height : 28px;
|
||||||
float : left;
|
float : left;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user