diff options
Diffstat (limited to 'gnu/usr.bin/lynx/samples/lynx.lss')
-rw-r--r-- | gnu/usr.bin/lynx/samples/lynx.lss | 60 |
1 files changed, 60 insertions, 0 deletions
diff --git a/gnu/usr.bin/lynx/samples/lynx.lss b/gnu/usr.bin/lynx/samples/lynx.lss new file mode 100644 index 00000000000..771097629d5 --- /dev/null +++ b/gnu/usr.bin/lynx/samples/lynx.lss @@ -0,0 +1,60 @@ +# +#it's best to put these in a .lss file and use "lynx -lss=file.lss whatever" for now. +# +#----/cut here for my styles/---- +# normal type styles, use bold if mono, otherwise brightblue on <defaultbackground> +em:bold:brightblue +strong:bold:brightred +b:bold:red +i:bold:blue +alink:reverse:yellow:black +a:bold:green +img:dim:brown +status:reverse:yellow:blue +fig:normal:gray +caption:reverse:brown +hr:normal:yellow +blockquote:normal:brightblue +ul:normal:brown +address:normal:magenta +title:normal:magenta:default +tt:dim:gray:blue +h1:bold:yellow:blue +label:normal:magenta +value:normal:green +high:bold:brightmagenta +q:normal:yellow:magenta +small:dim:gray +big:bold:yellow +sup:bold:yellow +sub:dim:gray +lh:bold:yellow:magenta + +# styles with classes <ul class=red> etc. +ul.red:underline:brightred +ul.blue:bold:brightblue +li.red:reverse:red:yellow +li:normal:magenta +li.blue:bold:blue +strong.a:bold:black:red +em.a:reverse:black:blue +strong.b:bold:white:red +em.b:reverse:white:blue +alert:bold:yellow:red +strong.debug:reverse:green +tr:bold:brown +tr.baone:bold:yellow +tr.batwo:bold:green +tr.bathree:bold:red +# special cases for link - the type is appended after the class +link.green:bold:brightgreen +# special cases for link - the rel is appended after the class +# <link rel=next class=red href="1"> +link.red.next:bold:red +link.red.prev:bold:yellow:red +link.blue.prev:bold:yellow:blue +link.blue.next:bold:blue +link.red:bold:black:red +link.blue:bold:white:blue +link.toc:bold:black:white +link.green.toc:bold:white:green |