X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/08d367c26b846de0914479c2ce1c498c36fa7f78..eb63011d3f99e0e4f97ec6f0e2319bd4deee9b4f:/docs/doxygen/wxwidgets.css?ds=sidebyside diff --git a/docs/doxygen/wxwidgets.css b/docs/doxygen/wxwidgets.css index ed5e643ea7..c468f6c82e 100644 --- a/docs/doxygen/wxwidgets.css +++ b/docs/doxygen/wxwidgets.css @@ -475,26 +475,35 @@ SPAN.literal { text-decoration: none; font-weight: bold; font-family: monospace, fixed; - color: #008800; } /* we make all the following tags render the text just like the standard Doxygen @remarks, @see tags do, to obtain a uniform look and feel */ -SPAN.itemdef, SPAN.lib, SPAN.category, SPAN.stdobj, SPAN.styles, SPAN.events, SPAN.appearance, SPAN.impl, SPAN.avail { +SPAN.itemdef, SPAN.lib, SPAN.category, SPAN.stdobj, SPAN.styles, SPAN.events, SPAN.flags, SPAN.appearance, SPAN.impl, SPAN.avail { font-weight: bold; line-height: 130%; } -SPAN.style, SPAN.event { +SPAN.style, SPAN.event, SPAN.flag { font-weight: bold; color: #880000; } -SPAN.eventHandler { - padding: 5px; - background-color: #eeeeee; - font-family: monospace, fixed; +DIV.styleDesc, DIV.eventDesc, DIV.flagDesc { + margin-left: 3%; + margin-bottom: 1ex; +} + +DIV.eventHandler { + margin: 1em; + text-indent: 3%; +} + +DIV.eventHandler SPAN { + padding: 5px; + background-color: #eeeeee; + font-family: monospace, fixed; } A[HREF="modules.html"] SPAN:before { @@ -509,5 +518,14 @@ DIV.navigation A SPAN { } LI { - line-height: 130%; + line-height: 115%; +} + +DIV.tags LI { + line-height: 100%; } + +CODE { + font-size: 110%; + color: #444444; +} \ No newline at end of file