forked from I2P_Developers/i2p.i2p
More theme spit 'n polish. Remove redundant themes from configui.jsp
This commit is contained in:
@@ -151,10 +151,12 @@ div.news {
|
||||
}
|
||||
|
||||
div.news li {
|
||||
text-align: left;
|
||||
list-style-type: square;
|
||||
margin: 2px 20px 0px 30px;
|
||||
padding: 10px 20px 1px 0px;
|
||||
text-align: justify;
|
||||
font-weight: bold;
|
||||
list-style-image: url(images/info_dark.png);
|
||||
margin: 0 10px 0 30px;
|
||||
padding: 5px;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
div.confignav {
|
||||
@@ -201,6 +203,7 @@ div.messages li {
|
||||
margin: 0 0 0 30px !important;
|
||||
padding: 5px;
|
||||
border: 0px !important;
|
||||
text-align: justify !important;
|
||||
}
|
||||
|
||||
table {
|
||||
@@ -382,6 +385,7 @@ button {
|
||||
font-weight: bold;
|
||||
margin: 2px 3px;
|
||||
text-align: center;
|
||||
min-width: 76px;
|
||||
}
|
||||
|
||||
button:hover{
|
||||
@@ -390,6 +394,11 @@ button:hover{
|
||||
color: #ff6600;
|
||||
}
|
||||
|
||||
button:active {
|
||||
border: 1px inset #f60;
|
||||
background-color: #f60;
|
||||
color: #fff;
|
||||
}
|
||||
.underline {
|
||||
border-bottom: 1px solid #eeeeff;
|
||||
padding: 5px 0px 5px 0px;
|
||||
@@ -440,8 +449,10 @@ input:hover {
|
||||
border: 1px solid #f60;
|
||||
}
|
||||
|
||||
input:btn {
|
||||
background-color: #f00 !important;
|
||||
input:active {
|
||||
background-color: #002;
|
||||
color: #fff;
|
||||
border: 1px solid #f60;
|
||||
}
|
||||
|
||||
select {
|
||||
|
||||
@@ -23,7 +23,7 @@ div {
|
||||
|
||||
h4, label {
|
||||
margin: 0;
|
||||
padding: 4px 2px 2px 0px;
|
||||
padding: 4px;
|
||||
float: left;
|
||||
width: 150px;
|
||||
/* height : 24px; */
|
||||
@@ -41,6 +41,7 @@ h4 {
|
||||
border: 1px solid #99f;
|
||||
margin: 5px 0 15px 0;
|
||||
background: url(images/tabletitledark.png);
|
||||
background-repeat: x;
|
||||
background-color: #002;
|
||||
text-transform: uppercase;
|
||||
text-shadow: 0px 0px 2px rgba(255, 255, 255, 0.9);
|
||||
@@ -162,12 +163,12 @@ hr {
|
||||
}
|
||||
|
||||
.control {
|
||||
margin: 0 0 0 4px;
|
||||
margin: 0 2px 0 2px;
|
||||
padding: 0 0 2px 0;
|
||||
overflow: hidden;
|
||||
height: 20px;
|
||||
width: 60px;
|
||||
font-weight: normal;
|
||||
min-width: 60px;
|
||||
font-weight: bold;
|
||||
background-color: #bbbbff;
|
||||
color: black;
|
||||
border: 1px outset #ddddc0;
|
||||
@@ -175,6 +176,8 @@ hr {
|
||||
white-space: nowrap;
|
||||
-moz-border-radius: 4px;
|
||||
margin-top: 8px;
|
||||
background: url(images/tabletitlelight.png);
|
||||
background-repeat: x;
|
||||
}
|
||||
|
||||
.control:link {
|
||||
@@ -185,6 +188,7 @@ hr {
|
||||
border: 1px solid #eeeeff;
|
||||
background-color: #003;
|
||||
color: #ff6600;
|
||||
background: none;
|
||||
}
|
||||
|
||||
.control:active {
|
||||
@@ -254,7 +258,7 @@ hr {
|
||||
|
||||
.header {
|
||||
-moz-border-radius: 4px 4px 4px 4px;
|
||||
border: 1px solid #ff0000;
|
||||
border: 0;
|
||||
}
|
||||
|
||||
a:link{
|
||||
|
||||
BIN
installer/resources/themes/console/dark/images/help_dark.png
Normal file
BIN
installer/resources/themes/console/dark/images/help_dark.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 825 B |
BIN
installer/resources/themes/console/dark/images/info_dark.png
Normal file
BIN
installer/resources/themes/console/dark/images/info_dark.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 804 B |
Binary file not shown.
|
After Width: | Height: | Size: 227 B |
Reference in New Issue
Block a user