diff options
| author | Alexey Zaytsev <alexey.zaytsev@gmail.com> | 2008-07-18 00:47:28 +0400 |
|---|---|---|
| committer | Alexey Zaytsev <zaytsev.a@protei.ru> | 2008-07-18 00:47:28 +0400 |
| commit | 5589a6e296427110474e74fbbd3ef9c512fe0ff4 (patch) | |
| tree | 388c521c3b6262ccda9385fa29f36df7a4851e6d /com32/lua/doc/lua.css | |
| parent | fa6a60e177786fea2b834691a66319fd3b177038 (diff) | |
| download | syslinux-5589a6e296427110474e74fbbd3ef9c512fe0ff4.tar.gz | |
Import Lua 5.1.3
Signed-off-by: Alexey Zaytsev <zaytsev.a@protei.ru>
Diffstat (limited to 'com32/lua/doc/lua.css')
| -rw-r--r-- | com32/lua/doc/lua.css | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/com32/lua/doc/lua.css b/com32/lua/doc/lua.css new file mode 100644 index 00000000..039cf116 --- /dev/null +++ b/com32/lua/doc/lua.css @@ -0,0 +1,41 @@ +body { + color: #000000 ; + background-color: #FFFFFF ; + font-family: sans-serif ; + text-align: justify ; + margin-right: 20px ; + margin-left: 20px ; +} + +h1, h2, h3, h4 { + font-weight: normal ; + font-style: italic ; +} + +a:link { + color: #000080 ; + background-color: inherit ; + text-decoration: none ; +} + +a:visited { + background-color: inherit ; + text-decoration: none ; +} + +a:link:hover, a:visited:hover { + color: #000080 ; + background-color: #E0E0FF ; +} + +a:link:active, a:visited:active { + color: #FF0000 ; +} + +hr { + border: 0 ; + height: 1px ; + color: #a0a0a0 ; + background-color: #a0a0a0 ; +} + |
