diff --git a/.gitignore b/.gitignore index 546468914..7a790b223 100644 --- a/.gitignore +++ b/.gitignore @@ -125,3 +125,12 @@ pygeoapi/db.sqlite3 # Pycharm project files .idea + +# AquaINFRA specific +TRASH +TRASH/* +IGNORE +IGNORE/* +pygeoapi/process/TRASH +pygeoapi/process/TRASH/* +pygeoapi/process/TEMPLATEPROCESS.py diff --git a/docs/source/_static/favicon.ico b/docs/source/_static/favicon.ico index 1e20f9cc6..9c5d5db33 100644 Binary files a/docs/source/_static/favicon.ico and b/docs/source/_static/favicon.ico differ diff --git a/docs/source/_static/favicon.ico.pygeoapi b/docs/source/_static/favicon.ico.pygeoapi new file mode 100644 index 000000000..1e20f9cc6 Binary files /dev/null and b/docs/source/_static/favicon.ico.pygeoapi differ diff --git a/pygeoapi/static/css/default.css b/pygeoapi/static/css/default.css index 2f87fc9e3..7af024d17 100644 --- a/pygeoapi/static/css/default.css +++ b/pygeoapi/static/css/default.css @@ -1,3 +1,8 @@ +.bg-light { + --bs-bg-opacity: 1; + background-color: #e8ebf5; +} + .flat { border: 0px; } @@ -7,7 +12,7 @@ header { } main { - background-color:white + background-color:rgb(232, 235, 245) } .crumbs { @@ -64,3 +69,5 @@ mark.failed { mark.running { background-color: orange; } + + diff --git a/pygeoapi/static/img/favicon.ico b/pygeoapi/static/img/favicon.ico index 1e20f9cc6..9c5d5db33 100644 Binary files a/pygeoapi/static/img/favicon.ico and b/pygeoapi/static/img/favicon.ico differ diff --git a/pygeoapi/static/img/favicon.ico.original b/pygeoapi/static/img/favicon.ico.original new file mode 100644 index 000000000..1e20f9cc6 Binary files /dev/null and b/pygeoapi/static/img/favicon.ico.original differ diff --git a/pygeoapi/static/img/logo.png b/pygeoapi/static/img/logo.png index 047711101..1f836fb32 100644 Binary files a/pygeoapi/static/img/logo.png and b/pygeoapi/static/img/logo.png differ diff --git a/pygeoapi/static/img/logo.png.original b/pygeoapi/static/img/logo.png.original new file mode 100644 index 000000000..047711101 Binary files /dev/null and b/pygeoapi/static/img/logo.png.original differ