changed colors to the correct color (corporate design manual has different colors than the actual colors)
This commit is contained in:
parent
e01db04663
commit
a29b753036
Binary file not shown.
@ -12,13 +12,13 @@
|
|||||||
\node[above right] (0,0) {
|
\node[above right] (0,0) {
|
||||||
\footnotesize
|
\footnotesize
|
||||||
\hspace{.05\paperwidth}
|
\hspace{.05\paperwidth}
|
||||||
\inserttitle \space | \insertshortauthor \space | \insertdate
|
{\tiny\inserttitle \space | \insertshortauthor \space | \insertdate}
|
||||||
};
|
};
|
||||||
\else
|
\else
|
||||||
\node [below right] at (.55*\the\paperwidth,.6*\the\paperheight)
|
\node [below right] at (.55*\the\paperwidth,.6*\the\paperheight)
|
||||||
{\includesvg[width=.55\paperwidth]{./images/TH_OWL_Logo_tiny}};
|
{\includesvg[width=.55\paperwidth]{./images/TH_OWL_Logo_tiny}};
|
||||||
\fi
|
\fi
|
||||||
\definecolor{th-red}{HTML}{E50043};
|
\definecolor{th-red}{HTML}{ed114c};
|
||||||
\fill[color=th-red] (0.5,0) rectangle(.05*\the\paperwidth,\the\paperheight);
|
\fill[color=th-red] (0.5,0) rectangle(.05*\the\paperwidth,\the\paperheight);
|
||||||
\end{tikzpicture}
|
\end{tikzpicture}
|
||||||
}
|
}
|
||||||
|
@ -3,11 +3,11 @@
|
|||||||
% Frame title
|
% Frame title
|
||||||
\defbeamertemplate*{frametitle}{texsx}[1][]
|
\defbeamertemplate*{frametitle}{texsx}[1][]
|
||||||
{
|
{
|
||||||
\vskip1cm%
|
\vskip 5mm%
|
||||||
\begin{beamercolorbox}[wd=\paperwidth,ht=1.2cm]{frametitle}
|
\begin{beamercolorbox}[wd=\paperwidth,ht=1.2cm]{frametitle}
|
||||||
\begin{tikzpicture}
|
\begin{tikzpicture}
|
||||||
\definecolor{th-red}{HTML}{425159};
|
\definecolor{th-grey}{HTML}{38434b};
|
||||||
\useasboundingbox[fill=th-red](0,0) rectangle(.7*\the\paperwidth,1.2);
|
\useasboundingbox[fill=th-grey](0,0) rectangle(.7*\the\paperwidth,1.2);
|
||||||
\ifx\insertframesubtitle\@empty%
|
\ifx\insertframesubtitle\@empty%
|
||||||
{\node[anchor=center, white,font=\large] at (3.2,0.61){\insertframetitle};}
|
{\node[anchor=center, white,font=\large] at (3.2,0.61){\insertframetitle};}
|
||||||
\else%
|
\else%
|
||||||
|
Loading…
x
Reference in New Issue
Block a user