mirror of
https://gitlab.com/octtspacc/sitoctt
synced 2025-06-05 22:09:20 +02:00
Nuova gestione dei titoli (rebuild), aggiornamento PicoBlog
This commit is contained in:
@ -14,8 +14,9 @@ Body {
|
||||
Background: #eeddff;
|
||||
Font-Size: 13pt;
|
||||
Padding: var(--ContentPadding);
|
||||
Overflow-Wrap: Break-Word;
|
||||
}
|
||||
#Container {
|
||||
Div {
|
||||
Box-Sizing: Border-Box;
|
||||
}
|
||||
Details Div {
|
||||
@ -28,9 +29,6 @@ Details Div Details {
|
||||
Padding: 4px;
|
||||
}
|
||||
|
||||
* {
|
||||
Box-Sizing: Border-Box;
|
||||
}
|
||||
.NoDisplay {
|
||||
Display: None;
|
||||
}
|
||||
@ -45,6 +43,9 @@ ul {
|
||||
Padding-Right: 4px;
|
||||
}
|
||||
|
||||
#Container {
|
||||
Max-Width: 100%;
|
||||
}
|
||||
#LeftBox, #RightBox {
|
||||
Max-Width: 90vw;
|
||||
Background: #300030;
|
||||
|
Reference in New Issue
Block a user