From 70c7f5be53edce236be4f3c6463f7772bf72f4a5 Mon Sep 17 00:00:00 2001 From: octospacc Date: Wed, 26 Oct 2022 00:32:52 +0200 Subject: [PATCH] Agg. interni --- Assets/Assets/WM.css | 18 ++++++++++++++---- Assets/Assets/sitoctt.css | 6 ++++++ Pages/Categories/Fritto-Misto.md | 3 ++- Posts/index.md | 7 +++++++ Site.ini | 1 + 5 files changed, 30 insertions(+), 5 deletions(-) create mode 100644 Posts/index.md diff --git a/Assets/Assets/WM.css b/Assets/Assets/WM.css index a8ec0bf..fcf5355 100644 --- a/Assets/Assets/WM.css +++ b/Assets/Assets/WM.css @@ -1,8 +1,10 @@ /*--------------------------------------------------------* - * Globale * + * Global * *--------------------------------------------------------*/ :Root { + --RectBlur: 4px; + --WindowMargin: 4px; --WindowPadding: 8px; --WindowBorderSize: 4px; @@ -13,11 +15,11 @@ --TitleBarHeight: 32px; --TitleBarText: #FFFFFF; - --TitleBarBackground: #2A0A3A; + --TitleBarBackground: RGBA(42,10,58,0.90) /*#2A0A3A*/; --TaskBarText: #111111; --TaskBarLinks: #0000EE; - --TaskBarBackground: #CCAADD; + --TaskBarBackground: RGBA(204,170,221,0.90) /*#CCAADD*/; --TaskBarHeight: 36px; } @@ -103,6 +105,7 @@ Ul { Width: 100%; Color: Var(--TaskBarText); Background: Var(--TaskBarBackground); + Backdrop-Filter: blur(Var(--RectBlur)); Position: Fixed; Bottom: 0px; Padding: Var(--WindowMargin); @@ -120,9 +123,13 @@ Ul { Padding: Calc(Var(--WindowPadding)*2); Color: Var(--TaskBarText); Background: Var(--TaskBarBackground); + Backdrop-Filter: blur(Var(--RectBlur)); Max-Height: Calc(90vh - Var(--TaskBarHeight)); Overflow-Y: Scroll; } +.TaskBarMenu { + Font-Size: Larger; +} .TaskBarMenu A { Color: Var(--TaskBarLinks) !Important; } @@ -160,7 +167,7 @@ Ul { /*--------------------------------------------------------* - * Fritto Misto - Andrebbe ordinato * + * Mixed fried - Should be ordered * *--------------------------------------------------------*/ /* No selezione */ @@ -203,5 +210,8 @@ Ul { #TitlesWindow .WindowContent Ul Li, .TaskBarMenu Ul Li { List-Style-Type: None !Important; } +#TitlesWindow Ul, .TaskBarMenu Ul { + Padding-Top: 0px; +} /*--------------------------------------------------------*/ diff --git a/Assets/Assets/sitoctt.css b/Assets/Assets/sitoctt.css index 1f2cc4f..86eec71 100644 --- a/Assets/Assets/sitoctt.css +++ b/Assets/Assets/sitoctt.css @@ -188,6 +188,9 @@ IFrame { #LeftBox Ul Li, #RightBox Ul Li { List-Style-Type: None; } +#LeftBox Ul, #RightBox Ul { + Padding-Top: 0px; +} #TopBox { Width: 100%; Padding: Var(--ContentPadding); @@ -210,6 +213,9 @@ IFrame { Right: Var(--ContentPadding); Padding: Var(--ContentPadding); } +#LeftBox { + Font-Size: Larger; +} #RightBox { Float: Right; } diff --git a/Pages/Categories/Fritto-Misto.md b/Pages/Categories/Fritto-Misto.md index fa8f612..7d11054 100644 --- a/Pages/Categories/Fritto-Misto.md +++ b/Pages/Categories/Fritto-Misto.md @@ -1,7 +1,8 @@ // % Title: 🦄 Fritto Misto // % HTMLTitle: 🦄 Fritto Misto // % Index: True +// % Order = 70 # 🦄 Fritto Misto -
[staticoso:Category:Fritto-Misto]
+
diff --git a/Posts/index.md b/Posts/index.md new file mode 100644 index 0000000..f03eb83 --- /dev/null +++ b/Posts/index.md @@ -0,0 +1,7 @@ +// % Type = Page + +# Lista di Tutti i Post + +
+ +
diff --git a/Site.ini b/Site.ini index a93b42d..dd138b2 100644 --- a/Site.ini +++ b/Site.ini @@ -34,6 +34,7 @@ Exts = ('attr_list', 'def_list', 'fenced_code', 'footnotes', 'markdown_del_ins', 8 = Categories/index 9 = Categories/Blog 10 = Categories/MicroBlog +11 = Categories/Fritto-Misto [Macros] # Note: For some macros, because of a problem with python-markdown's "attr_list" extension, the quotes need to be written messy here