Before LiveJournal had the currently fancy style editor it has now, users had to edit the style files by hand. This is the old documentation on how that was done....
When creating a style or overriding other styles, you must define (or re-define) variables in a very specific format that the server can understand. You have two options, depending on whether the value of your variable is going to be very short (a single line) or multiple lines.
For a single line element, like the number of items to be shown in your most-recent journal history, you specify the variable name (which is always in ALL-CAPS) and then the characters =>, and the value. For example:
For multiple line elements, the format is similiar. First you specify the variable name, but instead of => you do a <= and go to the next line. Then, type all the lines that you want in that variable and go to a new line and type <=VARIABLE. For example:
%%events%%
One thing interesting to note in the preceeding example is the %%events%% property. All things enclosed in double percent signs are properties that the server will fill in. All variables and properties are documented. See the list of variables for more information. page.