header: wip
This commit is contained in:
parent
1974afd770
commit
2834c48c0c
2 changed files with 21 additions and 5 deletions
|
|
@ -21,7 +21,7 @@ body {
|
||||||
|
|
||||||
|
|
||||||
main {
|
main {
|
||||||
padding-top: 3.5rem;
|
padding-top: 5rem;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -70,16 +70,21 @@ crt {
|
||||||
navbar {
|
navbar {
|
||||||
font-family: "VT323", monospace;
|
font-family: "VT323", monospace;
|
||||||
position: fixed;
|
position: fixed;
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
|
||||||
top: 0;
|
top: 0;
|
||||||
left: 0;
|
left: 0;
|
||||||
width: 100svw;
|
width: 100svw;
|
||||||
height: 3.5rem;
|
height: auto;
|
||||||
background-color: var(--win-bg-grey);
|
|
||||||
border-bottom: 2px solid #000;
|
|
||||||
|
|
||||||
navbar-content {
|
navbar-content {
|
||||||
|
|
||||||
display: flex;
|
display: flex;
|
||||||
gap: 0.3rem;
|
gap: 0.3rem;
|
||||||
|
padding: 0.5rem 0;
|
||||||
|
padding-left: 0.5rem;
|
||||||
|
background-color: var(--win-bg-grey);
|
||||||
|
|
||||||
|
|
||||||
input {
|
input {
|
||||||
|
|
@ -88,7 +93,7 @@ navbar {
|
||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
& a {
|
a {
|
||||||
color: inherit;
|
color: inherit;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
|
@ -114,6 +119,14 @@ navbar {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
pink-statusbar {
|
||||||
|
height: 1.5rem;
|
||||||
|
flex-shrink: 0;
|
||||||
|
background-color: var(--darker-pink);
|
||||||
|
|
||||||
|
border-bottom: 2px solid #000;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Home */
|
/* Home */
|
||||||
|
|
|
||||||
|
|
@ -5,4 +5,7 @@
|
||||||
<input type="radio" name="nav" id="nav-music">
|
<input type="radio" name="nav" id="nav-music">
|
||||||
<a href="/music">Music</a>
|
<a href="/music">Music</a>
|
||||||
</navbar-content>
|
</navbar-content>
|
||||||
|
<pink-statusbar>
|
||||||
|
<p>Salut</p>
|
||||||
|
</pink-statusbar>
|
||||||
</navbar>
|
</navbar>
|
||||||
Loading…
Add table
Add a link
Reference in a new issue