]> gitweb.michael.orlitzky.com - beamer-mjo.git/blob - beamerouterthemeUMBC.sty
5083c02cd190dbe979e3a44b2f9671d9142ed531
[beamer-mjo.git] / beamerouterthemeUMBC.sty
1 \mode<presentation>
2 \useoutertheme{miniframes}
3
4 % No headline.
5 \setbeamertemplate{headline}{}
6
7 % An optional command that will appear in the middle of the footer.
8 \defbeamertemplate{footextra}{}
9
10 % Stolen from the miniframes theme, and modified to include the
11 % footextra template.
12 \setbeamertemplate{footline}{
13 \begin{beamercolorbox}[colsep=1.5pt]{upper separation line foot}
14 \end{beamercolorbox}
15 \begin{beamercolorbox}[ht=2.5ex,dp=1.125ex,%
16 leftskip=.3cm,rightskip=.3cm plus1fil]{author in head/foot}%
17 \leavevmode{\usebeamerfont{author in head/foot}\insertshortauthor}%
18 \hfill%
19 \usebeamertemplate{footextra}%
20 \hfill%
21 {\usebeamerfont{institute in head/foot}\usebeamercolor[fg]{institute in head/foot}\insertshortinstitute}%
22 \end{beamercolorbox}%
23 \begin{beamercolorbox}[colsep=1.5pt]{lower separation line foot}
24 \end{beamercolorbox}
25 }