1
0
Fork 0
forked from len0rd/rockbox
foxbox/manual/rockbox-html.cfg
Christian Soffke ecc72c0df9 Manual updates
- Reverse order of prev/next buttons in html manual
- Rename "Playlist Catalogue" to "Playlists"
- Update order of menu items in "Playlists" context menu section
- Add "View Album Art" to "WPS Context Menu" section
- Adjust wording in "Playlists", "Basic Controls/Concepts" and
  "Database" section
- Fix: Playlists are saved to root directory (not cwd) if no path
  provided
- Fix: "Recursively Insert Directories" applies to all playlists,
  not just the current one
- Fix: Update description of "Create Playlist" option
- Generally refer to "current playlist" instead of
  "dynamic playlist" and remove reference to "on-the-fly playlist"

Change-Id: I200d19c5fb10f1f0ddb7d993827c90be4a7402b9
2025-03-11 08:41:40 -04:00

27 lines
1.4 KiB
INI

% $Id$ %
\Preamble{xhtml}
\begin{document}
\Css{%
body { background-color:\#b6c6e5; color:black; font-family:sans-serif; }
img { border:0px solid \#d6d6f5; }
table.float, table.figure, table.longtable { border: outset 2px \#fff; margin-left:auto; margin-right:auto; }
td { background-color: \#c6d6f5; margin:2px; padding: 0px; }
td>p { margin:2px; padding:0px; }
td>hr { display:block; height:0px; border:1px solid \#b6c6e5; background-color:\#b6c6e5; }
div.center { margin-left:auto; margin-right:auto; }
.fancyvrb { background-color:\#c6d6f5; }
table.multicols { width:95\%; margin-left:auto; margin-right:auto; text-align:justify; }
.crosslinks { color:\#ffffff; text-align:center; background-color:\#6887bb; padding:8px; }
div.crosslinks>a { color:\#ffffff; }
hr { display:none; }
}
\EndPreamble
\Configure{Link}{a}{href=}{name=}{}
\Configure{@HEAD}{\HCode{<script type="text/javascript" src="gsearch.js"></script>}}
\Configure{BODY}{\HCode{<body onload="gsearch();">}}{\HCode{</body>}}
\Configure{crosslinks*}{prev}{up}{next}{}
\Configure{crosslinks+}%
{\HCode{<div style='float:left;'><a href='https://www.rockbox.org'><img src='https://www.rockbox.org/rockbox100.png'/></a></div><div id='gsearch' style='float:right;'>Enable JavaScript to show search field.</div><div style='clear:both;' class='crosslinks'>}}%
{\HCode{</div>}}%
{\HCode{<div class='crosslinks'>}}%
{\HCode{</div>}}