Skip to content
Snippets Groups Projects
Commit 1ffc8924 authored by Malin Freeborn's avatar Malin Freeborn
Browse files

change style of encounters boxes

parent ecc6f7b8
No related branches found
No related tags found
No related merge requests found
...@@ -591,9 +591,12 @@ bookmarks=true]% ...@@ -591,9 +591,12 @@ bookmarks=true]%
%%%%%%%%%%%%%%%%%%%% Environments %%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%%% Environments %%%%%%%%%%%%%%%%%%%%
\newenvironment{speechtext}{\begin{quotation}\noindent}{\end{quotation}} \newenvironment{speechtext}{
\begin{boxtext}\it
\tcolorboxenvironment{speechtext}{} \begin{quotation}\noindent}%
{\end{quotation}
\end{boxtext}%
}
\newenvironment{rolltable}% \newenvironment{rolltable}%
{\vspace{.3cm}\begin{tabular}{|lp{.8\textwidth}} {\vspace{.3cm}\begin{tabular}{|lp{.8\textwidth}}
...@@ -616,9 +619,9 @@ Roll & Result \\ ...@@ -616,9 +619,9 @@ Roll & Result \\
\newtcolorbox{xpchart}[1]{tabularx={l|p{.8\textwidth}},arc=0mm,adjusted title=XP Rewards for #1} \newtcolorbox{xpchart}[1]{tabularx={l|p{.8\textwidth}},arc=0mm,adjusted title=XP Rewards for #1}
\newtcolorbox[use counter=enc, use counter=list]{encounters}[1]{adjusted title=Encounters in #1,arc=1mm,tabularx={XXp{.6\textwidth}},code={\setcounter{enc}{19}\setcounter{list}{18}}} \newtcolorbox[use counter=enc, use counter=list]{encounters}[1]{ornamented,adjusted title=Encounters in #1,tabularx={XXp{.6\textwidth}},bottom=10pt,code={\setcounter{enc}{19}\setcounter{list}{18}}}
\newtcolorbox{rollchart}{tabularx={p{.25\linewidth}X},arc=1mm} \newtcolorbox{rollchart}{ornamented,boxsep=12pt,tabularx={p{.25\linewidth}X},top=20pt,bottom=20pt}
\newtcolorbox{xpbox}[1]{tabularx={lc},arc=1mm,equal height group=#1} \newtcolorbox{xpbox}[1]{tabularx={lc},arc=1mm,equal height group=#1}
......
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