Minimal example:
Code: Select all
\documentclass[compress, final]{beamer}
\usetheme[height=0mm]{Rochester}
\usecolortheme{dolphin}
\useinnertheme{rectangles}
\useoutertheme[footline=empty, subsection=true]{miniframes}
\begin{document}
\begin{frame}{Test frame}
\begin{block}<+->{Block}
Beamer is cool
\end{block}
\end{frame}
\end{document}