
  @font-face {
    font-family: 'Evernight';
    src: local('Evernight');
    src: url('https://gallery.selbstlernportal.de/res/fonts/evernight.php') format('otf');
    }

; 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    EVERNIGHT~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.3em; }
  div, p { margin: 0em 0em 0.3em 0em; }
  body.gallery { color: #ff9900; background-color: #ffffcc; font: 1.0em 'Evernight', sans-serif; line-height: 1.3em; }

; set link formats (e.g. color, decoration):
  a:link { color: blue;  decoration: underline; }

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