I2PTunnels theme css tweaks.

This commit is contained in:
z3d
2009-07-29 09:07:00 +00:00
parent fb1a6534dc
commit f1103bec7b
3 changed files with 9 additions and 5 deletions

View File

@ -250,18 +250,22 @@ hr {
a:link{ a:link{
color: #99f; color: #99f;
text-decoration: none;
} }
a:visited{ a:visited{
color: #7bb; color: #7bb;
text-decoration: none;
} }
a:hover{ a:hover{
color: #ff6600; color: #ff6600;
text-decoration: underline;
} }
a:active{ a:active{
color: #900; color: #900;
text-decoration: underline;
} }
input { input {

View File

@ -38,7 +38,7 @@ label {
} }
h4 { h4 {
font-size: 11pt; font-size: 14px;
font-weight: bold !important; font-weight: bold !important;
color: #001; color: #001;
text-align: center; text-align: center;
@ -139,13 +139,13 @@ hr {
.freetext { .freetext {
width: 150px; width: 150px;
height: 24px; height: 24px;
border: 1px solid #eef; border: 1px solid #44d;
padding: 2px; padding: 2px;
margin: 4px 0 2px 0px; margin: 4px 0 2px 0px;
font: 10pt "Lucida Console", "DejaVu Sans Mono", Courier, mono; font: 10pt "Lucida Console", "DejaVu Sans Mono", Courier, mono;
font-weight: bold; font-weight: bold;
background: #001; background: #ddf;
color: #fff; color: #001;
-moz-border-radius: 0 4px 4px 0; -moz-border-radius: 0 4px 4px 0;
-khtml-border-radius: 0 4px 4px 0; -khtml-border-radius: 0 4px 4px 0;
border-radius: 0 4px 4px 0; border-radius: 0 4px 4px 0;

View File

@ -18,7 +18,7 @@ public class RouterVersion {
/** deprecated */ /** deprecated */
public final static String ID = "Monotone"; public final static String ID = "Monotone";
public final static String VERSION = CoreVersion.VERSION; public final static String VERSION = CoreVersion.VERSION;
public final static long BUILD = 31; public final static long BUILD = 32;
/** for example "-test" */ /** for example "-test" */
public final static String EXTRA = "-rc"; public final static String EXTRA = "-rc";
public final static String FULL_VERSION = VERSION + "-" + BUILD + EXTRA; public final static String FULL_VERSION = VERSION + "-" + BUILD + EXTRA;