/* ./config.css
 ******************************************************************************
 * HuSvEDVF-Template von Hilfe und Service von EDV-Fachleuten. (Konfig.)      *
 * ========================================================================== *
 * Copyright by Hilfe & Service von EDV-Fachleuten                            *
 *              Reilstr. 6, D-06114 Halle (Saale)                             *
 *              Tel. (0345) 521 13 40                                         *
 * Edit v2.010 from 2021-06-09 to 2021-07-26 by TSc                           *
 * -------------------------------------------------------------------------- *
 * Diese CSS-Datei beschreibt Formatierungen,                                 *
 * die nur das Template bzw. Boxmodel selbst betreffen.                       *
 * -------------------------------------------------------------------------- *
 * Liste moeglicher Schriftarten, die "Websafe" sind,                         *
 * d.h. in allen Umgebungen zur Verfuegung stehen.                            *
 * Siehe: https://www.w3schools.com/cssref/css_websafe_fonts.asp              *
 * Hier nun eine kurze Referenz zum herauskopieren:                           *
 * + Gruppe "Serif"                                                           *
 *   - font-family: 'Georgia', serif;                                         *
 *   - font-family: 'Palatino Linotype', 'Book Antiqua', 'Palatino', serif;   *
 *   - font-family: 'Times New Roman', 'Times', serif;                        *
 * + Gruppe "Sans-Serif"                                                      *
 *   - font-family: 'Arial', 'Helvetica', sans-serif;                         *
 *   - font-family: 'Arial Black', 'Gadget', sans-serif;                      *
 *   - font-family: 'Comic Sans MS', 'Cursive', sans-serif;                   *
 *   - font-family: 'Impact', 'Charcoal', sans-serif;                         *
 *   - font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;       *
 *   - font-family: 'Tahoma', 'Geneva', sans-serif;                           *
 *   - font-family: 'Trebuchet MS', 'Helvetica', sans-serif;                  *
 *   - font-family: 'Verdana', 'Geneva', sans-serif;                          *
 * + Gruppe "Monospace"                                                       *
 *   - font-family: 'Consolas', 'Courier New', 'Courier', monospace;          *
 *   - font-family: 'Lucida Console', 'Monaco', monospace;                    *
 * + HuSvEDVF verwendet immer nur 2 Schriftarten:                             *
 *   - Normal: font-family: 'Arial', 'Helvetica', sans-serif;                 *
 *   - Block:  font-family: 'Consolas', 'Courier New', 'Courier', monospace;  *
 ******************************************************************************/

/******* Globale Variablen ****************************************************/
:root {

 /****** Farben ***************************************************************/
 --colorBackground: #FFFFFF; /* Standard Hintergrundfarbe (Kompl. zu VG) */
 --colorBackgroundBlue: #66FFFF; /* Blaeuliche Hintergrundfarbe */
 --colorBackgroundGreen: #CCFF33; /* Gruenliche Hintergrundfarbe */
 --colorBackgroundRed: #FFAA44; /* Roetliche Hintergrundfarbe */
 --colorBackgroundYellow: #FFFF88; /* Gelbliche Hintergrundfarbe */
 --colorBorder: #000000; /* Standard Rahmenfarbe */
 --colorBorder3dA: #B2B2B2; /* 3D-Rahmenfarbe A */
 --colorBorder3dB: #4C4C4C; /* 3D-Rahmenfarbe B */
 --colorBox: #EEEEEE; /* Hintergrundfarbe fuer Boxen */
 --colorContent: #FFFFF0; /* Hintergrundfarbe fuer Inhalte */
 --colorDefine: #008000; /* Definitionsunterstreichung */
 --colorDot: #FF0000; /* Punktfarbe */
 --colorHeading: #000080; /* Farbe der Ueberschriften */
 --colorInvalid: #FFEEEE; /* Hintergrundfarbe fuer ungueltiges HTML */
 --colorLink: #FF0000; /* Ankerschriftfarbe */
 --colorMarkComment1: #FF0000; /* Markierung Kommentar Vordergrund */
 --colorMarkComment2: rgba(255, 0, 0, 0.25); /* Markierung Kommentar Hint. */
 --colorMarkDefine: #FF0000; /* Markierung Definition */
 --colorMarkFalse: #FF0000; /* Markierung Falsch */
 --colorMarkGiven: #008800; /* Markierung Gegeben */
 --colorMarkNew: #0000FF; /* Markierung neu */
 --colorMarkOld: #0000FF; /* Markierung alt */
 --colorMarkRemarkable: #FFFF00; /* Markierung Merkenswert */
 --colorMarkTrue: #008800; /* Markierung Wahr */
 --colorMarkWanted: #FF0000; /* Markierung Gesucht */
 --colorOverflow: #FFFFCC; /* Hintergrundfarbe fuer uebergrosz. Inhalte */
 --colorProgress: #00CC00; /* Hintergrundfarbe Fortschrittsbalken */
 --colorScrollBackground: rgba(0, 0, 0, 0.3); /* Scrollbalkenfarbe */
 --colorScrollBorder: #FFFFFF; /* Scrollbalkenrahmen */
 --colorSearchFound: #008800; /* Suche hat gefunden */
 --colorSearchMarker: #CCCCCC; /* Suchmarkierung */
 --colorSearchNothing: #880000; /* Suche hat nichts gefunden */
 --colorSearchUrl: #008800; /* Suchergebnis-URL */
 --colorSource: #F8F8F8; /* Hintergrundfarbe Quelltextdarstellung */
 --colorText: #000000; /* Standard Vordergrundfarbe (Kompl. zu HG) */
 --colorTransparent: transparent; /* Transparenz */
 --colorTooltip: #FFFFE1; /* Hintergrundfarbe Tooltip */
 --colorVisited: #FF8000; /* Besuchte Ankerschriftfarbe */
 --colorWarning: #FFA500; /* Hintergrundfarbe Warnmeldungen */
 --colorZebraEven: rgba(208, 208, 255, 0.50); /* Tabellenzebra Gerade */
 --colorZebraHead: rgba(176, 176, 255, 0.50); /* Tabellenzebra Kopf */
 --colorZebraOdd: rgba(192, 192, 255, 0.50); /* Tabellenzebra Ungerade */

 /****** Schriftarten *********************************************************/
 --fontBlock: 'Consolas', 'Courier New', 'Courier', monospace; /* Blockschr. */
 --fontNormal: 'Arial', 'Helvetica', sans-serif; /* Normalschrift */
 }


/******* EOF ******************************************************************/
