fix missing classic icons from imagegen css/index, removed classic reference ie-compatability from css.jsi

This commit is contained in:
hankhill19580
2020-08-24 17:15:40 +00:00
parent 21efdb9bd0
commit 14518dc396
3 changed files with 7 additions and 9 deletions

View File

@ -5,7 +5,7 @@
<head> <head>
<title>I2P Imagegen</title> <title>I2P Imagegen</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link rel="icon" href="/themes/console/classic/images/favicon.ico"> <link rel="icon" href="/themes/console/light/images/favicon.ico">
<link rel="stylesheet" href="/themes/imagegen/imagegen.css" type="text/css"> <link rel="stylesheet" href="/themes/imagegen/imagegen.css" type="text/css">
</head> </head>
<body> <body>

View File

@ -77,4 +77,4 @@
<link href="<%=theThemePath%>mobile.css?<%=net.i2p.CoreVersion.VERSION%>" rel="stylesheet" type="text/css"> <link href="<%=theThemePath%>mobile.css?<%=net.i2p.CoreVersion.VERSION%>" rel="stylesheet" type="text/css">
<% <%
} }
%><!--[if IE]><link href="/themes/console/classic/ieshim.css?<%=net.i2p.CoreVersion.VERSION%>" rel="stylesheet" type="text/css" /><![endif]--> %>

View File

@ -2,8 +2,6 @@
/* Author: dr|z3d */ /* Author: dr|z3d */
body { body {
background: #eef url(/themes/console/classic/images/bg0.png);
background: linear-gradient(to bottom, rgba(255,255,255,0.4), rgba(255,255,255,0.2)), url(/themes/console/classic/images/bg0.png);
background-size: 100% 100%, 120px 120px; background-size: 100% 100%, 120px 120px;
font: 10pt/130% "Droid Sans", "Noto Sans", Ubuntu, "Bitstream Vera Sans", "DejaVu Sans", "Segoe UI", Verdana, "Lucida Grande", Helvetica, sans-serif; font: 10pt/130% "Droid Sans", "Noto Sans", Ubuntu, "Bitstream Vera Sans", "DejaVu Sans", "Segoe UI", Verdana, "Lucida Grande", Helvetica, sans-serif;
margin: 18px 20px 10px; margin: 18px 20px 10px;
@ -68,7 +66,7 @@ a:active {
} }
.reference { .reference {
background: url(/themes/console/classic/images/newtab.png) top 2px right no-repeat; background: url(/themes/console/light/images/newtab.png) top 2px right no-repeat;
background-size: 12px 10px; background-size: 12px 10px;
padding-right: 14px; padding-right: 14px;
} }
@ -239,8 +237,8 @@ select {
vertical-align: middle; vertical-align: middle;
-moz-appearance: none; -moz-appearance: none;
-webit-appearance: none; -webit-appearance: none;
background: url(/themes/console/classic/images/dropdown.png) right center no-repeat #fff; background: url(/themes/console/light/images/dropdown.png) right center no-repeat #fff;
background: url(/themes/console/classic/images/dropdown.png) right center no-repeat, linear-gradient(to bottom, #fff 0%, #ddd 100%); background: url(/themes/console/light/images/dropdown.png) right center no-repeat, linear-gradient(to bottom, #fff 0%, #ddd 100%);
border-radius: 2px; border-radius: 2px;
border: 1px solid #bbb; border: 1px solid #bbb;
box-shadow: inset 0 0 0 1px #fff; box-shadow: inset 0 0 0 1px #fff;
@ -260,11 +258,11 @@ select:focus, select:active {
} }
select:hover, select:active { select:hover, select:active {
background: url(/themes/console/classic/images/dropdown_hover.png) right center no-repeat, linear-gradient(to bottom, #ddd 0%, #fff 100%) !important; background: url(/themes/console/light/images/dropdown_hover.png) right center no-repeat, linear-gradient(to bottom, #ddd 0%, #fff 100%) !important;
} }
select:focus { select:focus {
background: url(/themes/console/classic/images/dropdown_hover.png) right center no-repeat, linear-gradient(to bottom, #ddd 0%, #fff 100%) !important; background: url(/themes/console/light/images/dropdown_hover.png) right center no-repeat, linear-gradient(to bottom, #ddd 0%, #fff 100%) !important;
box-shadow: 0 0 0 1px #89f; box-shadow: 0 0 0 1px #89f;
} }