Initial files add.
This commit is contained in:
parent
e881f9c564
commit
a3e2aceeed
15 changed files with 5155 additions and 0 deletions
130
.lynx.lss
Normal file
130
.lynx.lss
Normal file
|
|
@ -0,0 +1,130 @@
|
|||
# Lynx Style Sheet (lss).
|
||||
#
|
||||
# Format:
|
||||
# <element/ID>: <mono-style>: <foreground>: <background>
|
||||
# The <mono-style> is only used if colour cannot be used on the terminal.
|
||||
# If the <background> colour is missing, the default background colour is used.
|
||||
#
|
||||
|
||||
# Special styles.
|
||||
# alert - status bar, when message begins "Alert"
|
||||
# alink - active/selected link
|
||||
# default - default foreground/background
|
||||
# forwbackw.arrow - forward/backward page arrows (top left of screen)
|
||||
# hot.paste - ???? (arrow in top right of screen)
|
||||
# menu.active - selected menu entry
|
||||
# menu.bg - popup menu background (currently unused?)
|
||||
# menu.entry - non-selected menu entries
|
||||
# menu.frame - popup menu frame
|
||||
# menu.n - popup menu numbers (currently unused?)
|
||||
# menu.sb - popup menu scrollbar arrows
|
||||
# normal - default attributes
|
||||
# scroll.arrow - enabled arrows on scrollbar
|
||||
# scroll.back - scrollbar background
|
||||
# scroll.bar - progress bar on scrollbar
|
||||
# scroll.noarrow - disabled arrows on scrollbar
|
||||
# status - status bar
|
||||
# whereis - whereis search target
|
||||
alert: bold: lightgray: red
|
||||
alink: reverse: white: blue
|
||||
default: normal: white: black
|
||||
forwbackw.arrow: reverse: brightmagenta
|
||||
hot.paste: reverse: black
|
||||
menu.active: normal: white: blue
|
||||
menu.bg: normal: black
|
||||
menu.entry: normal: lightgray
|
||||
menu.frame: normal: brightblue
|
||||
menu.n: normal: gray
|
||||
menu.sb: normal: brightblue
|
||||
normal: normal: lightgray: black
|
||||
scroll.arrow: normal: lightgray
|
||||
scroll.back: normal: gray
|
||||
scroll.bar: normal: lightgray
|
||||
scroll.noarrow: normal: gray
|
||||
status: reverse: lightgray: blue
|
||||
whereis: reverse+underline: white: green
|
||||
|
||||
# Special styles for source syntax highlighting.
|
||||
span.htmlsrc_abracket: normal: white
|
||||
span.htmlsrc_attrib: normal: cyan
|
||||
span.htmlsrc_attrval: normal: magenta
|
||||
span.htmlsrc_badattr: normal: brightred
|
||||
span.htmlsrc_badseq: normal: brightred
|
||||
span.htmlsrc_badtag: normal: brightred
|
||||
span.htmlsrc_comment: normal: gray
|
||||
span.htmlsrc_entity: normal: brightgreen
|
||||
span.htmlsrc_sgmlspecial:normal: yellow
|
||||
span.htmlsrc_tag: normal: cyan
|
||||
#span.htmlsrc_href:
|
||||
#span.htmlsrc_entire:
|
||||
|
||||
# Styles for HTML elements.
|
||||
a: bold: brightblue
|
||||
acronym: normal: brightgreen
|
||||
b: bold: white
|
||||
blockquote: normal: green
|
||||
button: bold: brightblue
|
||||
caption: bold: magenta
|
||||
cite: normal: magenta
|
||||
code: normal: cyan
|
||||
del: dim: red
|
||||
dfn: normal: brightgreen
|
||||
em: bold: white
|
||||
figure: normal: magenta
|
||||
h1: bold: brightred
|
||||
h2: bold: brightred
|
||||
#h3: bold: brightred
|
||||
#h4: bold: brightred
|
||||
#h5: bold: brightred
|
||||
hr: dim: red
|
||||
i: bold: yellow
|
||||
img: normal: red
|
||||
input: normal: brightblue
|
||||
ins: normal: green
|
||||
kbd: normal: cyan
|
||||
#label: normal: magenta
|
||||
pre: normal: cyan
|
||||
q: normal: green
|
||||
s: dim: red
|
||||
samp: normal: cyan
|
||||
select: bold: brightblue
|
||||
strike: dim: red
|
||||
strong: bold: white
|
||||
sub: dim: gray
|
||||
sup: dim: gray
|
||||
td: normal: lightgray
|
||||
textarea: normal: brightblue
|
||||
th: bold: green
|
||||
title: normal: brightmagenta
|
||||
tt: normal: cyan
|
||||
u: bold+underline: yellow
|
||||
var: normal: magenta
|
||||
|
||||
# Styles with classes.
|
||||
# Uncomment as required, if you want them.
|
||||
#ul.red: underline: brightred
|
||||
#ul.blue: bold: brightblue
|
||||
#li.red: reverse: red: yellow
|
||||
#li.blue: bold: blue
|
||||
#strong.a: bold: black: red
|
||||
#em.a: reverse: black: blue
|
||||
#strong.b: bold: white: red
|
||||
#em.b: reverse: white: blue
|
||||
#strong.debug: reverse: green
|
||||
#font.letter: normal: white: blue
|
||||
#input.submit: normal: cyan
|
||||
#tr.baone: bold: yellow
|
||||
#tr.batwo: bold: green
|
||||
#tr.bathree: bold: red
|
||||
# Special handling for link
|
||||
#link: normal: white
|
||||
#link.green: bold: brightgreen
|
||||
#link.red: bold: black: red
|
||||
#link.blue: bold: white: blue
|
||||
#link.toc: bold: black: white
|
||||
# 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.green.toc: bold: white: green
|
||||
Loading…
Add table
Add a link
Reference in a new issue