Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FIX: Typesetting improvements #38

Merged
merged 1 commit into from
May 9, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added pandoc/img/dilcis-logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 0 additions & 1 deletion pandoc/metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ titlepage-text-color: "3adeca"
titlepage-rule-color: "3adeca"
titlepage-rule-height: 1
cofund: "./img/cofund.jpg"
logo: "./img/DILCISlogo.png"
dilcis-logo: "./img/dilcis-logo.png"
dlm-logo: "./img/dlm-logo.png"
eark-logo: "./img/eark-logo.jpg"
Expand Down
5 changes: 4 additions & 1 deletion pandoc/templates/eisvogel.latex
Original file line number Diff line number Diff line change
Expand Up @@ -223,6 +223,9 @@ $if(colorlinks)$
\definecolor{default-citecolor}{HTML}{4077C0}
\definecolor{default-urlcolor}{HTML}{4077C0}
$endif$
\usepackage{xcolor}
\definecolor{pathlight}{HTML}{d60766}

\usepackage{hyperref}
\hypersetup{
$if(title-meta)$
Expand Down Expand Up @@ -776,7 +779,7 @@ the auspices of the DLM Forum.
\end{minipage}%
\begin{minipage}{.5\textwidth}
\centering
\includegraphics[width=2.21654in,height=1.09333in]{$logo$}
\includegraphics[width=2.21654in,height=1.09333in]{$dilcis-logo$}
\end{minipage}
\end{figure}
\vskip 1em
Expand Down
25 changes: 19 additions & 6 deletions site/css/site.css
Original file line number Diff line number Diff line change
Expand Up @@ -99,13 +99,11 @@ section.copyright {
font-size: 16px;
line-height: 1.5;
}

.container thead {
display: table-header-group;
vertical-align: middle;
border-color: inherit;
}

.container tr {
background-color: #fff;
border-top: 1px solid #c6cbd1;
Expand All @@ -114,7 +112,6 @@ section.copyright {
vertical-align: inherit;
border-color: inherit;
}

.container th {
padding: 6px 13px;
border: 1px solid #dfe2e5;
Expand All @@ -123,22 +120,38 @@ section.copyright {
vertical-align: inherit;
text-align: -internal-center;
}

.container tbody {
display: table-row-group;
vertical-align: middle;
border-color: inherit;
}

.container td {
padding: 6px 13px;
border: 1px solid #dfe2e5;
}

.container table tr:nth-child(2n) {
background-color: #f6f8fa;
}

td code.highlighter-rouge {
color: #d60766;
}

blockquote {
background: #f9f9f9;
border-left: 10px solid #ccc;
margin: 1.5em 10px;
padding: 0.5em 10px;
quotes: "\201C""\201D""\2018""\2019";
}
blockquote:before {
color: #ccc;
content: "\201C";
font-size: 4em;
line-height: 0.1em;
margin-right: 0.25em;
vertical-align: -0.4em;
}
blockquote p {
display: inline;
}
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
| ID | Name, Location & Description | Card & Level |
| ---- | -------------------------------- | --------|
<%#requirements%>
| <a name="<% id %>"/>**<% id %>** | \vtop{\hbox{\strut \textbf{<%={{ }}=%>{{{ details.name }}}{{=<% %>=}}}}<%#location%>\hbox{\strut \small \texttt{<%={{ }}=%>{{{ . }}}{{=<% %>=}}}}<%/location%><%^xPath%>\hbox{\strut \small \texttt{N/A}}<%/xPath%>}<%={{ }}=%>{{#description}}{{{ . }}}<br/>{{/description}}{{=<% %>=}} | \vtop{\hbox{\strut \textbf{<% cardinality %>}}\hbox{\strut <% details.level %>}} |
| <a name="<% id %>"/>**<% id %>** | \vtop{\hbox{\strut \textbf{<%={{ }}=%>{{{ details.name }}}{{=<% %>=}}}}<%#location%>\hbox{\strut \small \color{pathlight} \texttt{<%={{ }}=%>{{{ . }}}{{=<% %>=}}}}<%/location%><%^xPath%>\hbox{\strut \small \texttt{N/A}}<%/xPath%>}<%={{ }}=%>{{#description}}{{{ . }}}<br/>{{/description}}{{=<% %>=}} | \vtop{\hbox{\strut \textbf{<% cardinality %>}}\hbox{\strut <% details.level %>}} |
<%/requirements%>
<%={{ }}=%>
{{/pdf}}
Expand Down
Loading