mirror of https://gitlab.com/octtspacc/sitoctt
Agg. interni
This commit is contained in:
parent
f6e8b70ed3
commit
70c7f5be53
|
@ -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;
|
||||
}
|
||||
|
||||
/*--------------------------------------------------------*/
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
|
|
@ -1,7 +1,8 @@
|
|||
// % Title: 🦄 Fritto Misto
|
||||
// % HTMLTitle: <span class="twa twa-unicorn"><span>🦄</span></span> Fritto Misto
|
||||
// % Index: True
|
||||
// % Order = 70
|
||||
|
||||
# <span class="twa twa-unicorn"><span>🦄</span></span> Fritto Misto
|
||||
|
||||
<div><span>[staticoso:Category:Fritto-Misto]</span></div>
|
||||
<div><staticoso:Category:Fritto-Misto></div>
|
||||
|
|
|
@ -0,0 +1,7 @@
|
|||
// % Type = Page
|
||||
|
||||
# Lista di Tutti i Post
|
||||
|
||||
<div>
|
||||
<staticoso:DirectoryList:Posts/>
|
||||
</div>
|
1
Site.ini
1
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
|
||||
|
|
Loading…
Reference in New Issue