contents of zip

This commit is contained in:
transatoshi
2024-12-20 18:08:44 -08:00
parent aeb2b99db7
commit f03ed73d2b
261 changed files with 208197 additions and 0 deletions

53
styles/sections.css Executable file
View File

@@ -0,0 +1,53 @@
@charset "UTF-8";
main > div.unlocked > div > div > div.sections {
flex-grow: 1.4;
}
@media only screen and (max-width: 600px) {
main > div.unlocked > div > div > div.sections {
position: absolute;
margin-left: 2em;
top: 0;
right: 0;
bottom: 0;
left: 0;
}
main > div.unlocked.minimal > div > div > div.sections {
margin-left: 0;
}
}
@media only screen and (max-width: 500px) {
main > div.unlocked > div > div > div.sections {
margin-left: 2.5em;
}
main > div.unlocked.minimal > div > div > div.sections {
margin-left: 0;
}
}
@media only screen and (min-width: 1200px) {
main > div.unlocked > div > div > div.sections {
flex-grow: 2;
}
}
main > div.unlocked > div > div > div.sections > div {
position: absolute;
width: 100%;
height: 100%;
}
@media only screen and (min-width: 601px) {
main > div.unlocked > div > div > div.sections > div.hide {
display: block;
}
}