mirror of https://gitlab.com/octtspacc/sitoctt
Fix CSS per immagini-link, aggiunto nuovo buttone
This commit is contained in:
parent
547eaa90b6
commit
384fc75c3d
|
@ -21,12 +21,12 @@ Body {
|
|||
* {
|
||||
Box-Sizing: Border-Box;
|
||||
}
|
||||
.Trans {
|
||||
Color: Transparent !important;
|
||||
}
|
||||
a {
|
||||
Color: #d000d0;
|
||||
}
|
||||
a img {
|
||||
Color: None;
|
||||
}
|
||||
ul {
|
||||
Padding-Left: 16px;
|
||||
Padding-Right: 4px;
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
<hr>
|
||||
<a href="https://mastodon.uno/@octo" target="_blank" rel="noopener">
|
||||
<a class="Trans" href="https://mastodon.uno/@octo" target="_blank" rel="noopener">
|
||||
<img src="/sitoctt-assets/Buttons/Follow-Me-On-Mastodon.gif">
|
||||
</a>
|
||||
<br>
|
||||
<a href="https://www.torproject.org/it" target="_blank" rel="noopener">
|
||||
<a class="Trans" href="https://www.torproject.org/it" target="_blank" rel="noopener">
|
||||
<img src="/sitoctt-assets/Buttons/Tor.gif">
|
||||
</a>
|
||||
<a href="https://www.gnu.org/home.it" target="_blank" rel="noopener">
|
||||
<a class="Trans" href="https://www.gnu.org/home.it" target="_blank" rel="noopener">
|
||||
<img src="/sitoctt-assets/Buttons/Made-On-GNU-Linux.gif">
|
||||
</a>
|
||||
|
|
|
@ -7,10 +7,10 @@
|
|||
</h3>
|
||||
</div>
|
||||
|
||||
<!--
|
||||
<div style="Text-Align:Right; Display:Inline; Width:100%;">
|
||||
<a href="https://creativecommons.org/licenses/by-sa/4.0/deed.it" target="_blank" rel="noopener">
|
||||
<img src="/sitoctt-assets/Buttons/CC-BY-SA">
|
||||
|
||||
<div style="Text-Align:Right; Width:100%;">
|
||||
<a href="/index.html#-Sorgenti-e-licenze">
|
||||
<img src="/sitoctt-assets/Buttons/CC-BY-SA.gif">
|
||||
</a>
|
||||
</div>
|
||||
-->
|
||||
|
||||
|
|
Loading…
Reference in New Issue