aboutsummaryrefslogtreecommitdiffhomepage
path: root/org/output_harvest_metadata.org
diff options
context:
space:
mode:
authorRalph Amissah <ralph.amissah@gmail.com>2019-07-08 17:57:23 -0400
committerRalph Amissah <ralph.amissah@gmail.com>2019-10-17 19:07:20 -0400
commitb157271169fe8cd896b54a89d28fd3b7c8768826 (patch)
treee844f3f79cc00d27f099a7dbde64227d5ac71b7f /org/output_harvest_metadata.org
parentsubprojects remove commit hash (diff)
0.7.5 xmls css code reorganised; ocn can turn off or hide
Diffstat (limited to 'org/output_harvest_metadata.org')
-rw-r--r--org/output_harvest_metadata.org212
1 files changed, 106 insertions, 106 deletions
diff --git a/org/output_harvest_metadata.org b/org/output_harvest_metadata.org
index 54edacd..1b57082 100644
--- a/org/output_harvest_metadata.org
+++ b/org/output_harvest_metadata.org
@@ -734,54 +734,54 @@ if (_opt_action.verbose
#+BEGIN_SRC d
string theme_dark_0 = format(q"┃
body {
- color: #CCCCCC;
- background: #000000;
- background-color: #000000;
+ color : #CCCCCC;
+ background : #000000;
+ background-color : #000000;
}
a:link {
- color: #FFFFFF;
- text-decoration: none;
+ color : #FFFFFF;
+ text-decoration : none;
}
a:visited {
- color: #999999;
- text-decoration: none;
+ color : #999999;
+ text-decoration : none;
}
a:hover {
- color: #000000;
- background-color: #555555;
+ color : #000000;
+ background-color : #555555;
}
a:hover img {
- background-color: #000000;
+ background-color : #000000;
}
a:active {
- color: #888888;
- text-decoration: underline;
+ color : #888888;
+ text-decoration : underline;
}
┃");
string theme_light_0 = format(q"┃
body {
- color: black;
- background: #ffffff;
- background-color: #ffffff;
+ color : #000000;
+ background : #FFFFFF;
+ background-color : #FFFFFF;
}
a:link {
- color: #003399;
- text-decoration: none;
+ color : #003399;
+ text-decoration : none;
}
a:visited {
- color: #003399;
- text-decoration: none;
+ color : #003399;
+ text-decoration : none;
}
a:hover {
- color: #000000;
- background-color: #f9f9aa;
+ color : #000000;
+ background-color : #f9f9aa;
}
a:hover img {
- background-color: #ffffff;
+ background-color : #FFFFFF;
}
a:active {
- color: #003399;
- text-decoration: underline;
+ color : #003399;
+ text-decoration : underline;
}
┃");
#+END_SRC
@@ -792,58 +792,58 @@ string theme_light_0 = format(q"┃
#+BEGIN_SRC d
string theme_dark_1 = format(q"┃
h1 {
- color: white;
- background: #000000;
+ color : #FFFFFF;
+ background : #000000;
}
p.letter {
- color: white;
- background: #333333;
+ color : #FFFFFF;
+ background : #333333;
}
p.lev0 {
- color: white;
- background: #000000;
+ color : #FFFFFF;
+ background : #000000;
}
p.lev1 {
- color: white;
- background: #333333;
+ color : #FFFFFF;
+ background : #333333;
}
p.lev2 {
- background: #555555;
+ background : #555555;
}
p.lev3 {
- background: #777777;
+ background : #777777;
}
p.lev4 {
- background: #aaaaaa;
+ background : #AAAAAA;
}
p.lev5 {
}
┃");
string theme_light_1 = format(q"┃
h1 {
- color: white;
- background: #000088;
+ color : #FFFFFF;
+ background : #000088;
}
p.letter {
- color: white;
- background: #880000;
+ color : #FFFFFF;
+ background : #880000;
}
p.lev0 {
- color: white;
- background: #000000;
+ color : #FFFFFF;
+ background : #000000;
}
p.lev1 {
- color: white;
- background: #444444;
+ color : #FFFFFF;
+ background : #444444;
}
p.lev2 {
- background: #888888;
+ background : #888888;
}
p.lev3 {
- background: #bbbbbb;
+ background : #BBBBBB;
}
p.lev4 {
- background: #eeeeee;
+ background : #EEEEEE;
}
p.lev5 {
}
@@ -863,91 +863,91 @@ string theme_light_1 = format(q"┃
<style TYPE="text/css">
/* DocReform harvest css default stylesheet */%s
.norm, .bold {
- line-height: 150%%;
- margin-left: 1em;
- margin-right: 2em;
- margin-top: 10px;
- margin-bottom: 0px;
- text-indent: 0mm;
+ line-height : 150%%;
+ margin-left : 1em;
+ margin-right : 2em;
+ margin-top : 10px;
+ margin-bottom : 0px;
+ text-indent : 0mm;
}
p, h0, h1, h2, h3, h4, h5, h6, h7 {
- display: block;
- font-family: verdana, arial, georgia, tahoma, sans-serif, helvetica, times, roman;
- font-size: 100%%;
- font-weight: normal;
- line-height: 150%%;
- /* text-align: justify; */
- margin-left: 1em;
- text-indent: 0mm;
- margin-top: 2px;
- margin-bottom: 2px;
- margin-right: 6px;
- text-align: left;
+ display : block;
+ font-family : verdana, arial, georgia, tahoma, sans-serif, helvetica, times, roman;
+ font-size : 100%%;
+ font-weight : normal;
+ line-height : 150%%;
+ /* text-align : justify; */
+ margin-left : 1em;
+ text-indent : 0mm;
+ margin-top : 2px;
+ margin-bottom : 2px;
+ margin-right : 6px;
+ text-align : left;
}
h0, h1, h2, h3, h4, h5, h6, h7 { text-shadow: .2em .2em .3em #999999; }
h1 {
- font-size: 120%%;
- font-weight: bold;
- color: white;
- background: #000088;
- margin-left: 0em;
+ font-size : 120%%;
+ font-weight : bold;
+ color : #FFFFFF;
+ background : #000088;
+ margin-left : 0em;
}
p.work {
- font-size: 80%%;
- margin-left: 5em;
- margin-top: 0px;
- margin-bottom: 0px;
- margin-right: 6px;
- text-align: left;
+ font-size : 80%%;
+ margin-left : 5em;
+ margin-top : 0px;
+ margin-bottom : 0px;
+ margin-right : 6px;
+ text-align : left;
}
p.author {
- font-size: 100%%;
- margin-left: 2em;
- margin-top: 0px;
- margin-bottom: 0px;
- margin-right: 6px;
- text-align: left;
+ font-size : 100%%;
+ margin-left : 2em;
+ margin-top : 0px;
+ margin-bottom : 0px;
+ margin-right : 6px;
+ text-align : left;
}
p.publication {
- font-size: 80%%;
- margin-left: 4em;
- margin-top: 0px;
- margin-bottom: 0px;
- margin-right: 6px;
- text-align: left;
+ font-size : 80%%;
+ margin-left : 4em;
+ margin-top : 0px;
+ margin-bottom : 0px;
+ margin-right : 6px;
+ text-align : left;
}
p.letter {
- font-weight: bold;
- font-size: 60%%;
- margin-left: 1em;
- margin-top: 0px;
- margin-bottom: 0px;
- margin-right: 6px;
- text-align: left;
+ font-weight : bold;
+ font-size : 60%%;
+ margin-left : 1em;
+ margin-top : 0px;
+ margin-bottom : 0px;
+ margin-right : 6px;
+ text-align : left;
}
p.lev0 {
- font-size: 120%%;
- margin-left: 1em;
+ font-size : 120%%;
+ margin-left : 1em;
}
p.lev1 {
- font-size: 110%%;
- margin-left: 2em;
+ font-size : 110%%;
+ margin-left : 2em;
}
p.lev2 {
- font-size: 100%%;
- margin-left: 3em;
+ font-size : 100%%;
+ margin-left : 3em;
}
p.lev3 {
- font-size: 90%%;
- margin-left: 4em;
+ font-size : 90%%;
+ margin-left : 4em;
}
p.lev4 {
- font-size: 80%%;
- margin-left: 5em;
+ font-size : 80%%;
+ margin-left : 5em;
}
p.lev5 {
- font-size: 80%%;
- margin-left: 6em;
+ font-size : 80%%;
+ margin-left : 6em;
}%s
</style>
<link rel="shortcut icon" href="../_sisu/image/rb7.ico" />