mirror of
https://gitlab.com/octtspacc/sitoctt
synced 2025-06-05 22:09:20 +02:00
Agg. PicoBlog, Raccolte Internet e Riso, Home page, Chi sono, Temi
This commit is contained in:
@@ -175,7 +175,7 @@ Body {
|
||||
Max-Height: Calc(90vh - 24px);
|
||||
Top: Calc(24px + Var(--TitleBarHeight));
|
||||
Right: 12px;
|
||||
Z-Index: 16;
|
||||
Z-Index: 20;
|
||||
}
|
||||
#MainWindow .WindowContent {
|
||||
Max-Height: Calc(90vh - 24px - (Var(--TitleBarHeight) * 2) - Var(--WindowMargin));
|
||||
@@ -212,7 +212,8 @@ Body {
|
||||
Padding-Right: 4px;
|
||||
}
|
||||
|
||||
#CountWindow { /* Tared for a reasonable 256x32 image */
|
||||
/* Tared for a reasonably-256x32 image */
|
||||
#CountWindow {
|
||||
/*Max-Width: Calc(256px + 8px);*/
|
||||
Max-Height: Calc(32px + 8px + Var(--TitleBarHeight));
|
||||
Bottom: Calc(8px + 32px + 8px + Var(--TitleBarHeight) + Var(--TaskBarHeight));
|
||||
@@ -233,4 +234,18 @@ Body {
|
||||
*/
|
||||
}
|
||||
|
||||
/* Tared for a 88x31 buttons and everything less tall */
|
||||
#SlideWindow {
|
||||
Max-Width: 50vw;
|
||||
Max-Height: Calc(31px + 8px + Var(--TitleBarHeight));
|
||||
Bottom: Calc(8px + Var(--TaskBarHeight) + 31px);
|
||||
Left: Calc(8px + 2vw);
|
||||
Z-Index: 16;
|
||||
}
|
||||
#SlideWindow .WindowContent {
|
||||
Max-Height: Calc(31px + 8px);
|
||||
Padding: 0px;
|
||||
Overflow: Hidden;
|
||||
}
|
||||
|
||||
/*--------------------------------------------------------*/
|
||||
|
@@ -50,16 +50,17 @@ Details Div {
|
||||
Padding: 4px;
|
||||
}
|
||||
.BorderBox,
|
||||
.BorderBoxContainer > *,
|
||||
Details Div Details {
|
||||
.BorderBoxContainer > Div:Not(.NoBorderBox),
|
||||
.BorderBoxContainer > Details:Not(.NoBorderBox),
|
||||
Details Div Details:Not(.NoBorderBox) {
|
||||
Border: 2px Solid Purple;
|
||||
Margin: 8px;
|
||||
Padding: 4px;
|
||||
}
|
||||
|
||||
A {
|
||||
Color: #D000D0;
|
||||
}
|
||||
A { Color: #D000D0; }
|
||||
Code A, .Code A { Color: #60D0D0; }
|
||||
|
||||
H1, H2, H3, H4, H5, H6 {
|
||||
Color: #503080;
|
||||
}
|
||||
|
Reference in New Issue
Block a user