| | \makeevenhead{headings}{}{}{} |
| | \makeoddhead{headings}{}{}{} |
| | -\newcommand{\NightBand}{\raisebox{-1.2ex}{\rule{\textwidth}{1.75em}}} |
| | +\newlength{\footbarskip} |
| | +\newlength{\foottextskip} |
| | + |
| | +\setlength{\footbarskip}{-1.2ex} |
| | +\setlength{\foottextskip}{-.25ex} |
| | + |
| | +\newcommand{\NightBand}{\raisebox{\footbarskip}{\rule{\textwidth}{1.75em}}} |
| | \newcommand{\ScaryNightPageNum}{% |
| | \color{\brighthighlight}\bfseries% |
| | - \raisebox{-.25ex}{\includegraphics[height=.95em]{theme/flyingbat}} \thepage\ \raisebox{-.25ex}{\includegraphics[height=.9em]{theme/Moon}}% |
| | + \raisebox{\foottextskip}{\includegraphics[height=.95em]{theme/flyingbat}} \thepage\ \raisebox{\foottextskip}{\includegraphics[height=.9em]{theme/Moon}}% |
| | } |
| | \makeevenfoot{plain}{\NightBand}{% |