Dark theme updates for I2Ptunnel page.
This commit is contained in:
@ -3,7 +3,7 @@ body {
|
|||||||
padding : 0px;
|
padding : 0px;
|
||||||
text-align : center;
|
text-align : center;
|
||||||
font-family : "Lucida Sans Unicode", Verdana, Helvetica, sans-serif;
|
font-family : "Lucida Sans Unicode", Verdana, Helvetica, sans-serif;
|
||||||
background-color : #eeeeff;
|
background-color : #001;
|
||||||
color : #000000;
|
color : #000000;
|
||||||
font-size : 11pt;
|
font-size : 11pt;
|
||||||
|
|
||||||
@ -24,10 +24,10 @@ div {
|
|||||||
|
|
||||||
h4, label {
|
h4, label {
|
||||||
margin : 0px;
|
margin : 0px;
|
||||||
padding : 2px 2px 2px 0px;
|
padding : 4px 2px 2px 0px;
|
||||||
float : left;
|
float : left;
|
||||||
width : 150px;
|
width : 150px;
|
||||||
height : 24px;
|
/* height : 24px; */
|
||||||
font-weight : bold;
|
font-weight : bold;
|
||||||
text-align : right;
|
text-align : right;
|
||||||
font-size : 1.0em;
|
font-size : 1.0em;
|
||||||
@ -138,8 +138,13 @@ hr {
|
|||||||
|
|
||||||
.freetext {
|
.freetext {
|
||||||
width : 150px;
|
width : 150px;
|
||||||
height : 22px;
|
/* height : 22px; */
|
||||||
border : 1px solid #9999ff;
|
border : 1px solid #9999ff;
|
||||||
|
padding: 2px;
|
||||||
|
margin: 4px 0 2px 4px;
|
||||||
|
background-color: #fff;
|
||||||
|
font-family: "Lucida Console", Courier, mono;
|
||||||
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
|
|
||||||
.control {
|
.control {
|
||||||
@ -159,12 +164,12 @@ hr {
|
|||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.control:link {
|
||||||
|
color: #001;
|
||||||
|
}
|
||||||
|
|
||||||
.control:hover {
|
.control:hover {
|
||||||
/*
|
|
||||||
color: #fff;
|
|
||||||
background-color : #3333ff;
|
|
||||||
border 0px none #000022;
|
|
||||||
*/
|
|
||||||
border: 1px solid #eeeeff;
|
border: 1px solid #eeeeff;
|
||||||
background-color: #003;
|
background-color: #003;
|
||||||
color:#ff6600
|
color:#ff6600
|
||||||
@ -180,9 +185,11 @@ color:#ff6600
|
|||||||
overflow : hidden;
|
overflow : hidden;
|
||||||
text-align : left;
|
text-align : left;
|
||||||
font-size : 0.8em;
|
font-size : 0.8em;
|
||||||
background-color : #fff;
|
color: white;
|
||||||
|
background-color : #002;
|
||||||
|
background: url(images/darkbluebg.png);
|
||||||
-moz-border-radius: 4px 4px 4px 4px;
|
-moz-border-radius: 4px 4px 4px 4px;
|
||||||
border: 1px solid #002;
|
border: 1px solid #99f;
|
||||||
padding: 10px 20px;
|
padding: 10px 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -208,7 +215,7 @@ color:#ff6600
|
|||||||
.text {
|
.text {
|
||||||
height : 24px;
|
height : 24px;
|
||||||
width : 150px;
|
width : 150px;
|
||||||
padding : 2px 0 0 2px;
|
padding : 4px 0 0 2px;
|
||||||
float : left;
|
float : left;
|
||||||
margin : 0;
|
margin : 0;
|
||||||
}
|
}
|
||||||
@ -218,8 +225,9 @@ color:#ff6600
|
|||||||
}
|
}
|
||||||
|
|
||||||
#globalOperationsPanel {
|
#globalOperationsPanel {
|
||||||
background-color : #ddddff;
|
background-color : #003;
|
||||||
border : 1px solid #f22;
|
border : 1px solid #f22;
|
||||||
|
background: url(images/lightbluetile.png);
|
||||||
}
|
}
|
||||||
|
|
||||||
#globalOperationsPanel .control {
|
#globalOperationsPanel .control {
|
||||||
@ -230,3 +238,8 @@ color:#ff6600
|
|||||||
-moz-border-radius: 4px 4px 4px 4px;
|
-moz-border-radius: 4px 4px 4px 4px;
|
||||||
border 1px solid #ff0000;
|
border 1px solid #ff0000;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
a:link{color:#99f}
|
||||||
|
a:visited{color:#7bb}
|
||||||
|
a:hover{color:#ff6600}
|
||||||
|
a:active{color:#900}
|
Reference in New Issue
Block a user