diff --git a/assets/css/menu.css b/assets/css/menu.css index d53a272..8ef9af1 100644 --- a/assets/css/menu.css +++ b/assets/css/menu.css @@ -10,20 +10,6 @@ transition: transform 0.3s; } -.tuyau { - position: fixed; - bottom: -2px; - right: 3vw; - width: 8%; - min-width: 6.3vmax; - height: auto; - z-index: 2; - cursor: pointer; - - transition: transform 0.3s; - overflow: visible; -} - .menu-link use { transition: transform 50ms; transform-origin: center; diff --git a/assets/css/page/index.css b/assets/css/page/index.css index cffea56..88918b3 100644 --- a/assets/css/page/index.css +++ b/assets/css/page/index.css @@ -1,6 +1,6 @@ #msg_acc { display: block; - background-color: rgba(255,255,255,0.5); + background-color: rgba(88, 159, 218, 0.798); width: 80%; max-width: 800px; margin-left: auto; @@ -8,4 +8,5 @@ padding: 50px; font-size: 1.2rem; margin-top: 40px; + border-radius: 15px; } diff --git a/assets/css/template.css b/assets/css/template.css index 819cacd..6d525a7 100644 --- a/assets/css/template.css +++ b/assets/css/template.css @@ -1,7 +1,7 @@ -/* Custom mario font definition : */ +/* Custom Obelix font definition : */ @font-face{ - font-family: "Mario Extended"; - src: url("../fonts/MarioFontExtended.otf") format("opentype"); + font-family: "ObelixPro"; + src: url("../fonts/obelix-pro/ObelixPro-cyr.ttf"); } *, *::before, *::after { @@ -10,10 +10,11 @@ html { font-size: 20px; + } body { - font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif; + font-family: 'ObelixPro'; font-size: 1rem; @@ -26,22 +27,9 @@ body { background-attachment: fixed; background-color: #bdc7f3; - background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 80 40' width='80' height='40'%3E%3Cpath fill='%235289ea' fill-opacity='0.2' d='M0 40a19.96 19.96 0 0 1 5.9-14.11 20.17 20.17 0 0 1 19.44-5.2A20 20 0 0 1 20.2 40H0zM65.32.75A20.02 20.02 0 0 1 40.8 25.26 20.02 20.02 0 0 1 65.32.76zM.07 0h20.1l-.08.07A20.02 20.02 0 0 1 .75 5.25 20.08 20.08 0 0 1 .07 0zm1.94 40h2.53l4.26-4.24v-9.78A17.96 17.96 0 0 0 2 40zm5.38 0h9.8a17.98 17.98 0 0 0 6.67-16.42L7.4 40zm3.43-15.42v9.17l11.62-11.59c-3.97-.5-8.08.3-11.62 2.42zm32.86-.78A18 18 0 0 0 63.85 3.63L43.68 23.8zm7.2-19.17v9.15L62.43 2.22c-3.96-.5-8.05.3-11.57 2.4zm-3.49 2.72c-4.1 4.1-5.81 9.69-5.13 15.03l6.61-6.6V6.02c-.51.41-1 .85-1.48 1.33zM17.18 0H7.42L3.64 3.78A18 18 0 0 0 17.18 0zM2.08 0c-.01.8.04 1.58.14 2.37L4.59 0H2.07z'%3E%3C/path%3E%3C/svg%3E"); + /*background-image: url("/assets/img/background.jpg");*/ } -body::before { - content: ""; - position: fixed; - z-index: -2; - top: 0; - left: 0; - width: 100vw; - height: 100vh; - clip-path: polygon(0 0, 55% 0, 45% 100%, 0 100%); - clip-path: polygon(0 0, calc(54% + 20px) 0, calc(46% - 20px) 100%, 0 100%); - background-color: #f3e8c4; - background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 80 40' width='80' height='40'%3E%3Cpath fill='%23efc725' fill-opacity='0.2' d='M0 40a19.96 19.96 0 0 1 5.9-14.11 20.17 20.17 0 0 1 19.44-5.2A20 20 0 0 1 20.2 40H0zM65.32.75A20.02 20.02 0 0 1 40.8 25.26 20.02 20.02 0 0 1 65.32.76zM.07 0h20.1l-.08.07A20.02 20.02 0 0 1 .75 5.25 20.08 20.08 0 0 1 .07 0zm1.94 40h2.53l4.26-4.24v-9.78A17.96 17.96 0 0 0 2 40zm5.38 0h9.8a17.98 17.98 0 0 0 6.67-16.42L7.4 40zm3.43-15.42v9.17l11.62-11.59c-3.97-.5-8.08.3-11.62 2.42zm32.86-.78A18 18 0 0 0 63.85 3.63L43.68 23.8zm7.2-19.17v9.15L62.43 2.22c-3.96-.5-8.05.3-11.57 2.4zm-3.49 2.72c-4.1 4.1-5.81 9.69-5.13 15.03l6.61-6.6V6.02c-.51.41-1 .85-1.48 1.33zM17.18 0H7.42L3.64 3.78A18 18 0 0 0 17.18 0zM2.08 0c-.01.8.04 1.58.14 2.37L4.59 0H2.07z'%3E%3C/path%3E%3C/svg%3E"); -} main { text-align: center; @@ -151,7 +139,7 @@ a.linkmail:hover { footer { display: block; flex-shrink: 0; - background-color: #6cc54d; + background-color: #74c457; background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%237ee15e' fill-rule='evenodd'%3E%3Cpath d='M0 40L40 0H20L0 20M40 40V20L20 40'/%3E%3C/g%3E%3C/svg%3E"); border-radius: 20px 20px 0 0; -webkit-box-shadow: 0 0 8px -1px rgba(8, 10, 13, 0.34); diff --git a/assets/fonts/MarioFontExtended.otf b/assets/fonts/MarioFontExtended.otf deleted file mode 100644 index 947e317..0000000 Binary files a/assets/fonts/MarioFontExtended.otf and /dev/null differ diff --git a/assets/fonts/color.php b/assets/fonts/color.php index ed5b3c0..e12e0e2 100644 --- a/assets/fonts/color.php +++ b/assets/fonts/color.php @@ -1,13 +1,13 @@ ".$str[$i].""; diff --git a/assets/fonts/obelix-pro/ObelixPro-cyr.ttf b/assets/fonts/obelix-pro/ObelixPro-cyr.ttf new file mode 100644 index 0000000..a2ef65b Binary files /dev/null and b/assets/fonts/obelix-pro/ObelixPro-cyr.ttf differ diff --git a/assets/fonts/obelix-pro/ObelixProB-cyr.ttf b/assets/fonts/obelix-pro/ObelixProB-cyr.ttf new file mode 100644 index 0000000..9396bcf Binary files /dev/null and b/assets/fonts/obelix-pro/ObelixProB-cyr.ttf differ diff --git a/assets/fonts/obelix-pro/ObelixProBIt-cyr.ttf b/assets/fonts/obelix-pro/ObelixProBIt-cyr.ttf new file mode 100644 index 0000000..cfa7d12 Binary files /dev/null and b/assets/fonts/obelix-pro/ObelixProBIt-cyr.ttf differ diff --git a/assets/fonts/obelix-pro/ObelixProIt-cyr.ttf b/assets/fonts/obelix-pro/ObelixProIt-cyr.ttf new file mode 100644 index 0000000..b961087 Binary files /dev/null and b/assets/fonts/obelix-pro/ObelixProIt-cyr.ttf differ diff --git a/assets/img/background.jpg b/assets/img/background.jpg new file mode 100644 index 0000000..2af797c Binary files /dev/null and b/assets/img/background.jpg differ diff --git a/structure/footer.php b/structure/footer.php index a4e61b4..74f058c 100644 --- a/structure/footer.php +++ b/structure/footer.php @@ -4,7 +4,7 @@ Tous les éléments présents sur ce site sont représentés à des fins humoris Ce site utilise Matomo pour analyser la fréquentation de manière anonyme. Rendez- vous sur la page Infos pour plus de détails.
-Contacter Maxence ou Arthur (il est trop bg), les responsables de la semaine, pour plus d'informations.
+Contacter Elea ou Arthur (il est trop bg), les responsables de la semaine, pour plus d'informations.
Site maintenu par Théo Mougnibas et Alejandro Pastor.