Compare commits
No commits in common. "22e43da5d17af24dff131ee593d23ad8086949bf" and "23e5cc262cc23227a1a0049972d07ce559e80a03" have entirely different histories.
22e43da5d1
...
23e5cc262c
2 changed files with 10 additions and 38 deletions
|
@ -1,4 +1,4 @@
|
||||||
<div id='hamburger'><div id='hb-icon'></div></div>
|
<div id='hamburger'>☰</div>
|
||||||
<header id='header'>
|
<header id='header'>
|
||||||
<h1>Menu</h1>
|
<h1>Menu</h1>
|
||||||
<span class='internal'>
|
<span class='internal'>
|
||||||
|
|
|
@ -145,6 +145,9 @@ header a {
|
||||||
padding: 5px 15px;
|
padding: 5px 15px;
|
||||||
transition: 0.2s all;
|
transition: 0.2s all;
|
||||||
}
|
}
|
||||||
|
header span:not(#theme-control), header a {
|
||||||
|
height: 100%;
|
||||||
|
}
|
||||||
html.night header a {
|
html.night header a {
|
||||||
color: white;
|
color: white;
|
||||||
}
|
}
|
||||||
|
@ -177,40 +180,16 @@ html.night header a:hover {
|
||||||
|
|
||||||
#hamburger {
|
#hamburger {
|
||||||
display: none;
|
display: none;
|
||||||
|
color: mediumpurple;
|
||||||
|
font-size: 2em;
|
||||||
position: fixed;
|
position: fixed;
|
||||||
top: 10px;
|
top: 10px;
|
||||||
left: 10px;
|
left: 10px;
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
padding: 10px;
|
transition: 0.2s all;
|
||||||
background: #fafafa;
|
|
||||||
border-radius: 10px;
|
|
||||||
height: 27px;
|
|
||||||
width: 27px;
|
|
||||||
}
|
}
|
||||||
html.night #hamburger {
|
#hamburger.active {
|
||||||
background: #333;
|
color: white;
|
||||||
}
|
|
||||||
#hb-icon {
|
|
||||||
height: 100%;
|
|
||||||
width: 100%;
|
|
||||||
background: linear-gradient(
|
|
||||||
to bottom,
|
|
||||||
mediumpurple, mediumpurple 10%,
|
|
||||||
#fafafa 10%, #fafafa 45%,
|
|
||||||
mediumpurple 45%, mediumpurple 55%,
|
|
||||||
#fafafa 55%, #fafafa 90%,
|
|
||||||
mediumpurple 90%, mediumpurple 100%
|
|
||||||
);
|
|
||||||
}
|
|
||||||
html.night #hb-icon {
|
|
||||||
background: linear-gradient(
|
|
||||||
to bottom,
|
|
||||||
mediumpurple, mediumpurple 10%,
|
|
||||||
#333 10%, #333 45%,
|
|
||||||
mediumpurple 45%, mediumpurple 55%,
|
|
||||||
#333 55%, #333 90%,
|
|
||||||
mediumpurple 90%, mediumpurple 100%
|
|
||||||
);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#theme-control {
|
#theme-control {
|
||||||
|
@ -260,16 +239,10 @@ html.night #theme-control::before {
|
||||||
display: block;
|
display: block;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media only screen and (max-width: 1000px) {
|
@media only screen and (max-width: 800px) {
|
||||||
#main {
|
#main {
|
||||||
width: 95%;
|
width: 95%;
|
||||||
}
|
}
|
||||||
header a {
|
|
||||||
padding: 5px 8px;
|
|
||||||
}
|
|
||||||
header {
|
|
||||||
justify-content: space-around;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
|
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
|
||||||
|
@ -321,7 +294,6 @@ html.night #theme-control::before {
|
||||||
}
|
}
|
||||||
header span {
|
header span {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
text-align: center;
|
|
||||||
}
|
}
|
||||||
header span:not(#theme-control), header a {
|
header span:not(#theme-control), header a {
|
||||||
height: unset;
|
height: unset;
|
||||||
|
|
Loading…
editor.table_modal.header
Reference in a new issue