CSS validation erros and warnings

Forum for questions and support relating to the 1.29.x releases only.
Locked
willsio
Posts: 4
Joined: Mon Mar 24, 2014 11:53 am

CSS validation erros and warnings

Post by willsio »

Hi everyone,

I've just installed zonemimder 1.29.0 and it's working fine with 3 IP cameras.
For curiosity I validated on W3C the HTML and CSS documents, the HTML is successfully checked but the CSS Validator gave me the following errors and warnings:

4 errors in /css/overlay.css:
5 .overlayMask attempt to find a semi-colon before the property name. add it
5 .overlayMask Property progid doesn't exist : DXImageTransform
5 .overlayMask Parse Error DXImageTransform.Microsoft.Alpha(Opacity=60);
10 Parse Error [: 999; background: #aaaaaa; } .overlay]

3 warnings in /skins/classic/css/classic/skin.css
125 hr Same color for background-color and color
270 Property -moz-border-radius is an unknown vendor extension
271 Property -webkit-border-radius is an unknown vendor extension

1 warning in /css/overlay.css
4 Property alpha(opacity=60) is an unknown vendor extension

Did anyone resolved or can help me resolving this CSS issues?

Thank you
Locked