miraty
/
pkt2n
Arquivado
1
0
Derivar 0

Ajout d'un lien vers le code source

Este cometimento está contido em:
Miraty 2019-05-18 15:24:35 +02:00
ascendente d2524e6d78
cometimento c13177325f
3 ficheiros modificados com 28 adições e 1 eliminações

Ver ficheiro

@ -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)

Ver ficheiro

@ -46,5 +46,11 @@
?>
<footer>
<a class="lienCodeSource" href="https://code.antopie.org/miraty/pkt2n/">Code source</a>
</footer>
</body>
</html>

Ver ficheiro

@ -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 {