diff --git a/doc.zih.tu-dresden.de/mkdocs.yml b/doc.zih.tu-dresden.de/mkdocs.yml index f21789ce2413bcde0f8a2d13f3525f568a77191c..5441cc6262bd14b9efd8e97c3489bfb63e6cfe06 100644 --- a/doc.zih.tu-dresden.de/mkdocs.yml +++ b/doc.zih.tu-dresden.de/mkdocs.yml @@ -188,7 +188,7 @@ theme: # logo in header and footer logo: assets/images/TUD_Logo_weiss_57.png - second_logo: assets/images/zih_weiss.png + second_logo: assets/images/ZIH_Logo_RGB.png features: - navigation.instant - search.highlight @@ -246,10 +246,10 @@ use_directory_urls: True extra: tud_homepage: https://tu-dresden.de - tud_name: "TU Dresden" + tud_name: "TUD Dresden University of Technology" # second logo zih_homepage: https://tu-dresden.de/zih - zih_name: "center for information services and high performance computing (ZIH)" + zih_name: "CIDS, Department Information Services and High Performance Computing (ZIH)" hpcsupport_mail: hpc-support@tu-dresden.de # links in footer diff --git a/doc.zih.tu-dresden.de/tud_theme/assets/images/ZIH_Logo_RGB.png b/doc.zih.tu-dresden.de/tud_theme/assets/images/ZIH_Logo_RGB.png new file mode 100644 index 0000000000000000000000000000000000000000..f60fced015e4415e471c84efabaa3e5ebc91fa8a Binary files /dev/null and b/doc.zih.tu-dresden.de/tud_theme/assets/images/ZIH_Logo_RGB.png differ diff --git a/doc.zih.tu-dresden.de/tud_theme/partials/header.html b/doc.zih.tu-dresden.de/tud_theme/partials/header.html index cb32d3abf5ee74f9aaef3cdbb9af86709bca934d..4b28fab9289088db78f1a0ee519a7f5594ad8d38 100644 --- a/doc.zih.tu-dresden.de/tud_theme/partials/header.html +++ b/doc.zih.tu-dresden.de/tud_theme/partials/header.html @@ -38,11 +38,11 @@ <a href="{{ config.extra.zih_homepage | url }}" title="{{ config.extra.zih_name | e }}" - class="md-header__button zih-logo" + class="md-header__button zih-logo " aria-label="link to{{ config.extra.zih_name }}" data-md-component="logo" > - <img src="{{ config.theme.second_logo | url }}" alt="zih logo" /> + <img src="{{ config.theme.second_logo | url }}" alt="cids zih logo" /> </a> <!-- Button to open drawer --> @@ -85,4 +85,4 @@ </div> {% endif %} </nav> -</header> \ No newline at end of file +</header> diff --git a/doc.zih.tu-dresden.de/tud_theme/stylesheets/extra.css b/doc.zih.tu-dresden.de/tud_theme/stylesheets/extra.css index 17fe5e7ab73fe37fb0c0b106f1252021e5b3a11b..18b90854ba952b3799a40e1a93f0373a8c970928 100644 --- a/doc.zih.tu-dresden.de/tud_theme/stylesheets/extra.css +++ b/doc.zih.tu-dresden.de/tud_theme/stylesheets/extra.css @@ -120,6 +120,9 @@ strong { /* header */ .zih-logo img{ display: none; + height: 2rem; + margin: 0.5rem auto; + padding: 0; } @media screen and (min-width: 76.25rem) { .md-header, @@ -138,8 +141,10 @@ strong { .zih-logo img{ display: inline-block; - height: 100%; - margin: 0 auto; + height: 2rem; + margin: 0.5rem auto; + padding: 0; + } }