<
Depuis la version < 6.1 >
modifié par Quentin / Zèbre STURER
sur 2021/11/02 21:40
À la version < 19.1 >
modifié par Quentin / Zèbre STURER
sur 2021/11/23 11:29
>
Commentaire de modification : Il n'y a aucun commentaire pour cette version

Résumé

Détails

Icon Propriétés de la Page
Contenu
... ... @@ -1,78 +1,48 @@
1 +{{css}}
1 1  {{html clean="false"}}
2 -<div id="box vert" style="border: solid green;">
3 - <div id="html">
4 - <body>
5 - <div id=blue_box style="display:flex; border:blue dotted;height:310px; width:200px; padding-left:1em;">
6 - <div id="paragraphe" style="display:flex; color:blue;">
7 - <p style="border: solid black;">
8 - <h3>Dates de la rentrée 2021:</h3>
9 - <ul>
10 - <li>11/9: réunion</li>
11 - <li>25-26/9: Week-end de groupe de rentrée à Mackviller (tous)</li>
12 - <li>2 oct: réunion</li>
13 - <li>16-17/10: rouges & bleus: week-end du JOTI:</li>
14 - <li>30/10: oranges: réunion</li>
15 - <li>6/11: réunion</li>
16 - <li>20/11: réunion (rouges & bleus: week-end)</li>
17 - <li>4/12: réunion</li>
18 - <li>11/12: réunion</li>
19 - </ul>
20 - </p>
21 - <p>
22 - **Note:** la fête de Noël est repoussée au temps du carnaval.
3 +<!DOCTYPE html>
4 +<html>
5 +<head>
6 + <meta charset="utf-8">
7 + <link rel="stylesheet" type="text/css" href="menu deroulant.css">
8 + <title>Forbach- 1ère Jeanne D'Arc</title>
9 +</head>
23 23  
24 - Les programmes par branche: **[[Verts>>Verts.WebHome]], [[Rouges>>Rouges.WebHome]], [[Bleus>>doc:Bleus.WebHome]], [[Oranges>>doc:Oranges.WebHome]].**
25 - Les **[[anciens plannings>>doc:Groupe.ArchivePlannings]].**
11 +<body>
12 + <h1>Menu déroulant sticky HTML et CSS</h1>
13 +<nav>
14 + <ul>
15 + <li class="deroulant"><a href="#"style="color: white">Branches &ensp;</a>
16 + <ul class="sous">
17 + <li ><a href="#"style="color:orange">Louveteaux</a></li>
18 + <li><a href="#"style="color:blue">Scouts</a></li>
19 + <li><a href="#"style="color:red">Pionniers</a></li>
20 + <li><a href="#"style="color:darkgreen;">Compagnons</a></li>
21 + </ul>
22 + </li>
23 + <li class="deroulant"><a href="#"style="color: white">Photos &ensp;</a>
24 + <ul class="sous">
25 + <li ><a href="#"style="color:orange">Louveteaux</a></li>
26 + <li><a href="#"style="color:blue">Scouts</a></li>
27 + <li><a href="#"style="color:red">Pionniers</a></li>
28 + <li><a href="#"style="color:darkgreen;">Compagnons</a></li>
29 + </ul>
30 + </li>
31 + <li class="deroulant"><a href="#"style="color: white">Archives &ensp;</a>
32 + <ul class="sous">
33 + <li><a href="#">CSS display</a></li>
34 + <li><a href="#">CSS position</a></li>
35 + <li><a href="#">CSS float</a></li>
36 + </ul>
37 + </li>
38 + <li><a href="#"style="color: white">Contact</a></li>
39 + <li><a href="#"style="color: white">A propos</a></li>
40 + </ul>
41 +</nav>
26 26  
27 - Les réunions ont lieu à Forbach au **[[local Rue de Remsing>>Local]]**, en général, de 14h00 à 17h30 (des changements covidéens ne sont pas rares).
28 -
29 - Des covoiturages entre Welfedering et Forbach sont régulièrement organisés par le biais d'un sondage Scoodle dont l'URL est envoyé par mail.
30 - </p>
31 - </div>
32 - </div>
33 - </body>
34 - </div>
35 -
36 - <div id="carrouselle_photo" style="display:flex;">
37 - <div id="box rouge" style="border:solid red">
38 - <div style="height:310px; width:300px; padding-left:1em; float:right">
39 - <div id="slideshow1" class="slide" style=""><div><img src="/xwiki/bin/download/Main/WebHome/pionniers-veillee-2020.jpeg?width=450"></div></div>
40 - <div id="slideshow2" class="slide" style="display: none"><div><img src="/xwiki/bin/download/Main/WebHome/timothee-technique-de-feu-5.jpeg?width=450"></div></div>
41 - <div id="slideshow3" class="slide" style="display: none"><div><img src="/xwiki/bin/download/Main/WebHome/DSCN5058.JPG?width=450"></div></div>
42 - <div id="slideshow4" class="slide" style="display: none"><div><img src="/xwiki/bin/download/Main/WebHome/P1220426.JPG?width=450"></div></div>
43 - <div id="slideshow5" class="slide" style="display: none"><div><img src="/xwiki/bin/download/Rouges/WebHome/Les-pios-preparent.jpg?width=450"></div></div>
44 - <div id="slideshow6" class="slide" style="display:none"> <div><img src="/xwiki/bin/download/Main/WebHome/paul-casserolle-sur-le-feu.JPG?width=450"></div></div>
45 - </div>
46 - </div>
47 - <div id="Javascript">
48 - <script type="text/javascript">
49 -
50 - start_slideshow(1, 6, 3000);
51 -
52 - function start_slideshow(start_frame, end_frame, delay) {
53 - setTimeout(switch_slides(start_frame,start_frame,end_frame, delay), delay);
54 - }
55 -
56 - function switch_slides(frame, start_frame, end_frame, delay) {
57 - return (function() {
58 - Effect.Fade('slideshow' + frame);
59 - frame = Math.floor(Math.random()*(end_frame-start_frame+1))+start_frame;
60 - //if(console) console.log("Next photo: " + frame);
61 - setTimeout("Effect.Appear('slideshow" + frame + "');", 850);
62 - setTimeout(switch_slides(frame, start_frame, end_frame, delay), delay + 850);
63 - })
64 - }
65 -
66 - var isGood = document.location.href.startsWith("https://");
67 - var isWrong = document.location.href.startsWith("http://");
68 - console.log("Insisting? " + isGood + " " + isWrong);
69 - if(!isGood && isWrong) {
70 - if(console && console.log) console.log("Redirecting to the https side.");
71 - document.location.replace("https://" + document.location.href.substring("http://".length));
72 - }
73 - </script>
74 - </div>
75 - </div>
43 +<div class="conteneur">
44 + <p>Du contenu sous le menu</p>
76 76  </div>
46 +</body>
47 +</html>
77 77  {{/html}}
78 -
This wiki is licensed under a Creative Commons 2.0 license
XWiki 13.10 - Documentation - Conditions