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

View File

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

View File

@@ -42,11 +42,11 @@
<ol class="inline stats"> <ol class="inline stats">
<li><abbr title="Weazel News" class="group group--9">WZN</abbr>: <span id="9">0</span></li> <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> </ol>
</div> </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> <script src="package://assets/js/onlinelist/script.js"></script>
</body> </body>
</html> </html>