diff --git a/dance.css b/dance.css deleted file mode 100644 index 26b3c42..0000000 --- a/dance.css +++ /dev/null @@ -1,237 +0,0 @@ -@media (color) { - ::selection { - color: var(--dew-oil); - background: var(--dew-ink); - } -} - -.dew-mpf { - --dew-shift: color 101ms; - --dew-solar: #dba; - --dew-lunar: #315; - --dew-locus: currentColor; - --dew-focus: none; - --dew-hover: hue-rotate(-30deg); -} - -.dew-preamp { - --dew-solar: #111; - --dew-lunar: skyblue; -} - -.dew-powamp { - --dew-solar: indigo; - --dew-lunar: lemonchiffon; -} - -.dew-postamp { - --dew-solar: #528; - --dew-lunar: #bae; -} - -.dew-active { - --dew-solar: #222; - --dew-lunar: salmon; -} - -.dew-passive { - --dew-solar: #222; - --dew-lunar: silver; -} - -.dew-wood { - --dew-solar: #222; - --dew-lunar: burlywood; -} - -.dew-fire { - --dew-solar: #111; - --dew-lunar: deeppink; -} - -.dew-earth { - --dew-solar: #111; - --dew-lunar: rosybrown; -} - -.dew-metal { - --dew-solar: #101; - --dew-lunar: slategray; -} - -.dew-water { - --dew-solar: #111; - --dew-lunar: deepskyblue; -} - -:link { - box-sizing: border-box; - border: medium groove currentColor; - text-decoration: overline dotted; -} - -:focus { - outline-style: dotted; - outline-width: thick; -} - -html { - font-family: sans-serif; - font-size: calc(1ch + 2vmin/3 + 1vmax); - line-height: 1.618; -} - -body { - box-sizing: border-box; - overflow-wrap: break-word; - display: flex; - flex-direction: column; - font-family: monospace; - margin: auto; - padding: 1em; -} - -#about { - contain: content; - display: flex; - flex-direction: column; - font-size: .8rem; -} - -abbr { - text-decoration: underline dotted; -} - -h1 { - contain: style; - text-align: center; -} - -p { - box-sizing: border-box; - padding: 1em; -} - -i { - font-family: monospace; -} - -dfn { - font-size: 1rem; - font-style: unset; - font-weight: bold; -} - -data { - padding: 1ex; - font-family: monospace; -} - -ol { - contain: content; - display: flow-root; - list-style: none; - padding: 0; -} - -section { - contain: content; - margin-block: 1em; -} - -section p { - margin-block: 0; -} - -@media (orientation: portrait) { - li { - contain: paint; - display: flex; - flex-flow: wrap; - } - - data:nth-child(2) { - order: 3; - } -} - -@media (orientation: landscape) { - li { - contain: paint; - display: flex; - flex-flow: row; - } - - li:nth-of-type(odd) { - list-style: none; - text-align: start; - float: left; - clear: right; - order: 1; - } - - li:nth-of-type(odd) - data:nth-child(1) { - order: -1; - } - - li:nth-of-type(even) { - list-style: none; - text-align: end; - float: right; - order: -1; - } - - li:nth-of-type(even) - data:nth-child(1) { - order: 3; - } - - li:nth-of-type(even) - data:nth-child(3) { - order: 2; - } - - [value=nature], - [value=energy] { - font-size: .8rem; - } - - #duet { - contain: layout; - display: flow-root; - } - - #duet p:first-child { - float: left; - } - - #duet p:last-child { - float: right; - text-align: end; - } - - .split { - display: flex; - margin: 0; - } -} - -#triad p { - display: table; -} - -[hidden], -template { - display: none; -} - -li:hover { - cursor: crosshair; -} - -li:focus [value=energy], -li:focus [value=nature], -li:not(:focus) [value=symbol] { - font-size: 0; -} diff --git a/floor.css b/floor.css deleted file mode 100644 index 4e49c88..0000000 --- a/floor.css +++ /dev/null @@ -1,5 +0,0 @@ -/* -https://s9a.page/dew -https://s9a.org/dew/releases/v0.2.0 -*/ -.dew-shift,.dew-shift *{transition:var(--dew-shift)}.dew-wet,.dew-wet *{background:var(--dew-oil);color:var(--dew-ink)}.dew-rim,.dew-rim *{border-color:var(--dew-rim)}.dew-hyper,.dew-hyper :any-link{filter:var(--dew-hyper)}.dew-tab :focus,.dew-tab:focus{filter:var(--dew-focus);outline-color:var(--dew-locus)}.dew-field:disabled{filter:var(--dew-vapor)}.dew-lunar.dew-lunar,.dew-media.dew-media,.dew-polar.dew-polar,.dew-solar.dew-solar{fill:var(--dew-oil);background:var(--dew-oil);color:var(--dew-ink)}:root{--dew-hyper:none;--dew-media:var(--dew-solar);--dew-polar:var(--dew-lunar);--dew-oil:var(--dew-media);--dew-ink:var(--dew-polar);--dew-rim:var(--dew-ink);--dew-shift:none;--dew-solar:hotpink;--dew-lunar:#201;--dew-locus:currentColor;--dew-focus:invert(100%);--dew-hover:none;--dew-vapor:opacity(60%)}:any-link:hover{--dew-hyper:var(--dew-hover)}:any-link:focus{--dew-hyper:var(--dew-focus)}.dew-media{--dew-oil:var(--dew-media);--dew-ink:var(--dew-polar)}.dew-polar{--dew-oil:var(--dew-polar);--dew-ink:var(--dew-media)}.dew-solar{--dew-oil:var(--dew-solar);--dew-ink:var(--dew-lunar)}.dew-lunar{--dew-oil:var(--dew-lunar);--dew-ink:var(--dew-solar)}@media (prefers-color-scheme:dark){:root{--dew-media:var(--dew-lunar);--dew-polar:var(--dew-solar)}} diff --git a/index.html b/index.html index 528d3ce..58aa0d0 100644 --- a/index.html +++ b/index.html @@ -1,230 +1,278 @@ - + MPF = moon pass filter - - + + - - + + +

- MPF235 + MPF235

    -
  1. - 01 - candle - active - wood -
  2. - 02 - mouth - passive - wood -
  3. - 03 - leopard - active - fire -
  4. - 04 - tree of knowledge - passive - fire -
  5. - 05 - unicorn - active - earth -
  6. - 06 - crane - passive - earth -
  7. - 07 - wind rose - active - metal -
  8. - 08 - phoenix - passive - metal -
  9. - 09 - bat - active - water -
  10. - 10 - fountain - passive - water -
  11. - 11 - kundalini - active - wood -
  12. - 12 - heart - passive - wood -
  13. - 13 - wheel - active - fire -
  14. - 14 - trumpet - passive - fire -
  15. - 15 - snake - active - earth -
  16. - 16 - butterfly - passive - earth -
  17. - 17 - bell - active - metal -
  18. - 18 - mirror - passive - metal -
  19. - 19 - spider - active - water -
  20. - 20 - eagle - passive - water -
  21. - 21 - horse - active - wood -
  22. - 22 - elephant - passive - wood -
  23. - 23 - crocodile - active - fire -
  24. - 24 - bear - passive - fire -
  25. - 25 - turtle - active - earth -
  26. - 26 - frog - passive - earth -
  27. - 27 - trident - active - metal -
  28. - 28 - lotus - passive - metal -
  29. - 29 - octopus - active - water -
  30. - 30 - golden swan - passive - water +
  31. + 01 + candle + active + wood +
  32. + 02 + mouth + passive + wood +
  33. + 03 + leopard + active + fire +
  34. + 04 + tree of knowledge + passive + fire +
  35. + 05 + unicorn + active + earth +
  36. + 06 + crane + passive + earth +
  37. + 07 + wind rose + active + metal +
  38. + 08 + phoenix + passive + metal +
  39. + 09 + bat + active + water +
  40. + 10 + fountain + passive + water +
  41. + 11 + kundalini + active + wood +
  42. + 12 + heart + passive + wood +
  43. + 13 + wheel + active + fire +
  44. + 14 + trumpet + passive + fire +
  45. + 15 + snake + active + earth +
  46. + 16 + butterfly + passive + earth +
  47. + 17 + bell + active + metal +
  48. + 18 + mirror + passive + metal +
  49. + 19 + spider + active + water +
  50. + 20 + eagle + passive + water +
  51. + 21 + horse(s) + active + wood +
  52. + 22 + elephant + passive + wood +
  53. + 23 + crocodile + active + fire +
  54. + 24 + bear + passive + fire +
  55. + 25 + turtle + active + earth +
  56. + 26 + frog + passive + earth +
  57. + 27 + trident + active + metal +
  58. + 28 + lotus + passive + metal +
  59. + 29 + octopus + active + water +
  60. + 30 + swan(s) + passive + water
-