mirror of
https://gitlab.com/octtspacc/sitoctt
synced 2025-06-05 22:09:20 +02:00
Agg. interni
This commit is contained in:
@ -1,3 +1,13 @@
|
||||
#RingsDiv Img,
|
||||
.CCIcons > Img, .CCIcon {
|
||||
Display: Inline !Important;
|
||||
Max-Height: 1em !Important;
|
||||
Vertical-Align: Sub;
|
||||
}
|
||||
.CCIcons > Img, .CCIcon {
|
||||
Margin-Left: 3px;
|
||||
}
|
||||
|
||||
.BlinkA {
|
||||
Animation: BlinkerA 0.25s Step-Start Infinite;
|
||||
}
|
||||
|
@ -3,7 +3,8 @@
|
||||
*--------------------------------------------------------*/
|
||||
|
||||
:Root {
|
||||
--WindowPadding: 4px;
|
||||
--WindowMargin: 4px;
|
||||
--WindowPadding: 8px;
|
||||
--WindowBorderSize: 4px;
|
||||
|
||||
--TitleBarHeight: 32px;
|
||||
@ -28,6 +29,14 @@ Body {
|
||||
.NoDisplay {
|
||||
Display: None;
|
||||
}
|
||||
.Center {
|
||||
Text-Align: Center;
|
||||
}
|
||||
|
||||
Ul {
|
||||
Padding-Left: 8px;
|
||||
Padding-Right: 4px;
|
||||
}
|
||||
|
||||
/*--------------------------------------------------------*/
|
||||
|
||||
@ -38,16 +47,16 @@ Body {
|
||||
*--------------------------------------------------------*/
|
||||
|
||||
.Window {
|
||||
Margin: Var(--WindowPadding);
|
||||
Margin: Var(--WindowMargin);
|
||||
Border: Solid Var(--WindowBorderSize) Var(--TitleBarBackground);
|
||||
Color: #000000;
|
||||
Background: #EEE0FF;
|
||||
}
|
||||
.WindowContent {
|
||||
Min-Width: Calc(100% + Var(--WindowPadding)*2 + Var(--WindowBorderSize)*2);
|
||||
Min-Width: Calc(100% + Var(--WindowMargin)*2 + Var(--WindowBorderSize)*2);
|
||||
Padding: Calc(Var(--WindowPadding)*2);
|
||||
Overflow-Y: Auto;
|
||||
Margin-Left: Calc(0px - Var(--WindowPadding) - Var(--WindowBorderSize));
|
||||
Margin-Left: Calc(0px - Var(--WindowMargin) - Var(--WindowBorderSize));
|
||||
Margin-Top: Var(--WindowBorderSize);
|
||||
Color: #000000;
|
||||
Background: #EEE0FF;
|
||||
@ -58,7 +67,7 @@ Body {
|
||||
}
|
||||
|
||||
.TitleBar {
|
||||
Padding: Var(--WindowPadding);
|
||||
Padding: Var(--WindowMargin);
|
||||
Color: Var(--TitleBarForeground);
|
||||
Background: Var(--TitleBarBackground);
|
||||
Vertical-Align: Top;
|
||||
@ -81,7 +90,7 @@ Body {
|
||||
Background: Var(--TaskBarBackground);
|
||||
Position: Fixed;
|
||||
Bottom: 0px;
|
||||
Padding: Var(--WindowPadding);
|
||||
Padding: Var(--WindowMargin);
|
||||
Min-Height: Var(--TaskBarHeight);
|
||||
Max-Height: Var(--TaskBarHeight);
|
||||
Z-Index: 256;
|
||||
@ -152,7 +161,7 @@ Body {
|
||||
Z-Index: 16;
|
||||
}
|
||||
#MainWindow .WindowContent {
|
||||
Max-Height: Calc(90vh - Calc(Var(--TitleBarHeight) * 2) - Var(--WindowPadding));
|
||||
Max-Height: Calc(90vh - Calc(Var(--TitleBarHeight) * 2) - Var(--WindowMargin));
|
||||
}
|
||||
|
||||
#TitlesWindow {
|
||||
@ -164,7 +173,11 @@ Body {
|
||||
Z-Index: 8;
|
||||
}
|
||||
#TitlesWindow .WindowContent {
|
||||
Max-Height: Calc(60vh - Calc(Var(--TitleBarHeight) * 2) - Var(--WindowPadding));
|
||||
Max-Height: Calc(60vh - Calc(Var(--TitleBarHeight) * 2) - Var(--WindowMargin));
|
||||
}
|
||||
|
||||
#TitlesWindow .WindowContent Ul Li, .TaskBarMenu Ul Li {
|
||||
List-Style-Type: None !Important;
|
||||
}
|
||||
|
||||
/*--------------------------------------------------------*/
|
||||
|
@ -75,9 +75,6 @@ article #title span, article #title img {
|
||||
margin: 2px 0px 0px 0px;
|
||||
padding: 2px;
|
||||
}
|
||||
#ContentInfo br {
|
||||
Display: None;
|
||||
}
|
||||
|
||||
/* Article content */
|
||||
article .e-content {
|
||||
|
@ -39,6 +39,8 @@ Body {
|
||||
Color: Transparent !Important;
|
||||
}
|
||||
|
||||
|
||||
|
||||
/*--------------------------------------------------------*/
|
||||
|
||||
|
||||
@ -141,16 +143,6 @@ A:Hover:Not(
|
||||
Margin-Bottom: -4px;
|
||||
}
|
||||
|
||||
#RingsDiv Img,
|
||||
.CCIcons > Img, .CCIcon {
|
||||
Display: Inline !Important;
|
||||
Max-Height: 1em !Important;
|
||||
Vertical-Align: Sub;
|
||||
}
|
||||
.CCIcons > Img, .CCIcon {
|
||||
Margin-Left: 3px;
|
||||
}
|
||||
|
||||
Details > Summary:hover {
|
||||
Font-Size: 15pt;
|
||||
}
|
||||
|
Reference in New Issue
Block a user