forked from I2P_Developers/i2p.i2p
Minor cleanups to the css files (no actual theme changes)
* Remove spaces before : * Remove traling spaces * Remove lines consisting of spaces * Ensure spaces before { * Fix indentation in a couple of spots
This commit is contained in:
@@ -73,7 +73,7 @@ div.warning {
|
||||
border: 5px solid #fb7;
|
||||
text-align: left;
|
||||
color: inherit;
|
||||
background-image:url("../images/itoopie_sm.png");
|
||||
background-image:url("../images/itoopie_sm.png");
|
||||
background-position: 12px center;
|
||||
background-repeat:no-repeat;
|
||||
-moz-box-shadow: inset 0px 0px 0px 2px #f60;
|
||||
@@ -85,16 +85,16 @@ div.warning a:link {
|
||||
text-shadow: 0px 0px 1px rgba(255, 96, 0, 0.5);
|
||||
}
|
||||
|
||||
div.warning a:visited{
|
||||
div.warning a:visited {
|
||||
color: #f90;
|
||||
}
|
||||
|
||||
div.warning a:hover{
|
||||
div.warning a:hover {
|
||||
color: #d30;
|
||||
text-shadow: 0px 0px 1px rgba(255, 96, 0, 0.7);
|
||||
}
|
||||
|
||||
div.warning a:active{
|
||||
div.warning a:active {
|
||||
color: #900;
|
||||
}
|
||||
|
||||
@@ -144,7 +144,7 @@ div.toolbar {
|
||||
/* Side panel */
|
||||
|
||||
div.routersummaryouter {
|
||||
float: left;
|
||||
float: left;
|
||||
width: 193px;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
@@ -223,7 +223,7 @@ div.routersummary table {
|
||||
|
||||
div.routersummary tr {
|
||||
background-image: none !important;
|
||||
background-color: transparent !important;
|
||||
background-color: transparent !important;
|
||||
border: 0 !important;
|
||||
}
|
||||
|
||||
@@ -232,7 +232,7 @@ div.tunnels table {
|
||||
width: 193px;
|
||||
}
|
||||
|
||||
div.tunnels table{
|
||||
div.tunnels table {
|
||||
margin: -2px 0px -4px 0px !important;
|
||||
text-align: center !important;
|
||||
width: 190px;
|
||||
@@ -256,8 +256,8 @@ div.tunnels table{
|
||||
width: 12px;
|
||||
text-align: right;
|
||||
margin-right: -2px;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
div.refresh {
|
||||
margin-top: 10px !important;
|
||||
margin-bottom: 10px !important;
|
||||
@@ -266,7 +266,7 @@ div.refresh {
|
||||
|
||||
div.routersummary p {
|
||||
padding: 0;
|
||||
}
|
||||
}
|
||||
|
||||
div.routersummary a:link, div.routersummary a:visited {
|
||||
text-shadow: 0px 0px 1px rgba(0, 0, 32, 0.3);
|
||||
@@ -327,7 +327,7 @@ div.main hr:last-child {
|
||||
}
|
||||
|
||||
div.main textarea {
|
||||
width: 98% !important;
|
||||
width: 98% !important;
|
||||
margin: 2px 0 2px 5px;
|
||||
min-height: 96px;
|
||||
}
|
||||
@@ -345,7 +345,7 @@ div.welcome {
|
||||
}
|
||||
|
||||
div.main h2:first-child, div.main h3:first-child {
|
||||
margin-top: 0px;
|
||||
margin-top: 0px;
|
||||
margin-bottom: -5px;
|
||||
}
|
||||
|
||||
@@ -358,7 +358,7 @@ div.wideload h3:first-child {
|
||||
}
|
||||
|
||||
div.wideload h3 {
|
||||
margin-top: 15px !important;
|
||||
margin-top: 15px !important;
|
||||
margin-bottom: 0px !important;
|
||||
}
|
||||
|
||||
@@ -390,7 +390,7 @@ div.news li {
|
||||
margin: 15px 15px -10px -20px;
|
||||
padding: 0px 0 15px 0;
|
||||
border-bottom: 2px dotted #cc7;
|
||||
border-top: 0px solid #cc7;
|
||||
border-top: 0px solid #cc7;
|
||||
padding: 3px 5px 5px 0;
|
||||
font-size: 10pt;
|
||||
color: #540;
|
||||
@@ -423,7 +423,7 @@ div.news p:first-child {
|
||||
padding-top: 15px !important;
|
||||
}
|
||||
|
||||
|
||||
|
||||
div.news p:nth-child(2n) {
|
||||
padding-top: 15px !important;
|
||||
}
|
||||
@@ -497,7 +497,7 @@ div.configure h2:first-child {
|
||||
.topshimten {
|
||||
margin-top: 15px;
|
||||
margin-bottom: 15px;
|
||||
}
|
||||
}
|
||||
|
||||
div.messages {
|
||||
padding: 0px 10px;
|
||||
@@ -549,7 +549,7 @@ h2 {
|
||||
border: 1px solid #89f;
|
||||
letter-spacing: 0.04em;
|
||||
/* font-variant: small-caps; */
|
||||
text-transform: uppercase;
|
||||
text-transform: uppercase;
|
||||
background: #fff;
|
||||
text-shadow: 0px 1px 1px #99f;
|
||||
}
|
||||
@@ -566,8 +566,8 @@ h3 {
|
||||
}
|
||||
|
||||
h2, h3 {
|
||||
background-image: url("images/titlebg.png") !important;
|
||||
background-repeat: no-repeat;
|
||||
background-image: url("images/titlebg.png") !important;
|
||||
background-repeat: no-repeat;
|
||||
background-position: center right;
|
||||
-moz-border-radius: 0 3px 0 0;
|
||||
-khtml-border-radius: 0 3px 0 0;
|
||||
@@ -575,8 +575,8 @@ h2, h3 {
|
||||
}
|
||||
|
||||
.routersummary h2, .routersummary h3, div.confignav, th {
|
||||
background-image: url("images/tinytitle.png") !important;
|
||||
background-repeat: repeat-x;
|
||||
background-image: url("images/tinytitle.png") !important;
|
||||
background-repeat: repeat-x;
|
||||
background-position: center right;
|
||||
}
|
||||
|
||||
@@ -587,7 +587,7 @@ h2, h3 {
|
||||
}
|
||||
|
||||
table {
|
||||
border-collapse: collapse;
|
||||
border-collapse: collapse;
|
||||
border: 1px solid #89f;
|
||||
margin: 0 0 5px 0;
|
||||
cell-padding: 1px;
|
||||
@@ -627,7 +627,7 @@ tt {
|
||||
tt, pre {
|
||||
font: 8pt "Lucida Console", "DejaVu Sans Mono", Courier, mono;
|
||||
}
|
||||
|
||||
|
||||
td {
|
||||
padding: 4px;
|
||||
}
|
||||
@@ -653,13 +653,13 @@ hr {
|
||||
font-size: 8pt;
|
||||
color: #001;
|
||||
text-align: center;
|
||||
margin: -5px 0 7px 0;
|
||||
margin: -5px 0 7px 0;
|
||||
background: #fff;
|
||||
border: 1px solid #bbf;
|
||||
border-top: 0;
|
||||
padding: 4px 0 2px 0;
|
||||
background-image: url("images/tinytitle.png") !important;
|
||||
background-repeat: repeat-x;
|
||||
background-image: url("images/tinytitle.png") !important;
|
||||
background-repeat: repeat-x;
|
||||
background-position: center right;
|
||||
}
|
||||
|
||||
@@ -713,7 +713,7 @@ div.joblog hr {
|
||||
div.joblog ol {
|
||||
margin-bottom: 0px;
|
||||
}
|
||||
|
||||
|
||||
input {
|
||||
margin: 3px 5px 3px 0;
|
||||
vertical-align: middle;
|
||||
@@ -784,27 +784,27 @@ p {
|
||||
letter-spacing: 0.02em;
|
||||
}
|
||||
|
||||
a:link{
|
||||
a:link {
|
||||
color: #006;
|
||||
text-decoration: none;
|
||||
font-weight: bold;
|
||||
word-wrap: break-word;
|
||||
}
|
||||
|
||||
a:visited{
|
||||
a:visited {
|
||||
color: #448;
|
||||
text-decoration: none;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
a:hover{
|
||||
a:hover {
|
||||
color: #f60;
|
||||
text-decoration: underline;
|
||||
font-weight: bold;
|
||||
text-shadow: 0px 0px 1px rgba(255, 96, 0, 0.7);
|
||||
}
|
||||
|
||||
a:active{
|
||||
a:active {
|
||||
color: #f93;
|
||||
text-decoration: underline;
|
||||
font-weight: bold;
|
||||
@@ -820,15 +820,15 @@ tt {
|
||||
font-weight: bold;
|
||||
color: darkgreen;
|
||||
}
|
||||
|
||||
|
||||
.tablefooter {
|
||||
border: 1px solid #a8f;
|
||||
}
|
||||
|
||||
.tablefooter tr, .tablefooter td {
|
||||
background: #fff;
|
||||
background-image: url("images/tinytitle.png") !important;
|
||||
background-repeat: repeat-x;
|
||||
background-image: url("images/tinytitle.png") !important;
|
||||
background-repeat: repeat-x;
|
||||
background-position: center right;
|
||||
font-size: 8pt;
|
||||
font-weight: bold;
|
||||
@@ -858,7 +858,7 @@ div.graphspanel {
|
||||
padding: 10px 5px 20px 5px;
|
||||
margin: -16px -16px -11px -16px;
|
||||
/* border: 1px solid #89f;*/
|
||||
text-align: center !important;
|
||||
text-align: center !important;
|
||||
}
|
||||
|
||||
div.graphspanel img {
|
||||
|
@@ -41,7 +41,7 @@ h4 {
|
||||
white-space: nowrap;
|
||||
width: 782px;
|
||||
letter-spacing: 0.09em;
|
||||
background: #fff url("/themes/console/classic/images/titlebg.png") no-repeat right center !important;
|
||||
background: #fff url("/themes/console/classic/images/titlebg.png") no-repeat right center !important;
|
||||
}
|
||||
|
||||
label {
|
||||
@@ -201,6 +201,6 @@ hr {
|
||||
|
||||
#globalOperationsPanel .control {
|
||||
width: 100px !important;
|
||||
margin-top: 3px;
|
||||
margin-top: 3px;
|
||||
float: right;
|
||||
}
|
||||
}
|
||||
|
@@ -2,11 +2,11 @@
|
||||
*/
|
||||
|
||||
#tunnelEditPage input {
|
||||
width : 458px;
|
||||
width: 458px;
|
||||
}
|
||||
|
||||
#tunnelEditPage select {
|
||||
width : 308px;
|
||||
width: 308px;
|
||||
}
|
||||
|
||||
#tunnelEditPage option[selected] {
|
||||
@@ -16,20 +16,20 @@
|
||||
#tunnelEditPage #targetField,
|
||||
#tunnelEditPage #accessField,
|
||||
#tunnelEditPage #optionsField {
|
||||
height : 48px;
|
||||
width : 150px;
|
||||
height: 48px;
|
||||
width: 150px;
|
||||
}
|
||||
#tunnelEditPage #tunnelOptionsField {
|
||||
height : 96px;
|
||||
width : 150px;
|
||||
height: 96px;
|
||||
width: 150px;
|
||||
}
|
||||
|
||||
#tunnelEditPage #targetField label,
|
||||
#tunnelEditPage #accessField label,
|
||||
#tunnelEditPage #tunnelOptionsField label,
|
||||
#tunnelEditPage #optionsField label{
|
||||
height : 48px;
|
||||
width : 150px;
|
||||
height: 48px;
|
||||
width: 150px;
|
||||
}
|
||||
|
||||
#tunnelEditPage #reachField,
|
||||
@@ -37,82 +37,82 @@
|
||||
#tunnelEditPage #depthField,
|
||||
#tunnelEditPage #countField,
|
||||
#tunnelEditPage #optionsHostField {
|
||||
width : 304px;
|
||||
width: 304px;
|
||||
margin-right: 4px;
|
||||
}
|
||||
|
||||
#tunnelEditPage #portField,
|
||||
#tunnelEditPage #optionsPortField,
|
||||
#tunnelEditPage #portField,
|
||||
#tunnelEditPage #optionsPortField,
|
||||
#tunnelEditPage #backupField,
|
||||
#tunnelEditPage #varianceField {
|
||||
width : 150px;
|
||||
width: 150px;
|
||||
|
||||
}
|
||||
|
||||
#tunnelEditPage #reachField label,
|
||||
#tunnelEditPage #hostField label,
|
||||
#tunnelEditPage #portField label,
|
||||
#tunnelEditPage #optionsHostField label,
|
||||
#tunnelEditPage #optionsPortField label,
|
||||
#tunnelEditPage #optionsHostField label,
|
||||
#tunnelEditPage #optionsPortField label,
|
||||
#tunnelEditPage #depthField label,
|
||||
#tunnelEditPage #countField label,
|
||||
#tunnelEditPage #backupField label,
|
||||
#tunnelEditPage #varianceField label {
|
||||
text-align : left;
|
||||
|
||||
text-align: left;
|
||||
|
||||
}
|
||||
|
||||
#tunnelEditPage #otherField label {
|
||||
width : 300px;
|
||||
width: 300px;
|
||||
}
|
||||
|
||||
#tunnelEditPage #reachableByOther,
|
||||
#tunnelEditPage #tunnelDepth,
|
||||
#tunnelEditPage #tunnelDepth,
|
||||
#tunnelEditPage #tunnelQuantity,
|
||||
#tunnelEditPage #targetHost,
|
||||
#tunnelEditPage #targetHost,
|
||||
#tunnelEditPage #clientHost {
|
||||
width : 306px;
|
||||
width: 306px;
|
||||
}
|
||||
|
||||
#tunnelEditPage #port {
|
||||
width : 80px;
|
||||
width: 80px;
|
||||
}
|
||||
|
||||
#tunnelEditPage #targetPort,
|
||||
#tunnelEditPage #clientPort,
|
||||
#tunnelEditPage #tunnelBackupQuantity,
|
||||
#tunnelEditPage #tunnelVariance {
|
||||
width : 150px;
|
||||
}
|
||||
width: 150px;
|
||||
}
|
||||
|
||||
#tunnelEditPage #shared,
|
||||
#tunnelEditPage #connectDelay,
|
||||
#tunnelEditPage #startOnLoad {
|
||||
width : 16px;
|
||||
width: 16px;
|
||||
}
|
||||
|
||||
#tunnelEditPage label {
|
||||
width : 150px;
|
||||
font-weight : bold;
|
||||
text-align : right;
|
||||
float : left;
|
||||
width: 150px;
|
||||
font-weight: bold;
|
||||
text-align: right;
|
||||
float: left;
|
||||
}
|
||||
|
||||
/* I2P Tunnel List Page
|
||||
*/
|
||||
|
||||
#tunnelListPage .rowItem {
|
||||
width : 150px;
|
||||
width: 150px;
|
||||
}
|
||||
|
||||
#tunnelListPage select {
|
||||
width : 150px;
|
||||
width: 150px;
|
||||
}
|
||||
|
||||
#tunnelListPage textarea {
|
||||
width : 100%;
|
||||
height : 88px;
|
||||
padding : 0 0 0 4px;
|
||||
width: 100%;
|
||||
height: 88px;
|
||||
padding: 0 0 0 4px;
|
||||
color: green;
|
||||
margin-bottom: 7px;
|
||||
}
|
||||
@@ -122,10 +122,10 @@
|
||||
}
|
||||
|
||||
#tunnelListPage .footer label {
|
||||
text-align : right;
|
||||
height : 24px;
|
||||
width : 360px;
|
||||
float : left;
|
||||
text-align: right;
|
||||
height: 24px;
|
||||
width: 360px;
|
||||
float: left;
|
||||
|
||||
}
|
||||
|
||||
@@ -136,9 +136,9 @@
|
||||
*/
|
||||
|
||||
#tunnelListPage label {
|
||||
height : 0;
|
||||
width : 0;
|
||||
overflow : hidden;
|
||||
height: 0;
|
||||
width: 0;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
#tunnelListPage .nameHeaderField label,
|
||||
@@ -148,33 +148,33 @@
|
||||
#tunnelListPage .targetHeaderField label,
|
||||
#tunnelListPage .previewHeaderField label,
|
||||
#tunnelListPage .statusHeaderField label {
|
||||
text-align : left;
|
||||
width : 150px;
|
||||
height : 24px;
|
||||
float : left;
|
||||
text-align: left;
|
||||
width: 150px;
|
||||
height: 24px;
|
||||
float: left;
|
||||
}
|
||||
|
||||
#tunnelListPage .targetField,
|
||||
#tunnelListPage .targetField .text,
|
||||
#tunnelListPage .targetHeaderField,
|
||||
#tunnelListPage .targetHeaderField label {
|
||||
width : 300px;
|
||||
width: 300px;
|
||||
}
|
||||
|
||||
#tunnelListPage .descriptionField,
|
||||
#tunnelListPage .destinationField {
|
||||
width : 750px;
|
||||
width: 750px;
|
||||
}
|
||||
|
||||
#tunnelListPage .descriptionField .text,
|
||||
#tunnelListPage .destinationField input {
|
||||
width : 450px;
|
||||
width: 450px;
|
||||
}
|
||||
|
||||
#tunnelListPage .descriptionField label,
|
||||
#tunnelListPage .destinationField label {
|
||||
text-align : right;
|
||||
width : 150px;
|
||||
height : 24px;
|
||||
float : left;
|
||||
text-align: right;
|
||||
width: 150px;
|
||||
height: 24px;
|
||||
float: left;
|
||||
}
|
||||
|
@@ -74,7 +74,7 @@ div.confignav {
|
||||
|
||||
div.messages {
|
||||
border-left: 0;
|
||||
border-right: 0;
|
||||
border-right: 0;
|
||||
margin: -10px -15px 0px -15px;
|
||||
}
|
||||
|
||||
@@ -114,7 +114,7 @@ div.news hr {
|
||||
height: 3px;
|
||||
border: 0px;
|
||||
margin: 0 -10px 0 -13px !important;
|
||||
}
|
||||
}
|
||||
|
||||
div.routersummary {
|
||||
color: #001;
|
||||
@@ -197,7 +197,7 @@ div.routersummary form {
|
||||
|
||||
div.routersummary p {
|
||||
padding: 0;
|
||||
}
|
||||
}
|
||||
|
||||
div.routersummary a:link, div.routersummary a:visited {
|
||||
line-height: 120%;
|
||||
@@ -214,7 +214,7 @@ div.routersummary td {
|
||||
}
|
||||
|
||||
div.routersummary form {
|
||||
margin: -20px 0 !important;
|
||||
margin: -20px 0 !important;
|
||||
}
|
||||
|
||||
div.news li {
|
||||
@@ -241,7 +241,7 @@ td {
|
||||
|
||||
th {
|
||||
text-align: left;
|
||||
padding-left: 3px;
|
||||
padding-left: 3px;
|
||||
padding-right: 1px;
|
||||
}
|
||||
|
||||
@@ -299,4 +299,4 @@ h1, h2, h3 {
|
||||
}
|
||||
|
||||
.routersummary h2, .routersummary h3 {
|
||||
background: #fff url(images/tinytitle.png) center right tile-x !important;
|
||||
background: #fff url(images/tinytitle.png) center right tile-x !important;
|
||||
|
@@ -10,7 +10,6 @@ body {
|
||||
background: #010 url('images/camotile.png') center bottom;
|
||||
color: #EE9;
|
||||
font: 9pt/130% "Lucida Sans Unicode", "Bitstream Vera Sans", Verdana, Tahoma, Helvetica, sans-serif;
|
||||
|
||||
}
|
||||
|
||||
.hide {
|
||||
@@ -39,7 +38,7 @@ div.logo {
|
||||
-moz-border-radius: 4px;
|
||||
-khtml-border-radius: 4px;
|
||||
border-radius: 4px;
|
||||
background: #000; /*url("images/camotile2.png");*/
|
||||
background: #000; /*url("images/camotile2.png");*/
|
||||
width: 185px;
|
||||
-moz-box-shadow: inset 0px 0px 1px 0px #009;
|
||||
-khtml-box-shadow: inset 0px 0px 1px 0px #009;
|
||||
@@ -78,13 +77,13 @@ div.toolbar a:visited {
|
||||
background: #ddf;
|
||||
}
|
||||
|
||||
div.toolbar a:hover, button:hover{
|
||||
div.toolbar a:hover, button:hover {
|
||||
border: 1px solid #f60;
|
||||
background: #030;
|
||||
color: #f60;
|
||||
}
|
||||
|
||||
a:active{
|
||||
a:active {
|
||||
color: #900;
|
||||
}
|
||||
|
||||
@@ -120,8 +119,8 @@ div.routersummary {
|
||||
div.routersummary input[type=text] {
|
||||
text-align: right !important;
|
||||
-moz-box-shadow: inset 1px 1px 1px 0px #000;
|
||||
-khtml-box-shadow: inset 1px 1px 1px 0px #000;
|
||||
box-shadow: inset 1px 1px 1px 0px #000;
|
||||
-khtml-box-shadow: inset 1px 1px 1px 0px #000;
|
||||
box-shadow: inset 1px 1px 1px 0px #000;
|
||||
}
|
||||
|
||||
div.routersummary hr {
|
||||
@@ -184,7 +183,7 @@ div.routersummary tr {
|
||||
|
||||
div.routersummary p {
|
||||
padding: 0;
|
||||
}
|
||||
}
|
||||
|
||||
div.refresh {
|
||||
margin-top: 10px !important;
|
||||
@@ -258,7 +257,7 @@ div.warning {
|
||||
background-repeat:no-repeat;
|
||||
-moz-box-shadow: inset 0px 0px 0px 1px #f00;
|
||||
-khtml-box-shadow: inset 0px 0px 0px 1px #f00;
|
||||
box-shadow: inset 0px 0px 0px 1px #f00;
|
||||
box-shadow: inset 0px 0px 0px 1px #f00;
|
||||
word-wrap: break-word;
|
||||
}
|
||||
|
||||
@@ -288,7 +287,7 @@ div.sorry hr {
|
||||
height: 1px;
|
||||
border: 1px solid #EE9;
|
||||
margin: 10px 0;
|
||||
}
|
||||
}
|
||||
|
||||
div.main {
|
||||
margin: -1px 5px 5px 205px;
|
||||
@@ -366,7 +365,7 @@ div.news h4 {
|
||||
div.news h4:first-child {
|
||||
background: url('../images/itoopbullet.png');
|
||||
background-repeat: no-repeat;
|
||||
background-position: right;
|
||||
background-position: right;
|
||||
}
|
||||
|
||||
div.news p {
|
||||
@@ -382,7 +381,7 @@ div.news p:nth-child(n+1) {
|
||||
|
||||
div.news hr {
|
||||
margin: 8px 0 3px 0;
|
||||
}
|
||||
}
|
||||
|
||||
div.confignav {
|
||||
padding: 15px 10px !important;
|
||||
@@ -512,7 +511,7 @@ th {
|
||||
background: #000; /*url('images/tabletitledark.png') repeat-x;*/
|
||||
background: #000 url('images/header.png') center center repeat-x ;
|
||||
border-top: 1px solid #494;
|
||||
border-bottom: 1px solid #494 !important;
|
||||
border-bottom: 1px solid #494 !important;
|
||||
line-height: 110%;
|
||||
}
|
||||
|
||||
@@ -541,7 +540,7 @@ td {
|
||||
color: #EE9;
|
||||
vertical-align: middle;
|
||||
border-top: 1px inset #494;
|
||||
border-bottom: 1px outset #494;
|
||||
border-bottom: 1px outset #494;
|
||||
}
|
||||
|
||||
td img {
|
||||
@@ -612,24 +611,24 @@ code {
|
||||
/* padding: 1px 2px;*/
|
||||
}
|
||||
|
||||
a:link, h2 a:link{
|
||||
a:link, h2 a:link {
|
||||
color: #494;
|
||||
text-decoration: none;
|
||||
font-weight: bold;
|
||||
font-weight: bold;
|
||||
word-wrap: break-word;
|
||||
}
|
||||
|
||||
a:visited{
|
||||
a:visited {
|
||||
color: #7b7;
|
||||
text-decoration: none;
|
||||
font-weight: bold;
|
||||
font-weight: bold;
|
||||
word-wrap: break-word;
|
||||
}
|
||||
|
||||
a:hover{
|
||||
a:hover {
|
||||
color: #f60;
|
||||
text-decoration: underline;
|
||||
font-weight: bold;
|
||||
font-weight: bold;
|
||||
word-wrap: break-word;
|
||||
}
|
||||
|
||||
@@ -764,8 +763,8 @@ button:hover {
|
||||
box-shadow: inset 0px 1px 1px 0px #EE9;
|
||||
background: #000;
|
||||
color: #f60;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
button:active {
|
||||
border: 1px inset #f60;
|
||||
background: #f60;
|
||||
@@ -920,7 +919,7 @@ textarea {
|
||||
-khtml-border-radius: 4px;
|
||||
border: 1px solid #000;
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
.statusnotes {
|
||||
font-style: italic;
|
||||
@@ -929,7 +928,7 @@ textarea {
|
||||
text-align: center;
|
||||
border: 1px solid #494 !important;
|
||||
/* border-top: 0px !important;*/
|
||||
margin: -3px 0 5px 0;
|
||||
margin: -3px 0 5px 0;
|
||||
padding: 7px;
|
||||
background: #010;
|
||||
-moz-box-shadow: inset 0px 0px 0px 1px #090;
|
||||
@@ -939,7 +938,7 @@ textarea {
|
||||
}
|
||||
|
||||
div.joblog {
|
||||
/* margin: 15px 0 15px 0;
|
||||
/* margin:15px 0 15px 0;
|
||||
padding: 5px 20px 10px 20px !important;
|
||||
border: 1px solid #494;
|
||||
background-color: #000;
|
||||
@@ -960,7 +959,7 @@ div.main li {
|
||||
/* line-height: 150%;*/
|
||||
word-wrap: break-word;
|
||||
}
|
||||
|
||||
|
||||
div.joblog li {
|
||||
word-wrap: break-word !important;
|
||||
line-height: 120% !important;
|
||||
@@ -1004,10 +1003,10 @@ div.joblog p {
|
||||
|
||||
.optbox {
|
||||
min-width: 16px !important;
|
||||
max-width: 16px !important;
|
||||
max-width: 16px !important;
|
||||
width: 16px !important;
|
||||
min-height: 16px;
|
||||
max-height: 16px;
|
||||
max-height: 16px;
|
||||
height: 16px;
|
||||
opacity: 1.0;
|
||||
border: 0;
|
||||
@@ -1019,10 +1018,10 @@ div.joblog p {
|
||||
|
||||
.optbox:hover {
|
||||
min-width: 16px !important;
|
||||
max-width: 16px !important;
|
||||
max-width: 16px !important;
|
||||
width: 16px !important;
|
||||
min-height: 16px;
|
||||
max-height: 16px;
|
||||
max-height: 16px;
|
||||
height: 16px;
|
||||
opacity: 1.0;
|
||||
border: 0;
|
||||
@@ -1032,13 +1031,13 @@ div.joblog p {
|
||||
|
||||
.cells {
|
||||
border: 1px inset #494;
|
||||
border-left: 1px outset #494;
|
||||
border-left: 1px outset #494;
|
||||
}
|
||||
|
||||
.tablefooter tr, .tablefooter td {
|
||||
background: #000 url('images/header.png') repeat-x center center !important;
|
||||
border-top: 1px solid #494;
|
||||
border-bottom: 1px solid #494 !important;
|
||||
border-bottom: 1px solid #494 !important;
|
||||
font-size: 7pt;
|
||||
line-height: 110%;
|
||||
}
|
||||
@@ -1051,7 +1050,7 @@ div.footnote {
|
||||
text-align: right;
|
||||
color: #494;
|
||||
font-size: 7pt;
|
||||
margin-bottom: -8px !important;
|
||||
margin-bottom: -8px !important;
|
||||
}
|
||||
|
||||
div.footnote hr{
|
||||
|
@@ -9,7 +9,7 @@ body {
|
||||
color: #000000;
|
||||
font-size: 9pt;
|
||||
/* 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
|
||||
** box rendering. (and therefore one of mozilla's
|
||||
** proprietry -moz properties (which hopefully they'll
|
||||
** drop soon).
|
||||
@@ -28,7 +28,7 @@ label {
|
||||
padding: 5px 4px 4px 4px;
|
||||
float: left;
|
||||
width: 120px;
|
||||
/* height : 24px; */
|
||||
/* height: 24px; */
|
||||
font-weight: normal;
|
||||
text-align: right;
|
||||
font-size: 8pt;
|
||||
@@ -137,7 +137,7 @@ hr {
|
||||
|
||||
.freetext {
|
||||
width: 150px;
|
||||
height : 22px;
|
||||
height: 22px;
|
||||
border: 1px solid #494;
|
||||
padding: 2px;
|
||||
margin: 4px 0 2px 4px;
|
||||
@@ -266,22 +266,22 @@ hr {
|
||||
border: 0;
|
||||
}
|
||||
|
||||
a:link{
|
||||
a:link {
|
||||
color: #494;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
a:visited{
|
||||
a:visited {
|
||||
color: #7b7;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
a:hover{
|
||||
a:hover {
|
||||
color: #ff6600;
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
a:active{
|
||||
a:active {
|
||||
color: #900;
|
||||
text-decoration: underline;
|
||||
}
|
||||
@@ -320,4 +320,4 @@ select {
|
||||
max-height: 24px;
|
||||
}
|
||||
|
||||
form {}
|
||||
form {}
|
||||
|
@@ -23,7 +23,7 @@
|
||||
width: 150px;
|
||||
}
|
||||
|
||||
#tunnelEditPage #targetField label, #tunnelEditPage #accessField label, #tunnelEditPage #tunnelOptionsField label, #tunnelEditPage #optionsField label{
|
||||
#tunnelEditPage #targetField label, #tunnelEditPage #accessField label, #tunnelEditPage #tunnelOptionsField label, #tunnelEditPage #optionsField label {
|
||||
height: 48px;
|
||||
width: 150px;
|
||||
}
|
||||
@@ -138,4 +138,4 @@
|
||||
width: 150px;
|
||||
height: 24px;
|
||||
float: left;
|
||||
}
|
||||
}
|
||||
|
@@ -68,13 +68,13 @@ div.toolbar a:visited {
|
||||
background: #ffe;
|
||||
}
|
||||
|
||||
div.toolbar a:hover{
|
||||
div.toolbar a:hover {
|
||||
border: 1px solid #eeffef;
|
||||
background: #003;
|
||||
color: #f60;
|
||||
}
|
||||
|
||||
a:active{
|
||||
a:active {
|
||||
color: #900;
|
||||
}
|
||||
|
||||
@@ -220,7 +220,7 @@ div.tunnels img, div.tunnels img:hover {
|
||||
opacity: 1 !important;
|
||||
}
|
||||
|
||||
div.routersummary img:first-child {
|
||||
div.routersummary img:first-child {
|
||||
margin-bottom: -2px !important;
|
||||
opacity: 0.7;
|
||||
}
|
||||
@@ -252,7 +252,7 @@ div.tunnels td, div.tunnels img:first-child {
|
||||
|
||||
div.routersummary p {
|
||||
padding: 0;
|
||||
}
|
||||
}
|
||||
|
||||
div.refresh {
|
||||
margin-top: 10px !important;
|
||||
@@ -273,7 +273,7 @@ div.warning {
|
||||
-khtml-border-radius: 4px;
|
||||
border-radius: 4px;
|
||||
text-align: justify;
|
||||
background-image:url("../images/itoopie_sm.png");
|
||||
background-image:url("../images/itoopie_sm.png");
|
||||
background-position:10px center;
|
||||
background-repeat:no-repeat;
|
||||
-moz-box-shadow: inset 0px 0px 1px 0px #d00;
|
||||
@@ -307,7 +307,7 @@ div.sorry hr {
|
||||
height: 1px;
|
||||
border: 1px solid #531;
|
||||
margin: 10px 0 15px 0;
|
||||
}
|
||||
}
|
||||
|
||||
div.main {
|
||||
margin: 10px 10px 20px 207px;
|
||||
@@ -370,7 +370,7 @@ div.news p {
|
||||
padding: 0 15px;
|
||||
}
|
||||
|
||||
div.news hr{
|
||||
div.news hr {
|
||||
color: #225;
|
||||
background: #225;
|
||||
height: 1px;
|
||||
@@ -575,7 +575,7 @@ td {
|
||||
color: #000;
|
||||
vertical-align: middle;
|
||||
border-top: 1px inset #447;
|
||||
border-bottom: 1px outset #99f;
|
||||
border-bottom: 1px outset #99f;
|
||||
}
|
||||
|
||||
tt {
|
||||
@@ -658,26 +658,26 @@ code {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
a:link{
|
||||
a:link {
|
||||
color: #359;
|
||||
text-decoration: none;
|
||||
font-weight: bold;
|
||||
word-wrap: break-word;
|
||||
}
|
||||
|
||||
a:visited{
|
||||
a:visited {
|
||||
color: #218;
|
||||
text-decoration: none;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
a:hover{
|
||||
a:hover {
|
||||
color: #f60;
|
||||
text-decoration: underline;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
a:active{
|
||||
a:active {
|
||||
color: #f93;
|
||||
text-decoration: underline;
|
||||
font-weight: bold;
|
||||
@@ -797,7 +797,7 @@ h4 {
|
||||
font-size: 11pt;
|
||||
}
|
||||
|
||||
button, button:visited{
|
||||
button, button:visited {
|
||||
font: bold 9pt "Lucida Sans Unicode", "Bitstream Vera Sans", Verdana, Tahoma, Helvetica, sans-serif;
|
||||
border: 1px outset #66a;
|
||||
padding: 1px 3px;
|
||||
@@ -817,7 +817,7 @@ button, button:visited{
|
||||
color: #316;
|
||||
}
|
||||
|
||||
button:hover{
|
||||
button:hover {
|
||||
border: 1px solid #f60;
|
||||
background: #f60 !important;
|
||||
color: #fff;
|
||||
@@ -826,7 +826,7 @@ button:hover{
|
||||
box-shadow: inset 0px 0px 0px 1px #fff;
|
||||
}
|
||||
|
||||
button:active{
|
||||
button:active {
|
||||
border: 1px solid #f60;
|
||||
background: #202 !important;
|
||||
color: #f60;
|
||||
@@ -939,7 +939,7 @@ select {
|
||||
select:active {
|
||||
-moz-box-shadow: inset 0px 0px 0px 1px #f60;
|
||||
-khtml-box-shadow: inset 0px 0px 0px 1px #f60;
|
||||
box-shadow: inset 0px 0px 0px 1px #f60;
|
||||
box-shadow: inset 0px 0px 0px 1px #f60;
|
||||
}
|
||||
|
||||
textarea {
|
||||
@@ -959,7 +959,7 @@ textarea {
|
||||
textarea:active {
|
||||
-moz-box-shadow: inset 0px 0px 0px 1px #f60;
|
||||
-khtml-box-shadow: inset 0px 0px 0px 1px #f60;
|
||||
box-shadow: inset 0px 0px 0px 1px #f60;
|
||||
box-shadow: inset 0px 0px 0px 1px #f60;
|
||||
}
|
||||
|
||||
.proxyfooter {
|
||||
@@ -973,7 +973,7 @@ textarea:active {
|
||||
-khtml-border-radius: 4px;
|
||||
border: 1px solid #447;
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
.statusnotes {
|
||||
font-style: normal;
|
||||
@@ -982,7 +982,7 @@ textarea:active {
|
||||
text-align: center;
|
||||
border: 1px solid #447 !important;
|
||||
border-top: 0 !important;
|
||||
margin: -5px 0 5px 0;
|
||||
margin: -5px 0 5px 0;
|
||||
padding: 7px;
|
||||
background: url("images/header.png") repeat scroll center center #eef;
|
||||
letter-spacing: 0em !important;
|
||||
@@ -998,15 +998,15 @@ div.joblog i {
|
||||
color: #050;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
div.joblog ul {
|
||||
|
||||
div.joblog ul {
|
||||
word-wrap: break-word !important;
|
||||
text-align: justify;
|
||||
line-height: 100% !important;
|
||||
margin-top: -5px !important;
|
||||
}
|
||||
|
||||
div.joblog li {
|
||||
div.joblog li {
|
||||
word-wrap: break-word !important;
|
||||
line-height: 115% !important;
|
||||
padding: 0;
|
||||
@@ -1053,10 +1053,10 @@ div.joblog h3 {
|
||||
|
||||
.optbox {
|
||||
min-width: 16px !important;
|
||||
max-width: 16px !important;
|
||||
max-width: 16px !important;
|
||||
width: 16px !important;
|
||||
min-height: 16px;
|
||||
max-height: 16px;
|
||||
max-height: 16px;
|
||||
height: 16px;
|
||||
opacity: 1.0;
|
||||
border: 0;
|
||||
@@ -1066,10 +1066,10 @@ div.joblog h3 {
|
||||
|
||||
.optbox:hover {
|
||||
min-width: 16px !important;
|
||||
max-width: 16px !important;
|
||||
max-width: 16px !important;
|
||||
width: 16px !important;
|
||||
min-height: 16px;
|
||||
max-height: 16px;
|
||||
max-height: 16px;
|
||||
height: 16px;
|
||||
opacity: 1.0;
|
||||
border: 0;
|
||||
@@ -1090,7 +1090,7 @@ div.joblog h3 {
|
||||
.tablefooter tr, .tablefooter td {
|
||||
background: #ffe url('images/header.png') center center repeat-x;
|
||||
border-top: 1px solid #447;
|
||||
border-bottom: 1px solid #447 !important;
|
||||
border-bottom: 1px solid #447 !important;
|
||||
padding: 8px 2px !important;
|
||||
font-size: 7pt;
|
||||
line-height: 110%;
|
||||
|
@@ -1,7 +1,7 @@
|
||||
/* I2P Tunnel Manager Theme: Light */
|
||||
/* Description: Light blue highlights. */
|
||||
/* Author: dr|z3d */
|
||||
|
||||
|
||||
body {
|
||||
margin: 0px;
|
||||
padding: 0px;
|
||||
@@ -11,11 +11,11 @@ body {
|
||||
color: #001;
|
||||
font-size: 10pt;
|
||||
/* 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
|
||||
** 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;
|
||||
background: #99f url(images/magic.png);
|
||||
@@ -93,7 +93,7 @@ textarea {
|
||||
textarea:active {
|
||||
-moz-box-shadow: inset 0px 0px 0px 1px #f60;
|
||||
-khtml-box-shadow: inset 0px 0px 0px 1px #f60;
|
||||
box-shadow: inset 0px 0px 0px 1px #f60;
|
||||
box-shadow: inset 0px 0px 0px 1px #f60;
|
||||
}
|
||||
|
||||
br {
|
||||
@@ -173,7 +173,7 @@ hr {
|
||||
.freetext:active {
|
||||
-moz-box-shadow: inset 0px 0px 0px 1px #f60;
|
||||
-khtml-box-shadow: inset 0px 0px 0px 1px #f60;
|
||||
box-shadow: inset 0px 0px 0px 1px #f60;
|
||||
box-shadow: inset 0px 0px 0px 1px #f60;
|
||||
}
|
||||
|
||||
.control, control:link, control:visited {
|
||||
@@ -272,7 +272,7 @@ hr {
|
||||
|
||||
.comment {
|
||||
font-weight: bold;
|
||||
display: block;
|
||||
display: block;
|
||||
padding: 2px 10px 0 20px;
|
||||
text-align: left;
|
||||
}
|
||||
@@ -392,29 +392,29 @@ select {
|
||||
select:active {
|
||||
-moz-box-shadow: inset 0px 0px 0px 1px #f60;
|
||||
-khtml-box-shadow: inset 0px 0px 0px 1px #f60;
|
||||
box-shadow: inset 0px 0px 0px 1px #f60;
|
||||
box-shadow: inset 0px 0px 0px 1px #f60;
|
||||
}
|
||||
|
||||
a:link{
|
||||
a:link {
|
||||
color: #359;
|
||||
text-decoration: none;
|
||||
font-weight: bold;
|
||||
word-wrap: break-word;
|
||||
}
|
||||
|
||||
a:visited{
|
||||
a:visited {
|
||||
color: #218;
|
||||
text-decoration: none;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
a:hover{
|
||||
a:hover {
|
||||
color: #f60;
|
||||
text-decoration: underline;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
a:active{
|
||||
a:active {
|
||||
color: #f93;
|
||||
text-decoration: underline;
|
||||
font-weight: bold;
|
||||
|
@@ -73,7 +73,7 @@ div.warning {
|
||||
border: 1px solid #99f;
|
||||
text-align: left;
|
||||
color: inherit;
|
||||
background-image:url("../images/itoopie_sm.png");
|
||||
background-image:url("../images/itoopie_sm.png");
|
||||
background-position: 12px center;
|
||||
background-repeat:no-repeat;
|
||||
-moz-box-shadow: inset 0px 0px 0px 1px #f60;
|
||||
@@ -85,16 +85,16 @@ div.warning a:link {
|
||||
text-shadow: 0px 0px 1px rgba(255, 96, 0, 0.3);
|
||||
}
|
||||
|
||||
div.warning a:visited{
|
||||
div.warning a:visited {
|
||||
color: #f90;
|
||||
}
|
||||
|
||||
div.warning a:hover{
|
||||
div.warning a:hover {
|
||||
color: #f90;
|
||||
text-shadow: 0px 0px 1px rgba(255, 128, 0, 0.5);
|
||||
}
|
||||
|
||||
div.warning a:active{
|
||||
div.warning a:active {
|
||||
color: #900;
|
||||
}
|
||||
|
||||
@@ -111,8 +111,8 @@ div.warning h3 {
|
||||
border-bottom: 1px solid #fb7;
|
||||
padding-bottom: 10px;
|
||||
padding-left: 0;
|
||||
font-variant: small-caps;
|
||||
text-transform: capitalize;
|
||||
font-variant: small-caps;
|
||||
text-transform: capitalize;
|
||||
font-size: 12.5pt;
|
||||
background: none !important;
|
||||
}
|
||||
@@ -150,7 +150,7 @@ div.toolbar {
|
||||
}
|
||||
|
||||
div.routersummaryouter {
|
||||
float: left;
|
||||
float: left;
|
||||
width: 200px;
|
||||
margin: 0 0 5px 0px;
|
||||
padding: 0;
|
||||
@@ -158,17 +158,17 @@ div.routersummaryouter {
|
||||
clear: left; /* fixes a bug in Opera */
|
||||
}
|
||||
|
||||
div.routersummary {
|
||||
background: #00000A;
|
||||
width: 190px;
|
||||
color: inherit;
|
||||
margin: 0;
|
||||
padding: 8px 1px 4px 1px;
|
||||
text-align: center !important;
|
||||
border: 1px solid #99f;
|
||||
font-size: 9pt;
|
||||
word-wrap: break-word;
|
||||
font: 9pt/125%;
|
||||
div.routersummary {
|
||||
background: #00000A;
|
||||
width: 190px;
|
||||
color: inherit;
|
||||
margin: 0;
|
||||
padding: 8px 1px 4px 1px;
|
||||
text-align: center !important;
|
||||
border: 1px solid #99f;
|
||||
font-size: 9pt;
|
||||
word-wrap: break-word;
|
||||
font: 9pt/125%;
|
||||
-moz-box-shadow: inset 0px 0px 0px 1px #00000A;
|
||||
}
|
||||
|
||||
@@ -196,7 +196,7 @@ div.routersummary h3 {
|
||||
padding: 3px 0;
|
||||
background: #002;
|
||||
text-transform: uppercase;
|
||||
background: #002 url("images/titles.png") repeat-x !important;
|
||||
background: #002 url("images/titles.png") repeat-x !important;
|
||||
background-position: center center !important;
|
||||
}
|
||||
|
||||
@@ -278,8 +278,8 @@ div.tunnels table{
|
||||
text-align: right;
|
||||
margin-right: -2px;
|
||||
padding-right: 0;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
div.refresh {
|
||||
margin-top: 10px !important;
|
||||
margin-bottom: 10px !important;
|
||||
@@ -288,7 +288,7 @@ div.refresh {
|
||||
|
||||
div.routersummary p {
|
||||
padding: 0;
|
||||
}
|
||||
}
|
||||
|
||||
div.routersummary a {
|
||||
}
|
||||
@@ -340,7 +340,7 @@ div.main hr:last-child {
|
||||
}
|
||||
|
||||
div.main textarea {
|
||||
width: 98% !important;
|
||||
width: 98% !important;
|
||||
margin: 2px 0 2px 5px;
|
||||
min-height: 96px;
|
||||
background: #001;
|
||||
@@ -362,7 +362,7 @@ div.welcome {
|
||||
}
|
||||
|
||||
div.main h2:first-child, div.main h3:first-child {
|
||||
margin-top: 0px;
|
||||
margin-top: 0px;
|
||||
margin-bottom: -5px;
|
||||
}
|
||||
|
||||
@@ -375,7 +375,7 @@ div.wideload h3:first-child {
|
||||
}
|
||||
|
||||
div.wideload h3 {
|
||||
margin-top: 15px !important;
|
||||
margin-top: 15px !important;
|
||||
margin-bottom: 0px !important;
|
||||
}
|
||||
|
||||
@@ -407,7 +407,7 @@ div.news li {
|
||||
margin: 15px 15px -10px -20px;
|
||||
padding: 0px 0 15px 0;
|
||||
border-bottom: 1px dotted #99f;
|
||||
border-top: 0px solid #99f;
|
||||
border-top: 0px solid #99f;
|
||||
padding: 3px 5px 5px 0;
|
||||
font-size: 10pt;
|
||||
color: #eef;
|
||||
@@ -507,7 +507,7 @@ div.configure h2:first-child {
|
||||
.topshimten {
|
||||
margin-top: 15px;
|
||||
margin-bottom: 15px;
|
||||
}
|
||||
}
|
||||
|
||||
div.messages {
|
||||
padding: 0px 10px;
|
||||
@@ -564,7 +564,7 @@ h2 {
|
||||
border-top: 1px solid #99f;
|
||||
border-left: 1px solid #99f;
|
||||
background: #000008;
|
||||
text-transform: uppercase;
|
||||
text-transform: uppercase;
|
||||
letter-spacing: 0.07em;
|
||||
}
|
||||
|
||||
@@ -577,7 +577,7 @@ h3 {
|
||||
letter-spacing: 0.05em;
|
||||
margin-bottom: 10px;
|
||||
font-weight: bold !important;
|
||||
text-transform: uppercase;
|
||||
text-transform: uppercase;
|
||||
}
|
||||
|
||||
h3 a {
|
||||
@@ -585,20 +585,20 @@ h3 a {
|
||||
}
|
||||
|
||||
h2, h3, .confignav {
|
||||
background: #002 url("images/tinytitles.png") center center repeat-x !important;
|
||||
background: #002 url("images/tinytitles.png") center center repeat-x !important;
|
||||
}
|
||||
|
||||
thead, tfoot, th {
|
||||
background: #002 url("images/titles.png") repeat-x center center !important;
|
||||
background: #002 url("images/titles.png") repeat-x center center !important;
|
||||
}
|
||||
|
||||
.proxyfooter{
|
||||
font-size: 7pt;
|
||||
display: none !important;
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
table {
|
||||
border-collapse: collapse;
|
||||
border-collapse: collapse;
|
||||
border: 1px solid #99f;
|
||||
margin: 0 0 5px 0;
|
||||
cell-padding: 1px;
|
||||
@@ -635,7 +635,7 @@ tt {
|
||||
tt, pre {
|
||||
font: 8pt "Lucida Console", "DejaVu Sans Mono", Courier, mono;
|
||||
}
|
||||
|
||||
|
||||
td {
|
||||
padding: 4px;
|
||||
}
|
||||
@@ -661,7 +661,7 @@ hr {
|
||||
font-size: 8pt;
|
||||
color: #eef;
|
||||
text-align: center;
|
||||
margin: -5px 0 5px 0;
|
||||
margin: -5px 0 5px 0;
|
||||
background: #000;
|
||||
border: 1px solid #99f;
|
||||
border-top: 0;
|
||||
@@ -728,7 +728,7 @@ div.joblog hr {
|
||||
div.joblog ol {
|
||||
margin-bottom: 0px;
|
||||
}
|
||||
|
||||
|
||||
input {
|
||||
margin: 3px 5px 3px 0;
|
||||
vertical-align: middle;
|
||||
@@ -804,26 +804,26 @@ p {
|
||||
letter-spacing: 0.12em !important;
|
||||
}
|
||||
|
||||
a:link{
|
||||
a:link {
|
||||
color: #bbf;
|
||||
text-decoration: none;
|
||||
font-weight: bold;
|
||||
word-wrap: break-word;
|
||||
}
|
||||
|
||||
a:visited{
|
||||
a:visited {
|
||||
color: #99f;
|
||||
text-decoration: none;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
a:hover{
|
||||
a:hover {
|
||||
color: #f60;
|
||||
text-decoration: underline;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
a:active{
|
||||
a:active {
|
||||
color: #f93;
|
||||
text-decoration: underline;
|
||||
font-weight: bold;
|
||||
@@ -868,7 +868,7 @@ div.graphspanel {
|
||||
-khtml-border-radius: 4px;
|
||||
border-radius: 4px;
|
||||
border: 1px solid #99f;
|
||||
text-align: center !important;
|
||||
text-align: center !important;
|
||||
}
|
||||
|
||||
div.graphspanel img {
|
||||
@@ -906,7 +906,7 @@ table code {
|
||||
font-size: 8.5pt;
|
||||
}
|
||||
|
||||
table li:last-child{
|
||||
table li:last-child {
|
||||
margin-bottom: 15px;
|
||||
}
|
||||
|
||||
|
@@ -45,7 +45,7 @@ h4 {
|
||||
white-space: nowrap;
|
||||
width: 782px;
|
||||
letter-spacing: 0.09em;
|
||||
background: #001 url("/themes/console/midnight/images/tinytitles.png") repeat-x center center !important;
|
||||
background: #001 url("/themes/console/midnight/images/tinytitles.png") repeat-x center center !important;
|
||||
}
|
||||
|
||||
label {
|
||||
@@ -210,31 +210,31 @@ hr {
|
||||
|
||||
#globalOperationsPanel .control {
|
||||
width: 100px !important;
|
||||
margin-top: 3px;
|
||||
margin-top: 3px;
|
||||
float: right;
|
||||
}
|
||||
|
||||
a:link{
|
||||
a:link {
|
||||
color: #bbf;
|
||||
text-decoration: none;
|
||||
font-weight: bold;
|
||||
word-wrap: break-word;
|
||||
}
|
||||
|
||||
a:visited{
|
||||
a:visited {
|
||||
color: #aaf;
|
||||
text-decoration: none;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
a:hover{
|
||||
a:hover {
|
||||
color: #f60;
|
||||
text-decoration: underline;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
a:active{
|
||||
a:active {
|
||||
color: #f93;
|
||||
text-decoration: underline;
|
||||
font-weight: bold;
|
||||
}
|
||||
}
|
||||
|
@@ -2,11 +2,11 @@
|
||||
*/
|
||||
|
||||
#tunnelEditPage input {
|
||||
width : 458px;
|
||||
width: 458px;
|
||||
}
|
||||
|
||||
#tunnelEditPage select {
|
||||
width : 308px;
|
||||
width: 308px;
|
||||
}
|
||||
|
||||
#tunnelEditPage option[selected] {
|
||||
@@ -16,20 +16,20 @@
|
||||
#tunnelEditPage #targetField,
|
||||
#tunnelEditPage #accessField,
|
||||
#tunnelEditPage #optionsField {
|
||||
height : 48px;
|
||||
width : 150px;
|
||||
height: 48px;
|
||||
width: 150px;
|
||||
}
|
||||
#tunnelEditPage #tunnelOptionsField {
|
||||
height : 96px;
|
||||
width : 150px;
|
||||
height: 96px;
|
||||
width: 150px;
|
||||
}
|
||||
|
||||
#tunnelEditPage #targetField label,
|
||||
#tunnelEditPage #accessField label,
|
||||
#tunnelEditPage #tunnelOptionsField label,
|
||||
#tunnelEditPage #optionsField label{
|
||||
height : 48px;
|
||||
width : 150px;
|
||||
height: 48px;
|
||||
width: 150px;
|
||||
}
|
||||
|
||||
#tunnelEditPage #reachField,
|
||||
@@ -37,82 +37,82 @@
|
||||
#tunnelEditPage #depthField,
|
||||
#tunnelEditPage #countField,
|
||||
#tunnelEditPage #optionsHostField {
|
||||
width : 304px;
|
||||
width: 304px;
|
||||
margin-right: 4px;
|
||||
}
|
||||
|
||||
#tunnelEditPage #portField,
|
||||
#tunnelEditPage #optionsPortField,
|
||||
#tunnelEditPage #portField,
|
||||
#tunnelEditPage #optionsPortField,
|
||||
#tunnelEditPage #backupField,
|
||||
#tunnelEditPage #varianceField {
|
||||
width : 150px;
|
||||
width: 150px;
|
||||
|
||||
}
|
||||
|
||||
#tunnelEditPage #reachField label,
|
||||
#tunnelEditPage #hostField label,
|
||||
#tunnelEditPage #portField label,
|
||||
#tunnelEditPage #optionsHostField label,
|
||||
#tunnelEditPage #optionsPortField label,
|
||||
#tunnelEditPage #optionsHostField label,
|
||||
#tunnelEditPage #optionsPortField label,
|
||||
#tunnelEditPage #depthField label,
|
||||
#tunnelEditPage #countField label,
|
||||
#tunnelEditPage #backupField label,
|
||||
#tunnelEditPage #varianceField label {
|
||||
text-align : left;
|
||||
|
||||
text-align: left;
|
||||
|
||||
}
|
||||
|
||||
#tunnelEditPage #otherField label {
|
||||
width : 300px;
|
||||
width: 300px;
|
||||
}
|
||||
|
||||
#tunnelEditPage #reachableByOther,
|
||||
#tunnelEditPage #tunnelDepth,
|
||||
#tunnelEditPage #tunnelDepth,
|
||||
#tunnelEditPage #tunnelQuantity,
|
||||
#tunnelEditPage #targetHost,
|
||||
#tunnelEditPage #targetHost,
|
||||
#tunnelEditPage #clientHost {
|
||||
width : 306px;
|
||||
width: 306px;
|
||||
}
|
||||
|
||||
#tunnelEditPage #port {
|
||||
width : 80px;
|
||||
width: 80px;
|
||||
}
|
||||
|
||||
#tunnelEditPage #targetPort,
|
||||
#tunnelEditPage #clientPort,
|
||||
#tunnelEditPage #tunnelBackupQuantity,
|
||||
#tunnelEditPage #tunnelVariance {
|
||||
width : 150px;
|
||||
}
|
||||
width: 150px;
|
||||
}
|
||||
|
||||
#tunnelEditPage #shared,
|
||||
#tunnelEditPage #connectDelay,
|
||||
#tunnelEditPage #startOnLoad {
|
||||
width : 16px;
|
||||
width: 16px;
|
||||
}
|
||||
|
||||
#tunnelEditPage label {
|
||||
width : 150px;
|
||||
font-weight : bold;
|
||||
text-align : right;
|
||||
float : left;
|
||||
width: 150px;
|
||||
font-weight: bold;
|
||||
text-align: right;
|
||||
float: left;
|
||||
}
|
||||
|
||||
/* I2P Tunnel List Page
|
||||
*/
|
||||
|
||||
#tunnelListPage .rowItem {
|
||||
width : 150px;
|
||||
width: 150px;
|
||||
}
|
||||
|
||||
#tunnelListPage select {
|
||||
width : 150px;
|
||||
width: 150px;
|
||||
}
|
||||
|
||||
#tunnelListPage textarea {
|
||||
width : 100%;
|
||||
height : 88px;
|
||||
padding : 0 0 0 4px;
|
||||
width: 100%;
|
||||
height: 88px;
|
||||
padding: 0 0 0 4px;
|
||||
color: green;
|
||||
margin-bottom: 7px;
|
||||
}
|
||||
@@ -122,10 +122,10 @@
|
||||
}
|
||||
|
||||
#tunnelListPage .footer label {
|
||||
text-align : right;
|
||||
height : 24px;
|
||||
width : 360px;
|
||||
float : left;
|
||||
text-align: right;
|
||||
height: 24px;
|
||||
width: 360px;
|
||||
float: left;
|
||||
|
||||
}
|
||||
|
||||
@@ -136,9 +136,9 @@
|
||||
*/
|
||||
|
||||
#tunnelListPage label {
|
||||
height : 0;
|
||||
width : 0;
|
||||
overflow : hidden;
|
||||
height: 0;
|
||||
width: 0;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
#tunnelListPage .nameHeaderField label,
|
||||
@@ -148,33 +148,33 @@
|
||||
#tunnelListPage .targetHeaderField label,
|
||||
#tunnelListPage .previewHeaderField label,
|
||||
#tunnelListPage .statusHeaderField label {
|
||||
text-align : left;
|
||||
width : 150px;
|
||||
height : 24px;
|
||||
float : left;
|
||||
text-align: left;
|
||||
width: 150px;
|
||||
height: 24px;
|
||||
float: left;
|
||||
}
|
||||
|
||||
#tunnelListPage .targetField,
|
||||
#tunnelListPage .targetField .text,
|
||||
#tunnelListPage .targetHeaderField,
|
||||
#tunnelListPage .targetHeaderField label {
|
||||
width : 300px;
|
||||
width: 300px;
|
||||
}
|
||||
|
||||
#tunnelListPage .descriptionField,
|
||||
#tunnelListPage .destinationField {
|
||||
width : 750px;
|
||||
width: 750px;
|
||||
}
|
||||
|
||||
#tunnelListPage .descriptionField .text,
|
||||
#tunnelListPage .destinationField input {
|
||||
width : 450px;
|
||||
width: 450px;
|
||||
}
|
||||
|
||||
#tunnelListPage .descriptionField label,
|
||||
#tunnelListPage .destinationField label {
|
||||
text-align : right;
|
||||
width : 150px;
|
||||
height : 24px;
|
||||
float : left;
|
||||
text-align: right;
|
||||
width: 150px;
|
||||
height: 24px;
|
||||
float: left;
|
||||
}
|
||||
|
@@ -67,7 +67,7 @@ div.confignav {
|
||||
|
||||
div.messages {
|
||||
border-left: 0;
|
||||
border-right: 0;
|
||||
border-right: 0;
|
||||
margin: -10px -15px 0px -15px;
|
||||
}
|
||||
|
||||
@@ -77,7 +77,7 @@ div.main, div.news {
|
||||
}
|
||||
|
||||
div.main hr, div.news hr {
|
||||
margin: 0;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
div.main {
|
||||
@@ -96,7 +96,7 @@ div.news hr {
|
||||
height: 1px;
|
||||
border: 0px;
|
||||
margin: 0 -10px 0 -13px !important;
|
||||
}
|
||||
}
|
||||
|
||||
div.routersummary {
|
||||
color: #001;
|
||||
@@ -172,7 +172,7 @@ div.routersummary form {
|
||||
|
||||
div.routersummary p {
|
||||
padding: 0;
|
||||
}
|
||||
}
|
||||
|
||||
div.routersummary td {
|
||||
padding: 2px 4px;
|
||||
@@ -204,7 +204,7 @@ td {
|
||||
|
||||
th {
|
||||
text-align: left;
|
||||
padding-left: 3px;
|
||||
padding-left: 3px;
|
||||
padding-right: 1px;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user