Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
67 changes: 55 additions & 12 deletions doc/_static/css/theme_zeiss.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,35 +3,43 @@
*
* See https://brand.zeiss.com/
*
* Copyright 2023, Carl Zeiss GOM Metrology GmbH
* Copyright 2026, Carl Zeiss GOM Metrology GmbH
******************************************************************************/

/* Based on Read the Docs theme */
@import 'theme.css';


/******************************************************************************
* Fonts
******************************************************************************/

/* Use font "ZEISS Frutiger Next W1G" */
@font-face {
font-family: "Frutiger Next";
src: url("../fonts/ZEISS-Frutiger-Next-W02-Regular.woff2") format("woff2"),
url("../fonts/ZEISS-Frutiger-Next-W02-Regular-Italic.woff2") format("woff2"),
url("../fonts/ZEISS-Frutiger-Next-W02-Medium.woff2") format("woff2"),
url("../fonts/ZEISS-Frutiger-Next-W02-Bold.woff2") format("woff2");
}
/* Use font "Noto Sans" */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:wght@400;500;700&display=swap');

:root {
--font-family-frutiger: "Frutiger Next", "Helvetica Neue", Helvetica, Verdana, Arial, sans-serif;
--font-family-sans: "Noto Sans", "Helvetica Neue", Helvetica, Verdana, Arial, sans-serif;
}

html, body, .rst-content .toctree-wrapper>p.caption, h1, h2, h3, h4, h5, h6, legend {
font-family: var(--font-family-frutiger);
font-family: var(--font-family-sans);
color: #000000; /* was #404040 */
}

h1 {
font-size: 32px;
}

h2 {
font-size: 28px;
}

h3 {
font-size: 24px;
}

h4 {
font-size: 20px;
}

/******************************************************************************
* Links
Expand Down Expand Up @@ -110,6 +118,16 @@ a:visited {
}


/******************************************************************************
* Page content
******************************************************************************/

/* Change max-width from 800px to 1000px */
.wy-nav-content {
max-width: 1000px;
}


/******************************************************************************
* Admonitions
******************************************************************************/
Expand Down Expand Up @@ -159,6 +177,11 @@ pre {
background: #F2F5F8;
}

/* Changed mermaid container background color from default 'pre' to transparent */
pre.mermaid {
background: #00000000;
}

/* Changed from #3D7B7B (increased contrast) */
.highlight .c1 {
color: #2D6B6B;
Expand All @@ -169,3 +192,23 @@ pre {
color: #9A12EF;
font-weight: bold;
}

/******************************************************************************
* Separator between feed entries
******************************************************************************/
.feed-ref {
display: block;
height: 1px;
border: 0;
border-top: 1px solid #e1e4e5;
margin: 24px 0;
padding: 20px 0 0 0;
}

/******************************************************************************
* Separator between feed entries
******************************************************************************/
.bordered-figure {
border: 1px solid #000; /* Change the color and width as needed */
display: inline-block; /* Ensures the border wraps around the figure */
}
Binary file removed doc/_static/fonts/ZEISS-Frutiger-Next-W02-Bold.woff2
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed doc/_static/fonts/ZEISSFrutigerNextUI-Bold.woff2
Binary file not shown.