Update to dark theme from dr|z3d

This commit is contained in:
str4d
2012-06-24 01:15:06 +00:00
parent 7976ba1dff
commit 588799a2ff
3 changed files with 75 additions and 45 deletions

View File

@@ -1,6 +1,6 @@
/* I2P Theme: Camo aka Dark */
/* Description: Military Grade. */
/* Comment: Thanks to Florian Kuhlmann for the hatface images. [ http://www.flickr.com/photos/floriankuhlmann/]
/* Comment: Thanks to Florian Kuhlmann for the hatface images. [http://www.flickr.com/photos/floriankuhlmann/] */
/* Author: dr|z3d */
body {
@@ -10,7 +10,6 @@ body {
background: #010 url('images/camotile.png') center bottom;
color: #EE9;
font: 8.5pt/130% "Lucida Sans Unicode", "Bitstream Vera Sans", Verdana, Tahoma, Helvetica, sans-serif;
}
.hide {
@@ -84,13 +83,13 @@ div.toolbar a:visited {
background: #ddf;
}
div.toolbar a:hover, button:hover{
div.toolbar a:hover, button:hover {
border: 1px solid #f60;
background: #030;
color: #f60;
}
a:active{
a:active {
color: #900;
}
@@ -108,7 +107,7 @@ div.routersummaryouter {
div.routersummary {
width: 173px;
padding: 10px;
padding: 10px 10px 8px;
text-align: center;
border: 1px solid #494;
background: #000 url(images/camotile2.png);
@@ -122,6 +121,7 @@ div.routersummary {
-moz-box-shadow: 0 1px 5px #000;
-khtml-box-shadow: 0 1px 5px #000;
box-shadow: 0 1px 5px #000;
margin-bottom: 7px !important;
}
div.routersummary input[type=text] {
@@ -233,13 +233,24 @@ div routersummary hr:last-child {
}
div.newsheadings {
text-align: right;
margin: 0 0 0 10px;
text-align: center;
margin: -3px 0 -5px 10px;
}
div.newsheadings li {
list-style: none outside url('images/newsbullet_mini.png');
margin-left: 6px;
margin: 0 -4px 2px 8px;
line-height: 110%;
text-transform: capitalize;
}
div.newsheadings li b {
font-weight: normal !important;
}
div.newsheadings button {
margin: 4px 0 2px;
}
div.tunnels {
@@ -380,6 +391,7 @@ div.news li {
div.news h3 {
text-align: left !important;
font-size: 9.5pt;
letter-spacing: 0.03em;
}
div.news h4 {
@@ -417,7 +429,7 @@ div.news hr {
div.confignav {
background: url('images/header.png') repeat-x scroll center center #000;
padding:5px 5px 6px !important;
margin: -1px 0 0;
margin: -1px 0 15px;
-moz-border-radius: 0 0 4px 4px;
-khtml-border-radius: 0 0 4px 4px;
border-radius: 0 0 4px 4px;
@@ -498,7 +510,6 @@ div.graphspanel img {
margin: 5px;
text-align: center !important;
background: #000;
opacity: 0.8;
}
@@ -642,21 +653,21 @@ code {
padding: 1px 2px;
}
a:link, h2 a:link{
a:link, h2 a:link {
color: #494;
text-decoration: none;
font-weight: bold;
word-wrap: break-word;
}
a:visited{
a:visited {
color: #7b7;
text-decoration: none;
font-weight: bold;
word-wrap: break-word;
}
a:hover{
a:hover {
color: #f60;
text-decoration: underline;
font-weight: bold;
@@ -687,7 +698,7 @@ p {
line-height: 160%;
}
p img:first-child{
p img:first-child {
display: none !important;
}
@@ -750,7 +761,7 @@ h2 a:hover {
h3 {
border: 1px solid #494;
border-left: 5px solid #494;
padding: 5px 6px 7px;
padding: 6px;
margin: 12px 0 10px 0;
border-radius: 0 4px 4px 0;
-moz-border-radius: 0 4px 4px 0;
@@ -759,6 +770,7 @@ h3 {
background: #000 url('images/header.png') center center ;
text-transform: uppercase;
text-shadow: 0px 0px 2px #010;
letter-spacing: 0.08em;
}
h4 {
@@ -891,7 +903,7 @@ input:active {
color: #EE9;
}
input[type=text] {
input[type=text], input[type=password] {
background: #000;
color: #EE9;
margin: 5px 10px;

View File

@@ -175,7 +175,7 @@ hr {
}
.control:link {
color: #9f9;
color: #494 !important;
text-decoration: none;
}
@@ -192,12 +192,12 @@ hr {
.control:active {
border: 1px inset;
background-color: #f60;
color: #fff !important;
color: #EE9 !important;
text-decoration: none;
}
.control:visited {
color: #010;
color: #494 !important;
text-decoration: none;
}
@@ -264,6 +264,15 @@ hr {
#globalOperationsPanel .control {
width: 120px;
color: #494 !important;
}
#globalOperationsPanel .control:hover {
color: #F60 !important;
}
#globalOperationsPanel .control:active {
color: #EE9 !important;
}
.header {

View File

@@ -92,6 +92,15 @@
#tunnelListPage .footer .control {
margin-left: 2px;
color: #494 !important;
}
#tunnelListPage .footer .control:hover {
color: #F60 !important;
}
#tunnelListPage .footer .control:active {
color: #EE9 !important;
}
#tunnelListPage .footer label {