I2PTunnels CSS tweaks.
This commit is contained in:
@ -158,26 +158,31 @@ hr {
|
|||||||
margin-top: 8px;
|
margin-top: 8px;
|
||||||
background: url(images/tabletitlelight.png) repeat: x;
|
background: url(images/tabletitlelight.png) repeat: x;
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.control:link {
|
.control:link {
|
||||||
color: #001;
|
color: #001;
|
||||||
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.control:hover {
|
.control:hover {
|
||||||
border: 1px solid #eeeeff;
|
border: 1px solid #eeeeff;
|
||||||
background-color: #003;
|
background-color: #003;
|
||||||
color: #ff6600 !important;
|
color: #ff6600 !important;
|
||||||
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.control:active {
|
.control:active {
|
||||||
border: 2px inset;
|
border: 1px inset;
|
||||||
background-color: #f60;
|
background-color: #f60;
|
||||||
color: #fff !important;
|
color: #fff !important;
|
||||||
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.control:visited {
|
.control:visited {
|
||||||
color: #001;
|
color: #001;
|
||||||
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.panel {
|
.panel {
|
||||||
|
@ -80,8 +80,8 @@
|
|||||||
#tunnelListPage textarea {
|
#tunnelListPage textarea {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100px;
|
height: 100px;
|
||||||
padding: 0 0 0 4px;
|
padding: 4px;
|
||||||
margin: 1px 0 4px 0;
|
margin: 0 0 3px 0;
|
||||||
background-color: #000088;
|
background-color: #000088;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
font-family: "Lucida Console", "Andale Mono", "Courier New", Courier, mono;
|
font-family: "Lucida Console", "Andale Mono", "Courier New", Courier, mono;
|
||||||
|
@ -335,12 +335,12 @@ globalOperationsPanel .control:hover {
|
|||||||
}
|
}
|
||||||
|
|
||||||
select {
|
select {
|
||||||
background-color: #001;
|
background-color: #eef;
|
||||||
color: #eef;
|
color: #001;
|
||||||
margin: 4px;
|
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;
|
font-weight: bold;
|
||||||
border: 1px solid #99f;
|
border: 1px solid #001;
|
||||||
padding: 2px;
|
padding: 2px;
|
||||||
min-width: 270px;
|
min-width: 270px;
|
||||||
font-size: 8pt;
|
font-size: 8pt;
|
||||||
|
@ -81,16 +81,16 @@
|
|||||||
#tunnelListPage textarea {
|
#tunnelListPage textarea {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100px;
|
height: 100px;
|
||||||
padding: 0 0 0 4px;
|
padding: 4px;
|
||||||
margin: 1px 0 4px 0;
|
margin: 2px 0 3px 0;
|
||||||
background-color: #005;
|
background-color: #005;
|
||||||
color: #fff;
|
color: #030;
|
||||||
font-family: "Lucida Console", "DejaVu Sans Mono", "Andale Mono", "Courier New", Courier, mono;
|
font-family: "Lucida Console", "DejaVu Sans Mono", "Andale Mono", "Courier New", Courier, mono;
|
||||||
border: 2px inset #002;
|
border: 1px inset #002;
|
||||||
font-size: 10pt !important;
|
font-size: 9pt !important;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
text-align: justify !important;
|
text-align: justify !important;
|
||||||
background: url(images/darkbluetile.png);
|
background: #ddf url(images/tabletile.png);
|
||||||
}
|
}
|
||||||
|
|
||||||
#tunnelListPage .footer .control {
|
#tunnelListPage .footer .control {
|
||||||
|
@ -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 = 32;
|
public final static long BUILD = 33;
|
||||||
/** 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;
|
||||||
|
Reference in New Issue
Block a user