/* ***************************************************************************
 *                                                                           *
 * PDFUnit - Automated PDF Tests                                             *
 *                                                                           *
 * Copyright (C) 2016 PDFUnit.com                                            *
 *                                                                           *
 * This file is part of the commercial library PDFUnit.                      *
 *                                                                           *
 * Legal information__: http://pdfunit.com/en/licenseinfo.html               *
 * Manual_____________: http://pdfunit.com/en/documentation/                 *
 * Contact for license: license[at]pdfunit.com                               *
 *                                                                           *
 *************************************************************************** *
 * Author: Carsten Siedentop                                                 *
 * Date:   September 2013                                                    *
 *************************************************************************** */
 
/* 
 * Formattings for screen presentation.
 
   Background color for header and footer: #030222;
 */

@media screen { 

  body {
    background-color: #FFFFFF;
    font-family:      Tahoma, Ariel, Helvetica, sans-serif;
  }

  /* This is the content */
  div.navheader+div.section {
    padding-left:  10px;
    padding-right: 10px;
  }

  h1 {
    font-size: 230%;
  }
  
  h2 {
    font-size: 150%;
  }
  
  h3 {
    font-size: 120%;
  }
  
  hr {
    margin:  0px;
    padding: 0px;
    display: none;
  }
  
  table {
    border-collapse: collapse;
  }

  th {
    text-align: left;
  }

  tr {
    vertical-align: top;
  }

  a[accesskey]{
    color       : white;
  }
 
  a[name*="ActionCompareInnerTable"]+table tr {
    border-style: solid;
    
    border-top-width: 0px;
    border-bottom-width: 1px;
    border-right-width: 0px;
    border-left-width: 0px;
  }
 
  a[name*="ActionCompareInnerTable"]+table tr:last-child {
    border-top-width: 0px;
    border-bottom-width: 0px;
    border-right-width: 0px;
    border-left-width: 0px;
  }
   
  .ActionProperty {
    table-layout: fixed;
    width: 30%;
  }
  
  .ActionDescription {
    table-layout: fixed;
    width: 70%;
  }
  
  .code {
    font-family: fixed, monospace;
  }

  em {
    font-style: inherit;
  }
  
  .emphasis {
    font-weight: bold;
    font-style: initial;
  }
  
  .navfooter {
    background-color: #030222;
    border-top-style: solid;
    border-top-width: 1px;
    color:            white;
    margin-bottom:  -8px;
    margin-left:    -8px;
    margin-right:   -8px;
    padding-top:    12px;
    padding-bottom: 12px;
    padding-left:  12px;
    padding-right: 12px;
  }

  /* Make the text in the dark footer readable: */
  .navfooter * td {
    background-color: #030222;
    color:            white;
  }
  
  .navheader {
    background-color:    #030222;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    margin-top:      -8px;
    margin-left:     -8px;
    margin-right:    -8px;
    padding-top:    18px;
    padding-bottom: 12px;
    padding-left:   12px;
    padding-right:  12px;
  }
  
  .title {
    font-weight: bold;
  }
  
} 
