From 52049eb825cca32a2d2e6596fe5160b3f33ba74d Mon Sep 17 00:00:00 2001 From: Ralph Amissah Date: Fri, 24 Jan 2020 15:42:37 -0500 Subject: update headers and year --- org/out_xmls_css.org | 85 ++++++++++++++++++++++++++-------------------------- 1 file changed, 42 insertions(+), 43 deletions(-) (limited to 'org/out_xmls_css.org') diff --git a/org/out_xmls_css.org b/org/out_xmls_css.org index b1f9a77..443f788 100644 --- a/org/out_xmls_css.org +++ b/org/out_xmls_css.org @@ -4,16 +4,15 @@ #+FILETAGS: :spine:output:xmls:css: #+AUTHOR: Ralph Amissah #+EMAIL: [[mailto:ralph.amissah@gmail.com][ralph.amissah@gmail.com]] -#+COPYRIGHT: Copyright (C) 2015 - 2019 Ralph Amissah +#+COPYRIGHT: Copyright (C) 2015 - 2020 Ralph Amissah #+LANGUAGE: en -#+STARTUP: indent content hideblocks hidestars -#+OPTIONS: H:3 num:nil toc:t \n:nil @:t ::t |:t ^:nil _:nil -:t f:t *:t <:t -#+OPTIONS: TeX:t LaTeX:t skip:nil d:nil todo:t pri:nil tags:not-in-toc -#+OPTIONS: author:nil email:nil creator:nil timestamp:nil -#+PROPERTY: header-args :padline no :exports code :cache no :noweb yes -#+EXPORT_SELECT_TAGS: export -#+EXPORT_EXCLUDE_TAGS: noexport -#+TAGS: assert(a) class(c) debug(d) mixin(m) spine(s) tangle(T) template(t) WEB(W) noexport(n) +#+STARTUP: content hideblocks hidestars noindent entitiespretty +#+PROPERTY: header-args :exports code +#+PROPERTY: header-args+ :noweb yes +#+PROPERTY: header-args+ :eval no +#+PROPERTY: header-args+ :results no +#+PROPERTY: header-args+ :cache no +#+PROPERTY: header-args+ :padline no - [[./spine.org][spine]] [[./][org/]] - [[./output_hub.org][output_hub]] @@ -106,7 +105,7 @@ template spineCss() { *** html shared **** general -#+name: css_light_shared +#+NAME: css_light_shared #+BEGIN_SRC css *{ padding : 0px; @@ -125,7 +124,7 @@ template spineCss() { **** link -#+name: css_light_shared +#+NAME: css_light_shared #+BEGIN_SRC css a:link { color : #003399; @@ -162,7 +161,7 @@ template spineCss() { **** div -#+name: css_light_shared +#+NAME: css_light_shared #+BEGIN_SRC css div { margin-left : 0; @@ -280,7 +279,7 @@ template spineCss() { **** paragraphs headings blocks ***** misc -#+name: css_light_shared +#+NAME: css_light_shared #+BEGIN_SRC css .norm, .bold, .verse, .group, .block, .alt { line-height : 133%%; @@ -306,7 +305,7 @@ template spineCss() { } #+END_SRC -#+name: css_light_shared +#+NAME: css_light_shared #+BEGIN_SRC css img { max-width : 100%%; @@ -316,7 +315,7 @@ template spineCss() { ***** code block -#+name: css_light_shared +#+NAME: css_light_shared #+BEGIN_SRC css pre { width : auto; @@ -383,7 +382,7 @@ template spineCss() { ***** paragraph general -#+name: css_light_shared +#+NAME: css_light_shared #+BEGIN_SRC css p.spaced { white-space : pre; } p.block { @@ -504,14 +503,14 @@ template spineCss() { ***** paragraph indent -#+name: css_light_shared +#+NAME: css_light_shared #+BEGIN_SRC css %s #+END_SRC ***** misc including tables & lists -#+name: css_light_shared +#+NAME: css_light_shared #+BEGIN_SRC css note { white-space : pre; } label.ocn { @@ -580,7 +579,7 @@ template spineCss() { ***** headings -#+name: css_light_shared +#+NAME: css_light_shared #+BEGIN_SRC css h0, h1, h2, h3, h4, h5, h6, h7 { font-weight : bold; @@ -685,7 +684,7 @@ template spineCss() { *** html seg **** previous next -#+name: css_light_html_seg +#+NAME: css_light_html_seg #+BEGIN_SRC css .icon-bar { width : 100%%; @@ -765,7 +764,7 @@ template spineCss() { **** flex -#+name: css_light_html_seg +#+NAME: css_light_html_seg #+BEGIN_SRC css /* flex */ .flex-menu-bar { @@ -802,7 +801,7 @@ template spineCss() { Consider what if anything should be used here -#+name: css_light_html_seg +#+NAME: css_light_html_seg #+BEGIN_SRC css /* grid */ .wrapper { @@ -891,7 +890,7 @@ Consider what if anything should be used here *** html scroll **** flex -#+name: css_light_html_scroll +#+NAME: css_light_html_scroll #+BEGIN_SRC css /* flex */ .flex-menu-bar { @@ -926,7 +925,7 @@ Consider what if anything should be used here **** grid -#+name: css_light_html_scroll +#+NAME: css_light_html_scroll #+BEGIN_SRC css /* grid */ .wrapper { @@ -1014,7 +1013,7 @@ Consider what if anything should be used here *** epub xhtml -#+name: css_light_epub +#+NAME: css_light_epub #+BEGIN_SRC css #+END_SRC @@ -1022,7 +1021,7 @@ Consider what if anything should be used here *** html shared **** general -#+name: css_dark_shared +#+NAME: css_dark_shared #+BEGIN_SRC css *{ padding : 0px; @@ -1041,7 +1040,7 @@ Consider what if anything should be used here **** link -#+name: css_dark_shared +#+NAME: css_dark_shared #+BEGIN_SRC css a:link { color : #FFFFFF; @@ -1078,7 +1077,7 @@ Consider what if anything should be used here **** div -#+name: css_dark_shared +#+NAME: css_dark_shared #+BEGIN_SRC css div { margin-left : 0; @@ -1196,7 +1195,7 @@ Consider what if anything should be used here **** paragraphs headings blocks ***** misc -#+name: css_dark_shared +#+NAME: css_dark_shared #+BEGIN_SRC css .norm, .bold, .verse, .group, .block, .alt { line-height : 133%%; @@ -1222,7 +1221,7 @@ Consider what if anything should be used here } #+END_SRC -#+name: css_dark_shared +#+NAME: css_dark_shared #+BEGIN_SRC css img { max-width : 100%%; @@ -1232,7 +1231,7 @@ Consider what if anything should be used here ***** code block -#+name: css_dark_shared +#+NAME: css_dark_shared #+BEGIN_SRC css pre { width : auto; @@ -1298,7 +1297,7 @@ Consider what if anything should be used here ***** paragraph general -#+name: css_dark_shared +#+NAME: css_dark_shared #+BEGIN_SRC css p.spaced { white-space : pre; } p.block { @@ -1419,14 +1418,14 @@ Consider what if anything should be used here ***** paragraph indent -#+name: css_dark_shared +#+NAME: css_dark_shared #+BEGIN_SRC css %s #+END_SRC ***** misc including tables & lists -#+name: css_dark_shared +#+NAME: css_dark_shared #+BEGIN_SRC css note { white-space : pre; } label.ocn { @@ -1495,7 +1494,7 @@ Consider what if anything should be used here ***** headings -#+name: css_dark_shared +#+NAME: css_dark_shared #+BEGIN_SRC css h0, h1, h2, h3, h4, h5, h6, h7 { font-weight : bold; @@ -1600,7 +1599,7 @@ Consider what if anything should be used here *** html seg **** previous next -#+name: css_dark_html_seg +#+NAME: css_dark_html_seg #+BEGIN_SRC css .icon-bar { width : 100%%; @@ -1680,7 +1679,7 @@ Consider what if anything should be used here **** flex -#+name: css_dark_html_seg +#+NAME: css_dark_html_seg #+BEGIN_SRC css /* flex */ .flex-menu-bar { @@ -1717,7 +1716,7 @@ Consider what if anything should be used here Consider what if anything should be used here -#+name: css_dark_html_seg +#+NAME: css_dark_html_seg #+BEGIN_SRC css /* grid */ .wrapper { @@ -1806,7 +1805,7 @@ Consider what if anything should be used here *** html scroll **** flex -#+name: css_dark_html_scroll +#+NAME: css_dark_html_scroll #+BEGIN_SRC css /* flex */ .flex-menu-bar { @@ -1841,7 +1840,7 @@ Consider what if anything should be used here **** grid -#+name: css_dark_html_scroll +#+NAME: css_dark_html_scroll #+BEGIN_SRC css /* grid */ .wrapper { @@ -1929,21 +1928,21 @@ Consider what if anything should be used here *** epub xhtml -#+name: css_dark_epub +#+NAME: css_dark_epub #+BEGIN_SRC css #+END_SRC ** variables *** ocn (visible or hidden) -#+name: css_insert_shared_insert_variable_ocn_color_values +#+NAME: css_insert_shared_insert_variable_ocn_color_values #+BEGIN_SRC css string _color_ocn_light = (doc_matters.opt.action.ocn_hidden) ? "#FFFFFF" : "#777777"; string _color_ocn_dark = (doc_matters.opt.action.ocn_hidden) ? "#000000" : "#BBBBBB"; #+END_SRC *** indent levels -#+name: css_insert_shared_insert_variable_indent_values +#+NAME: css_insert_shared_insert_variable_indent_values #+BEGIN_SRC css string _css_indent = format(q"┃ /* indent */ -- cgit v1.2.3