You can then use that class (options) to apply the following CSS which will center and add a margin to the left of all options except the first one <br />#passages .options {<br />text-ali
Original CSS Selector => Harlowe CSS Selector (or an approximation as some things don't map exactly, like the placement of the background colour of the page) <br />#passages => tw-s
I would love to use this stylesheet: body {<br />margin: 5% 0 0 0;<br />background-color:#000;<br />}<br />#passages{<br />margin: 0;<br />padding: 0;<br />bo
the link bar element. */<br />$("#passages").after('<div id="linkbar"></div>');<br />/* Setup a predisplay task to clear th
I am assuming that your resetting the default layout of the page using CSS like this: <br />/* Reset page layout */<br />body {<br />margin: 4em;<br />}<br />#sidebar {&l
Is there a better way to set the location of elements on a page so they're where you want them in relation to a background, regardless of differing user resolutions? Currently I'm running my tests off
And then use CSS to position the DIV instead of the <<choice>> macros: <br />#passages .choices {<br />position: fixed;<br />bottom: 3em;<br />}<br />#passage
But any declarations made with those either does what I've read it says it will do, changes all the links for every passage or all the links related to a single passage, which works wonderfully...If y
You could try something like the following CSS, changing colours and font as you wish. <br />#passages button {<br />background-color: blue;<br />border-color: blue;<br />color
(note: you can also add style rules for the "poem" and "one" classes.) <br />#passages .poem .two {padding-left: 2em;}<br />#passages .poem .three {padding-left: 4em;}&