From: Alexander Alekhin Date: Wed, 7 Oct 2020 20:16:40 +0000 (+0000) Subject: doxygen: backport style changes X-Git-Tag: submit/tizen/20210224.033012~2^2~3^2~5^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d9ea9bedb20bb55a06439f7f013046025f7ff2a7;p=platform%2Fupstream%2Fopencv.git doxygen: backport style changes --- diff --git a/doc/stylesheet.css b/doc/stylesheet.css index 806e03b..eae0588 100644 --- a/doc/stylesheet.css +++ b/doc/stylesheet.css @@ -6,12 +6,11 @@ body, table, div, p, dl { } code { - font: 12px Consolas, "Liberation Mono", Courier, monospace; font-size: 85%; + font-family: "SFMono-Regular",Consolas,"Liberation Mono",Menlo,Courier,monospace; white-space: pre-wrap; padding: 1px 5px; - padding: 0; - background-color: #ddd; + background-color: rgb(223, 229, 241); vertical-align: baseline; } @@ -20,6 +19,16 @@ body { margin: 0 auto; } +div.fragment { + padding: 3px; + padding-bottom: 0px; +} + +div.line { + padding-bottom: 3px; + font-family: "SFMono-Regular",Consolas,"Liberation Mono",Menlo,Courier,monospace; +} + div.contents { width: 980px; margin: 0 auto; @@ -35,3 +44,11 @@ span.arrow { div.image img{ max-width: 900px; } + +#projectlogo +{ + text-align: center; + vertical-align: middle; + border-collapse: separate; + padding-left: 0.5em; +}