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

Skip to content
Snippets Groups Projects
Commit 48510c11 authored by z3d's avatar z3d
Browse files

Just when you thought it was safe. Light I2Ptunnels css jiggle..

parent 3035fcf0
No related branches found
No related tags found
No related merge requests found
...@@ -3,9 +3,9 @@ body { ...@@ -3,9 +3,9 @@ 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: #eef;
color: #000000; color: #001;
font-size: 9pt; font-size: 10pt;
/* 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
** box rendering. (and therefore one of mozilla's ** box rendering. (and therefore one of mozilla's
...@@ -21,26 +21,31 @@ div { ...@@ -21,26 +21,31 @@ div {
box-sizing: border-box; box-sizing: border-box;
} }
h4, label { label {
margin: 0px; margin: 0px;
padding: 6px 2px 2px 0px; padding: 8px 5px 2px 0px;
float: left; float: left;
width: 150px; width: 120px;
height: 28px; height: 28px;
font-weight: bold; font-weight: normal;
text-align: right; text-align: right;
font-size: 1.0em; font-size: 9pt;
font-style: italic;
-moz-box-sizing: border-box; -moz-box-sizing: border-box;
box-sizing: border-box; box-sizing: border-box;
/*
border: 1px solid #001;
*/
} }
h4 { h4 {
font-size: 14px; font-size: 13pt;
font-weight: bold !important;
color: #001; color: #001;
text-align: center; text-align: center;
width: 100%;
border: 1px solid #225; border: 1px solid #225;
margin: 5px 0 15px 0; margin: 5px 0 15px 0;
padding: 5px 10px;
background: #b4c8ff url(images/tabletitlelight.png) repeat-x; background: #b4c8ff url(images/tabletitlelight.png) repeat-x;
text-transform: uppercase; text-transform: uppercase;
text-shadow: 0px 0px 2px rgba(64, 64, 255, 0.9); text-shadow: 0px 0px 2px rgba(64, 64, 255, 0.9);
...@@ -129,19 +134,28 @@ hr { ...@@ -129,19 +134,28 @@ hr {
.freetext { .freetext {
width: 150px; width: 150px;
height: 22px; height: 24px;
border: 1px solid #003; border: 1px solid #eef;
padding: 2px; padding: 2px;
margin: 4px 0 2px 4px; margin: 4px 0 2px 4px;
font: bold 9pt "Lucida Console", "DejaVu Sans Mono", Courier, mono; font: 10pt "Lucida Console", "DejaVu Sans Mono", Courier, mono;
font-weight: bold;
background: #001;
color: #fff;
-moz-border-radius: 0 4px 4px 0;
-khtml-border-radius: 0 4px 4px 0;
border-radius: 0 4px 4px 0;
/*
-moz-box-shadow: inset 0px -1px 1px 0px #fff;
*/
} }
.control { .control {
margin: 6px 0 0 4px; margin: 10px 0 0 4px !important;
padding: 2px 0 2px 0; padding: 2px;
overflow: hidden; overflow: hidden;
height: 22px; height: 22px;
width: 60px; min-width: 60px;
font-weight: bold; font-weight: bold;
background-color: #bbbbff; background-color: #bbbbff;
color: black; color: black;
...@@ -204,9 +218,11 @@ hr { ...@@ -204,9 +218,11 @@ hr {
.text { .text {
height: 24px; height: 24px;
width: 150px; width: 150px;
padding: 6px 0 0 2px; padding: 8px 0 0 2px;
float: left; float: left;
margin: 0; margin: 0;
font-size: 9pt !important;
font-weight: bold;
} }
.accessKey { .accessKey {
...@@ -231,11 +247,12 @@ hr { ...@@ -231,11 +247,12 @@ hr {
} }
select { select {
background-color: #fff; background-color: #001;
color: #001; color: #eef;
margin: 6px 2px 0 2px; margin: 4px;
font-family: "Lucida Sans Unicode", Verdana, Tahoma, Helvetica, sans-serif; font-family: "Lucida Sans Unicode", Verdana, Tahoma, Helvetica, sans-serif;
font-weight: bold;
border: 1px solid #99f; border: 1px solid #99f;
padding: 2px; padding: 2px;
height: 22px; height: 26px;
} }
\ 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