Skip to content
Snippets Groups Projects
Commit 4e73d614 authored by Laros's avatar Laros
Browse files

Made footer.

parent f11becfc
No related branches found
No related tags found
No related merge requests found
......@@ -11,8 +11,12 @@
\mode<presentation>
\newlength{\LUMCCell}
\setlength{\LUMCCell}{1.17cm}
% For the footer.
\usepackage{tabularx}
\usepackage{colortbl}
% Always nice to have.
\usepackage{multirow}
......@@ -38,6 +42,11 @@
% Custom colours (use the gimp colour picker and divide by 255).
\definecolor{LUMCBlue}{rgb}{0, 0.11372, 0.38039}
\definecolor{LUMCDarkBlue}{rgb}{0, 0.235294, 0.490196}
\definecolor{LUMCLightBlue}{rgb}{0, 0.486275, 0.760784}
\definecolor{LUMCGreenBlue}{rgb}{0, 0.623529, 0.741176}
\definecolor{LUMCGray}{rgb}{0.431373, 0.564706, 0.650980}
\definecolor{ULBlue}{rgb}{0.06274, 0.07843, 0.38823}
% Disable the navigation bar.
......@@ -271,25 +280,15 @@
% The footer of the body.
\setbeamertemplate{footline}{
\colorbox{white}{\color{white}
\begin{tabularx}{0.98\textwidth}{p{3cm}lX}
\\ [-3ex] % Space above the footer line.
\colorbox{LUMCBlue}{
\phantom{.} \hfill
\insertframenumber/\inserttotalframenumber
\hfill \phantom{.}
} &
\colorbox{blue}{
\myConference
}
\hfill \phantom{.} &
\hfill
\colorbox{gray}{
\myDate
}
\\ [-1ex] % Space below the footer line.
\end{tabularx}
}
\color{white}
\renewcommand{\arraystretch}{1.65}
\begin{tabularx}{\textwidth}{p{\LUMCCell}Xp{\LUMCCell}p{\LUMCCell}}
\centering
\cellcolor{LUMCDarkBlue} \insertframenumber/\inserttotalframenumber &
\cellcolor{LUMCLightBlue} \myConference &
\cellcolor{LUMCGreenBlue} &
\cellcolor{LUMCGray} \myDate
\end{tabularx}
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment