forked from I2P_Developers/i2p.i2p
Update to dark susidns theme from dr|z3d
This commit is contained in:
@@ -17,6 +17,11 @@ body.iframed {
|
||||
|
||||
#navi p {
|
||||
text-align: center;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
#navi a:link {
|
||||
text-transform: capitalize;
|
||||
}
|
||||
|
||||
hr {
|
||||
@@ -31,9 +36,8 @@ hr {
|
||||
|
||||
p {
|
||||
color:#ee9;
|
||||
line-height:12pt;
|
||||
margin: 0 5px;
|
||||
font-size:8pt;
|
||||
margin: 0;
|
||||
font-size: 8pt;
|
||||
text-align: justify;
|
||||
}
|
||||
|
||||
@@ -106,14 +110,14 @@ tr.list0 {
|
||||
}
|
||||
|
||||
p.messages {
|
||||
background-color:#92CAFF;
|
||||
color:#327BBF;
|
||||
color:black;
|
||||
border-style:dotted;
|
||||
padding-top: 5mm;
|
||||
padding-right: 5mm;
|
||||
padding-bottom: 5mm;
|
||||
padding-left: 5mm;
|
||||
background-color:#000;
|
||||
color:#ee9;
|
||||
border: 1px solid #494;
|
||||
padding: 5px;
|
||||
margin: 5px 0 10px;
|
||||
border-radius: 4px;
|
||||
-moz-border-radius: 4px;
|
||||
-khtml-border-radius: 4px;
|
||||
}
|
||||
|
||||
#help {
|
||||
@@ -134,6 +138,7 @@ p.footer {
|
||||
|
||||
p.buttons, #buttons {
|
||||
text-align: right;
|
||||
margin: 5px 0 -5px;
|
||||
}
|
||||
|
||||
.illustrate {
|
||||
@@ -169,7 +174,7 @@ p.buttons, #buttons {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
input[type=submit] {
|
||||
input[type=submit], input[type=reset] {
|
||||
border: 1px outset #999;
|
||||
background: #ddf;
|
||||
color: #001;
|
||||
@@ -183,17 +188,17 @@ input[type=submit] {
|
||||
-khtml-border-radius: 4px;
|
||||
-moz-box-shadow: inset 0px 2px 8px 0px #fff;
|
||||
color: #006;
|
||||
opacity: 0.9;
|
||||
}
|
||||
|
||||
input[type=submit]:hover {
|
||||
background: #22a;
|
||||
color: #fff;
|
||||
input[type=submit]:hover, input[type=reset]:hover {
|
||||
background: #000;
|
||||
color: #f60;
|
||||
border: 1px solid #f60;
|
||||
opacity: 1.0;
|
||||
-moz-box-shadow: inset 0px 0px 0px 1px #fff;
|
||||
-moz-box-shadow: inset 0 1px 1px 0 #ee9;
|
||||
box-shadow: inset 0 1px 1px 0 #ee9;
|
||||
}
|
||||
|
||||
/*
|
||||
input[type=reset] {
|
||||
border: 1px outset #999;
|
||||
background: #ddf;
|
||||
@@ -218,6 +223,7 @@ input[type=reset]:hover {
|
||||
opacity: 1.0;
|
||||
-moz-box-shadow: inset 0px 0px 0px 1px #fff;
|
||||
}
|
||||
*/
|
||||
|
||||
input.accept {
|
||||
background: #ddf url('/themes/console/images/accept.png') no-repeat 2px center;
|
||||
@@ -276,7 +282,6 @@ input {
|
||||
}
|
||||
|
||||
input[type=submit], input[type=reset] {
|
||||
text-shadow: 0px 0px #410;
|
||||
color: #494;
|
||||
background: #000;
|
||||
border: 1px outset #191;
|
||||
@@ -287,8 +292,13 @@ input[type=submit], input[type=reset] {
|
||||
min-height: 22px !important;
|
||||
}
|
||||
|
||||
input[type=submit]:active, input[type=reset]:active {
|
||||
background: #f60 !important;
|
||||
color: #ee9 !important;
|
||||
border: 1px solid #f60;
|
||||
}
|
||||
|
||||
textarea {
|
||||
text-shadow: 0px 0px #410;
|
||||
color: #494;
|
||||
background: #000;
|
||||
border: 1px solid #494;
|
||||
@@ -301,3 +311,7 @@ textarea {
|
||||
height: 100px;
|
||||
spell-check: false;
|
||||
}
|
||||
|
||||
input:focus, textarea:focus {
|
||||
color: #ee9;
|
||||
}
|
Reference in New Issue
Block a user