miraty
/
pkt2n
Archiviert
1
0
Fork 0

Ajout d'un lien vers le code source

Dieser Commit ist enthalten in:
Miraty 2019-05-18 15:24:35 +02:00
Ursprung d2524e6d78
Commit c13177325f
3 geänderte Dateien mit 28 neuen und 1 gelöschten Zeilen

Datei anzeigen

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

Datei anzeigen

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

Datei anzeigen

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