main
Razmig Sarkissian 2 years ago
parent e2cfbff3bd
commit 0e5f68c550
  1. 27
      scores/static/scores/style.css
  2. 4
      scores/templates/scores/brackets.html
  3. 4
      scores/templates/scores/index.html
  4. 2
      scores/templates/scores/ranks.html
  5. 4
      scores/templates/scores/teams.html
  6. 4
      scores/templates/scores/tournament.html

@ -1,18 +1,19 @@
html, body {
/* font-size: 30px; /* px signifie 'pixels': la taille de base pour la police est désormais 10 pixels de haut */
/* font-family: 'Open Sans', sans-serif; /* cela devrait être le reste du résultat obtenu à partir de Google fonts */
font-family: -apple-system, BlinkMacSystemFont, monospace;
/*font-family: 'SF Mono', SFMono-Regular, ui-monospace, 'DejaVu Sans Mono', Menlo, Consolas, monospace;*/
/*font-family: Helvetica, sans-serif;*/
background-color: white;
color: black;
font-size: 100%;
box-sizing: border-box;
height: 100%;
padding: 0;
margin: 0;
/* font-size: 30px; /* px signifie 'pixels': la taille de base pour la police est désormais 10 pixels de haut */
/* font-family: 'Open Sans', sans-serif; /* cela devrait être le reste du résultat obtenu à partir de Google fonts */
font-family: -apple-system, BlinkMacSystemFont, monospace;
/*font-family: 'SF Mono', SFMono-Regular, ui-monospace, 'DejaVu Sans Mono', Menlo, Consolas, monospace;*/
/*font-family: Helvetica, sans-serif;*/
background-color: white;
color: black;
font-size: 100%;
box-sizing: border-box;
height: 100%;
padding: 0;
margin: 0;
overflow-anchor: none;
}
h1 {

@ -8,9 +8,11 @@
<script src=
"https://ajax.googleapis.com/ajax/libs/jquery/3.6.0/jquery.min.js">
</script>
<script>history.scrollRestoration = "manual"</script>
{% else %}
<script>history.scrollRestoration = "auto"</script>
{% endif %}
<script>history.scrollRestoration = "manual"</script>
<link rel="stylesheet" href="{% static 'scores/style.css' %}">
<title>Padel</title>
{% if not tv %}

@ -5,10 +5,12 @@
<head>
{% if tv %}
<script>history.scrollRestoration = "manual"</script>
<script src=
"https://ajax.googleapis.com/ajax/libs/jquery/3.6.0/jquery.min.js">
</script>
<script>history.scrollRestoration = "manual"</script>
{% else %}
<script>history.scrollRestoration = "auto"</script>
{% endif %}
<link rel="stylesheet" href="{% static 'scores/style.css' %}">

@ -9,6 +9,8 @@
"https://ajax.googleapis.com/ajax/libs/jquery/3.6.0/jquery.min.js">
</script>
<script>history.scrollRestoration = "manual"</script>
{% else %}
<script>history.scrollRestoration = "auto"</script>
{% endif %}
<link rel="stylesheet" href="{% static 'scores/style.css' %}">

@ -8,9 +8,11 @@
<script src=
"https://ajax.googleapis.com/ajax/libs/jquery/3.6.0/jquery.min.js">
</script>
<script>history.scrollRestoration = "manual"</script>
{% else %}
<script>history.scrollRestoration = "auto"</script>
{% endif %}
<script>history.scrollRestoration = "manual"</script>
<link rel="stylesheet" href="{% static 'scores/style.css' %}">
<title>Padel</title>
{% if not tv %}

@ -8,9 +8,11 @@
<script src=
"https://ajax.googleapis.com/ajax/libs/jquery/3.6.0/jquery.min.js">
</script>
<script>history.scrollRestoration = "manual"</script>
{% else %}
<script>history.scrollRestoration = "auto"</script>
{% endif %}
<script>history.scrollRestoration = "manual"</script>
<link rel="stylesheet" href="{% static 'scores/style.css' %}">
<title>Padel</title>
{% if not tv %}

Loading…
Cancel
Save