Skip to content
Snippets Groups Projects
Commit b5a5c2c4 authored by Tarik Graba's avatar Tarik Graba :scream_cat:
Browse files

Added colored blocks and alertblocks

parent fe6721ec
No related branches found
No related tags found
No related merge requests found
......@@ -159,6 +159,40 @@
\item bla bla bla
\end{itemize}
\end{frame}
%------------------------------------------------------------------------------
\section[3e] { 3e Section }
%------------------------------------------------------------------------------
\begin{frame}
\frametitle{Block Frame}
\begin{block}{This is a block}
\begin{itemize}
\item bla bla bla
\begin{itemize}
\item bla bla bla
\item bla bla bla
\end{itemize}
\item bla bla bla
\end{itemize}
\end{block}
\end{frame}
%------------------------------------------------------------------------------
\begin{frame}
\frametitle{AlertBlock Frame}
\begin{alertblock}{This is a block}
\begin{itemize}
\item bla bla bla
\begin{itemize}
\item bla bla bla
\item bla bla bla
\end{itemize}
\item bla bla bla
\end{itemize}
\end{alertblock}
\end{frame}
\end{document}
......@@ -46,6 +46,10 @@
\setbeamercolor{section in head/foot}{fg=white,bg=tptred}
\setbeamercolor{subsection in head/foot}{fg=white,bg=tptbrown}
\setbeamercolor{title in head/foot}{fg=white,bg=tptbrown}
\setbeamercolor{block title}{parent=structure,bg=normal text.bg!75!tptbrown}
\setbeamercolor{block body}{bg=normal text.bg!98!tptbrown}
\setbeamercolor{block title alerted}{use={normal text,alerted text},fg=alerted text.fg!75!normal text.fg,bg=normal text.bg!75!tptred}
\setbeamercolor{block body alerted}{bg=normal text.bg!95!tptred}
\setbeamerfont{title}{size*={16}{20},series=\bfseries}
......
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