Compare commits

..

No commits in common. "330e128ede6263a5e1e9e3359b8f8e7819a496b9" and "5564dd67714de93f172f2767c1c9ca53f8cccb15" have entirely different histories.

2 changed files with 27 additions and 50 deletions

View File

@ -20,6 +20,8 @@ a:visited {color:#ff5555;}
a:hover {color:#999999;}
a:active {color:#ff5555;}
ul li {
}
body {
font-family:sans-serif;
background:#000;
@ -27,17 +29,11 @@ body {
width: auto;
padding: 2% 5%;
}
table{
display:none;
}
table tr td {
color: #ccc;
padding: 10px;
text-align: center;
}
td.links a {
display: block;
border-radius: 10px;
@ -55,7 +51,3 @@ th {
td.name {
min-width: 250px;
}
span.info {
float: right;
color: #655;
}

View File

@ -25,7 +25,6 @@
<h1>Festival HSF 2020 : Programme</h1>
<h2>
Stands permanents
<span class="info">Cliquer pour afficher / masquer </span>
</h2>
<table>
@ -181,8 +180,6 @@ Stands permanents
<h2>
Vendredi 7 février 2019
<span class="info">Cliquer pour afficher / masquer </span>
</h2>
<table>
<thead>
@ -260,8 +257,6 @@ Vendredi 7 février 2019
<h2>
Samedi 8 février 2019
<span class="info">Cliquer pour afficher / masquer </span>
</h2>
<table>
<thead>
@ -363,15 +358,5 @@ Samedi 8 février 2019
</tbody>
</table>
<script>
jQuery(function(){
jQuery("h2").live("click",function(e){
var el = jQuery(this);
el.next().toggle();
})
})
</script>
</body>
</html>