Miscellany color improvements.
This commit is contained in:
@@ -81,13 +81,17 @@
|
||||
\newlength{\boxoutpadding}
|
||||
\setlength{\boxoutpadding}{0.5em}
|
||||
|
||||
\newcommand{\boxoutbgcolor}{PrimePaleBlue}
|
||||
\newcommand{\boxoutfgcolor}{PrimeBlue}
|
||||
|
||||
\newcommand{\boxout}[5][0in]{%
|
||||
\begin{wrapfigure}{#2}[#1]%
|
||||
\fcolorbox{PrimeBlue}{PrimePaleBlue}{%
|
||||
\fcolorbox{\boxoutfgcolor}{\boxoutbgcolor}{%
|
||||
\begin{minipage}{#3}%
|
||||
\vspace{\boxoutpadding}%
|
||||
{\centering%
|
||||
\begin{minipage}{\boxoutpadding*-2 + \textwidth}%
|
||||
\label{box:#4}%
|
||||
\setlength{\parskip}{\medskipamount}%
|
||||
{\centering\slab{\strong{#4}}\par}%
|
||||
\small{}#5%
|
||||
@@ -101,11 +105,12 @@
|
||||
|
||||
\newcommand{\bigboxout}[4][\bigfloatoverhang]{%
|
||||
\bigfloat[#1]{figure}{#2}{%
|
||||
\fcolorbox{PrimeBlue}{PrimePaleBlue}{%
|
||||
\fcolorbox{\boxoutfgcolor}{\boxoutbgcolor}{%
|
||||
\begin{minipage}{\boxoutpadding*-2 + \textwidth}%
|
||||
\vspace{\boxoutpadding}%
|
||||
{\centering%
|
||||
\begin{minipage}{\boxoutpadding*-2 + \textwidth}%
|
||||
\label{box:#3}%
|
||||
\setlength{\parskip}{\medskipamount}%
|
||||
{\centering\slab{\strong{#3}}\par}%
|
||||
\small{}#4%
|
||||
|
||||
Reference in New Issue
Block a user