diff options
Diffstat (limited to 'src/doc_reform/meta')
-rw-r--r-- | src/doc_reform/meta/metadoc_harvests_authors.d | 212 | ||||
-rw-r--r-- | src/doc_reform/meta/metadoc_harvests_topics.d | 212 |
2 files changed, 212 insertions, 212 deletions
diff --git a/src/doc_reform/meta/metadoc_harvests_authors.d b/src/doc_reform/meta/metadoc_harvests_authors.d index 950d1ff..510d375 100644 --- a/src/doc_reform/meta/metadoc_harvests_authors.d +++ b/src/doc_reform/meta/metadoc_harvests_authors.d @@ -21,110 +21,110 @@ template DocReformMetaDocHarvestsAuthors() { ) { 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; } ┃"); 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 { } @@ -145,91 +145,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" /> diff --git a/src/doc_reform/meta/metadoc_harvests_topics.d b/src/doc_reform/meta/metadoc_harvests_topics.d index a5a481c..9f73552 100644 --- a/src/doc_reform/meta/metadoc_harvests_topics.d +++ b/src/doc_reform/meta/metadoc_harvests_topics.d @@ -64,110 +64,110 @@ template DocReformMetaDocHarvestsTopics() { } 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; } ┃"); 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 { } @@ -186,91 +186,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" /> |