forked from I2P_Developers/i2p.i2p
Dark&Vanilla tweaks.
This commit is contained in:
@@ -91,11 +91,10 @@ div.routersummaryouter {
|
||||
}
|
||||
|
||||
div.routersummary {
|
||||
width: 175px;
|
||||
width: 173px;
|
||||
padding: 10px;
|
||||
text-align: center;
|
||||
border: 1px solid #494;
|
||||
background: #000;
|
||||
background: #000 url(images/camotile2.png);
|
||||
color: #EE9;
|
||||
font-size: 8pt;
|
||||
@@ -104,10 +103,9 @@ div.routersummary {
|
||||
-khtml-border-radius: 4px;
|
||||
border-radius: 4px;
|
||||
float: left;
|
||||
/* -moz-box-shadow: inset 0px 0px 0px 0px #EE9;
|
||||
-khtml-box-shadow: inset 0px 0px 1px 0px #EE9;
|
||||
box-shadow: inset 0px 0px 1px 0px #EE9;*/
|
||||
-moz-box-shadow: 0 1px 5px #000;
|
||||
-khtml-box-shadow: 0 1px 5px #000;
|
||||
box-shadow: 0 1px 5px #000;
|
||||
}
|
||||
|
||||
div.routersummary input[type=text] {
|
||||
@@ -158,7 +156,7 @@ div.routersummary h4 {
|
||||
div.routersummary table {
|
||||
border: 0;
|
||||
text-align: center !important;
|
||||
margin: -5px -7px -5px -7px !important;
|
||||
margin: -5px -7px -5px -8px !important;
|
||||
width: 188px !important;
|
||||
overflow: hidden;
|
||||
font-size: 8pt;
|
||||
@@ -219,7 +217,7 @@ div.tunnels {
|
||||
}
|
||||
|
||||
div.tunnels table {
|
||||
margin: -5px 0 -5px -2px !important;
|
||||
margin: -5px 0 -5px -3px !important;
|
||||
}
|
||||
|
||||
div.tunnels td {
|
||||
@@ -234,6 +232,7 @@ div.tunnels td:first-child {
|
||||
|
||||
div.tunnels td:last-child {
|
||||
text-align: right;
|
||||
padding-right: 1px;
|
||||
}
|
||||
|
||||
div.tunnels tr {
|
||||
@@ -315,7 +314,6 @@ div.news {
|
||||
padding: 5px 30px 10px 30px;
|
||||
border: 1px solid #494;
|
||||
background: #000;
|
||||
/* background-image: -moz-linear-gradient(top, bottom, from(#030), to(#050), color-stop(30%, #030), color-stop(100%, #000));///*/
|
||||
background: #000 url("images/bg2.png")no-repeat scroll bottom right;
|
||||
color: #7b7;
|
||||
border-radius: 4px;
|
||||
@@ -402,11 +400,11 @@ div.messages {
|
||||
background: #000 /*url('images/infotile.png') center left no-repeat;*/
|
||||
font-weight: bold;
|
||||
font-size: 9pt;
|
||||
color: #ddf;
|
||||
color: #4f4;
|
||||
}
|
||||
|
||||
div.messages span.error {
|
||||
color: #dd0;
|
||||
color: #d90;
|
||||
}
|
||||
|
||||
div.messages span.notice {
|
||||
|
||||
Reference in New Issue
Block a user