aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael S. Tsirkin <mst@redhat.com>2018-11-30 15:46:29 -0500
committerMichael S. Tsirkin <mst@redhat.com>2018-11-30 16:15:38 -0500
commitadb6c132165b98bee99e51d9c50865da0f9194d7 (patch)
treea7230e9356736480c98b5c4dcee26dd4502a2bde
parent9ac151a5b6e6a2a0b4c213cff4abfd1893adc421 (diff)
downloadvirtio-spec-adb6c132165b98bee99e51d9c50865da0f9194d7.tar.gz
edit: update to new OASIS color
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
-rw-r--r--commands-html.tex12
-rw-r--r--commands-pdf.tex12
-rw-r--r--commands.tex4
3 files changed, 13 insertions, 15 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;">}
diff --git a/commands-pdf.tex b/commands-pdf.tex
index 8e278be..ae7a186 100644
--- a/commands-pdf.tex
+++ b/commands-pdf.tex
@@ -20,7 +20,7 @@
\newcommand{\oasistitle}[1]
{
\begin{spacing}{1.5}
-\fontspec[Color=552681]{Arial}
+\fontspec[Color=446CAA]{Arial}
\fontsize{24}{24}
\textbf{\noindent#1}
\end{spacing}
@@ -29,7 +29,7 @@
\newcommand{\oasisstagelabel}[1]
{
\begin{spacing}{1.1}
-\fontspec[Color=552681]{Arial}
+\fontspec[Color=446CAA]{Arial}
\fontsize{18}{18}
\textbf{\noindent#1}
\end{spacing}
@@ -38,7 +38,7 @@
\newcommand{\oasisdate}[1]
{
\begin{spacing}{1.1}
-\fontspec[Color=552681]{Arial}
+\fontspec[Color=446CAA]{Arial}
\fontsize{18}{18}
\textbf{\noindent#1}
\end{spacing}
@@ -47,7 +47,7 @@
\newcommand{\oasisnoticelabel}[1]
{
\begin{spacing}{1.5}
-\fontspec[Color=552681]{Arial}
+\fontspec[Color=446CAA]{Arial}
\fontsize{18}{18}
\textbf{\noindent#1}
\end{spacing}
@@ -56,7 +56,7 @@
\newcommand{\oasisspecificationuris}[1]
{
{
-\fontspec[Color=552681]{Arial}
+\fontspec[Color=446CAA]{Arial}
\fontsize{12}{12}
\textbf{\noindent#1}
}
@@ -65,7 +65,7 @@
\newenvironment{oasistitlesection}[1]
{
\setlength{\tabcolsep}{0in}\begin{tabular}{p{0in}p{5.8in}}
-\multicolumn{2}{l}{\fontspec[Color=552681]{Arial}\fontsize{10}{10}\textbf{#1:}}\\[-0.05in]
+\multicolumn{2}{l}{\fontspec[Color=446CAA]{Arial}\fontsize{10}{10}\textbf{#1:}}\\[-0.05in]
&\setlength{\topsep}{0in}\setlength{\parsep}{0in}\setlength{\partopsep}{0in} }
{
\end{tabular}
diff --git a/commands.tex b/commands.tex
index 871f416..1bd3430 100644
--- a/commands.tex
+++ b/commands.tex
@@ -2,9 +2,7 @@
%% Commands for the VIRTIO specification document
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-\definecolor{oasis1}{RGB}{85,38,129}
-\definecolor{oasis2}{RGB}{227,175,27}
-\definecolor{shadecolor}{RGB}{230,230,230}
+\definecolor{oasis1}{RGB}{68,108,170}
% How we format a field name
\newcommand{\field}[1]{\emph{#1}}