<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* NowCMS local CSS file "local.css"

	Must be generated from local.orig.css when installing.

   Customize your website here.
   by setting variables in the root section and append
   a new css file like "/_/css/addendum.css" if you need to override whatever
   happened in the other CSS files before. 

   Do not forget to reference all CSS files in the
   preferences (htmlfooter and erroronavi-*) 
   
   See also: https://nowcms.org
   
   This file is in the public domain.
   All PHP files are protected by copyright. 
   Individual, personal licenses have to be obtained for each domain and / or
   user of NowCMS.
   
   Are you interested in contributing to NowCMS? You might get a free, personal
   and perpetual license limited to 5 domains.
*/

:root {
	--bread-font: 'Encode Sans Semi Condensed', Verdana, sans-serif;
	--title-font: 'Mouse Memoirs', Verdana, sans-serif;
	--title-color: #006600;
	--backend-font: 'Encode Sans Semi Condensed', Verdana, sans-serif;
/* Depends on the site color code: */
/*	--title-color: #5d97cd; */
/* Should remain something blue-ish: */
	--link-color: #436d95;
/* Clicked links get green-ish: */
	--link-visited-color: #006600;
/* Any clickable item should have a hover color: */
	--hover-color: orange;
/* button-background-color: Should remain blue because the OSes will use that
   anyway for dropdowns etc. */
   --button-color: white;
   --button-background-color: #6699ff;
/* Table lines change their color too, when hovering but orange would be too
   heavy and people would falsely think this is clickable: */
   --row-hover-color: #ffee99;
/* Color "behind" the paper surface */
	--body-background-color: #c8fcb8;
/* The paper color: */
	--outer-background-color: white;
/* Management bar background color: */ 
	--management-background-color: #6ea863;
/* This is to avoid that a link to ourself is marked with an "external link"
   icon: */
	--this-domain: vauban.de;
	--pre-background-color: #eeeeee;
	--blockquote-background-color: #c8fcb8;
	--blockquote-border-color: blue;
	--error-background-color: #ffcccc; /* light red */
	--warning-background-color: #ffffcc; /* light yellow */
	--result-background-color: #ccffcc; /* light green */
}

/* --------- Fonts ---------
   We're using a Google font, but we copied it here so we don't have to
   worry about gathering data - and this works in a closed LAN, too! */
	
/* encode-sans-semi-condensed-regular - latin */
@font-face {
  font-family: 'Encode Sans Semi Condensed';
  font-style: normal;
  font-weight: 400;
  src: url('/_/fonts/encode-sans-semi-condensed-v4-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Encode Sans Semi Condensed Regular'), local('EncodeSansSemiCondensed-Regular'),
       url('/_/fonts/encode-sans-semi-condensed-v4-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/_/fonts/encode-sans-semi-condensed-v4-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('/_/fonts/encode-sans-semi-condensed-v4-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('/_/fonts/encode-sans-semi-condensed-v4-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/encode-sans-semi-condensed-v4-latin-regular.svg#EncodeSansSemiCondensed') format('svg'); /* Legacy iOS */
}

/* encode-sans-semi-condensed-600 - latin */
@font-face {
  font-family: 'Encode Sans Semi Condensed';
  font-style: normal;
  font-weight: 600;
  src: url('/_/fonts/encode-sans-semi-condensed-v4-latin-600.eot'); /* IE9 Compat Modes */
  src: local('Encode Sans Semi Condensed SemiBold'), local('EncodeSansSemiCondensed-SemiBold'),
       url('/_/fonts/encode-sans-semi-condensed-v4-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/_/fonts/encode-sans-semi-condensed-v4-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('/_/fonts/encode-sans-semi-condensed-v4-latin-600.woff') format('woff'), /* Modern Browsers */
       url('/_/fonts/encode-sans-semi-condensed-v4-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/_/fonts/encode-sans-semi-condensed-v4-latin-600.svg#EncodeSansSemiCondensed') format('svg'); /* Legacy iOS */
}

/* mouse-memoirs-regular - latin */
@font-face {
  font-family: 'Mouse Memoirs';
  font-style: normal;
  font-weight: 400;
  src: url('/_/fonts/mouse-memoirs-v7-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Mouse Memoirs'), local('MouseMemoirs-Regular'),
       url('/_/fonts/mouse-memoirs-v7-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/_/fonts/mouse-memoirs-v7-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('/_/fonts/mouse-memoirs-v7-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('/_/fonts/mouse-memoirs-v7-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/_/fonts/mouse-memoirs-v7-latin-regular.svg#MouseMemoirs') format('svg'); /* Legacy iOS */
}
</pre></body></html>