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;
|
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;
|
||||||
|
|
|
@ -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>
|
||||||
|
|
|
@ -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>
|
||||||
-->
|
|
||||||
|
|
Loading…
Reference in New Issue