diff --git a/antmusique.php b/antmusique.php index b897770..5f7932b 100755 --- a/antmusique.php +++ b/antmusique.php @@ -4,7 +4,7 @@ head("antmusique.php"); ?>

Les AntMusiques


- Les AntMusiques sont publiées sous LFTCQTV. + Les AntMusiques sont publiées sous LFTCQTV.


Tout Télécharger (32 Mo) diff --git a/apropos.php b/apropos.php index e966020..0bbb477 100755 --- a/apropos.php +++ b/apropos.php @@ -4,54 +4,40 @@ head("apropos.php"); ?>

À propos

- Site réalisé par Miraty et publié sous license libre CeCILL à l'exception des AntMusiques publiées sous LFTCQTV (Licence Fais Tout Ce Que Tu Veux). -

- Voir le code source sur Framagit - -

- Les icones de ce site sont celles du pack fontello. -

- Licences Fontello + Site réalisé par Miraty et publié sous license libre CeCILL.

+ Accéder au code source sur Gitea +
+
+
+ Les icones de ce site sont celles du pack Fontello. +
+
+
Les "publicité" du site sont celles du projet sense3 créé par JosephK et diffusé sous licence MIT. -

-Code CSS partiellement issu de HTML5 UP. -
-
-
- -
+
+
+
Merci à Zarkaa pour avoir réalisé le logo Ant et l'image de la page 404.
- - +

-
- Code du 2048 issu de ce site, créé par Gabriele Cirulli. -
- - - -

Ce site ne charge aucun contenu depuis des sites tiers et n'utilise que des technologies libres.
-

-
- NuAnt est une instance de l'excellent Nextcloud, un service d'hébergement de fichier en ligne. - Si vous voulez un compte sur NuAnt demandez moi par mail. -


Me contacter :

- Par E-mail : miraty<arrow-base>lilo<point>org -
- Sur Mastodon : @Miraty@oc.todon.fr + Par E-mail : miraty<arrow-base>antopie<point>org +

+ Sur Mastodon : @miraty@social.antopie.org +

+ Via Matrix : @miraty:matrix.antopie.org
diff --git a/css/base.less b/css/base.less index eb72153..dc64c3d 100755 --- a/css/base.less +++ b/css/base.less @@ -1,4 +1,8 @@ +@import "../bibli/fontello/css/fontello.css"; // Icones +@import "../bibli/normalize.css"; // Réinitialisation + + @fond: #2D2F34; @fond-footer: darken(@fond, 3%); @fond-option-hover: lighten(@fond, 10%); @@ -11,6 +15,29 @@ } +input[type=text],[type=password] { + background-color: @fond-footer; + border: 2px @texte-principal solid; + border-radius: 10px; + height: 50px; + + &:hover { + background-color: @fond; + transition: all 0.2s; + border: 2px fadein(@couleur-principale, 70%) solid; + + } + + &:focus { + background-color: @fond; + border: 2px fadein(@couleur-principale, 30%) solid; + + + } + + +} + // BOUTONS .button { @@ -31,6 +58,24 @@ +.conteneurLigne { + display: flex; + justify-content: space-around; + text-align: center; + +} + +.elementLigne { + width: (100% / 5); + display: inline-block; + display: flex; + justify-content: space-around; + text-align: center; + +} + + + html { font-size: 20px; @@ -147,19 +192,14 @@ nav a:link { } #bouttonmenu { - transform: rotate(-90deg); - height: 4em; - width: 10em; + height: 50px; + width: 50px; - color: white; - background-color: white; + background-color: @fond; border: white 2px solid; - padding: 4px; - margin-bottom: -100px; - } .descriptionCategorie { @@ -310,7 +350,7 @@ body { margin-top: 20px; margin-left: 30px; margin-bottom: 50px; - width: 100%; + margin-right: 50px; } @@ -361,7 +401,7 @@ body { .avertissement { border: 2px yellow solid; - border-radius: 12px 12px 12px 12px;background-color: #1E2125; + border-radius: 12px; padding: 10px; margin: 5px; background-color: lemonchiffon; @@ -399,6 +439,8 @@ font-weight: bold; } +// FOOTER + .textefooter { margin: 10px; line-height: 1.5em; @@ -447,6 +489,7 @@ footer { background-image: url(../media/logo/antpetitgris.png); width: 264px; height: 80px; + display: inline-block; } @@ -486,6 +529,7 @@ footer { text-align: center; transition: all 1s ease-in; margin-bottom: 0px; + margin-right: 0px; } @@ -845,3 +889,52 @@ footer { transition: color 10s ease-in-out; } + + +// HEADERS + +h1 { + font-size: 250%; + text-align: center; + + + +} + +h2 { +font-size: 250%; + +} + +h3 { +font-size: 200%; + +} + +h4 { +font-size: 150%; + +} + +h5 { +font-size: 125%; + +} + +h6 { +font-size: 110%; + +} + + +.pgauche > h1 { + + text-align: left; + +} + +.pdroite > h1 { + + text-align: right; + +} diff --git a/inc/debut.php b/inc/debut.php index b6630f4..570c7aa 100755 --- a/inc/debut.php +++ b/inc/debut.php @@ -28,8 +28,6 @@ while ($page = $reponse->fetch()) { ?> <?php echo $page['titre']; ?> | Ant - - @@ -56,7 +54,7 @@ while ($page = $reponse->fetch()) { ?>
- +

J'aime les trains. -
- + +
+ +
+ closeCursor(); ?> diff --git a/inc/footer.php b/inc/footer.php index d1bf1ae..c864227 100755 --- a/inc/footer.php +++ b/inc/footer.php @@ -1,5 +1,6 @@
+