schöner jetzt

This commit is contained in:
Luke
2020-08-07 13:59:20 +02:00
parent 31f34b7e7e
commit 158e26bc92
2 changed files with 51 additions and 51 deletions

Binary file not shown.

View File

@@ -1,48 +1,48 @@
<!DOCTYPE html> <!DOCTYPE html>
<html lang="en">
<html lang="en" xmlns="http://www.w3.org/1999/xhtml">
<head> <head>
<meta charset="utf-8" /> <meta charset="UTF-8">
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<title>Wanteds</title> <title>Wanteds</title>
<style> <style>
html, body { @font-face { font-family: 'Pricedown'; src: url('package://assets/font/Pricedown.ttf'); }
margin: 0; html, body { margin: 0; padding: 0; }
padding: 0;
}
#wanteds { #wanteds {
position: absolute; position: absolute;
display: flex; display: flex;
justify-content: center; justify-content: flex-end;
align-items: center; align-items: center;
top: 40px; top: 65px;
right: 20px; right: 22px;
height: 50px;
padding-top: 10px;
line-height: 50px;
user-select: none; user-select: none;
} }
#wanteds img { #wanteds img {
width: 35px; width: 25px;
height: 35px; height: 25px;
margin-right: 5px;
filter: drop-shadow(0px 0px 1px #000000);
-webkit-filter: drop-shadow(0px 0px 1px #000000);
-moz-filter: drop-shadow(0px 0px 1px #000000);
} }
#wanteds span { #wanteds span {
margin-top: 10px;
margin-left: 5px;
margin-right: 15px;
font-size: 30px;
color: white; color: white;
font-family: Arial, Helvetica, sans-serif; font-family: "Pricedown", sans-serif;
font-weight: bolder; font-size: 2.5em;
line-height: 1;
-webkit-text-stroke: 1px black;
margin-top: -5px;
} }
</style> </style>
</head> </head>
<body> <body>
<div id="wanteds" style="display: none;"> <div id="wanteds" style="display: none;">
<img src="package://assets/img/wanteds/star.svg" /> <img src="package://assets/img/wanteds/star.svg"> <span id="wanted-count">10</span>
<span id="wanted-count">10</span>
</div> </div>
<script src="package://assets/js/jquery-3.3.1.min.js"></script> <script src="package://assets/js/jquery-3.3.1.min.js"></script>