From 21ec6fdbadf7494d81d09e1a0ad95fdf10c34476 Mon Sep 17 00:00:00 2001 From: Jean-Paul Chaput Date: Sun, 3 Dec 2017 03:19:10 +0100 Subject: [PATCH] Correct the doxygen CSS to be compliant with 1.8.13+. --- crlcore/doc/crlcore/CMakeLists.txt | 11 +- crlcore/doc/crlcore/SoC.css | 36 +- crlcore/doc/crlcore/header.html | 1 + crlcore/doc/crlcore/tabs.css | 558 +++++++++++++++++++ hurricane/doc/hurricane/CMakeLists.txt | 14 +- hurricane/doc/hurricane/SoC.css | 34 +- hurricane/doc/hurricane/customHierarchy.html | 4 +- hurricane/doc/hurricane/doxyfile | 15 +- hurricane/doc/hurricane/header.html | 1 + hurricane/doc/hurricane/tabs.css | 558 +++++++++++++++++++ hurricane/doc/viewer/CMakeLists.txt | 11 +- hurricane/doc/viewer/SoC.css | 36 +- hurricane/doc/viewer/doxyfile | 2 - hurricane/doc/viewer/dynsections.js | 54 +- hurricane/doc/viewer/header.html | 1 + hurricane/doc/viewer/tabs.css | 558 +++++++++++++++++++ katabatic/doc/CMakeLists.txt | 11 +- katabatic/doc/SoC.css | 34 +- katabatic/doc/header.html | 1 + katabatic/doc/tabs.css | 558 +++++++++++++++++++ kite/doc/CMakeLists.txt | 9 +- kite/doc/SoC.css | 34 +- kite/doc/header.html | 1 + kite/doc/tabs.css | 558 +++++++++++++++++++ unicorn/doc/unicorn/CMakeLists.txt | 11 +- unicorn/doc/unicorn/SoC.css | 36 +- unicorn/doc/unicorn/header.html | 1 + unicorn/doc/unicorn/tabs.css | 558 +++++++++++++++++++ 28 files changed, 3569 insertions(+), 137 deletions(-) create mode 100644 crlcore/doc/crlcore/tabs.css create mode 100644 hurricane/doc/hurricane/tabs.css create mode 100644 hurricane/doc/viewer/tabs.css create mode 100644 katabatic/doc/tabs.css create mode 100644 kite/doc/tabs.css create mode 100644 unicorn/doc/unicorn/tabs.css diff --git a/crlcore/doc/crlcore/CMakeLists.txt b/crlcore/doc/crlcore/CMakeLists.txt index 27747386..dc6da008 100644 --- a/crlcore/doc/crlcore/CMakeLists.txt +++ b/crlcore/doc/crlcore/CMakeLists.txt @@ -4,14 +4,15 @@ set ( latexInstallDir share/doc/coriolis2/en/latex/crlcore ) set ( doxExtras closed.png open.png - jquery.js - dynsections.js + tabs.css ) - add_custom_target ( documentation ALL cd ${CRLCORE_SOURCE_DIR}/doc/crlcore && ${DOXYGEN_EXECUTABLE} doxyfile ) + add_custom_target ( documentation ALL + cd ${CRLCORE_SOURCE_DIR}/doc/crlcore + && ${DOXYGEN_EXECUTABLE} doxyfile + && cp -f ${doxExtras} html + ) install ( DIRECTORY html/ DESTINATION ${htmlInstallDir} ) - install ( FILES ${docExtras} DESTINATION ${htmlInstallDir} ) - install ( DIRECTORY latex/ DESTINATION ${latexInstallDir} ) install ( FILES socbook.cls DESTINATION ${latexInstallDir} ) diff --git a/crlcore/doc/crlcore/SoC.css b/crlcore/doc/crlcore/SoC.css index 90b66894..44bae898 100644 --- a/crlcore/doc/crlcore/SoC.css +++ b/crlcore/doc/crlcore/SoC.css @@ -130,19 +130,19 @@ pre { font-size: 80%; - border: dashed; + /*border: dashed;*/ border-width: thin; border-color: #003300; - /* - background-color: #EEEEEE; - */ + /*background-color: #EEEEEE;*/ background-color: #FCFCE1; padding: 0.5em; margin-left: 2em; margin-right: 2em } +/* tt { color: green; } + */ em { font-style: italic; font-weight: normal; } strong { font-weight: bold; } @@ -196,6 +196,10 @@ /*font-family: times, verdana, sans-serif;*/ } + h2.memtitle { + display: none; + } + center.header { background-color: #CCE6CA; } @@ -269,16 +273,21 @@ font-size: 110%; } + table.classHierarchy a { + border-style: none; + border-bottom: none; + } + table.classHierarchy tr { border: 1px solid blue; } table.classHierarchy td.normal { - border: 1px solid #CCE6CA; + border: 1px solid #dddddd; width: 140pt; text-align: center; font-weight: bold; - background-color: #CCE6CA; + background-color: #dddddd; } table.classHierarchy td.virtual { @@ -289,11 +298,11 @@ } table.classHierarchy td.wnormal { - border: 1px solid #CCE6CA; + border: 1px solid #dddddd; width: 240pt; text-align: center; font-weight: bold; - background-color: #CCE6CA; + background-color: #dddddd; } table.classHierarchy td.wvirtual { @@ -303,12 +312,13 @@ font-weight: bold; } - div.ah { + div.ah, span.ah { font-family: Times; font-size: 300%; font-weight: bold; padding: 20px; } + div.title { text-align: center; font-size: 200%; @@ -317,7 +327,7 @@ border: 2px solid black; } - div.center { + div.center, div.image { text-align: center; } @@ -594,7 +604,7 @@ /*border-width: thin; */ /*border-color: #003300;*/ /*background-color: #FCFCE1;*/ - background-color: #FCFCE1; + background-color: #fefefe; padding: 0.5em; margin-left: 5%; margin-right: 5% @@ -775,6 +785,10 @@ * General Classes Index. */ + span.icona { + margin-right: 10pt; + } + div.toc li.level1 { margin-left: 0px; } diff --git a/crlcore/doc/crlcore/header.html b/crlcore/doc/crlcore/header.html index f36c2386..78dfdd27 100644 --- a/crlcore/doc/crlcore/header.html +++ b/crlcore/doc/crlcore/header.html @@ -6,6 +6,7 @@ +

Coriolis Core (CRL) Documentation