Agg. interni

This commit is contained in:
octospacc 2022-10-26 00:32:52 +02:00
parent f6e8b70ed3
commit 70c7f5be53
5 changed files with 30 additions and 5 deletions

View File

@ -1,8 +1,10 @@
/*--------------------------------------------------------* /*--------------------------------------------------------*
* Globale * * Global *
*--------------------------------------------------------*/ *--------------------------------------------------------*/
:Root { :Root {
--RectBlur: 4px;
--WindowMargin: 4px; --WindowMargin: 4px;
--WindowPadding: 8px; --WindowPadding: 8px;
--WindowBorderSize: 4px; --WindowBorderSize: 4px;
@ -13,11 +15,11 @@
--TitleBarHeight: 32px; --TitleBarHeight: 32px;
--TitleBarText: #FFFFFF; --TitleBarText: #FFFFFF;
--TitleBarBackground: #2A0A3A; --TitleBarBackground: RGBA(42,10,58,0.90) /*#2A0A3A*/;
--TaskBarText: #111111; --TaskBarText: #111111;
--TaskBarLinks: #0000EE; --TaskBarLinks: #0000EE;
--TaskBarBackground: #CCAADD; --TaskBarBackground: RGBA(204,170,221,0.90) /*#CCAADD*/;
--TaskBarHeight: 36px; --TaskBarHeight: 36px;
} }
@ -103,6 +105,7 @@ Ul {
Width: 100%; Width: 100%;
Color: Var(--TaskBarText); Color: Var(--TaskBarText);
Background: Var(--TaskBarBackground); Background: Var(--TaskBarBackground);
Backdrop-Filter: blur(Var(--RectBlur));
Position: Fixed; Position: Fixed;
Bottom: 0px; Bottom: 0px;
Padding: Var(--WindowMargin); Padding: Var(--WindowMargin);
@ -120,9 +123,13 @@ Ul {
Padding: Calc(Var(--WindowPadding)*2); Padding: Calc(Var(--WindowPadding)*2);
Color: Var(--TaskBarText); Color: Var(--TaskBarText);
Background: Var(--TaskBarBackground); Background: Var(--TaskBarBackground);
Backdrop-Filter: blur(Var(--RectBlur));
Max-Height: Calc(90vh - Var(--TaskBarHeight)); Max-Height: Calc(90vh - Var(--TaskBarHeight));
Overflow-Y: Scroll; Overflow-Y: Scroll;
} }
.TaskBarMenu {
Font-Size: Larger;
}
.TaskBarMenu A { .TaskBarMenu A {
Color: Var(--TaskBarLinks) !Important; Color: Var(--TaskBarLinks) !Important;
} }
@ -160,7 +167,7 @@ Ul {
/*--------------------------------------------------------* /*--------------------------------------------------------*
* Fritto Misto - Andrebbe ordinato * * Mixed fried - Should be ordered *
*--------------------------------------------------------*/ *--------------------------------------------------------*/
/* No selezione */ /* No selezione */
@ -203,5 +210,8 @@ Ul {
#TitlesWindow .WindowContent Ul Li, .TaskBarMenu Ul Li { #TitlesWindow .WindowContent Ul Li, .TaskBarMenu Ul Li {
List-Style-Type: None !Important; List-Style-Type: None !Important;
} }
#TitlesWindow Ul, .TaskBarMenu Ul {
Padding-Top: 0px;
}
/*--------------------------------------------------------*/ /*--------------------------------------------------------*/

View File

@ -188,6 +188,9 @@ IFrame {
#LeftBox Ul Li, #RightBox Ul Li { #LeftBox Ul Li, #RightBox Ul Li {
List-Style-Type: None; List-Style-Type: None;
} }
#LeftBox Ul, #RightBox Ul {
Padding-Top: 0px;
}
#TopBox { #TopBox {
Width: 100%; Width: 100%;
Padding: Var(--ContentPadding); Padding: Var(--ContentPadding);
@ -210,6 +213,9 @@ IFrame {
Right: Var(--ContentPadding); Right: Var(--ContentPadding);
Padding: Var(--ContentPadding); Padding: Var(--ContentPadding);
} }
#LeftBox {
Font-Size: Larger;
}
#RightBox { #RightBox {
Float: Right; Float: Right;
} }

View File

@ -1,7 +1,8 @@
// % Title: 🦄 Fritto Misto // % Title: 🦄 Fritto Misto
// % HTMLTitle: <span class="twa twa-unicorn"><span>🦄</span></span> Fritto Misto // % HTMLTitle: <span class="twa twa-unicorn"><span>🦄</span></span> Fritto Misto
// % Index: True // % Index: True
// % Order = 70
# <span class="twa twa-unicorn"><span>🦄</span></span> Fritto Misto # <span class="twa twa-unicorn"><span>🦄</span></span> Fritto Misto
<div><span>[staticoso:Category:Fritto-Misto]</span></div> <div><staticoso:Category:Fritto-Misto></div>

7
Posts/index.md Normal file
View File

@ -0,0 +1,7 @@
// % Type = Page
# Lista di Tutti i Post
<div>
<staticoso:DirectoryList:Posts/>
</div>

View File

@ -34,6 +34,7 @@ Exts = ('attr_list', 'def_list', 'fenced_code', 'footnotes', 'markdown_del_ins',
8 = Categories/index 8 = Categories/index
9 = Categories/Blog 9 = Categories/Blog
10 = Categories/MicroBlog 10 = Categories/MicroBlog
11 = Categories/Fritto-Misto
[Macros] [Macros]
# Note: For some macros, because of a problem with python-markdown's "attr_list" extension, the quotes need to be written messy here # Note: For some macros, because of a problem with python-markdown's "attr_list" extension, the quotes need to be written messy here