Uploaded image for project: 'Forrest (Retired)'
  1. Forrest (Retired)
  2. FOR-846

tigris-skin: skinconf.xsl cause poorly readable .pdf-doc 'code' sections

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Trivial
    • Resolution: Fixed
    • 0.7, 0.8
    • 0.8
    • Skins (general issues)
    • None
    • Low

    Description

      When using tigirs-skin the generated .pdf-docs 'code' sections are poorly readable, because black letters on dark-blue background is used.

      To reproduce:
      Seed default project, enable tigris skin in forrest properties and generate the site. Open the generated .pdf-docs and search for "source code"-sections.

      Fix:
      Change in tigris skinconf.xsl the default and fall back color of 'code' sections from dark blue to another color (e.g. light grey)
      ...
      <color name="code" value="#EEEEEE"/>
      ...
      <xsl:if test="not(color[@name='code'])">
             <color name="code" value="#EEEEEE"/>

      Attachments

        Activity

          People

            Unassigned Unassigned
            arminw Armin Waibel
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: