diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 1999-03-18 03:40:20 -0500 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 1999-03-18 03:40:20 -0500 |
commit | 79de405977ac0d7820576b353dde07ce09cedba9 (patch) | |
tree | d9c4fe55a871bb65fc0e1448764604b47083100e /samples | |
parent | 2d9e91f9543486865c65bf1b2837b2a7a1e3d1b9 (diff) | |
download | lynx-snapshots-79de405977ac0d7820576b353dde07ce09cedba9.tar.gz |
snapshot of project "lynx", label v2-8-2dev_20
Diffstat (limited to 'samples')
-rw-r--r-- | samples/cernrules.txt | 4 | ||||
-rw-r--r-- | samples/lynx.lss | 53 |
2 files changed, 36 insertions, 21 deletions
diff --git a/samples/cernrules.txt b/samples/cernrules.txt index 97212904..1064e74e 100644 --- a/samples/cernrules.txt +++ b/samples/cernrules.txt @@ -149,7 +149,7 @@ # but for a quick fix: # Map http://www.siteA.com/~jdoe/* http://siteB.org/john/* # Map http://www.provider.com/company/* http://www.company.com/* -# But note that you are likely to create invalid links if no all documents +# But note that you are likely to create invalid links if not all documents # from a site are mapped (Limitation 3). # # 6. DNS troubles @@ -178,7 +178,7 @@ # ------------------------- # Rules processing does not apply to all URL schemes. Some are # handled differently from the generic access code, therefore rules -# for such URLs will never bee "seen". This limitation applies at +# for such URLs will never be "seen". This limitation applies at # least to lynxexec:, lynxprog:, mailto:, and LYNXHIST: URLs. # # Also, a scheme has to be known to Lynx in order to get as far as diff --git a/samples/lynx.lss b/samples/lynx.lss index 77109762..6ca6afa6 100644 --- a/samples/lynx.lss +++ b/samples/lynx.lss @@ -1,60 +1,75 @@ # #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> +# Normal type styles. +# next line means: use bold if mono, otherwise brightblue on <defaultbackground> em:bold:brightblue strong:bold:brightred b:bold:red -i:bold:blue -alink:reverse:yellow:black +i:bold:brightblue 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 +title:normal:magenta +tt:dim:brightmagenta:default h1:bold:yellow:blue label:normal:magenta -value:normal:green -high:bold:brightmagenta q:normal:yellow:magenta -small:dim:gray +small:dim:default big:bold:yellow sup:bold:yellow sub:dim:gray lh:bold:yellow:magenta +li:normal:magenta +code:normal:cyan +cite:normal:cyan + +table:normal:brightcyan +tr:bold:brown +td:normal:default +br:normal:default -# styles with classes <ul class=red> etc. +# Special styles - not corresponding directly to HTML tags +#normal:normal:default:blue +alink:reverse:yellow:black +status:reverse:yellow:blue +alert:bold:yellow:red +whereis:reverse+underline:magenta:cyan +# currently not used +#value:normal:green +#high:bold:brightmagenta + +# 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 +font.letter:normal:default:blue +input.submit:normal:cyan tr.baone:bold:yellow tr.batwo:bold:green tr.bathree:bold:red -# special cases for link - the type is appended after the class +# +# Special handling for link. +link:normal:white link.green:bold:brightgreen -# special cases for link - the rel is appended after the class +link.red:bold:black:red +link.blue:bold:white:blue +link.toc:bold:black:white +# Special cases for link - the rel or title 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 |