From: Jean-Philippe Bruyère Date: Wed, 15 Dec 2021 19:16:48 +0000 (+0100) Subject: wip X-Git-Tag: v0.2.0~25 X-Git-Url: https://git.osiis.dedyn.io/?a=commitdiff_plain;h=6065a8cc34663a2071437249fcce96462684e48f;p=jp%2Fvkvg.git wip --- diff --git a/doc/Doxygen.in b/doc/Doxygen.in index fd74c4e..abc21ec 100644 --- a/doc/Doxygen.in +++ b/doc/Doxygen.in @@ -188,9 +188,9 @@ HTML_OUTPUT = html HTML_FILE_EXTENSION = .html HTML_STYLESHEET = doc/custom.css -#HTML_HEADER = doc/header.html -#HTML_FOOTER = doc/footer.html -#HTML_EXTRA_STYLESHEET = +HTML_HEADER = doc/header.html +HTML_FOOTER = doc/footer.html +#HTML_EXTRA_STYLESHEET = doc/search.css HTML_EXTRA_FILES = HTML_COLORSTYLE_HUE = 234 HTML_COLORSTYLE_SAT = 26 diff --git a/doc/doxy_theme/DoxygenLayout.xml b/doc/doxy_theme/DoxygenLayout.xml index e77daaa..3513b7f 100644 --- a/doc/doxy_theme/DoxygenLayout.xml +++ b/doc/doxy_theme/DoxygenLayout.xml @@ -11,29 +11,29 @@ - + - + - + - + - + diff --git a/doc/doxy_theme/custom.css b/doc/doxy_theme/custom.css index 887c597..97c5f19 100644 --- a/doc/doxy_theme/custom.css +++ b/doc/doxy_theme/custom.css @@ -13,19 +13,75 @@ p.definition { font: 400 14px/22px Roboto, sans-serif; } +html { + height: 97%; +} + body { background-color: #DDD; color: black; margin: auto; - width: 80%; + max-width: 760px; + border: thin solid black; + background-color: white; } +div.PageDoc {} + div.contents { margin: auto; padding: 10px; - width: 80%; - border: thin solid black; - background-color: white; + /*width: 80%;*/ +} + +@import url(https://fonts.googleapis.com/css?family=Open+Sans); +body { + background: #f2f2f2; + font-family: 'Open Sans', sans-serif; +} + +.search { + width: 100%; + position: relative; + display: flex; +} + +.searchTerm { + width: 100%; + border: 3px solid #00B4CC; + border-right: none; + padding: 5px; + height: 20px; + border-radius: 5px 0 0 5px; + outline: none; + color: #9DBFAF; +} + +.searchTerm:focus { + color: #00B4CC; +} + +.searchButton { + width: 40px; + height: 36px; + border: 1px solid #00B4CC; + background: #00B4CC; + text-align: center; + color: #fff; + border-radius: 0 5px 5px 0; + cursor: pointer; + font-size: 20px; +} + + +/*Resize the wrap to see the search bar change!*/ + +.wrap { + width: 30%; + position: absolute; + top: 50%; + left: 50%; + transform: translate(-50%, -50%); } @@ -39,12 +95,11 @@ h1.groupheader { font: 400 14px/28px Roboto, sans-serif; font-size: 150%; font-weight: bold; - width: 80%; - margin: auto; + margin: 0 auto; background-color: #ccc; color: #444; padding: 10px; - border: thin solid #2c2c2c; + /*border: thin solid #2c2c2c;*/ } h2.groupheader { @@ -1168,7 +1223,7 @@ div.header { } div.headertitle { - padding: 5px 5px 5px 10px; + /*padding: 5px 5px 5px 10px;*/ } .PageDocRTL-title div.headertitle { @@ -1338,13 +1393,14 @@ dl.section dd { #projectalign { vertical-align: middle; + text-align: center; } #projectname { font: 300% Courier, Tahoma, Arial, sans-serif; /*font-weight: bold;*/ margin: 0px; - padding: 2px 0px; + padding-left: 20px; color: white; } diff --git a/doc/doxy_theme/header.html b/doc/doxy_theme/header.html index 5094c45..a3b1e55 100644 --- a/doc/doxy_theme/header.html +++ b/doc/doxy_theme/header.html @@ -24,21 +24,13 @@
- - - - - - - - - +
-
$projectname   - $projectnumber -
-
$projectbrief
-
-
$projectbrief
-
$searchbox
+ + + +
+
$projectname  
+
$projectbrief
+
\ No newline at end of file