ol angepasst
This commit is contained in:
@@ -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);
|
||||
|
||||
@@ -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; }
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user