/* ***************************************************************************
 *                                                                           *
 * PDFUnit - Automated PDF Tests                                             *
 *                                                                           *
 * Copyright (C) 2015 PDFUnit.com                                            *
 *                                                                           *
 * This file is part of the commercial library PDFUnit.                      *
 *                                                                           *
 * Legal information__: http://www.pdfunit.com/en/licensing.html             *
 * Manual_____________: http://pdfunit.com/en/documentation/                 *
 * Contact for license: license[at]pdfunit.com                               *
 *                                                                           *
 *************************************************************************** *
 * Author: Carsten Siedentop                                                 *
 * Date:   September 2013                                                    *
 *************************************************************************** */
 
/* 
 * Formatting for program listings.
 */

.programlisting {
  background-color: #F1F1F1;
  color: black;
  margin-left: 20px;
  padding-left:   10px;
  padding-top:     5px;
  padding-bottom:  5px;
}

.hl-annotation {
  color: rgb(30,30,30);
}

.hl-attribute {
  color: rgb(127,30,127);
  font-weight: bold;
}

.hl-comment {
  color: rgb(40,40,60);
}

.hl-doccomment {
  color: rgb(30,100,30);
}

.hl-keyword {
  color: rgb(127,0,85);
  font-weight: bold;
}

.hl-staticField {
  font-weight: italic;
}

.hl-staticMethod {
  font-weight: italic;
}

.hl-string {
  color: rgb(45,0,200);
}

.hl-tag {
  color: rgb(60,120,120);
  font-weight: bold;
}

.hl-value {
  color: rgb(45,0,200);
}

.hl-directive {
  /* TODO, not yet finished */
}

.hl-html {
  /* TODO, not yet finished */
}

.hl-xslt {
  /* TODO, not yet finished */
}

.hl-number {
  /* TODO, not yet finished */
}