diff options
Diffstat (limited to 'samples/lynx.lss')
-rw-r--r-- | samples/lynx.lss | 14 |
1 files changed, 11 insertions, 3 deletions
diff --git a/samples/lynx.lss b/samples/lynx.lss index 09c244b4..13f673f8 100644 --- a/samples/lynx.lss +++ b/samples/lynx.lss @@ -1,8 +1,10 @@ +# It's best to put these in a .lss file and use "lynx -lss=file.lss whatever" +# for now. # -#it's best to put these in a .lss file and use "lynx -lss=file.lss whatever" for now. +# Normal type styles correspond to HTML tags. # -# Normal type styles. -# next line means: use bold if mono, otherwise brightblue on <defaultbackground> +# The next line (beginning with "em") means: use bold if mono, otherwise +# brightblue on <defaultbackground> em:bold:brightblue strong:bold:brightred b:bold:red @@ -35,6 +37,12 @@ td:normal:default br:normal:default # Special styles - not corresponding directly to HTML tags +# alert - status bar, when message begins "Alert". +# alink - active link +# normal - default attributes +# status - status bar +# whereis - whereis search target +# #normal:normal:default:blue alink:reverse:yellow:black status:reverse:yellow:blue |