because of some conflicts in our university, I have to use a "corporate design". However, because it's only available in PowerPoint and not a good one, too and I desided to build a design very near the corporate design we should use. Beamer comes with PaloAlto which ist quite near but has some disadvantages, so I changed to a combination of the colorthemes "orchid" and "whale". Again, this come with some disadvantages, for instance the color combination is a bit to dark - the one used in the example is to dark, too, I will correct tha one day or the other.
When I only use whale and set the colors by hand, then I find a dark rectangle in the upper right corner of the slides. I tried to solve that by not using any colortheme than sidebar, the rectangle vanishes - I assume, the colorthemes overlapped at the upper right area. But then the section-fontcolor and subsection-fontcolor in the sidebar isn't white anymore but more of a fairly unvisible grey-blue-mix.
So, how can I set the fontcolor of the sections and subsections in order to be white permanently and being marked by a black box when in the section / subsection as it looks like when the colortheme "whale" is used?
For any help or hint, I am grateful. Have a nice one.
Code: Select all
\newenvironment{stepenumerate}{\begin{enumerate}[<+->]}{\end{enumerate}}\newenvironment{stepitemize}{\begin{itemize}[<+->]}{\end{itemize} }
\newenvironment{stepenumeratewithalert}{\begin{enumerate}[<+-| alert@+>]}{\end{enumerate}}
\newenvironment{stepitemizewithalert}{\begin{itemize}[<+-| alert@+>]}{\end{itemize} }
\usecolortheme{sidebartab}
\useoutertheme[width=58pt,height=25pt,right,hideothersubsections]{sidebar}
\useinnertheme{rounded}
\setbeamercolor{title}{bg=red!25!blue,fg=white}
\setbeamercolor{fo} {bg=red!25!blue,fg=white}
\setbeamercolor{sidebar}{bg=red!25!blue,fg=white}
\setbeamercolor{author in sidebar}{fg=black!20!white}
\setbeamercolor{title in sidebar}{fg=white}
\setbeamercolor{normal text}{bg=white}
\setbeamercolor{frametitle}{fg=white}
\setbeamercolor{section in sidebar}{bg=black,fg=white}
\setbeamercolor{subsection in sidebar}{bg=black,fg=white}
\setbeamercolor{block title}{bg=red!25!blue,fg=white}
\setbeamercolor{block body}{bg=blue!20!white,fg=black}
\setbeamerfont{subsection in sidebar}{size=\tiny}
\setbeamerfont{title in sidebar}{size=\scriptsize}
\setbeamerfont{author in sidebar}{size=\tiny}
\setbeamercovered{transparent}
\setbeamertemplate{blocks}[rounded][shadow=true]
\setbeamertemplate{footline}
{
\begin{beamercolorbox}[wd=1\paperwidth,ht=2.25ex,dp=1ex,right]{fo}
\insertframenumber{} / \inserttotalframenumber\hspace*{2ex}
\end{beamercolorbox}
}
\input{tcilatex}