Modification du style 2
This commit is contained in:
parent
a26e10963c
commit
c10d1b0b89
8 changed files with 7 additions and 14 deletions
Binary file not shown.
Before Width: | Height: | Size: 18 KiB After Width: | Height: | Size: 21 KiB |
Binary file not shown.
Before Width: | Height: | Size: 18 KiB After Width: | Height: | Size: 8.9 KiB |
|
@ -19,7 +19,7 @@ a {
|
|||
}
|
||||
|
||||
#banner {
|
||||
height: 101px;
|
||||
height: 301px;
|
||||
background: center center url('img/metzquetaires_or.png') no-repeat;
|
||||
padding: 10px 10px;
|
||||
}
|
||||
|
@ -162,7 +162,7 @@ p#play a:hover {
|
|||
form#select {
|
||||
width: 500px;
|
||||
margin: 1em auto;
|
||||
background: #FA0;
|
||||
background: #FFCC00;
|
||||
border-radius: 1em;
|
||||
border: 1px solid #C70;
|
||||
padding: 1em 0em;
|
||||
|
|
|
@ -19,7 +19,7 @@ a {
|
|||
}
|
||||
|
||||
#banner {
|
||||
height: 101px;
|
||||
height: 301px;
|
||||
background: center center url('img_red/metzquetaires_or.png') no-repeat;
|
||||
padding: 10px 10px;
|
||||
}
|
||||
|
|
|
@ -14,16 +14,9 @@
|
|||
(redémarrer le navigateur peut être nécessaire une fois ce délai écoulé)
|
||||
</p>
|
||||
|
||||
|
||||
window.onload = function () {
|
||||
var fiveMinutes = 60 * 5,
|
||||
display = document.querySelector('#time');
|
||||
startTimer(fiveMinutes, display);
|
||||
};
|
||||
|
||||
<script type='text/javascript'>
|
||||
window.onload = function () {
|
||||
var fiveMinutes = 60 * 5,
|
||||
var fiveMinutes = {{ timeleft }},
|
||||
display = document.querySelector('#time');
|
||||
startTimer(fiveMinutes, display);
|
||||
};
|
||||
|
|
|
@ -37,7 +37,7 @@
|
|||
</div>
|
||||
<div id="content_bottomright" class="corner">
|
||||
</div>
|
||||
<div id="footer">contact technique : roulette@metzquetaires.fr</div>
|
||||
<div id="footer">contact technique : <a href="mailto:roulette@metzquetaires.fr">roulette@metzquetaires.fr</a>roulette@metzquetaires.fr</div>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
|
|
|
@ -38,7 +38,7 @@
|
|||
</div>
|
||||
<div id="content_bottomright" class="corner">
|
||||
</div>
|
||||
<div id="footer">contact technique : roulette@metzquetaires.fr</div>
|
||||
<div id="footer">contact technique : <a href="mailto:roulette@metzquetaires.fr">roulette@metzquetaires.fr</a></div>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<h1>Vous n'êtes pas inscrit</h1>
|
||||
<p>
|
||||
Si vous désirez participer malgré les risques que le jeu comporte, veuillez
|
||||
envoyer un email à roulette@metzquetaires.fr .
|
||||
envoyer un email à <div id="footer">contact technique : <a href="mailto:roulette@metzquetaires.fr">roulette@metzquetaires.fr</a></div> .
|
||||
(Vous ne pouvez pas jouer depuis Supélec)
|
||||
</p>
|
||||
{% endblock %}
|
||||
|
|
Loading…
Reference in a new issue