Fix CSS, fix per root del sito dinamica

This commit is contained in:
octospacc 2022-05-29 00:56:12 +02:00
parent b09dd8ff01
commit 64b4789c0b
5 changed files with 16 additions and 13 deletions

View File

@ -10,7 +10,7 @@ pages:
stage: deploy
script:
- git clone --depth 1 https://gitlab.com/octtspacc/staticoso
- python3 staticoso/Source/Build.py --Root "/postoctt/"
- python3 staticoso/Source/Build.py --SiteRoot "/postoctt/"
artifacts:
paths:
- public

View File

@ -13,6 +13,7 @@ Body {
Color: #04040c;
Background: #eeddff;
Font-Size: 13pt;
Padding: var(--ContentPadding);
}
#Container {
Box-Sizing: Border-Box;
@ -30,6 +31,9 @@ Details Div Details {
* {
Box-Sizing: Border-Box;
}
.NoDisplay {
Display: None;
}
.NoCol {
Color: Transparent !important;
}
@ -56,7 +60,8 @@ ul {
Width: 100%;
Padding: var(--ContentPadding);
}
#TopBox h1, #TopBox h2, #TopBox h3, #TopBox h4, #TopBox h5, #TopBox h6 {
#TopBox h1, #TopBox h2, #TopBox h3, #TopBox h4, #TopBox h5, #TopBox h6,
#BottomBox h1, #BottomBox h2, #BottomBox h3, #BottomBox h4, #BottomBox h5, #BottomBox h6 {
Display: Inline;
}
#LeftBox, #LeftBoxContainer {
@ -87,15 +92,14 @@ ul {
Right: 0;
Width: 80%;
Padding-Top: calc(var(--ContentPadding) + 24px);
Padding-Bottom: calc(var(--ContentPadding) + 80px);
Padding-Bottom: calc(var(--ContentPadding) + 64px);
}
#BottomBox {
Width: 100%;
Color: #fafaf0;
Background: rgba(64, 0, 64, 0.6);
Text-Align: Right;
Padding-Left: var(--ContentPadding) !important;
Padding-Right: var(--ContentPadding) !important;
Padding: var(--ContentPadding);
Z-Index: -1;
}
#LeftBoxContainer, #RightBoxContainer, #BottomBoxContainer {
@ -107,9 +111,11 @@ ul {
Bottom: 0;
Left: 0;
Right: 0;
Padding: var(--ScreenBorderPadding);
Width: 100%;
}
#BottomBoxContainer {
Padding: var(--ScreenBorderPadding);
}
#TopBoxLeft {
Text-Align: Left;
Display: Inline-Block;
@ -150,10 +156,6 @@ ul {
Visibility: Hidden;
}
.NoDisplay {
Display: None;
}
/* Gradienti */
.MainIdTextGradientL {

View File

@ -36,3 +36,4 @@ details
summary [2022-05-27] Il PicoBlog inizia!
p A cosa serve questo post? A farmi vedere l'effetto iniziale ed eventualmente sistemare del CSS..
p

View File

@ -1,6 +1,6 @@
<div id="TopBoxLeft">
<h3>
<a href="/postoctt">
<a href="[HTML:Site:AbsoluteRoot]">
<!-- Odio HTML vanilla così tanto è illegibile, si, se vado a capo qui si crea uno spazio, non posso farlo... -->
<strong class="twa twa-sparkles"><span></span></strong><strong class="MainIdTextGradientL">postoctt</strong><strong class="twa twa-sparkles"><span></span></strong>
</a>
@ -8,7 +8,7 @@
</div>
<div id="TopBoxRight">
<a href="/postoctt/index.html#-Sorgenti-e-licenze">
<a href="[HTML:Site:AbsoluteRoot]index.html#-Sorgenti-e-licenze">
<img src="/sitoctt-assets/Buttons/CC-BY-SA.gif">
</a>
</div>

View File

@ -3,7 +3,7 @@
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="[HTML:Page:CSS]">
<link rel="stylesheet" href="[HTML:Site:RelativeRoot]Standard.css">
<link href="/sitoctt-assets/Fonts/SpaceMono/Style.css" rel="stylesheet">
<link href="/sitoctt-assets/twemoji-amazing.min.css" rel="stylesheet">
<title>[HTML:Page:Title] - postoctt</title>