Agg. interni

This commit is contained in:
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 {
--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;
}
/*--------------------------------------------------------*/

View File

@@ -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;
}