ol angepasst

This commit is contained in:
Luke
2021-04-20 14:12:44 +00:00
parent c282190f35
commit 2fc5f1d9ef
3 changed files with 9 additions and 9 deletions

View File

@@ -19,7 +19,7 @@ html, body {
}
body {
margin: 10vh auto 0;
margin: 15vh auto 0;
width: 32vw;
color: white;
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
@@ -54,8 +54,8 @@ h2 {
}
.wrapper {
min-height: 60vh;
max-height: 80vh;
min-height: 50vh;
max-height: 70vh;
overflow-y: scroll;
border-radius: .25em;
background-color: rgba(0, 0, 0, 0.75);

View File

@@ -9,7 +9,7 @@ html, body { margin: unset; }
*, *:before, *:after { box-sizing: inherit; }
body {
margin: 10vh auto 0;
margin: 15vh auto 0;
width: 32vw;
color: white;
@@ -35,8 +35,8 @@ h2 { font-size: 1.125em; }
}
.wrapper {
min-height: 60vh;
max-height: 80vh;
min-height: 50vh;
max-height: 70vh;
overflow-y: scroll;
border-radius: .25em;
@@ -135,4 +135,4 @@ ol.inline.stats {
&:not(:last-of-type) { margin-bottom: .125em; }
abbr { text-decoration: none; }
}
}

View File

@@ -42,11 +42,11 @@
<ol class="inline stats">
<li><abbr title="Weazel News" class="group group--9">WZN</abbr>: <span id="9">0</span></li>
<li><abbr title="Zivilisten" class="group group--0">Z</abbr>: <span id="0">0</span></li>
<li><abbr title="Zivilisten" class="group group--0">Zivilisten</abbr>: <span id="0">0</span></li>
</ol>
</div>
<script src="../../js/jquery-3.3.1.min.js"></script>
<script src="package://assets/js/jquery-3.3.1.min.js"></script>
<script src="package://assets/js/onlinelist/script.js"></script>
</body>
</html>