/*Copyright (c) 2025 by hm4you-solutions ------------------------ _built-inCSS__SOURCE.css ------------------------ cbcHTML element styles */ .a, a { color: blue; font-size: 100%; } .a:active, .a:focus, a:active, a:focus { color: red; } .a:visited, a:visited { color: purple; } .a { margin-top: -2px; } .button, button, input[type=button], input[type=file], input[type=image], input[type=reset], input[type=submit], select { background-color: #eee; color: #111; cursor: pointer; font-size: 81%; line-height: 1.24; overflow: visible; padding: 2px 6px; text-decoration: none; text-transform: none; user-select: none; } .button { font-size: 82%; line-height: 1.65; padding-bottom: 0.2em; } .button, .button:hover { text-decoration: none; } .disabled, button[disabled], input[disabled] { background-color: #f5f5f5 !important; border-color: #bbb !important; color: #aaa !important; cursor: default !important; } blockquote, figure { margin: 1em 40px; } dd, dl, menu, ol, ul { padding-left: 3em; } input, textarea { font-size: 89%; padding: 1px; } input[type=file] { padding: 0 5px; } input[type=image] { padding: 1px 5px 2px 5px; } select { font-size: 79%; } /*##*/ /*----------------- cbcHTML font size Header */ h1 { /*

32px=2em=200%=24pt*/ font-size: 2em; } h2 { /*

24px=1.5em=150%=18pt*/ font-size: 1.5em; } h3 { /*

18px=1.125em=112.5%=13.5pt*/ font-size: 1.125em; } h4 { /*

16px=1em=100%=12pt*/ font-size: 1em; } h5 { /*

14px=0.875em=87.5%=10.5pt*/ font-size: 0.875em; } h6 { /*
12px=0.75em=75%=9pt*/ font-size: 0.75em; } /*------------ font classes */ .f48 { /*class="f48" 48px=3em=300%=36pt*/ font-size: 3em; } .f36 { /*class="f36" 36px=2.25em=225%=27pt*/ font-size: 2.25em; } .f32 { /*class="f32" 32px=2em=200%=24pt*/ font-size: 2em; } .f24 { /*class="f24" 24px=1.5em=150%=18pt*/ font-size: 1.5em; } .f18 { /*class="f18" 18px=1.125em=112.5%=13.5pt*/ font-size: 1.125em; } .f16, p { /*class="f16" 16px=1em=100%=12pt - W3C standard font size*/ font-size: 1em; } .f14 { /*class="f14" 14px=0.875em=87.5%=10.5pt*/ font-size: 0.875em; } .f13 { /*class="f13" 13px=0.8em=80%=10pt*/ font-size: 0.8em; } .f12 { /*class="f12" 12px=0.75em=75%=9pt*/ font-size: 0.75em; } .f11 { /*class="f11" 11px=0.7em=70%=8pt*/ font-size: 0.7em; } .f10 { /*class="f10" 10px=0.625em=62.5%=7.5pt*/ font-size: 0.625em; } .f9 { /*class="f9" 9px=0.55em=55%=7pt*/ font-size: 0.55em; } /*##*/