I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Commit 00d99fb1 authored by z3d's avatar z3d
Browse files

Enhancements to the dark blue I2P tunnel theme.

parent ee8dc4af
No related branches found
No related tags found
No related merge requests found
...@@ -142,16 +142,16 @@ hr { ...@@ -142,16 +142,16 @@ hr {
border : 1px solid #9999ff; border : 1px solid #9999ff;
padding: 2px; padding: 2px;
margin: 4px 0 2px 4px; margin: 4px 0 2px 4px;
background-color: #fff; background-color: #002;
font-family: "Lucida Console", Courier, mono; font-family: "Lucida Console", Courier, mono;
font-weight: bold; font-weight: bold;
} }
.control { .control {
margin : 0 4px 0 0; margin : 0 4px 0 0;
padding : 2px 0 2px 0; padding : 0 0 2px 0;
overflow : hidden; overflow : hidden;
height : 22px; height : 20px;
width : 60px; width : 60px;
font-weight : normal; font-weight : normal;
background-color : #bbbbff; background-color : #bbbbff;
...@@ -246,4 +246,39 @@ color:#ff6600 ...@@ -246,4 +246,39 @@ color:#ff6600
a:link{color:#99f} a:link{color:#99f}
a:visited{color:#7bb} a:visited{color:#7bb}
a:hover{color:#ff6600} a:hover{color:#ff6600}
a:active{color:#900} a:active{color:#900}
\ No newline at end of file
input {
background-color: #002;
color: #eef;
margin: 0 2px 0 2px;
font-family: "Lucida Sans Unicode", Verdana, Tahoma, Helvetica, sans-serif;
font-weight: bold;
border: 1px solid #99f;
padding: 0px 2px 1px 2px;
background-color: #001;
text-decoration: none;
}
input hover {
background-color: #f00;
color: #eef;
margin: 0 2px 0 2px;
font-family: "Lucida Sans Unicode", Verdana, Tahoma, Helvetica, sans-serif;
font-weight: bold;
border: 1px solid #99f;
padding: 0px 2px 1px 2px;
background-color: #001;
text-decoration: none;
}
select {
background-color: #001;
color: #eef;
margin: 0 2px 0 2px;
font-family: "Lucida Sans Unicode", Verdana, Tahoma, Helvetica, sans-serif;
border: 1px solid #99f;
}
form {
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment