Also, is there any way for changing the color scheme to bring a different set of navigation buttons in?
Yes. First, move the determination of which images to use into CSS, by making each navigation a div with its own CSS class, and making a style like
.blackBackground .navButtonNext {
background-image: url("nextButtonBlack.png");
width: 123px;
height: 123px;
}
Add "class=blackBackground" to the tag. Make CSS classes like this for each of the buttons and each of the background colors. Then in setColorScheme, use
$("body").addClass("blackBackground");
$("body").removeClass("whiteBackground");
And the reverse, to change the class on the body tag.
Is there a way to make this happen without having to change how the nav buttons are coded in to the body of each page? I'm doing all the styling with file includes, but the "first/prior/next/last" buttons are hardcoded into each page because the numbers change. Messing with all of them would be a medium-sized deal.
In the vein of the Harry Potter and the Methods of Rationality discussion threads this is the place to discuss anything relating to Alicorn's Twilight fanfic Luminosity. The fanfic is also archived on Alicorn's own website <strike>(warning: white text on black background)</strike>.
Previous discussion is hidden so deeply within the first Methods of Rationality thread that it's difficult to find even if you already know it exists.
Similar to how Eliezer's fanfic popularizes material from his sequences Alicorn is using the insights from her Luminosity sequence.
Spoilers for the fanfic itself as well as the original novels need and should not be hidden, but spoiler protection still applies for any other works of fiction, except for Harry Potter and the Methods of Rationality chapters more than a week old so we can freely discuss similarities and differences.
EDIT: Post-ginormous-spoiler discussion should go to the second thread. (If you have any doubt on whether you have reached the spoiler in question you have not.)