@@ -1,3 +1,5 @@ | |||
# pkt2n | |||
Pourquoi tant de N en ce monde ? | |||
Pourquoi tant de N en ce monde ? | |||
[https://pkt2n.antopie.org](https://pkt2n.antopie.org) |
@@ -46,5 +46,11 @@ | |||
?> | |||
<footer> | |||
<a class="lienCodeSource" href="https://code.antopie.org/miraty/pkt2n/">Code source</a> | |||
</footer> | |||
</body> | |||
</html> |
@@ -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 { |