Fix CSS per immagini-link, aggiunto nuovo buttone

This commit is contained in:
octospacc 2022-05-26 23:56:37 +02:00
parent 547eaa90b6
commit 384fc75c3d
3 changed files with 11 additions and 11 deletions

View File

@ -21,12 +21,12 @@ Body {
* { * {
Box-Sizing: Border-Box; Box-Sizing: Border-Box;
} }
.Trans {
Color: Transparent !important;
}
a { a {
Color: #d000d0; Color: #d000d0;
} }
a img {
Color: None;
}
ul { ul {
Padding-Left: 16px; Padding-Left: 16px;
Padding-Right: 4px; Padding-Right: 4px;

View File

@ -1,11 +1,11 @@
<hr> <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"> <img src="/sitoctt-assets/Buttons/Follow-Me-On-Mastodon.gif">
</a> </a>
<br> <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"> <img src="/sitoctt-assets/Buttons/Tor.gif">
</a> </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"> <img src="/sitoctt-assets/Buttons/Made-On-GNU-Linux.gif">
</a> </a>

View File

@ -7,10 +7,10 @@
</h3> </h3>
</div> </div>
<!--
<div style="Text-Align:Right; Display:Inline; Width:100%;"> <div style="Text-Align:Right; Width:100%;">
<a href="https://creativecommons.org/licenses/by-sa/4.0/deed.it" target="_blank" rel="noopener"> <a href="/index.html#-Sorgenti-e-licenze">
<img src="/sitoctt-assets/Buttons/CC-BY-SA"> <img src="/sitoctt-assets/Buttons/CC-BY-SA.gif">
</a> </a>
</div> </div>
-->