
  @font-face {
    font-family: 'Calibri Light';
    src: local('Calibri Light');
    src: url('https://gallery.selbstlernportal.de/res/fonts/calibril.php') format('woff');
    }

; loads external font, if local font does not exist in client OS (android, linux, ios, windows, ...),
; hint: no comment or definition in front of font-face definition!

; @file    CALIBRI-LIGHT~01.CSS.PHP
; user:    all
; @author  Michael Ziemke, Koeln (DE)
; @version 2024-11-20
; contains theme css format definitions

; set body css formats and line height of several tags:
  body, div, p, td { line-height: 1.2em; }
  div, p { margin: 0em 0em 0.3em 0em; }
  body.gallery { color: #521414; background-color: #f5d6d6; font: 1.2em 'Calibri Light', sans-serif; line-height: 1.2em; }

; set link formats (e.g. color, decoration):
  a:link { color: yellow; }
  a:visited { color: orange; }
  a:hover { color: red; }
  a:active { color: yellow; }

; set more css descriptions:
; e.g. font for menue, admin, footer (theme font or default):
  a { font-family: 'Calibri Light', sans-serif; }
  button.menue { font-family: 'Calibri Light', sans-serif;  color: #521414; }
  ul.navi { font-family: 'Calibri Light', sans-serif;  color: #521414; }
  .admin { font-family: sans-serif; }
  ul.navi { font: 0.9em 'Calibri Light',sans-serif; }
