Changed all Stylus css to SASS because stylus is no longer supported by anyone. Fixed a bunch of references to old files no longer used - there are a lot of old pages that could still be removed.

This commit is contained in:
2024-07-25 10:23:06 -07:00
parent 178f295dac
commit 1f942b113d
63 changed files with 3163 additions and 976 deletions

21
public/ap/_airlift.sass Normal file
View File

@@ -0,0 +1,21 @@
#airlift
@media(max-width: 499px)
.instructions
width: 250px
@media(min-width: 500px) and (max-width: 749px)
.instructions
width: 500px
@media(min-width: 750px)
.instructions
width: 750px
h2
display: block
text-align: center
.instructions
margin: 0 auto
clear: both
background-color: #BCB
padding: 10px
border: 1px #232 solid

1
public/ap/_aphome.sass Normal file
View File

@@ -0,0 +1 @@
#aphome

View File

@@ -1,30 +0,0 @@
#airlift {
@media(max-width: 499px) {
.instructions {
width: 250px;
}
}
@media(min-width: 500px) and (max-width: 749px) {
.instructions {
width: 500px;
}
}
@media(min-width: 750px) {
.instructions {
width: 750px;
}
}
h2 {
display: block;
text-align: center;
}
.instructions {
margin: 0 auto;
clear:both;
background-color: #BCB;
padding: 10px;
border: 1px #232 solid;
}
}

View File

@@ -1,3 +0,0 @@
#aphome {
}