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

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

Light blue adjustment.

parent 5a0fcc77
No related branches found
No related tags found
No related merge requests found
...@@ -133,7 +133,7 @@ div.routersummary h3 { ...@@ -133,7 +133,7 @@ div.routersummary h3 {
padding: 2px 0; padding: 2px 0;
background: #ffe; background: #ffe;
text-transform: uppercase; text-transform: uppercase;
background: #ffe url('images/header_on.png') center center repeat-x; background: #ffe url('images/header.png') center center repeat-x;
border: 1px solid #99f !important; border: 1px solid #99f !important;
-moz-border-radius: 3px; -moz-border-radius: 3px;
-khtml-border-radius: 3px; -khtml-border-radius: 3px;
...@@ -146,7 +146,7 @@ div.routersummary h3 a { ...@@ -146,7 +146,7 @@ div.routersummary h3 a {
} }
div.routersummary h3:hover { div.routersummary h3:hover {
background: #ffe url('images/header.png') center center repeat-x; background: #ffa url('images/header.png') center center repeat-x !important;
text-shadow: 0 0 0; text-shadow: 0 0 0;
} }
...@@ -668,7 +668,7 @@ code { ...@@ -668,7 +668,7 @@ code {
} }
a:link{ a:link{
color: #503; color: #359;
text-decoration: none; text-decoration: none;
font-weight: bold; font-weight: bold;
word-wrap: break-word; word-wrap: break-word;
...@@ -848,7 +848,7 @@ button:active{ ...@@ -848,7 +848,7 @@ button:active{
} }
.langbox img { .langbox img {
opacity: 0.9 !important; opacity: 0.5 !important;
-moz-box-shadow: 0 0 1px #447; -moz-box-shadow: 0 0 1px #447;
} }
......
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