Styling Read Aloud Controls

Use .-ibooks-media-overlay-enabled to style "startstop" element depending on the current state.

html #mybutton {    /* style when readaloud is stopped */ color: green;}
html.-ibooks-media-overlay-enabled #mybutton {    /* style when readaloud is playing */ color: red;}