14 lines
696 B
CSS
14 lines
696 B
CSS
/* Eyes banner design: a canvas critter watching the cursor from the
|
|
grass (banner.html — markup + styles + script inlined by the backend
|
|
into #page-banner). The canvas fills the banner; the scene composes
|
|
against the 13rem layout box and extends flat grass into any overflow
|
|
a theme adds below (summer's cross-fade strip). */
|
|
|
|
/* Opt out of the base parallax (scale overscan + --pry drift): it lands on
|
|
the design wrapper the backend puts around banner.html, and scaling from
|
|
the bottom edge would crop the top of the composed scene — pushing the
|
|
critter out of view — while this canvas animates on its own. */
|
|
#page-banner>[data-design="eyes"] {
|
|
transform: none;
|
|
}
|