From 72b6b2e03a279be6ce79e0857c6d383b5a8ef3f4 Mon Sep 17 00:00:00 2001 From: Tom Chadwin Date: Tue, 29 Mar 2016 15:19:25 +0100 Subject: [PATCH] Further blue > green palette changes Confirmed working with doxygen, using HTML_EXTRA_STYLESHEET - tested locally --- doc/api_custom.css | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/doc/api_custom.css b/doc/api_custom.css index 7ae472138e1..9d1653c1a3f 100644 --- a/doc/api_custom.css +++ b/doc/api_custom.css @@ -246,6 +246,35 @@ dl.note border-bottom: 1px solid #0d7200; } +div.header { + border-bottom: 1px solid #a3d49d; +} + +div.directory { + border-top: 1px solid #a3d49d; + border-bottom: 1px solid #a3d49d; +} + +.directory tr.even { + background-color: #fcfcfa; +} + +.icon { + background-color: #7cc272; +} + +.arrow { + color: #a3d49d; +} + +.directory .levels span { + color: #478c3e; +} + +div.qindex, div.navtab { + background-color: #ecf5eb; + border: 1px solid #a9d6a3; +} /* To overwrite tabs.css */ .tabs, .tabs2, .tabs3 { background-image: inherit;