| Texi2html Linux Dokumentation | |||||||||||||||||||||||
6.7 Customizing the
| |||||||||||||||||||||||
$CSS_LINES = ''; |
Another possiblility is to modify the array corresponding with the array
reference $Texi2HTML::THISDOC{'css_import_lines'} that contains the
@import lines of CSS files, and similarly it is possible
to modify the array corresponding with the array
reference $Texi2HTML::THISDOC{'css_lines'} that contains
the normal CSS files lines (for details on what corresponds with
those different lines, see (texinfo)HTML CSS section `HTML CSS' in GNU Texinfo).
The right place to modify these arrays is in a function appearing in
the @command_handler_process array
(see section Bypassing normal formatting). Later, the CSS lines
are allready expanded, by the function reference below.
It is also possible to change completely the way
$CSS_LINES are
generated by redefining the following function reference:
This function should be used to construct the
$CSS_LINES.
\@import_lines are the @import lines of the
files specified with
‘--include-css’,
and \@rule_lines are the css commands lines of these files.
See section Customizing the HTML and text style.
| [ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] |
Doku-Base