Interhack
diff --git a/css/base.css b/css/base.css
index add29bc..d4bd66f 100644
--- a/css/base.css
+++ b/css/base.css
@@ -49,7 +49,6 @@ main h1, main h2, main h3 {
main h1 span, main h2 span, main h3 {
background-color: #000000b8;
- padding: auto;
}
main h1 {
@@ -87,7 +86,7 @@ main h3 {
}
main section h3 {
- text-align: center;
+ text-align: left;
}
main h4 {
@@ -196,19 +195,6 @@ figcaption {
margin-right: 10%;
}
-#progress {
- display: block;
- text-align: center;
-}
-
-#gauge-bar {
- float: left;
-}
-
-#fundraising-bar {
- float: left;
-}
-
code {
background: #ffffff1f;
padding: 0.2em 0.4em;
@@ -222,21 +208,9 @@ code {
margin-right: 0;
}
-div#maj-guide {
- text-align: center;
- margin: 2em 1em;
-}
-
-.center {
- display: flex;
- justify-content: center;
- align-items: center;
-}
-
-
@media (max-width: 500px) {
/* Hide stickers on mobile */
.randomStart {
display: none;
}
-}
+}
\ No newline at end of file
diff --git a/css/drag.css b/css/drag.css
index 766e9a1..cf936d1 100644
--- a/css/drag.css
+++ b/css/drag.css
@@ -25,6 +25,12 @@ main img.draggable {
animation-iteration-count: infinite;
}
+@media (prefers-reduced-motion) {
+ .draggable:hover {
+ /* In case the user doesn't want thing to wiggle, we disable the animation */
+ }
+}
+
@keyframes shake {
0% { transform: translate(1px, 1px) rotate(0deg); }
10% { transform: translate(-1px, -2px) rotate(-1deg); }
diff --git a/css/home.css b/css/home.css
index b232a26..5d5fc30 100644
--- a/css/home.css
+++ b/css/home.css
@@ -10,8 +10,6 @@
position: relative;
}
-/* Section des participants */
-
.participants {
display: flex;
justify-content: center;
@@ -19,18 +17,6 @@
height: 200px;
}
-#participe > div.txt {
- display: flex;
- flex-direction: row;
- flex-wrap: wrap;
- justify-content: space-evenly;
-}
-
-#participe p {
- text-align: center;
-}
-
-
/* Section des dons */
#don > div {
@@ -118,42 +104,6 @@ font-size : 1.5em;
}
.morethanhalf {
- text-align : end;
- background: linear-gradient(90deg,rgba(136, 0, 255, 1) 0%, rgba(255, 78, 0, 1) 42%, rgba(255, 191, 62, 1) 100%);
-}
-
-.stamp {
- overflow: hidden;
- position: absolute;
- top: 100px;
- right: 300px;
- padding: 10px 20px;
- background-color: rgba(255, 0, 0, 0.4);
- border: 2px dashed rgba(255, 0, 0, 0.8);
- border-radius: 2px;
- transform: rotate(10deg);
- font-family: 'Courier New', Courier, monospace;
- font-size: 1em;
- font-weight: bold;
- color: rgba(255, 0, 0, 0.9);
- text-transform: uppercase;
- z-index: 10;
- text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.8);
- opacity: 1;
- transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
-
- background-image: linear-gradient(
- 135deg,
- rgba(128, 0, 0, 0.1) 25%,
- rgba(128, 0, 0, 0.4) 50%,
- rgba(128, 0, 0, 0.1) 75%
- );
- background-size: 200% 200%;
- animation: scan 3s ease infinite;
-}
-
-@keyframes scan {
- 0% { background-position: 0% 50%; }
- 50% { background-position: 100% 50%; }
- 100% { background-position: 0% 50%; }
+text-align : end;
+color:black;
}
diff --git a/guide.template.html b/guide.template.html
index 3de6d83..f275569 100644
--- a/guide.template.html
+++ b/guide.template.html
@@ -22,7 +22,6 @@ BISOUS
@@ -57,10 +56,6 @@ BISOUS
-
-
- Dernière mise à jour du guide:
-