mirror of https://gitlab.com/octtspacc/sitoctt
Fix CSS (ancora)
This commit is contained in:
parent
1e11a1ec66
commit
b09dd8ff01
|
@ -56,7 +56,7 @@ ul {
|
||||||
Width: 100%;
|
Width: 100%;
|
||||||
Padding: var(--ContentPadding);
|
Padding: var(--ContentPadding);
|
||||||
}
|
}
|
||||||
#TopBox * {
|
#TopBox h1, #TopBox h2, #TopBox h3, #TopBox h4, #TopBox h5, #TopBox h6 {
|
||||||
Display: Inline;
|
Display: Inline;
|
||||||
}
|
}
|
||||||
#LeftBox, #LeftBoxContainer {
|
#LeftBox, #LeftBoxContainer {
|
||||||
|
|
|
@ -18,7 +18,7 @@
|
||||||
</div>
|
</div>
|
||||||
<div id="MiddleBox">
|
<div id="MiddleBox">
|
||||||
<div id="LeftBoxContainer">
|
<div id="LeftBoxContainer">
|
||||||
<label id="LeftBoxLabel" for="LeftBoxCheck"><big><b>[</b><span class="twa twa-books"><span>📚</span></span><b>]</b></big></label>
|
<label id="LeftBoxLabel" for="LeftBoxCheck"><big><b>[<span class="twa twa-books"><span>📚</span></span>]</b></big></label>
|
||||||
<input type="checkbox" id="LeftBoxCheck" checked>
|
<input type="checkbox" id="LeftBoxCheck" checked>
|
||||||
<br>
|
<br>
|
||||||
<div id="LeftBox" class="ToggleBox">
|
<div id="LeftBox" class="ToggleBox">
|
||||||
|
@ -28,7 +28,7 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div id="RightBoxContainer">
|
<div id="RightBoxContainer">
|
||||||
<label id="RightBoxLabel" for="RightBoxCheck"><big><b>[</b><span class="twa twa-bookmark-tabs"><span>📑</span></span><b>]</b></big></label>
|
<label id="RightBoxLabel" for="RightBoxCheck"><big><b>[<span class="twa twa-bookmark-tabs"><span>📑</span></span>]</b></big></label>
|
||||||
<input type="checkbox" id="RightBoxCheck" checked>
|
<input type="checkbox" id="RightBoxCheck" checked>
|
||||||
<br>
|
<br>
|
||||||
<div id="RightBox" class="ToggleBox">
|
<div id="RightBox" class="ToggleBox">
|
||||||
|
@ -40,7 +40,7 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div id="BottomBoxContainer">
|
<div id="BottomBoxContainer">
|
||||||
<label id="BottomBoxLabel" for="BottomBoxCheck"><big><b>[</b><span class="twa twa-label"><span>🏷️</span></span><b>]</b></big></label>
|
<label id="BottomBoxLabel" for="BottomBoxCheck"><big><b>[<span class="twa twa-label"><span>🏷️</span></span>]</b></big></label>
|
||||||
<input type="checkbox" id="BottomBoxCheck">
|
<input type="checkbox" id="BottomBoxCheck">
|
||||||
<div id="BottomBox" class="ToggleBox">
|
<div id="BottomBox" class="ToggleBox">
|
||||||
[HTML:Part:Standard/BottomBox.html]
|
[HTML:Part:Standard/BottomBox.html]
|
||||||
|
|
Loading…
Reference in New Issue