This appears to work perfectly! However, it looks like the default color scheme is black on white, and I'd like it to be the other way around - what do I change to make the black background default?
Also, is there any way for changing the color scheme to bring a different set of navigation buttons in? I made some white ones (not a complete set yet) which would look much nicer than the existing ones on the white background.
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
$("b...
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.)