You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: online/foucault.html
+13-13Lines changed: 13 additions & 13 deletions
Original file line number
Diff line number
Diff line change
@@ -26,32 +26,32 @@
26
26
font-size:20px;
27
27
border-radius:50px;
28
28
color: white;
29
-
background:#005DD9;
29
+
background:#2FB4E8;
30
30
transition: all 0.2s ease-out 0s;
31
31
font-weight: bold;
32
-
border:4px solid #0047A6;
32
+
border:4px solid #0A6FA0;
33
33
padding:15px30px;
34
34
cursor: pointer;
35
35
}
36
36
37
37
.foucault-btn:hover {
38
-
background:#4690F2;
38
+
background:#6AD6FF;
39
39
}
40
40
41
41
.revolution-period-btn {
42
42
font-size:20px;
43
43
border-radius:50px;
44
44
color: white;
45
-
background:#8A2BE2;
45
+
background:#F7D44A;
46
46
transition: all 0.2s ease-out 0s;
47
47
font-weight: bold;
48
-
border:4px solid #7A1FD1;
48
+
border:4px solid #E5B93A;
49
49
padding:15px30px;
50
50
cursor: pointer;
51
51
}
52
52
53
53
.revolution-period-btn:hover {
54
-
background:#9F8FEF;
54
+
background:#FFE37A;
55
55
}
56
56
57
57
</style>
@@ -313,9 +313,7 @@ <h2>Type de graphique:</h2>
313
313
<divclass="modalbox-text-container">
314
314
315
315
<h2>Code couleurs:</h2>
316
-
317
-
<pclass="modalbox-description"><iclass="fa-solid fa-circle color-purple"></i> Indique la durée du jour pendulaire. </p>
318
-
316
+
319
317
<pclass="modalbox-description"><iclass="fa-solid fa-circle color-green"></i> Courbe sur le graphique indiquant l'évolution de la position en x au cours du temps. </p>
320
318
321
319
<pclass="modalbox-description"><iclass="fa-solid fa-circle color-yellow"></i> Courbe sur le graphique indiquant l'évolution de la position en y au cours du temps. </p>
@@ -338,6 +336,8 @@ <h2>Notes:</h2>
338
336
339
337
<pclass="modalbox-description"><iclass="fa-solid fa-square point"></i> Le logiciel refusera les latitudes comprises entre -10 et 10 degrés, car l'installation d'un pendule de Foucault près de l'équateur est inutile. </p>
340
338
339
+
<pclass="modalbox-description"><iclass="fa-solid fa-square point"></i> Le bouton jaune contenant une heure indique simplement la durée du jour sidéral. </p>
340
+
341
341
<pclass="modalbox-description"><iclass="fa-solid fa-square point"></i> Si la latitude saisie ne fonctionne pas, vérifiez que vous avez bien utilisé un point comme séparateur décimal, et non une virgule. Exemple: <spanclass="color-red alone-bold">48,85</span> mais <spanclass="color-green alone-bold">48.85</span>. </p>
Copy file name to clipboardExpand all lines: online/meteorites-map.html
+12-12Lines changed: 12 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -75,9 +75,9 @@
75
75
height:10px;
76
76
border-radius:50%;
77
77
box-sizing: border-box;
78
-
box-shadow:002px2px#4690F2;
79
-
background:#4690F2;
80
-
border:3px solid #0047A6;
78
+
box-shadow:002px2px#6AD6FF;
79
+
background:#6AD6FF;
80
+
border:3px solid #0A6FA0;
81
81
}
82
82
83
83
.maptiler-logo {
@@ -97,8 +97,8 @@
97
97
}
98
98
99
99
.dropdown-button {
100
-
background:#005DD9;
101
-
border:4px solid #0047A6;
100
+
background:#2FB4E8;
101
+
border:4px solid #0A6FA0;
102
102
color:#fff;
103
103
padding:12px;
104
104
border-radius:50%;
@@ -113,7 +113,7 @@
113
113
}
114
114
115
115
.dropdown-button:hover {
116
-
background:#4690F2;
116
+
background:#6AD6FF;
117
117
}
118
118
119
119
.dropdown-buttoni {
@@ -840,7 +840,7 @@ <h2>Top ${extendedData.ranking} des classes de météorites:</h2>
840
840
841
841
constoptions=[
842
842
843
-
{text: '<span id="random-html"> Ajouter aléatoirement des météorites sur la carte </span>',icon: 'fa-solid fa-plus animation',color: '#4690F2',action: async()=>{
843
+
{text: '<span id="random-html"> Ajouter aléatoirement des météorites sur la carte </span>',icon: 'fa-solid fa-plus animation',color: '#6AD6FF',action: async()=>{
844
844
845
845
const$li=$('#random-html').closest('li');
846
846
@@ -860,7 +860,7 @@ <h2>Top ${extendedData.ranking} des classes de météorites:</h2>
860
860
861
861
icon: 'fa-solid fa-earth-europe animation',
862
862
863
-
color: '#4690F2',
863
+
color: '#6AD6FF',
864
864
865
865
action: async()=>{
866
866
@@ -908,19 +908,19 @@ <h2>Top ${extendedData.ranking} des classes de météorites:</h2>
908
908
909
909
},
910
910
911
-
{text: '<span id="meteorites-html"> Aucune météorite sur la carte </span>',icon: 'fa-solid fa-meteor',color: '#4690F2'},
911
+
{text: '<span id="meteorites-html"> Aucune météorite sur la carte </span>',icon: 'fa-solid fa-meteor',color: '#6AD6FF'},
0 commit comments