Skip to content

Commit

Permalink
CSS tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
ndw committed Jul 31, 2024
1 parent 5c27d9e commit e1506da
Showing 1 changed file with 15 additions and 12 deletions.
27 changes: 15 additions & 12 deletions src/main/resources/css/xproc.css
Original file line number Diff line number Diff line change
@@ -1,13 +1,16 @@
html {
font-size: 110%;
}

.editors-draft {
border: solid 1pt #808080;
padding: 1em;
background-color: #ffaaaa;
border-radius: 5px;
}

dl.toc {
margin-top: 0;
margin-bottom: 0
dl.toc { margin-top: 0;
margin-bottom: 0
}

dl.toc dt {
Expand Down Expand Up @@ -76,13 +79,7 @@ dl.errs dt {
padding-bottom: 0.5ex;
}

.element-syntax {
padding: 4px;
line-height: 1.25;
white-space: nowrap;
overflow-x: scroll;
}

.element-syntax { padding: 4px; line-height: 1.25; }
.element-syntax-declare-step { border: solid thin; background-color: #ffeeff }
.element-syntax-declare-step-opt { border: solid thin; background-color: #ffeeff }
.element-syntax-declare-step-opt { border: solid thin; background-color: #ffeeff }
Expand All @@ -93,7 +90,7 @@ dl.errs dt {
.element-syntax-step-vocabulary { border: dotted thin; background-color: #ffffee }

p.element-syntax code {
font-size: 100%;
font-size: inherit;
}

div.funcsynopsis {
Expand All @@ -117,7 +114,7 @@ div.funcsynopsis span.type {
span.decl code.type-value { font-weight: bold; }
span.opt-req code.name-value { font-weight: bold; }

span.opt-type { font-size: small; font-style: italic; }
span.opt-type { font-style: italic; }
code.comment { font-style: italic; }

.revision-inherited {
Expand Down Expand Up @@ -171,3 +168,9 @@ sup.xrefspec a:visited {

.assert {
}

.element-syntax { #000000; }
.element-syntax .attr { color: #000000; }
.element-syntax .value { color: rgb(9,70,138); }
.element-syntax .comment,
.element-syntax .opt-type { color: #948695; }

0 comments on commit e1506da

Please sign in to comment.