Console: tunnelmanager a:link color consistency fix.
This commit is contained in:
@ -1,3 +1,7 @@
|
|||||||
|
/* I2P Tunnel Manager Theme: Light */
|
||||||
|
/* Description: Light blue highlights. */
|
||||||
|
/* Author: dr|z3d */
|
||||||
|
|
||||||
body {
|
body {
|
||||||
margin: 0px;
|
margin: 0px;
|
||||||
padding: 0px;
|
padding: 0px;
|
||||||
@ -47,6 +51,7 @@ h4 {
|
|||||||
margin: 5px 0 15px 0;
|
margin: 5px 0 15px 0;
|
||||||
padding: 5px 10px;
|
padding: 5px 10px;
|
||||||
background: #eef url(images/header.png) repeat-x center center;
|
background: #eef url(images/header.png) repeat-x center center;
|
||||||
|
text-transform: uppercase;
|
||||||
letter-spacing: 0.08em;
|
letter-spacing: 0.08em;
|
||||||
-moz-box-shadow: inset 0px 0px 4px 0px #bbf;
|
-moz-box-shadow: inset 0px 0px 4px 0px #bbf;
|
||||||
-moz-border-radius: 4px;
|
-moz-border-radius: 4px;
|
||||||
@ -359,14 +364,14 @@ select {
|
|||||||
}
|
}
|
||||||
|
|
||||||
a:link{
|
a:link{
|
||||||
color: #613;
|
color: #359;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
word-wrap: break-word;
|
word-wrap: break-word;
|
||||||
}
|
}
|
||||||
|
|
||||||
a:visited{
|
a:visited{
|
||||||
color: #606;
|
color: #218;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user