summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/beamertheme-cuerna/beamerouterthemeCuerna.sty
blob: 3dd4e4a067c112b24f0b46652df1116ff9571f53 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
%%
%% This is file `beamerouterthemeCuerna.sty',
%% generated with the docstrip utility.
%%
%% The original source files were:
%%
%% beamertheme-cuerna.dtx  (with options: `outer')
%% 
%% This is a generated fie
%% 
%% --------------------------------------------------------------------------------
%% beamertheme-cuerna -- Beamer theme cuerna, version 1.1
%% 
%% Copyright (C) Geri Ochoa
%% email: geri@bluesimplex.com
%% 
%% Released under the LaTeX Project Public Licence v1.3c or later
%% github: https://github.com/geriom/beamertheme-cuerna
%% my web site: bluesimplex.com
%% --------------------------------------------------------------------------------
%% 



\mode<presentation>

\setbeamerfont{sectiontitle}{size=\huge, shape=\scshape}

\defbeamertemplate*{frametitle}{Cuerna}[1][]
{
  \vskip0.2cm
  \begin{beamercolorbox}[right]{sectiontitle}
    \usebeamerfont{date}\insertsection
  \end{beamercolorbox}
  \vskip-0.2cm
  \definecolor{imred}{HTML}{BD2026}
  \definecolor{imyellow}{HTML}{FCED27}
  \definecolor{imorange}{HTML}{F6B419}
  \begin{beamercolorbox}[wd=\paperwidth,ht=1.9cm]{frametitle}
    \begin{tikzpicture}
      \useasboundingbox (0,0) rectangle(\the\paperwidth,1.4);
      {\node[anchor=west, white] at (0.4, 0.8){\insertlogo};}
      \fill[squarecolor](2.45, 0.3) rectangle(\paperwidth,1.4);
      \ifx\insertframesubtitle\@empty%
      {\node[anchor=west, white, font=\large] at (3.0,0.82){\insertframetitle};}
      \else%
      {\node[anchor=west, white, font=\large] at (3.0, 1.02){\insertframetitle};%
      \node[anchor=west, white, font=\small] at (3.0, 0.63){\insertframesubtitle};}%
      \fi
    \end{tikzpicture}
  \end{beamercolorbox}
  \vskip-0.5cm
}

\defbeamertemplate*{sidebar right}{sidebar theme}
{%
  \vfill%
  \llap{\usebeamertemplate***{navigation symbols}\hskip0.1cm}%
\vskip2pt}

\mode<all>



\endinput
%%
%% End of file `beamerouterthemeCuerna.sty'.