diff options
Diffstat (limited to 'lib/liblame/doc/html/lame.css')
-rw-r--r-- | lib/liblame/doc/html/lame.css | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/lib/liblame/doc/html/lame.css b/lib/liblame/doc/html/lame.css new file mode 100644 index 0000000000..a9c3ebd357 --- /dev/null +++ b/lib/liblame/doc/html/lame.css @@ -0,0 +1,24 @@ +BODY { + font-family: Arial, Helvetica, sans-serif; + position: absolute; + padding-left: 1cm; + margin-left: 1cm; + } + +h1, h2, h3 { + margin-left: -1cm; text-align: left + } + +TABLE { text-align: left; font-family: Arial, Helvetica, sans-serif;} +TH {background-color: #C0C0C0} +TD {font-family: Arial, Helvetica, sans-serif;} + +SMALL.TINY { font-size : xx-small } +SMALL.SCRIPTSIZE { font-size : xx-small } +SMALL.FOOTNOTESIZE { font-size : x-small } +SMALL.SMALL { font-size : small } +BIG.LARGE { font-size : large } +BIG.XLARGE { font-size : x-large } +BIG.XXLARGE { font-size : xx-large } +BIG.HUGE { font-size : xx-large } +BIG.XHUGE { font-size : xx-large } |