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{
color: #99f;
text-decoration: none;
}
a:visited{
color: #7bb;
text-decoration: none;
}
a:hover{
color: #ff6600;
text-decoration: underline;
}
a:active{
color: #900;
text-decoration: underline;
}
input {

View File

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