mirror of
https://gitlab.com/octtspacc/sitoctt
synced 2025-06-05 22:09:20 +02:00
Modifica delle macro per gli assets esterni
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<link rel="stylesheet" href="[staticoso:Site:RelativeRoot]Assets/WM.css">
|
||||
<!-- <link rel="stylesheet" href="../Assets/Assets/WM.css"> -->
|
||||
<link href="[staticoso:Folder:*:AbsoluteRoot]/sitoctt-assets/Fonts/SpaceMono/Style.css" rel="stylesheet">
|
||||
<link href="[staticoso:Folder:Assets:AbsoluteRoot]/Fonts/SpaceMono/Style.css" rel="stylesheet">
|
||||
<link rel="alternate" type="application/atom+xml" title="Feed Atom" href="[staticoso:Site:RelativeRoot]feed/atom.xml">
|
||||
<link rel="alternate" type="application/rss+xml" title="Feed RSS" href="[staticoso:Site:RelativeRoot]feed/rss.xml">
|
||||
<title>[staticoso:Page:Title] - [staticoso:Site:Name]</title>
|
||||
@@ -19,7 +19,7 @@
|
||||
<style>
|
||||
[staticoso:Page:Style]
|
||||
Body {
|
||||
Background: url([staticoso:Folder:*:AbsoluteRoot]/sitoctt-assets/Media/Backgrounds/Circles-Purple.png), #5C00CA;
|
||||
Background: url([staticoso:Folder:Assets:AbsoluteRoot]/Media/Backgrounds/Circles-Purple.png), #5C00CA;
|
||||
Background-Repeat: Repeat;
|
||||
}
|
||||
</style>
|
||||
|
@@ -19,8 +19,8 @@
|
||||
<style>
|
||||
body {
|
||||
background-color: #3B6EA5 !important;
|
||||
/* Copyright: [staticoso:Folder:*:AbsoluteRoot]/sitoctt-assets/Media/Backgrounds/Windows-2000-Clouds/COPYRIGHT.md */
|
||||
background: url('[staticoso:Folder:*:AbsoluteRoot]/sitoctt-assets/Media/Backgrounds/Windows-2000-Clouds/Windows-2000-Clouds-1920x1440-Q96.webp');
|
||||
/* Copyright: [staticoso:Folder:Assets:AbsoluteRoot]/Media/Backgrounds/Windows-2000-Clouds/COPYRIGHT.md */
|
||||
background: url('[staticoso:Folder:Assets:AbsoluteRoot]/Media/Backgrounds/Windows-2000-Clouds/Windows-2000-Clouds-1920x1440-Q96.webp');
|
||||
background-size: auto fill;
|
||||
background-position: center;
|
||||
}
|
||||
@@ -40,9 +40,9 @@
|
||||
<h1 id="blog-title"><a href="[staticoso:Site:RelativeRoot]index.html" class="h-card p-author"><strong class="twa twa-sparkles"><span>✨</span></strong><strong class="MainIdTextGradientL">sitoctt</strong><strong class="twa twa-sparkles"><span>✨</span></strong></a></h1>
|
||||
<nav>[staticoso:Site:Menu]</nav>
|
||||
</header>
|
||||
<article id="post-body" class="sans h-entry" style="margin-bottom:24px!important;"><h2 id="title" class="p-name dated"><img src="[staticoso:Folder:*:AbsoluteRoot]/sitoctt-assets/Media/Icons/Text-File-32x32.png"> <span>[staticoso:Page:Title]</span></h2><div class="e-content">[staticoso:Page:Content]
|
||||
<article id="post-body" class="sans h-entry" style="margin-bottom:24px!important;"><h2 id="title" class="p-name dated"><img src="[staticoso:Folder:Assets:AbsoluteRoot]/Media/Icons/Text-File-32x32.png"> <span>[staticoso:Page:Title]</span></h2><div class="e-content">[staticoso:Page:Content]
|
||||
<br><hr><br>
|
||||
<p><a href="[staticoso:Site:RelativeRoot]index.html">sitoctt</a> di <a href="https://mastodon.uno/@octo" target="_blank" rel="noopener">octospacc</a> è <a href="[staticoso:Site:RelativeRoot]index.html#-Sorgenti-e-licenze">concesso sotto licenza CC BY-SA 4.0 <span class="CCIcons"><img src="[staticoso:Folder:*:AbsoluteRoot]/sitoctt-assets/Media/Icons/CC/CC.svg"> <img src="[staticoso:Folder:*:AbsoluteRoot]/sitoctt-assets/Media/Icons/CC/BY.svg"> <img src="[staticoso:Folder:*:AbsoluteRoot]/sitoctt-assets/Media/Icons/CC/SA.svg"></span></a></p>
|
||||
<p><a href="[staticoso:Site:RelativeRoot]index.html">sitoctt</a> di <a href="https://mastodon.uno/@octo" target="_blank" rel="noopener">octospacc</a> è <a href="[staticoso:Site:RelativeRoot]index.html#-Sorgenti-e-licenze">concesso sotto licenza CC BY-SA 4.0 <span class="CCIcons"><img src="[staticoso:Folder:Assets:AbsoluteRoot]/Media/Icons/CC/CC.svg"> <img src="[staticoso:Folder:Assets:AbsoluteRoot]/Media/Icons/CC/BY.svg"> <img src="[staticoso:Folder:Assets:AbsoluteRoot]/Media/Icons/CC/SA.svg"></span></a></p>
|
||||
<p><i><b>Nota sul copyright</b>: tutti i diritti sull'immagine di sfondo appartengono a Microsoft Corporation (immagine originale) e a <a href="https://www.deviantart.com/master-bit/art/Windows-2000-Wallpaper-4K-Remastered-732122164" target="_blank" rel="noopener">deviantart.com/master-bit</a> (immagine rimasterizzata).</i></p>
|
||||
</div><div id="ContentInfo">[staticoso:Page:ContentInfo]</div></article>
|
||||
<p id="BuildTimeLine">Pagina compilata in data: <span>[staticoso:BuildTime]</span></p>
|
||||
|
@@ -4,7 +4,7 @@
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<link rel="stylesheet" href="[staticoso:Site:RelativeRoot]Assets/sitoctt.css">
|
||||
<link href="[staticoso:Folder:*:AbsoluteRoot]/sitoctt-assets/Fonts/SpaceMono/Style.css" rel="stylesheet">
|
||||
<link href="[staticoso:Folder:Assets:AbsoluteRoot]/Fonts/SpaceMono/Style.css" rel="stylesheet">
|
||||
<link rel="alternate" type="application/atom+xml" title="Feed Atom" href="[staticoso:Site:RelativeRoot]feed/atom.xml">
|
||||
<link rel="alternate" type="application/rss+xml" title="Feed RSS" href="[staticoso:Site:RelativeRoot]feed/rss.xml">
|
||||
<title>[staticoso:Page:Title] - [staticoso:Site:Name]</title>
|
||||
|
Reference in New Issue
Block a user