merge of '554c9e737b3a7b6585cc36c8e22de6012ca57754'

and 'cd8c225752a1e1e5be98c13e7e7f5fdb2b160642'
This commit is contained in:
zzz
2020-08-25 19:50:03 +00:00
4 changed files with 9 additions and 11 deletions

View File

@@ -5,7 +5,7 @@
<head>
<title>I2P Imagegen</title>
<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">
</head>
<body>

View File

@@ -77,4 +77,4 @@
<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

@@ -1568,7 +1568,7 @@ hr + #newsStatus, hr + #newsStatus + #newsDisplay {
div.news h3, #news h3 {
background: #f6f6fa !important;
text-align: left;
padding: 6px 10px 5px 30px;
padding: 6px 10px 5px 15px;
border: 1px solid #dee2e6;
border-radius: 2px 2px 0 0;
font-size: 10pt !important;
@@ -1581,7 +1581,7 @@ div.news h3, #news h3 {
@media screen and (-webkit-min-device-pixel-ratio: 0) {
div.news h3, #news h3 {
padding: 7px 10px 5px 30px;
padding: 7px 10px 5px 15px;
}
}

View File

@@ -2,8 +2,6 @@
/* Author: dr|z3d */
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;
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;
@@ -68,7 +66,7 @@ a:active {
}
.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;
padding-right: 14px;
}
@@ -239,8 +237,8 @@ select {
vertical-align: middle;
-moz-appearance: none;
-webit-appearance: none;
background: url(/themes/console/classic/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 #fff;
background: url(/themes/console/light/images/dropdown.png) right center no-repeat, linear-gradient(to bottom, #fff 0%, #ddd 100%);
border-radius: 2px;
border: 1px solid #bbb;
box-shadow: inset 0 0 0 1px #fff;
@@ -260,11 +258,11 @@ select:focus, 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 {
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;
}