[yelp-xsl: 46/46] Merge branch 'wip/html5'



commit d7cc35f2faa9420e51220866eebeb58dc2d0b7fc
Merge: 9571f9f 999918b
Author: Shaun McCance <shaunm redhat com>
Date:   Tue May 23 11:03:53 2017 -0400

    Merge branch 'wip/html5'

 .gitignore                                         |    3 +
 Makefile.am                                        |    2 +-
 configure.ac                                       |    9 +-
 doc/yelp-xsl/Makefile.am                           |    2 +-
 icons/Makefile.am                                  |    1 -
 icons/hicolor/24x24/Makefile.am                    |    1 -
 icons/hicolor/24x24/status/Makefile.am             |    9 -
 icons/hicolor/24x24/status/yelp-note-bug.png       |  Bin 1214 -> 0 bytes
 icons/hicolor/24x24/status/yelp-note-important.png |  Bin 1053 -> 0 bytes
 icons/hicolor/24x24/status/yelp-note-tip.png       |  Bin 1193 -> 0 bytes
 icons/hicolor/24x24/status/yelp-note-warning.png   |  Bin 1245 -> 0 bytes
 icons/hicolor/24x24/status/yelp-note.png           |  Bin 838 -> 0 bytes
 icons/hicolor/48x48/Makefile.am                    |    1 -
 icons/hicolor/48x48/status/Makefile.am             |    9 -
 icons/hicolor/48x48/status/yelp-note-bug.png       |  Bin 2952 -> 0 bytes
 icons/hicolor/48x48/status/yelp-note-important.png |  Bin 2454 -> 0 bytes
 icons/hicolor/48x48/status/yelp-note-tip.png       |  Bin 2491 -> 0 bytes
 icons/hicolor/48x48/status/yelp-note-warning.png   |  Bin 2959 -> 0 bytes
 icons/hicolor/48x48/status/yelp-note.png           |  Bin 1733 -> 0 bytes
 icons/hicolor/Makefile.am                          |    1 -
 icons/hicolor/scalable/Makefile.am                 |    1 -
 icons/hicolor/scalable/status/Makefile.am          |    9 -
 icons/hicolor/scalable/status/yelp-note-bug.svg    |  285 ---
 .../scalable/status/yelp-note-important.svg        | 1223 -------------
 icons/hicolor/scalable/status/yelp-note-tip.svg    |  255 ---
 .../hicolor/scalable/status/yelp-note-warning.svg  |  290 ---
 icons/hicolor/scalable/status/yelp-note.svg        | 1233 -------------
 js/Makefile.am                                     |   43 +-
 js/README.duck                                     |   42 +
 js/highlight.pack.js                               |    4 +
 js/jquery.syntax.brush.apache.js                   |   41 -
 js/jquery.syntax.brush.applescript.js              |   57 -
 js/jquery.syntax.brush.assembly.js                 |   37 -
 js/jquery.syntax.brush.bash-script.js              |   67 -
 js/jquery.syntax.brush.bash.js                     |   33 -
 js/jquery.syntax.brush.basic.js                    |   51 -
 js/jquery.syntax.brush.clang.js                    |   89 -
 js/jquery.syntax.brush.csharp.js                   |   47 -
 js/jquery.syntax.brush.css.js                      |   80 -
 js/jquery.syntax.brush.diff.js                     |   24 -
 js/jquery.syntax.brush.go.js                       |   47 -
 js/jquery.syntax.brush.haskell.js                  |   45 -
 js/jquery.syntax.brush.html.js                     |   66 -
 js/jquery.syntax.brush.io.js                       |   45 -
 js/jquery.syntax.brush.java.js                     |   45 -
 js/jquery.syntax.brush.javascript.js               |   40 -
 js/jquery.syntax.brush.kai.js                      |   29 -
 js/jquery.syntax.brush.lisp.js                     |   34 -
 js/jquery.syntax.brush.lua.js                      |   44 -
 js/jquery.syntax.brush.ocaml.js                    |   73 -
 js/jquery.syntax.brush.ooc.js                      |   46 -
 js/jquery.syntax.brush.pascal.js                   |   51 -
 js/jquery.syntax.brush.perl5.js                    |   52 -
 js/jquery.syntax.brush.php-script.js               |   48 -
 js/jquery.syntax.brush.php.js                      |   15 -
 js/jquery.syntax.brush.plain.js                    |   10 -
 js/jquery.syntax.brush.protobuf.js                 |   43 -
 js/jquery.syntax.brush.python.js                   |   44 -
 js/jquery.syntax.brush.ruby.js                     |   77 -
 js/jquery.syntax.brush.scala.js                    |   44 -
 js/jquery.syntax.brush.smalltalk.js                |   29 -
 js/jquery.syntax.brush.sql.js                      |   31 -
 js/jquery.syntax.brush.super-collider.js           |   57 -
 js/jquery.syntax.brush.xml.js                      |   50 -
 js/jquery.syntax.brush.yaml.js                     |   29 -
 js/jquery.syntax.core.js                           | 1177 ------------
 js/jquery.syntax.js                                |  317 ----
 js/jquery.syntax.layout.editor.js                  |  291 ---
 js/jquery.syntax.layout.fixed.js                   |   70 -
 js/jquery.syntax.layout.inline.js                  |   13 -
 js/jquery.syntax.layout.list.js                    |   54 -
 js/jquery.syntax.layout.plain.js                   |   15 -
 js/jquery.syntax.layout.table.js                   |   58 -
 js/jquery.syntax.layout.yelp.js                    |    4 -
 js/syntax.html                                     |  194 --
 test/colors/Makefile                               |    5 +
 test/colors/testcolors.xsl                         |  200 ++
 test/syntax/Makefile                               |   11 +
 test/syntax/code/actionscript                      |   24 +
 test/syntax/code/apache                            |   19 +
 test/syntax/code/asciidoc                          |   65 +
 test/syntax/code/bash                              |   30 +
 test/syntax/code/clojure                           |   18 +
 test/syntax/code/cmake                             |   19 +
 test/syntax/code/cpp                               |   15 +
 test/syntax/code/cs                                |   38 +
 test/syntax/code/css                               |   25 +
 test/syntax/code/d                                 |   44 +
 test/syntax/code/diff                              |   30 +
 test/syntax/code/django                            |   16 +
 test/syntax/code/dockerfile                        |   48 +
 test/syntax/code/dos                               |   24 +
 test/syntax/code/erb                               |   10 +
 test/syntax/code/fsharp                            |   48 +
 test/syntax/code/go                                |   34 +
 test/syntax/code/haml                              |   14 +
 test/syntax/code/haskell                           |   38 +
 test/syntax/code/http                              |    6 +
 test/syntax/code/ini                               |   12 +
 test/syntax/code/java                              |   35 +
 test/syntax/code/javascript                        |   37 +
 test/syntax/code/json                              |   12 +
 test/syntax/code/lisp                              |   22 +
 test/syntax/code/lua                               |   32 +
 test/syntax/code/makefile                          |   13 +
 test/syntax/code/markdown                          |   22 +
 test/syntax/code/matlab                            |   45 +
 test/syntax/code/nginx                             |   47 +
 test/syntax/code/objectivec                        |   43 +
 test/syntax/code/perl                              |   41 +
 test/syntax/code/php                               |   52 +
 test/syntax/code/python                            |   12 +
 test/syntax/code/r                                 |   68 +
 test/syntax/code/ruby                              |   28 +
 test/syntax/code/rust                              |   55 +
 test/syntax/code/scala                             |   44 +
 test/syntax/code/scheme                            |   28 +
 test/syntax/code/smalltalk                         |   39 +
 test/syntax/code/sql                               |   19 +
 test/syntax/code/tcl                               |   26 +
 test/syntax/code/tex                               |   17 +
 test/syntax/code/vala                              |   46 +
 test/syntax/code/xml                               |   24 +
 test/syntax/code/xquery                            |   20 +
 test/syntax/code/yaml                              |   39 +
 test/syntax/dita.dita                              |  636 +++++++
 test/syntax/docbook.docbook                        |  537 ++++++
 test/syntax/mallard.page                           |  725 ++++++++
 xslt/common/Makefile.am                            |    2 +-
 xslt/common/color.xsl                              |  955 +++++++++-
 xslt/common/domains/yelp-xsl.xml.in                |   15 +
 xslt/common/html.xsl                               | 1894 ++++++++++++--------
 xslt/common/icons.xsl                              |  354 ++++-
 xslt/common/icons/Makefile.am                      |   12 +
 xslt/common/icons/yelp-note-advanced.svg           |   15 +
 xslt/common/icons/yelp-note-bug.svg                |   13 +
 xslt/common/icons/yelp-note-important.svg          |    4 +
 xslt/common/icons/yelp-note-note.svg               |    7 +
 xslt/common/icons/yelp-note-package.svg            |    7 +
 xslt/common/icons/yelp-note-tip.svg                |    7 +
 xslt/common/icons/yelp-note-warning.svg            |    4 +
 xslt/common/l10n-numbers.xsl                       |    5 +-
 xslt/dita/html/dita2html-block.xsl                 |  274 +++-
 xslt/dita/html/dita2html-topic.xsl                 |  231 ++--
 xslt/dita/html/dita2html.xsl                       |    6 +-
 xslt/docbook/common/db-selectors.mod               |   21 +
 xslt/docbook/common/db-title.xsl                   |   43 +-
 xslt/docbook/html/db2html-block.xsl                |  307 +++-
 xslt/docbook/html/db2html-classsynopsis.xsl        |    2 +-
 xslt/docbook/html/db2html-css.xsl                  |   70 +-
 xslt/docbook/html/db2html-division.xsl             |  207 +--
 xslt/docbook/html/db2html-index.xsl                |  225 +++-
 xslt/docbook/html/db2html-links.xsl                |   21 +-
 xslt/docbook/html/db2html-list.xsl                 |  114 +-
 xslt/docbook/html/db2html-media.xsl                |   39 +-
 xslt/docbook/html/db2html.xsl                      |    4 +-
 xslt/mallard/cache/mal-cache.xsl                   |   28 +-
 xslt/mallard/common/mal-if.xsl                     |    2 +-
 xslt/mallard/html/Makefile.am                      |    1 -
 xslt/mallard/html/mal2html-block.xsl               |  280 +++-
 xslt/mallard/html/mal2html-facets.xsl              |  172 --
 xslt/mallard/html/mal2html-gloss.xsl               |   38 -
 xslt/mallard/html/mal2html-links.xsl               |   53 +-
 xslt/mallard/html/mal2html-media.xsl               |   34 +-
 xslt/mallard/html/mal2html-page.xsl                |  822 ++++-----
 xslt/mallard/html/mal2html-ui.xsl                  |  404 ++---
 xslt/mallard/html/mal2xhtml.xsl                    |    1 -
 167 files changed, 8021 insertions(+), 9465 deletions(-)
---
diff --cc xslt/common/html.xsl
index ed84bc1,4fefcc5..9edbe27
--- a/xslt/common/html.xsl
+++ b/xslt/common/html.xsl
@@@ -1316,16 -1520,15 +1520,16 @@@ div.synopsis div.code 
    padding: 0;
  }
  div.synopsis div.code > pre.contents { margin: 0; padding: 0; }
 +div.unknown > div.inner > div.region > div.desc { font-style: italic; }
  div.table > div.desc { font-style: italic; }
  tr.shade {
-   background-color: </xsl:text><xsl:value-of select="$color.gray_background"/><xsl:text>;
+   background-color: </xsl:text><xsl:value-of select="$color.bg.gray"/><xsl:text>;
  }
  td.shade {
-   background-color: </xsl:text><xsl:value-of select="$color.gray_background"/><xsl:text>;
+   background-color: </xsl:text><xsl:value-of select="$color.bg.gray"/><xsl:text>;
  }
  tr.shade td.shade {
-   background-color: </xsl:text><xsl:value-of select="$color.dark_background"/><xsl:text>;
+   background-color: </xsl:text><xsl:value-of select="$color.bg.dark"/><xsl:text>;
  }
  
  span.app { font-style: italic; }


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]