Reduced height of footer and changed font color to lhLightGray (both to make it less intrusive).

This commit is contained in:
Achim D. Brucker 2019-06-25 11:41:19 +01:00
parent c6061fe75f
commit 5b86f0780a
2 changed files with 6 additions and 6 deletions

View File

@ -18,7 +18,7 @@
\setbeamercolor{background canvas}{fg=lhBlack,bg=lhWhite} \setbeamercolor{background canvas}{fg=lhBlack,bg=lhWhite}
\setbeamercolor{structure}{fg=lhOrange} \setbeamercolor{structure}{fg=lhOrange}
\setbeamercolor{footer}{fg=lhWhite, bg=lhDarkGray} \setbeamercolor{footer}{fg=lhLightGray, bg=lhDarkGray}
\setbeamercolor{part title}{parent=footer} \setbeamercolor{part title}{parent=footer}
\setbeamercolor{alerted text}{fg=lhOrange} \setbeamercolor{alerted text}{fg=lhOrange}

View File

@ -55,11 +55,11 @@
\centerline{% \centerline{%
\usebeamercolor{footer}{ \usebeamercolor{footer}{
\colorbox{bg}{% \colorbox{bg}{%
\parbox{\@tempdima}{\mbox{}\\[.0025cm] \parbox{\@tempdima}{%\mbox{}\\[.0005cm]
\mbox{}\quad \textcolor{fg}{\tiny\bfseries \textcopyright~\the\year{} \href{https://logicalhacking.com}{LogicalHacking.com}. \hfill \mbox{}\quad \textcolor{fg}{\tiny\bfseries \textcopyright~\the\year{} \href{https://logicalhacking.com}{LogicalHacking.com}. \hfill\hfill
\lh@classification\hfill \lh@classification\hfill\hfill\hfill
Page \insertframenumber{} of \insertpresentationendframe%\inserttotalframenumber Page \insertframenumber{} of \insertpresentationendframe%\inserttotalframenumber
}\quad\mbox{}\\[.0025cm] }\quad\mbox{}%\\[.0005cm]
}}}}% }}}}%
\vskip0pt% \vskip0pt%
} }