mirror of
https://gitlab.com/octtspacc/sitoctt
synced 2025-06-05 22:09:20 +02:00
Layout TOC fix, fix embed YouTube, stili iframe, counter, agg. Raccolte Giochi
This commit is contained in:
@@ -27,3 +27,28 @@ main > .div > section a,
|
||||
|
||||
.OctolyticsPixel { display: none; width: 0; height: 0; }
|
||||
|
||||
iframe {
|
||||
max-width: 100%;
|
||||
}
|
||||
iframe.YouTube {
|
||||
width: 100%;
|
||||
border: none;
|
||||
}
|
||||
|
||||
iframe.pixelfed__embed {
|
||||
border: 0;
|
||||
width: revert-layer;
|
||||
}
|
||||
iframe.pixelfed__embed[height] {
|
||||
height: revert-layer !important;
|
||||
max-height: none !important;
|
||||
}
|
||||
|
||||
main > article > aside nav#TableOfContents ul {
|
||||
padding-left: 1em;
|
||||
list-style-type: revert;
|
||||
}
|
||||
main > article > aside nav#TableOfContents ul li {
|
||||
margin: 0.5em;
|
||||
}
|
||||
|
||||
|
@@ -1,12 +1,21 @@
|
||||
<section class="w-100 mt4 tc">
|
||||
<h1 class="f3">Rings</h1>
|
||||
<p>
|
||||
<a href="https://fediring.net/previous?host=sitoctt.octt.eu.org">←</a>
|
||||
<a href="https://fediring.net/">
|
||||
<img class="w1 h1" src="https://sitoctt-assets.octt.eu.org/Media/Icons/Fediverse/Fediverse_logo_proposal.svg" title="Fediverse Logo Proposal, Eukombos, CC0, Wikimedia Commons"/>
|
||||
Fediring
|
||||
</a>
|
||||
<a href="https://fediring.net/random">[🎲]</a>
|
||||
<a href="https://fediring.net/next?host=sitoctt.octt.eu.org">→</a>
|
||||
</p>
|
||||
<div>
|
||||
<h1 class="f3">Rings</h1>
|
||||
<p>
|
||||
<a href="https://fediring.net/previous?host=sitoctt.octt.eu.org">←</a>
|
||||
<a href="https://fediring.net/">
|
||||
<img class="w1 h1" src="https://sitoctt-assets.octt.eu.org/Media/Icons/Fediverse/Fediverse_logo_proposal.svg" title="Fediverse Logo Proposal, Eukombos, CC0, Wikimedia Commons"/>
|
||||
Fediring
|
||||
</a>
|
||||
<a href="https://fediring.net/random">[🎲]</a>
|
||||
<a href="https://fediring.net/next?host=sitoctt.octt.eu.org">→</a>
|
||||
</p>
|
||||
</div>
|
||||
{{ if hugo.IsProduction }}
|
||||
<br />
|
||||
<div id="StatCounter">
|
||||
<h4>Contatore delle visite</h4>
|
||||
<a class="NoABigger" href="https://www.contatoreaccessi.com" target="_blank" rel="noopener" title="Contatore assoluto delle visite"><img src="https://counter4.whocame.ovh/private/contatoreaccessi.php?c=3pfp8ahxbnm9e53pqtcnuxz8mq7wrk9s" border="0" alt="Conto assoluto delle visite"></a>
|
||||
</div>
|
||||
{{ end }}
|
||||
</section>
|
||||
|
@@ -1,5 +1,5 @@
|
||||
<footer class="{{ .Site.Params.background_color_class | default "bg-black" }} bottom-0 w-100 pa3" role="contentinfo" style="background-color: #330066;">
|
||||
<a href="#!/header" class="fixed bg-dark-gray pa3 br-100 bottom-1 right-1" style="background-color:#707;">⬆️</a>
|
||||
<a href="#!/header" class="fixed bg-dark-gray pa3 br-100 bottom-1 right-1" style="background-color:#707; z-index:9;">⬆️</a>
|
||||
<div class="flex justify-between">
|
||||
<a class="fw4 hover-white no-underline white-80 dib-ns pv2 ph3" href="{{ .Site.Home.Permalink }}" >
|
||||
© {{ with .Site.Copyright | default .Site.Title }} {{ . | safeHTML }} 2022–{{ now.Format "2006" }} {{ end }}
|
||||
|
Reference in New Issue
Block a user