Use the verae.com header wordmark on a white background.
Some checks are pending
ci / markdown (push) Waiting to run
The previous PDF put VeraeFullLogo.png on a dark box, which is not how the mark appears at the top left of verae.com. Flatten the official wordmark onto white and drop the dark header plate.
|
Before Width: | Height: | Size: 27 KiB After Width: | Height: | Size: 23 KiB |
|
Before Width: | Height: | Size: 27 KiB After Width: | Height: | Size: 23 KiB |
|
|
@ -37,9 +37,8 @@ div.footer a {
|
|||
}
|
||||
div.sphinxsidebarwrapper img.logo,
|
||||
img.logo {
|
||||
background: #1A0A24;
|
||||
padding: 8px;
|
||||
border-radius: 4px;
|
||||
background: #ffffff;
|
||||
padding: 8px 0;
|
||||
max-width: 100%;
|
||||
}
|
||||
.admonition.important, .admonition.warning, .admonition.note {
|
||||
|
|
|
|||
|
Before Width: | Height: | Size: 27 KiB After Width: | Height: | Size: 23 KiB |
|
Before Width: | Height: | Size: 27 KiB After Width: | Height: | Size: 23 KiB |
|
|
@ -37,9 +37,8 @@ div.footer a {
|
|||
}
|
||||
div.sphinxsidebarwrapper img.logo,
|
||||
img.logo {
|
||||
background: #1A0A24;
|
||||
padding: 8px;
|
||||
border-radius: 4px;
|
||||
background: #ffffff;
|
||||
padding: 8px 0;
|
||||
max-width: 100%;
|
||||
}
|
||||
.admonition.important, .admonition.warning, .admonition.note {
|
||||
|
|
|
|||
|
|
@ -61,10 +61,10 @@ _PREAMBLE = r"""
|
|||
\definecolor{veraeink}{HTML}{111111}
|
||||
|
||||
% Extra headroom so the logo never collides with body text.
|
||||
\setlength{\headheight}{44pt}
|
||||
\addtolength{\topmargin}{-14pt}
|
||||
\setlength{\headheight}{48pt}
|
||||
\addtolength{\topmargin}{-16pt}
|
||||
|
||||
\newcommand{\VeraeLogo}{\includegraphics[height=0.92cm]{VeraeFullLogo.png}}
|
||||
\newcommand{\VeraeLogo}{\includegraphics[height=1.05cm]{VeraeFullLogo.png}}
|
||||
\newcommand{\VeraeFooter}{%
|
||||
\footnotesize\color{veraepurple}%
|
||||
Verae Inc \textbullet\ https://www.verae.com \textbullet\
|
||||
|
|
@ -72,7 +72,7 @@ _PREAMBLE = r"""
|
|||
|
||||
\fancypagestyle{normal}{
|
||||
\fancyhf{}
|
||||
\fancyhead[L]{\colorbox{veraedark}{\VeraeLogo}}
|
||||
\fancyhead[L]{\VeraeLogo}
|
||||
\fancyhead[R]{\small\color{veraepurple}Audit-ready with Verae DataCubes}
|
||||
\fancyfoot[L]{\VeraeFooter}
|
||||
\fancyfoot[R]{\footnotesize\color{veraepurple}\thepage}
|
||||
|
|
@ -83,7 +83,7 @@ _PREAMBLE = r"""
|
|||
}
|
||||
\fancypagestyle{plain}{
|
||||
\fancyhf{}
|
||||
\fancyhead[L]{\colorbox{veraedark}{\VeraeLogo}}
|
||||
\fancyhead[L]{\VeraeLogo}
|
||||
\fancyfoot[L]{\VeraeFooter}
|
||||
\fancyfoot[R]{\footnotesize\color{veraepurple}\thepage}
|
||||
\renewcommand{\headrulewidth}{0.6pt}
|
||||
|
|
@ -110,7 +110,7 @@ latex_elements = {
|
|||
\thispagestyle{empty}
|
||||
\vspace*{1.4cm}
|
||||
\begin{flushleft}
|
||||
\colorbox{veraedark}{\includegraphics[width=7.2cm]{VeraeFullLogo.png}}
|
||||
\includegraphics[width=7.2cm]{VeraeFullLogo.png}
|
||||
\end{flushleft}
|
||||
\vspace{1.6cm}
|
||||
{\color{veraepurple}\rule{\textwidth}{1.6pt}}
|
||||
|
|
|
|||