Skip to content

Commit

Permalink
Added file header/comments
Browse files Browse the repository at this point in the history
  • Loading branch information
mprinkezs committed Oct 26, 2023
1 parent 049f43c commit b534328
Showing 1 changed file with 32 additions and 1 deletion.
33 changes: 32 additions & 1 deletion doc/_static/css/theme_zeiss.css
Original file line number Diff line number Diff line change
@@ -1,8 +1,19 @@
/* Override some styles to match ZEISS branding */
/******************************************************************************
* Override some styles to match ZEISS branding
*
* See https://brand.zeiss.com/
*
* Copyright 2023, 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";
Expand All @@ -21,6 +32,11 @@ html, body, .rst-content .toctree-wrapper>p.caption, h1, h2, h3, h4, h5, h6, leg
color: #000000; /* was #404040 */
}


/******************************************************************************
* Links
******************************************************************************/

/* Changed from #2980b9 -> ZEISS Azure */
a {
color: #0072EF;
Expand All @@ -31,6 +47,11 @@ a:visited {
color: #4C6BB1;
}


/******************************************************************************
* Menu section text, changed from #55a5d9 -> ZEISS Sky Blue, from 85% -> 100%
******************************************************************************/

/* Menu section text, changed from #55a5d9 -> ZEISS Sky Blue, from 85% -> 100% */
.wy-menu-vertical p.caption {
color: #6AB0E2;
Expand Down Expand Up @@ -88,6 +109,11 @@ a:visited {
background: #ffffff;
}


/******************************************************************************
* Admonitions
******************************************************************************/

/* Changed from #6ab0de -> ZEISS Saphire */
.rst-content .note .admonition-title, .rst-content .seealso .admonition-title {
background: #4C6BB1;
Expand Down Expand Up @@ -118,6 +144,11 @@ a:visited {
background: #DCE3E9;
}


/******************************************************************************
* Literal text / code examples
******************************************************************************/

/* Changed from #e74c3c -> ZEISS Purple Red */
.rst-content code.literal {
color: #A70240;
Expand Down

0 comments on commit b534328

Please sign in to comment.