summaryrefslogtreecommitdiffstats
path: root/templates/html/doxygen.css
Commit message (Collapse)AuthorAgeFilesLines
* Layout on the bibliography pagealbert-github2020-08-111-1/+3
| | | | | | | | | | | | | | When having a bit a long citation description, the description runs, in the HTML output on the bibliography page, into 3 or more lines where the 3rd and following lines continue underneath the citation number like: ``` [1] Eric Berberich, Arno Eigenwillig, Michael Hemmer, Susan Hert, Lutz Kettner, Kurt Mehlhorn, Joachim Reichel, Susanne Schmitt, Elmar Schömer, and Nicola Wolpert. Exacus: Efficient and exact algorithms for curves and surfaces. In Gerth S. Brodal and Stefano Leonardi, editors, 13th Annual European Symposium on Algorithms (ESA 2005), volume 3669 of Lecture Notes in Computer Science, pages 155–166, Palma de Mallorca, Spain, October 2005. European Association for Theoretical Computer Science (EATCS), Springer. ``` The example was found in the CGAL repository - corrected the "overflow" - made the citation number right aligned
* Updated formatting rules for paragraphs within table header cells.Thomas Vogt2020-06-141-1/+1
| | | | Only present paragraphs within table headers (th) with font weight strong, keep normal table cells (td) unaffected.
* Avoid unsupported html attributes from appearing in the XML/docbook output ↵Dimitri van Heesch2020-02-021-41/+0
| | | | and other small fixes
* Correct style in table header in case of paragraph is usedalbert-github2019-11-211-0/+5
| | | | | | In case a paragraph is used in a table header (quite unusual but can happen with 2 lines and an empty line in between), a `<p class="starttd">` tag is added and therewith the layout is incorrect. This problem was detected based on #7409 This has been corrected (and tested with some available browsers FF, IE, Chrome, Opera).
* Also span entire line in case of a memTemplItemRightalbert-github2019-10-101-1/+1
| | | | Based on the CGAL issue https://github.com/CGAL/cgal/issues/2095 (and pull request https://github.com/CGAL/cgal/pull/4282) to see to it that all relevant table span the page.
* secref command output shows in 1 column (HTML)albert-github2019-03-041-1/+3
| | | | | The output from the `\secref` command shows in 1 column instead of 3. The `column-count` (also possibile without `-moz` or `-webkit`) should be with the `<ul>` tag instead of the `<div>` tag
* Bug 141919 - Wrong param and exception style in RTF outputalbert-github2019-02-011-1/+1
| | | | | | | | Some small improvements in the different formats based on the problems signaled with the issue - doxygen.css make exceptions in line with other tables (i.e. the appearance of the name of the exception) - doxygen.sty, rtfdocvisitor.cpp between items in e.g. Precondition, Postcondition, Note place a paragraph distance (like in main text) - docbookvisitor.cpp handle title of Rcs and User sections correctly .
* Merge pull request #6602 from albert-github/feature/bug_tparamDimitri van Heesch2018-12-031-3/+3
|\ | | | | Consistency in headings and layout for template parameters (tparam)
| * Consistency in headings and layout for template parameters (tparam)albert-github2018-11-061-3/+3
| | | | | | | | | | - at some places the translation of the "Template Parameters" was not yet done - layout of the template parameters table in HTML had no default. Should be analogous to the table for normal parameters
* | Merge branch 'feature/bug_inline_image' of ↵Dimitri van Heesch2018-11-111-1/+1
|\ \ | |/ |/| | | https://github.com/albert-github/doxygen into albert-github-feature/bug_inline_image
| * Inline imagesalbert-github2018-08-091-1/+1
| | | | | | | | Create the possibility of inline images with the `\image` command by means of the option `inline`.
* | Merge pull request #6402 from albert-github/feature/bug_579628Dimitri van Heesch2018-09-011-0/+9
|\ \ | | | | | | Bug 579628 - Merging of consecutive repeated commands creates poorly-structured HTML
| * | Bug 579628 - Merging of consecutive repeated commands creates ↵albert-github2018-07-201-0/+9
| | | | | | | | | | | | | | | | | | | | | poorly-structured HTML Most issues from this report were already implemented. Extended for cross reference lists with the possibility to "style" intermediate items as well. (also some code structure, i.e. mnemonics instead of numbers).
* | | Merge branch 'feature/bug_667993' of ↵Dimitri van Heesch2018-08-261-0/+5
|\ \ \ | | | | | | | | | | | | https://github.com/albert-github/doxygen into albert-github-feature/bug_667993
| * | | Bug 667993 - HTML tags <u> and </u> not supportedalbert-github2018-07-071-0/+5
| |/ / | | | | | | | | | Added underline possibility and strike through possibility for the different output formats insofar it is possible (other similar possibilities are not always possible for all output formats either).
* | | Renamed (start/end)SimpleSect to (start/end)Examples.Dimitri van Heesch2018-08-261-7/+5
| | |
* | | Merge branch 'feature/bug_693515' of ↵Dimitri van Heesch2018-08-191-1/+1
|\ \ \ | |_|/ |/| | | | | https://github.com/albert-github/doxygen into albert-github-feature/bug_693515
| * | Bug 693515 - The 'Examples:' section; bad/missing style and incorrect spellingalbert-github2018-06-291-1/+1
| |/ | | | | | | Made implementation analogous to the implementation for parameters in respect to padding and the use of colon (:).
* | Issue 6411: CSS for Markdown tables do not use HTML_COLORSTYLE_HUE, ↵albert-github2018-07-271-18/+18
|/ | | | | | HTML_COLORSTYLE_SAT config variables Corrected a number of inconsistencies in the doxygen css file (e.g. a markdown table looked different from a HTML table, see header when changing colors) by using the same color placeholder.
* Drop down lists in menu bar missingalbert-github2018-06-021-0/+8
| | | | As a result of pull request #636 the drop down lists in the main bar don't work anymore, furthermore the treeview is lacking the scrollbar when a text is to long (text is not shown.
* -Fixed: last line underline overlap border in html fragmentahoogol2017-09-021-4/+4
|
* - Fixed: text-align of rtl tocahoogol2017-08-281-1/+28
|
* - Fixed: list item bullets overlap floating elements in htmlahoogol2017-08-281-4/+9
| | | | - Fixed: fragment lines overlap floating elements in html
* Added support for RTL(right to left) languages like Arabic and Persian in ↵ahoogol2017-06-251-42/+158
| | | | HTML output
* Bug 774138 - Please add HTML classes to "Definition at..." & "Referenced ↵albert-github2016-11-131-0/+4
| | | | | | | by..." for CSS Added class= to html output for "Definition at..." resulting in p.definition in the css file and for "Referenced by .. " and "References ..." resulting in p.definition in css file. (also corrected some error messages).
* Add support for more CSS formatting and column/row spanning in markdown tablesjohnk2016-10-051-0/+79
|
* New classes for generated HTML div elements.Dennis Allerkamp2016-09-241-0/+5
| | | | Dot, Msc and Plantuml have their own classes for the generated div element.
* Style fixes and added numbering to overloaded membersDimitri van Heesch2016-07-301-24/+28
|
* Modified (readability) layout for member title in HTML and LaTexPkLab.net2016-06-221-1/+21
|
* Disable selecting line numberZHUO Qiang2016-05-201-0/+9
| | | | | Make the line number not selected by user. The user case is when you want to copy the raw source code content, you would not want to automatically select the line number.
* Applied responsive design to menu bar using smartmenusDimitri van Heesch2016-05-051-1/+1
|
* Bug 745659 - The table in classes.html has no class attributeDimitri van Heesch2015-12-281-1/+13
|
* Right alignment of in page table of contentsalbert-github2015-10-241-1/+1
| | | | The in page table of contents (@tableofcontents) should be right aligned with other "box" elements like div.fragment and pre.fragment
* Merge pull request #386 from albert-github/feature/bug_753909Dimitri van Heesch2015-08-271-0/+5
|\ | | | | Bug 753909 - Copy and paste of code fragment from CHM merges all pasted text into single line
| * Bug 753909 - Copy and paste of code fragment from CHM merges all pasted text ↵albert-github2015-08-231-0/+5
| | | | | | | | | | | | | | | | into single line Complete code fragment was pasted in one line (chm, HTML OK), with the change in the ccs file this problem is overcome. Result was that between multiple code lines on the 2nd and following line a extra space appeared at the beginning of the line, this is overcome by placing all relevant div statements on one line. (based a.o. on http://stackoverflow.com/questions/19099873/how-can-i-use-css-to-insert-a-line-break-after-but-not-before-an-element)
* | Fixes to support nested tables againDimitri van Heesch2015-08-261-0/+4
|/
* Alignment of project namealbert-github2015-05-171-0/+5
| | | | With this bug fix it is possible to align the project name to another place than the default place "middle" by means of adjusting the style sheet. Until now it was also possible but one had to create an own html header file as well.
* Added graphical hierarchy support to template engineDimitri van Heesch2014-12-251-1/+10
|
* Introduced template directory for template and resource files and resource ↵Dimitri van Heesch2014-11-131-0/+1440
compiler & manager