diff options
Diffstat (limited to 'commands-html.tex')
-rw-r--r-- | commands-html.tex | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/commands-html.tex b/commands-html.tex index 7831866..488eacb 100644 --- a/commands-html.tex +++ b/commands-html.tex @@ -15,7 +15,7 @@ \newcommand{\oasistitle}[1] { \begin{spacing}{2} -\HCode{<div style="color: \#552681; font-size: 24pt;">} +\HCode{<div style="color: \#446CAA; font-size: 24pt;">} \textbf{#1} \HCode{</div>} \end{spacing} @@ -24,7 +24,7 @@ \newcommand{\oasisstagelabel}[1] { \begin{spacing}{2} -\HCode{<div style="color: \#552681; font-size: 18pt;">} +\HCode{<div style="color: \#446CAA; font-size: 18pt;">} \textbf{#1} \HCode{</div>} \end{spacing} @@ -33,7 +33,7 @@ \newcommand{\oasisdate}[1] { \begin{spacing}{2} -\HCode{<div style="color: \#552681; font-size: 18pt;">} +\HCode{<div style="color: \#446CAA; font-size: 18pt;">} \textbf{#1} \HCode{</div>} \end{spacing} @@ -43,7 +43,7 @@ { \hrule \begin{spacing}{2} -\HCode{<div style="color: \#552681; font-size: 18pt;">} +\HCode{<div style="color: \#446CAA; font-size: 18pt;">} \textbf{#1} \HCode{</div>} \end{spacing} @@ -51,14 +51,14 @@ \newcommand{\oasisspecificationuris}[1] { -\HCode{<div style="color: \#552681; font-size: 12pt;">} +\HCode{<div style="color: \#446CAA; font-size: 12pt;">} \textbf{#1} \HCode{</div>} } \newenvironment{oasistitlesection}[1] { -\HCode{<div style="color: \#552681; font-size: 10pt;">} +\HCode{<div style="color: \#446CAA; font-size: 10pt;">} \textbf{#1:} \HCode{</div>} \HCode{<div style="margin-left: 20px;">} |