Hello Doc,
thanks for validation
The line in template.htm loading slimmenu.css is from older templates, the SlimMenu CSS now is added to the template stylesheet. I have only deleted the slimmenu.css file and forgotten to remove following line from the template.htm:
Code: Select all
<link rel="stylesheet" href="<?php echo $pth['folder']['template'];?>slimmenu/slimmenu.css">
Doc wrote: ↑Fri 29. Jan 2021, 13:36
RobotoCondensed, arial, sans-serif -> Roboto Condensed, arial, sans-serif (perhaps ?)
No - the problem is the semicolon after "Anton", must be a comma:
Code: Select all
h1 {font-family: Anton, RobotoCondensed, arial, sans-serif; color: #555550; font-size: 28px; line-height: 1.2em; font-weight: 400; padding: 0; margin: 24px 0 24px 0;}
h2 {font-family: Anton, RobotoCondensed, arial, sans-serif; color: #555550; font-size: 26px; line-height: 1.2em; font-weight: 400; padding: 0; margin: 24px 0 10px 0;}
h3 {font-family: Anton, RobotoCondensed, arial, sans-serif; color: #555550; font-size: 24px; line-height: 1.2em; font-weight: 400; padding: 0; margin: 24px 0 10px 0;}
h4 {font-family: Anton, RobotoCondensed, arial, sans-serif; color: #555550; font-size: 22px; line-height: 1.4em; font-weight: 400; padding: 0; margin: 24px 0 10px 0;}
h5 {font-family: Anton, RobotoCondensed, arial, sans-serif; color: #555550; font-size: 20px; line-height: 1.4em; font-weight: 400; padding: 0; margin: 24px 0 10px 0;}
h6 {font-family: Anton, RobotoCondensed, arial, sans-serif; color: #555550; font-size: 18px; line-height: 1.4em; font-weight: 400; padding: 0; margin: 24px 0 10px 0;}
The browsers seems to accept it, just the validator has a problem
Doc wrote: ↑Fri 29. Jan 2021, 13:36
#transparent -> transparent
So it is
New downloads are online, but you can change it yourself in your template,
Gert
================================
PS Validator now:
https://jigsaw.w3.org/css-validator/val ... g=&lang=de 