mirror of https://gitlab.com/octtspacc/sitoctt
Test bottoni 88x31, footer collassabile
This commit is contained in:
parent
8cdaa4ab46
commit
547eaa90b6
|
@ -24,6 +24,9 @@ Body {
|
||||||
a {
|
a {
|
||||||
Color: #d000d0;
|
Color: #d000d0;
|
||||||
}
|
}
|
||||||
|
a img {
|
||||||
|
Color: None;
|
||||||
|
}
|
||||||
ul {
|
ul {
|
||||||
Padding-Left: 16px;
|
Padding-Left: 16px;
|
||||||
Padding-Right: 4px;
|
Padding-Right: 4px;
|
||||||
|
@ -41,7 +44,7 @@ ul {
|
||||||
List-Style-Type: None;
|
List-Style-Type: None;
|
||||||
}
|
}
|
||||||
#TopBox {
|
#TopBox {
|
||||||
width: 100%;
|
Width: 100%;
|
||||||
Padding: var(--ContentPadding);
|
Padding: var(--ContentPadding);
|
||||||
}
|
}
|
||||||
#LeftBox, #LeftBoxContainer {
|
#LeftBox, #LeftBoxContainer {
|
||||||
|
@ -75,7 +78,7 @@ width: 100%;
|
||||||
Padding-Bottom: calc(var(--ContentPadding) + 80px);
|
Padding-Bottom: calc(var(--ContentPadding) + 80px);
|
||||||
}
|
}
|
||||||
#BottomBox {
|
#BottomBox {
|
||||||
width: 100%;
|
Width: 100%;
|
||||||
Color: #fafaf0;
|
Color: #fafaf0;
|
||||||
Background: rgba(64, 0, 64, 0.6);
|
Background: rgba(64, 0, 64, 0.6);
|
||||||
Text-Align: Right;
|
Text-Align: Right;
|
||||||
|
|
Loading…
Reference in New Issue