aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorRalph Amissah <ralph.amissah@gmail.com>2019-07-19 11:05:41 -0400
committerRalph Amissah <ralph.amissah@gmail.com>2019-10-17 19:07:20 -0400
commita3a7c35eb15affc0f5f176645ad7bf976a3ecf21 (patch)
tree18c9d482bfae2c4d010b8dc748afb9e56455fde5
parentxmls, css, codeblocks linenumbers (diff)
css cosmetic
-rw-r--r--org/output_xmls_css.org40
-rw-r--r--src/doc_reform/output/xmls_css.d96
2 files changed, 82 insertions, 54 deletions
diff --git a/org/output_xmls_css.org b/org/output_xmls_css.org
index da374cf..15e8bc7 100644
--- a/org/output_xmls_css.org
+++ b/org/output_xmls_css.org
@@ -385,7 +385,7 @@ template DocReformCss() {
#+name: css_light_shared
#+BEGIN_SRC css
- p.spaced { white-space: pre; }
+ p.spaced { white-space : pre; }
p.block {
white-space : pre;
}
@@ -513,7 +513,7 @@ template DocReformCss() {
#+name: css_light_shared
#+BEGIN_SRC css
- note { white-space: pre; }
+ note { white-space : pre; }
label.ocn {
width : 2%%;
float : right;
@@ -557,7 +557,7 @@ template DocReformCss() {
font-size : 80%%;
}
p.right,th.right,td.right {
- text-align: right;
+ text-align : right;
}
ul, li {
list-style-type : none;
@@ -573,10 +573,9 @@ template DocReformCss() {
margin-bottom : 3px;
}
li {
- background: url(../image_sys/bullet_09.png) no-repeat 0px 6px;
- }
- ul {
+ background : url(../image_sys/bullet_09.png) no-repeat 0px 6px;
}
+ ul { }
#+END_SRC
***** headings
@@ -602,7 +601,9 @@ template DocReformCss() {
h5 { font-size : 100%%; }
h6 { font-size : 100%%; }
h7 { font-size : 100%%; }
- h0, h1, h2, h3, h4, h5, h6, h7 { text-shadow: .2em .2em .3em #808080; }
+ h0, h1, h2, h3, h4, h5, h6, h7 {
+ text-shadow : .2em .2em .3em #808080;
+ }
h1.i { margin-left : 2em; }
h2.i { margin-left : 3em; }
h3.i { margin-left : 4em; }
@@ -743,7 +744,9 @@ template DocReformCss() {
.next {
right : 0em;
}
- .arrow { fill : #333333; }
+ .arrow {
+ fill : #333333;
+ }
.minitoc {
line-height : 100%%;
font-size : 90%%;
@@ -805,7 +808,7 @@ Consider what if anything should be used here
.wrapper {
display : grid;
grid-template-columns : 100%%;
- grid-template-areas:
+ grid-template-areas :
"headband"
"doc_header"
"doc_title"
@@ -929,7 +932,7 @@ Consider what if anything should be used here
.wrapper {
display : grid;
grid-template-columns : 100%%;
- grid-template-areas:
+ grid-template-areas :
"headband"
"doc_header"
"doc_title"
@@ -1221,7 +1224,10 @@ Consider what if anything should be used here
#+name: css_dark_shared
#+BEGIN_SRC css
- img { max-width: 100%%; height: auto; }
+ img {
+ max-width : 100%%;
+ height : auto;
+ }
#+END_SRC
***** code block
@@ -1294,7 +1300,7 @@ Consider what if anything should be used here
#+name: css_dark_shared
#+BEGIN_SRC css
- p.spaced { white-space: pre; }
+ p.spaced { white-space : pre; }
p.block {
white-space : pre;
}
@@ -1422,7 +1428,7 @@ Consider what if anything should be used here
#+name: css_dark_shared
#+BEGIN_SRC css
- note { white-space: pre; }
+ note { white-space : pre; }
label.ocn {
width : 2%%;
float : right;
@@ -1510,7 +1516,9 @@ Consider what if anything should be used here
h5 { font-size : 100%%; }
h6 { font-size : 100%%; }
h7 { font-size : 100%%; }
- h0, h1, h2, h3, h4, h5, h6, h7 { text-shadow: .2em .2em .3em #999999; }
+ h0, h1, h2, h3, h4, h5, h6, h7 {
+ text-shadow : .2em .2em .3em #999999;
+ }
h1.i { margin-left : 2em; }
h2.i { margin-left : 3em; }
h3.i { margin-left : 4em; }
@@ -1715,7 +1723,7 @@ Consider what if anything should be used here
.wrapper {
display : grid;
grid-template-columns : 100%%;
- grid-template-areas:
+ grid-template-areas :
"headband"
"doc_header"
"doc_title"
@@ -1839,7 +1847,7 @@ Consider what if anything should be used here
.wrapper {
display : grid;
grid-template-columns : 100%%;
- grid-template-areas:
+ grid-template-areas :
"headband"
"doc_header"
"doc_title"
diff --git a/src/doc_reform/output/xmls_css.d b/src/doc_reform/output/xmls_css.d
index 2ced969..24cb90b 100644
--- a/src/doc_reform/output/xmls_css.d
+++ b/src/doc_reform/output/xmls_css.d
@@ -664,7 +664,7 @@ template DocReformCss() {
p.code {
border-style : none;
}
- p.spaced { white-space: pre; }
+ p.spaced { white-space : pre; }
p.block {
white-space : pre;
}
@@ -780,7 +780,7 @@ template DocReformCss() {
color : #000000;
}
%s
- note { white-space: pre; }
+ note { white-space : pre; }
label.ocn {
width : 2%%;
float : right;
@@ -824,7 +824,7 @@ template DocReformCss() {
font-size : 80%%;
}
p.right,th.right,td.right {
- text-align: right;
+ text-align : right;
}
ul, li {
list-style-type : none;
@@ -840,10 +840,9 @@ template DocReformCss() {
margin-bottom : 3px;
}
li {
- background: url(../image_sys/bullet_09.png) no-repeat 0px 6px;
- }
- ul {
+ background : url(../image_sys/bullet_09.png) no-repeat 0px 6px;
}
+ ul { }
h0, h1, h2, h3, h4, h5, h6, h7 {
font-weight : bold;
line-height : 120%%;
@@ -863,7 +862,9 @@ template DocReformCss() {
h5 { font-size : 100%%; }
h6 { font-size : 100%%; }
h7 { font-size : 100%%; }
- h0, h1, h2, h3, h4, h5, h6, h7 { text-shadow: .2em .2em .3em #808080; }
+ h0, h1, h2, h3, h4, h5, h6, h7 {
+ text-shadow : .2em .2em .3em #808080;
+ }
h1.i { margin-left : 2em; }
h2.i { margin-left : 3em; }
h3.i { margin-left : 4em; }
@@ -997,7 +998,9 @@ template DocReformCss() {
.next {
right : 0em;
}
- .arrow { fill : #333333; }
+ .arrow {
+ fill : #333333;
+ }
.minitoc {
line-height : 100%%;
font-size : 90%%;
@@ -1045,7 +1048,7 @@ template DocReformCss() {
.wrapper {
display : grid;
grid-template-columns : 100%%;
- grid-template-areas:
+ grid-template-areas :
"headband"
"doc_header"
"doc_title"
@@ -1306,7 +1309,10 @@ template DocReformCss() {
margin-top : 0.8em;
margin-bottom : 0.8em;
}
- img { max-width: 100%%; height: auto; }
+ img {
+ max-width : 100%%;
+ height : auto;
+ }
pre {
width : auto;
display : block;
@@ -1367,7 +1373,7 @@ template DocReformCss() {
p.code {
border-style : none;
}
- p.spaced { white-space: pre; }
+ p.spaced { white-space : pre; }
p.block {
white-space : pre;
}
@@ -1483,7 +1489,7 @@ template DocReformCss() {
color : #DDDDDD;
}
%s
- note { white-space: pre; }
+ note { white-space : pre; }
label.ocn {
width : 2%%;
float : right;
@@ -1565,7 +1571,9 @@ template DocReformCss() {
h5 { font-size : 100%%; }
h6 { font-size : 100%%; }
h7 { font-size : 100%%; }
- h0, h1, h2, h3, h4, h5, h6, h7 { text-shadow: .2em .2em .3em #999999; }
+ h0, h1, h2, h3, h4, h5, h6, h7 {
+ text-shadow : .2em .2em .3em #999999;
+ }
h1.i { margin-left : 2em; }
h2.i { margin-left : 3em; }
h3.i { margin-left : 4em; }
@@ -1749,7 +1757,7 @@ template DocReformCss() {
.wrapper {
display : grid;
grid-template-columns : 100%%;
- grid-template-areas:
+ grid-template-areas :
"headband"
"doc_header"
"doc_title"
@@ -2075,7 +2083,7 @@ template DocReformCss() {
p.code {
border-style : none;
}
- p.spaced { white-space: pre; }
+ p.spaced { white-space : pre; }
p.block {
white-space : pre;
}
@@ -2191,7 +2199,7 @@ template DocReformCss() {
color : #000000;
}
%s
- note { white-space: pre; }
+ note { white-space : pre; }
label.ocn {
width : 2%%;
float : right;
@@ -2235,7 +2243,7 @@ template DocReformCss() {
font-size : 80%%;
}
p.right,th.right,td.right {
- text-align: right;
+ text-align : right;
}
ul, li {
list-style-type : none;
@@ -2251,10 +2259,9 @@ template DocReformCss() {
margin-bottom : 3px;
}
li {
- background: url(../image_sys/bullet_09.png) no-repeat 0px 6px;
- }
- ul {
+ background : url(../image_sys/bullet_09.png) no-repeat 0px 6px;
}
+ ul { }
h0, h1, h2, h3, h4, h5, h6, h7 {
font-weight : bold;
line-height : 120%%;
@@ -2274,7 +2281,9 @@ template DocReformCss() {
h5 { font-size : 100%%; }
h6 { font-size : 100%%; }
h7 { font-size : 100%%; }
- h0, h1, h2, h3, h4, h5, h6, h7 { text-shadow: .2em .2em .3em #808080; }
+ h0, h1, h2, h3, h4, h5, h6, h7 {
+ text-shadow : .2em .2em .3em #808080;
+ }
h1.i { margin-left : 2em; }
h2.i { margin-left : 3em; }
h3.i { margin-left : 4em; }
@@ -2384,7 +2393,7 @@ template DocReformCss() {
.wrapper {
display : grid;
grid-template-columns : 100%%;
- grid-template-areas:
+ grid-template-areas :
"headband"
"doc_header"
"doc_title"
@@ -2645,7 +2654,10 @@ template DocReformCss() {
margin-top : 0.8em;
margin-bottom : 0.8em;
}
- img { max-width: 100%%; height: auto; }
+ img {
+ max-width : 100%%;
+ height : auto;
+ }
pre {
width : auto;
display : block;
@@ -2706,7 +2718,7 @@ template DocReformCss() {
p.code {
border-style : none;
}
- p.spaced { white-space: pre; }
+ p.spaced { white-space : pre; }
p.block {
white-space : pre;
}
@@ -2822,7 +2834,7 @@ template DocReformCss() {
color : #DDDDDD;
}
%s
- note { white-space: pre; }
+ note { white-space : pre; }
label.ocn {
width : 2%%;
float : right;
@@ -2904,7 +2916,9 @@ template DocReformCss() {
h5 { font-size : 100%%; }
h6 { font-size : 100%%; }
h7 { font-size : 100%%; }
- h0, h1, h2, h3, h4, h5, h6, h7 { text-shadow: .2em .2em .3em #999999; }
+ h0, h1, h2, h3, h4, h5, h6, h7 {
+ text-shadow : .2em .2em .3em #999999;
+ }
h1.i { margin-left : 2em; }
h2.i { margin-left : 3em; }
h3.i { margin-left : 4em; }
@@ -3014,7 +3028,7 @@ template DocReformCss() {
.wrapper {
display : grid;
grid-template-columns : 100%%;
- grid-template-areas:
+ grid-template-areas :
"headband"
"doc_header"
"doc_title"
@@ -3340,7 +3354,7 @@ template DocReformCss() {
p.code {
border-style : none;
}
- p.spaced { white-space: pre; }
+ p.spaced { white-space : pre; }
p.block {
white-space : pre;
}
@@ -3456,7 +3470,7 @@ template DocReformCss() {
color : #000000;
}
%s
- note { white-space: pre; }
+ note { white-space : pre; }
label.ocn {
width : 2%%;
float : right;
@@ -3500,7 +3514,7 @@ template DocReformCss() {
font-size : 80%%;
}
p.right,th.right,td.right {
- text-align: right;
+ text-align : right;
}
ul, li {
list-style-type : none;
@@ -3516,10 +3530,9 @@ template DocReformCss() {
margin-bottom : 3px;
}
li {
- background: url(../image_sys/bullet_09.png) no-repeat 0px 6px;
- }
- ul {
+ background : url(../image_sys/bullet_09.png) no-repeat 0px 6px;
}
+ ul { }
h0, h1, h2, h3, h4, h5, h6, h7 {
font-weight : bold;
line-height : 120%%;
@@ -3539,7 +3552,9 @@ template DocReformCss() {
h5 { font-size : 100%%; }
h6 { font-size : 100%%; }
h7 { font-size : 100%%; }
- h0, h1, h2, h3, h4, h5, h6, h7 { text-shadow: .2em .2em .3em #808080; }
+ h0, h1, h2, h3, h4, h5, h6, h7 {
+ text-shadow : .2em .2em .3em #808080;
+ }
h1.i { margin-left : 2em; }
h2.i { margin-left : 3em; }
h3.i { margin-left : 4em; }
@@ -3800,7 +3815,10 @@ template DocReformCss() {
margin-top : 0.8em;
margin-bottom : 0.8em;
}
- img { max-width: 100%%; height: auto; }
+ img {
+ max-width : 100%%;
+ height : auto;
+ }
pre {
width : auto;
display : block;
@@ -3861,7 +3879,7 @@ template DocReformCss() {
p.code {
border-style : none;
}
- p.spaced { white-space: pre; }
+ p.spaced { white-space : pre; }
p.block {
white-space : pre;
}
@@ -3977,7 +3995,7 @@ template DocReformCss() {
color : #DDDDDD;
}
%s
- note { white-space: pre; }
+ note { white-space : pre; }
label.ocn {
width : 2%%;
float : right;
@@ -4059,7 +4077,9 @@ template DocReformCss() {
h5 { font-size : 100%%; }
h6 { font-size : 100%%; }
h7 { font-size : 100%%; }
- h0, h1, h2, h3, h4, h5, h6, h7 { text-shadow: .2em .2em .3em #999999; }
+ h0, h1, h2, h3, h4, h5, h6, h7 {
+ text-shadow : .2em .2em .3em #999999;
+ }
h1.i { margin-left : 2em; }
h2.i { margin-left : 3em; }
h3.i { margin-left : 4em; }