diff options
| author | Holger Dengler <dengler@linutronix.de> | 2017-11-28 15:16:50 +0100 |
|---|---|---|
| committer | John Ogness <john.ogness@linutronix.de> | 2018-04-20 09:12:47 +0200 |
| commit | 5c06f7dacad16e720e85fadea52383708304aa79 (patch) | |
| tree | f24e62ee65a3fc9ae9f5169fc08f66a0bcb34d82 | |
| parent | acd2549d4f9e53fc90a9e701ec51a277cfde12f2 (diff) | |
add microconsult theme
Signed-off-by: Holger Dengler <dengler@linutronix.de>
| -rw-r--r-- | foreignthemes/microconsult/beamerthememicroconsult.sty | 45 | ||||
| -rw-r--r-- | foreignthemes/microconsult/pres_footer.png | bin | 0 -> 7709 bytes | |||
| -rw-r--r-- | foreignthemes/microconsult/pres_header.png | bin | 0 -> 440 bytes |
3 files changed, 45 insertions, 0 deletions
diff --git a/foreignthemes/microconsult/beamerthememicroconsult.sty b/foreignthemes/microconsult/beamerthememicroconsult.sty new file mode 100644 index 0000000..d388757 --- /dev/null +++ b/foreignthemes/microconsult/beamerthememicroconsult.sty @@ -0,0 +1,45 @@ +\mode <presentation> +%no nav symbols +\setbeamertemplate{navigation symbols}{} +%logo +\pgfdeclareimage[width=0.95\beamer@paperwidth]{ucheader}{foreignthemes/microconsult/pres_header} +\pgfdeclareimage[width=0.95\beamer@paperwidth]{ucfooter}{foreignthemes/microconsult/pres_footer} +%colors +\definecolor{linutronix}{RGB}{240,127,10} +\definecolor{microconsult}{RGB}{0,164,224} +\definecolor{linublack}{RGB}{50,50,50} +\setbeamercolor*{structure}{fg=microconsult,bg=white} +\setbeamercolor{normal text}{fg=linublack,bg=white} +\setbeamercolor*{title}{fg=white,bg=microconsult} +\setbeamercolor{block}{fg=white,bg=microconsult} +\setbeamercolor{block title}{use=structure,fg=white,bg=structure.fg} +\setbeamercolor{block title alerted}{use=alerted text,fg=white,bg=microconsult} +\setbeamercolor{block title example}{use=example text,fg=white,bg=example text.fg} +\setbeamercolor*{palette primary}{fg=white,bg=microconsult} + +\def\NONE{none} + +\setromanfont[Scale=1.1]{Arial} +\setsansfont[Scale=1.1]{Arial} +\setmonofont[Scale=0.7]{Source Code Pro} + +\useinnertheme{circles} + +%headline with lx font +\defbeamertemplate*{headline}{microconsult theme} +{ + \vskip10pt + \hskip9pt \pgfuseimage{ucheader} + \vskip-11pt + \hfill \textcolor{white} {\large \insertsubsection \space \space \space \space} + \vskip20pt + \hskip20pt +} + +%footer with author, company name, page number +\setbeamertemplate{footline}{ + {\hspace{10pt}\pgfuseimage{ucfooter}\vspace{7pt}} + \textcolor{white}{\hspace{-345pt}\vspace{5pt}Copyright 2017 Linutronix GmbH} + \vspace{-7pt} +} +\mode <all> diff --git a/foreignthemes/microconsult/pres_footer.png b/foreignthemes/microconsult/pres_footer.png Binary files differnew file mode 100644 index 0000000..aa465dc --- /dev/null +++ b/foreignthemes/microconsult/pres_footer.png diff --git a/foreignthemes/microconsult/pres_header.png b/foreignthemes/microconsult/pres_header.png Binary files differnew file mode 100644 index 0000000..364366d --- /dev/null +++ b/foreignthemes/microconsult/pres_header.png |
