From c13177325faf170a2f6c5fa642f017e717a0df76 Mon Sep 17 00:00:00 2001 From: Miraty Date: Sat, 18 May 2019 15:24:35 +0200 Subject: [PATCH] Ajout d'un lien vers le code source --- README.md | 4 +++- index.php | 6 ++++++ style.less | 19 +++++++++++++++++++ 3 files changed, 28 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ffaf32e..5147a75 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ # pkt2n -Pourquoi tant de N en ce monde ? \ No newline at end of file +Pourquoi tant de N en ce monde ? + +[https://pkt2n.antopie.org](https://pkt2n.antopie.org) \ No newline at end of file diff --git a/index.php b/index.php index f8926d8..ca8d6e2 100755 --- a/index.php +++ b/index.php @@ -46,5 +46,11 @@ ?> + + + + diff --git a/style.less b/style.less index d8211c9..7311547 100644 --- a/style.less +++ b/style.less @@ -57,6 +57,25 @@ input[type=submit], textarea { } +.lienCodeSource { + color: @texteLienCodeSource; + font-size: 12px; + margin-bottom: -20px; + text-align: right; + transition: color 0.2s; + + &:hover { + color: lighten(@texteLienCodeSource, 10%); + } +} + +footer { + position: fixed; + top: 5px; + right: 5px; +} + + @media (max-width: 640px) { // Version mobile textarea {