diff options
| -rw-r--r-- | data/COPYRIGHT | 1 | ||||
| -rw-r--r-- | org/output_xmls_css.org | 36 | ||||
| -rw-r--r-- | src/doc_reform/output/xmls_css.d | 84 | 
3 files changed, 113 insertions, 8 deletions
| diff --git a/data/COPYRIGHT b/data/COPYRIGHT new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/data/COPYRIGHT @@ -0,0 +1 @@ + diff --git a/org/output_xmls_css.org b/org/output_xmls_css.org index 192dc61..18eaa86 100644 --- a/org/output_xmls_css.org +++ b/org/output_xmls_css.org @@ -144,9 +144,13 @@ template DocReformCss() {      text-decoration          : none;    }    a.lnkocn:visited { -    color                    : #003399; +    color                    : #32CD32;      text-decoration          : none;    } +  a.lnkocn:hover { +    color                    : #777777; +    font-size                : 15px; +  }    a:hover img {      background-color         : #FFFFFF;    } @@ -483,6 +487,12 @@ template DocReformCss() {      margin-right             : 5px;      text-align               : right;      color                    : %s; +    -khtml-user-select       : none; +    -moz-user-select         : none; +    -ms-user-select          : none; +    -o-user-select           : none; +    -webkit-user-select      : none; +    user-select              : none;    }    table {      display                  : block; @@ -704,6 +714,12 @@ template DocReformCss() {      margin-bottom            : 0px;      padding-left             : 0em;      text-indent              : 0em; +    -khtml-user-select       : none; +    -moz-user-select         : none; +    -ms-user-select          : none; +    -o-user-select           : none; +    -webkit-user-select      : none; +    user-select              : none;    }  #+END_SRC @@ -1004,9 +1020,13 @@ Consider what if anything should be used here      text-decoration          : none;    }    a.lnkocn:visited { -    color                    : #FFFFFF; +    color                    : #9ACD32;      text-decoration          : none;    } +  a.lnkocn:hover { +    color                    : #BBBBBB; +    font-size                : 15px; +  }    a:hover img {      background-color         : #000000;    } @@ -1340,6 +1360,12 @@ Consider what if anything should be used here      margin-right             : 5px;      text-align               : right;      color                    : %s; +    -khtml-user-select       : none; +    -moz-user-select         : none; +    -ms-user-select          : none; +    -o-user-select           : none; +    -webkit-user-select      : none; +    user-select              : none;    }    table {      display                  : block; @@ -1562,6 +1588,12 @@ Consider what if anything should be used here      margin-bottom            : 0px;      padding-left             : 0em;      text-indent              : 0em; +    -khtml-user-select       : none; +    -moz-user-select         : none; +    -ms-user-select          : none; +    -o-user-select           : none; +    -webkit-user-select      : none; +    user-select              : none;    }  #+END_SRC diff --git a/src/doc_reform/output/xmls_css.d b/src/doc_reform/output/xmls_css.d index a60ba5f..2c5697f 100644 --- a/src/doc_reform/output/xmls_css.d +++ b/src/doc_reform/output/xmls_css.d @@ -452,9 +452,13 @@ template DocReformCss() {      text-decoration          : none;    }    a.lnkocn:visited { -    color                    : #003399; +    color                    : #32CD32;      text-decoration          : none;    } +  a.lnkocn:hover { +    color                    : #777777; +    font-size                : 15px; +  }    a:hover img {      background-color         : #FFFFFF;    } @@ -750,6 +754,12 @@ template DocReformCss() {      margin-right             : 5px;      text-align               : right;      color                    : %s; +    -khtml-user-select       : none; +    -moz-user-select         : none; +    -ms-user-select          : none; +    -o-user-select           : none; +    -webkit-user-select      : none; +    user-select              : none;    }    table {      display                  : block; @@ -958,6 +968,12 @@ template DocReformCss() {      margin-bottom            : 0px;      padding-left             : 0em;      text-indent              : 0em; +    -khtml-user-select       : none; +    -moz-user-select         : none; +    -ms-user-select          : none; +    -o-user-select           : none; +    -webkit-user-select      : none; +    user-select              : none;    }    /* flex */    .flex-menu-bar { @@ -1106,9 +1122,13 @@ template DocReformCss() {      text-decoration          : none;    }    a.lnkocn:visited { -    color                    : #FFFFFF; +    color                    : #9ACD32;      text-decoration          : none;    } +  a.lnkocn:hover { +    color                    : #BBBBBB; +    font-size                : 15px; +  }    a:hover img {      background-color         : #000000;    } @@ -1401,6 +1421,12 @@ template DocReformCss() {      margin-right             : 5px;      text-align               : right;      color                    : %s; +    -khtml-user-select       : none; +    -moz-user-select         : none; +    -ms-user-select          : none; +    -o-user-select           : none; +    -webkit-user-select      : none; +    user-select              : none;    }    table {      display                  : block; @@ -1610,6 +1636,12 @@ template DocReformCss() {      margin-bottom            : 0px;      padding-left             : 0em;      text-indent              : 0em; +    -khtml-user-select       : none; +    -moz-user-select         : none; +    -ms-user-select          : none; +    -o-user-select           : none; +    -webkit-user-select      : none; +    user-select              : none;    }    /* flex */    .flex-menu-bar { @@ -1758,9 +1790,13 @@ template DocReformCss() {      text-decoration          : none;    }    a.lnkocn:visited { -    color                    : #003399; +    color                    : #32CD32;      text-decoration          : none;    } +  a.lnkocn:hover { +    color                    : #777777; +    font-size                : 15px; +  }    a:hover img {      background-color         : #FFFFFF;    } @@ -2056,6 +2092,12 @@ template DocReformCss() {      margin-right             : 5px;      text-align               : right;      color                    : %s; +    -khtml-user-select       : none; +    -moz-user-select         : none; +    -ms-user-select          : none; +    -o-user-select           : none; +    -webkit-user-select      : none; +    user-select              : none;    }    table {      display                  : block; @@ -2346,9 +2388,13 @@ template DocReformCss() {      text-decoration          : none;    }    a.lnkocn:visited { -    color                    : #FFFFFF; +    color                    : #9ACD32;      text-decoration          : none;    } +  a.lnkocn:hover { +    color                    : #BBBBBB; +    font-size                : 15px; +  }    a:hover img {      background-color         : #000000;    } @@ -2641,6 +2687,12 @@ template DocReformCss() {      margin-right             : 5px;      text-align               : right;      color                    : %s; +    -khtml-user-select       : none; +    -moz-user-select         : none; +    -ms-user-select          : none; +    -o-user-select           : none; +    -webkit-user-select      : none; +    user-select              : none;    }    table {      display                  : block; @@ -2930,9 +2982,13 @@ template DocReformCss() {      text-decoration          : none;    }    a.lnkocn:visited { -    color                    : #003399; +    color                    : #32CD32;      text-decoration          : none;    } +  a.lnkocn:hover { +    color                    : #777777; +    font-size                : 15px; +  }    a:hover img {      background-color         : #FFFFFF;    } @@ -3228,6 +3284,12 @@ template DocReformCss() {      margin-right             : 5px;      text-align               : right;      color                    : %s; +    -khtml-user-select       : none; +    -moz-user-select         : none; +    -ms-user-select          : none; +    -o-user-select           : none; +    -webkit-user-select      : none; +    user-select              : none;    }    table {      display                  : block; @@ -3408,9 +3470,13 @@ template DocReformCss() {      text-decoration          : none;    }    a.lnkocn:visited { -    color                    : #FFFFFF; +    color                    : #9ACD32;      text-decoration          : none;    } +  a.lnkocn:hover { +    color                    : #BBBBBB; +    font-size                : 15px; +  }    a:hover img {      background-color         : #000000;    } @@ -3703,6 +3769,12 @@ template DocReformCss() {      margin-right             : 5px;      text-align               : right;      color                    : %s; +    -khtml-user-select       : none; +    -moz-user-select         : none; +    -ms-user-select          : none; +    -o-user-select           : none; +    -webkit-user-select      : none; +    user-select              : none;    }    table {      display                  : block; | 
