• Rewind
  • Restart
  • Bookmark
  • This story was created with Twine and is powered by TiddlyWiki
You can make stylesheets apply only to particular passages by having the stylesheet and the passage possess the same tags.\n\nIf a stylesheet has multiple tags, it will apply to any passage which has any one of those tags.
This passage has [[outlined links|Next2]] and a red border.\n\n[[Next|Next3]]
\n.passage {\n border-radius: 2em;\n padding: 2em;\n border: inset 1px crimson;\n}
This passage has [[gold links|Next3]] and a red border.\n\n[[Next|Start]]
This passage has [[blurred links|Next]] and a blue border.\n\n[[Next|Next2]]
This passage has [[gold links|Start]].\n\n[[Next|Next]]
\n.passage a {\n color: lightgoldenrod;\n \n}\n.passage a:hover {\n color: lightgoldenrodyellow;\n transition: all 2s;\n}
\n.passage a {\n color: black;\n text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;\n}\n.passage a:hover {\n color: white;\n}
\n.passage {\n border-radius: 2em;\n padding: 2em;\n border: double 4px dodgerblue;\n}
\n.passage a {\n color:transparent;\n text-shadow: 0em 0em 0.3em #fff;\n \n}\n.passage a:hover {\n color:transparent;\n text-shadow: 0em 0em 0.5em #fff;\n}
Tagged stylesheet example
Leon Arnott