home *** CD-ROM | disk | FTP | other *** search
Wrap
// LanguageNow! V8 Style Sheet // NOTE: All primitives & aggregates strings are converted to lower-case when // read by the style sheet parser. // Tokens will have leading & trailing whitespace removed, but let's not // push it. // General information first. [File] Version=1 // Then the list of primitives. // The format is the name of the attributes followed by an equal sign. // Nothing should follow the equal sign on that line. [Primitives] black= red= blue= green= purple= yellow= bold= italics= underlined= no_word_games= no_segment_games= strip_in_unscramble= disable_in_plug_and_play= strip_in_plug_and_play= no_word_sound= no_segment_sound= section_start= grammar_link= title_link= exe_link= now_link= url_link= // Next the word aggregates // The format is the name of the aggregate followed by an equal sign, // followed by the primitives to apply. Each aggregate can have more than // one primitive applied to it; each primitive is seperated by a semi-colon. [Word Aggregates] actor_name_no_italics=no_word_games;strip_in_unscramble;disable_in_plug_and_play actor_name=actor_name_no_italics;italics link=green;underlined;no_word_sound;no_word_games;strip_in_unscramble;strip_in_plug_and_play;disable_in_plug_and_play // Note you can comment each line. // Next the segment aggregates // The format is similar to the word aggregates [Segment Aggregates] heading=bold;no_segment_games;section_start subheading=bold;no_segment_games;section_start narrative=italics;section_start comment=no_segment_games title_text=