summaryrefslogtreecommitdiff
path: root/doc/nasmdoc.css
Commit message (Collapse)AuthorAgeFilesLines
* nasmdoc.css: use a relative size for code/preH. Peter Anvin (Intel)2020-06-271-1/+1
| | | | | | | Use a percentage size modifier for code/pre, which hopefully should allow it to respect enclosing size modifications (for headings.) Signed-off-by: H. Peter Anvin (Intel) <hpa@zytor.com>
* nasmdoc.css: use a smaller font size for code textH. Peter Anvin (Intel)2020-06-271-0/+1
| | | | | | Use a smaller font size for code text, just as for ps/pdf. Signed-off-by: H. Peter Anvin (Intel) <hpa@zytor.com>
* nasmdoc.css: add more space between columns and a column separatorH. Peter Anvin2017-05-021-0/+10
| | | | | | | The columns were rather crammed together; add more space around them and add a column separator bar. Signed-off-by: H. Peter Anvin <hpa@zytor.com>
* doc, html: switch to a columnar layout for a very wide windowH. Peter Anvin2017-04-201-2/+17
| | | | | | | | | | If we open in a very wide window, split the text into columns so it can actually be conveniently read. Also, change the body margin to 8px, as that seems to be the more common browser default. Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
* doc: add the version number to the HTML outputH. Peter Anvin2017-04-171-1/+11
| | | | | | Add the subtitle (e.g. "version XXXX...") to the HTML output. Signed-off-by: H. Peter Anvin <hpa@zytor.com>
* nasmdoc.css: no need to go overboard with the yellow highlight...H. Peter Anvin2017-04-141-1/+1
| | | | | | | | Make the yellow highlight for the link target a little bit less bright, so that it is still instantly visible but less immediately demanding of attention. Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
* nasmdoc.css: highlight the target of an #-linkH. Peter Anvin2017-04-141-0/+2
| | | | | | It is much easier to spot if we get a nice highlight... Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
* nasmdoc.css: specify #-link position in terms of vertical heightH. Peter Anvin2017-04-141-2/+2
| | | | | | | | | Using ems breaks because the header font sizes aren't the same as the navbar font size. We could work around that by explicitly specifying sizes for all of them, but for now, just specify that the link target should end up 10% below the top of the window. Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
* nasmdoc.css: adjust the top of #-linksH. Peter Anvin2017-04-141-1/+11
| | | | | | | Use a css trick to make sure that the targets of #-links don't end up underneath the navbar. Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
* doc: generate proper XHTML for the contents and indexH. Peter Anvin2017-04-141-0/+21
| | | | | | | | The table of contents and index needed rework to be valid (X)HTML. The TOC in particular needed some fairly significant rework - it is supposed to be an ordered list, after all. Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
* nasmdoc.css: format link better for our needsH. Peter Anvin2017-04-141-0/+21
| | | | | | | The way links are done in the NASM documentation it makes more sense not to underline them. Also inhibit coloring for printing. Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
* doc: add indented paragraphs, valid XHTML, CSS style sheetH. Peter Anvin2017-04-131-0/+61
Add indented paragraphs, which can be used to continue an item in a bulleted list. Produce valid strict XHTML, and include a style sheet with a navbar and other fancy things. Remove archaic output formats. Now only text, XHTML, and PDF are supported. Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>