forked from I2P_Developers/i2p.i2p
merge of '1e79fc27bda464359d20795eaa33ed2ad61c9741'
and '7c6c62e901e75230e3a39e578f8fcbcf4cd2dd00'
This commit is contained in:
BIN
installer/resources/themes/console/images/graytile.png
Normal file
BIN
installer/resources/themes/console/images/graytile.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 213 B |
Binary file not shown.
Before Width: | Height: | Size: 1.6 KiB After Width: | Height: | Size: 4.0 KiB |
Binary file not shown.
Before Width: | Height: | Size: 1.6 KiB After Width: | Height: | Size: 1.4 KiB |
@@ -1,7 +1,7 @@
|
|||||||
/* Not yet complete. Subject to flux and change. dr|z3d - 07.25.09 */
|
/* Not yet complete. Subject to flux and change. dr|z3d - 07.25.09 */
|
||||||
|
|
||||||
body {
|
body {
|
||||||
background: #333;
|
background: #333 url('../console/images/graytile.png');
|
||||||
color: #001;
|
color: #001;
|
||||||
font: 8pt "Lucida Sans Unicode","Bitstream Vera Sans",Verdana,Tahoma,Helvetica,sans-serif;
|
font: 8pt "Lucida Sans Unicode","Bitstream Vera Sans",Verdana,Tahoma,Helvetica,sans-serif;
|
||||||
}
|
}
|
||||||
@@ -208,22 +208,12 @@ p {
|
|||||||
line-height: 150%;
|
line-height: 150%;
|
||||||
}
|
}
|
||||||
|
|
||||||
hr {
|
|
||||||
color: #003;
|
|
||||||
background: #003;
|
|
||||||
height: 1px;
|
|
||||||
border: 0px solid #003;
|
|
||||||
width: 100%;
|
|
||||||
margin: 10px 0 7px 0;
|
|
||||||
text-align: center;
|
|
||||||
}
|
|
||||||
|
|
||||||
hr {
|
hr {
|
||||||
color: #444;
|
color: #444;
|
||||||
background: #444;
|
background: #444;
|
||||||
height: 1px;
|
height: 1px;
|
||||||
border: 0px solid #444;
|
border: 0px solid #444;
|
||||||
width: 100%;
|
width: 0%;
|
||||||
margin: 5px 0 7px 0;
|
margin: 5px 0 7px 0;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
@@ -277,7 +267,8 @@ input[type=submit]:hover {
|
|||||||
|
|
||||||
input[type=submit]:active {
|
input[type=submit]:active {
|
||||||
background: #000 !important;
|
background: #000 !important;
|
||||||
color: #777;
|
color: #f60 !important;
|
||||||
|
text-shadow: 0 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
input[type=text]:active, input[type=text]:hover, input.r:hover {
|
input[type=text]:active, input[type=text]:hover, input.r:hover {
|
||||||
|
Reference in New Issue
Block a user