Prechecker results: error


PHP lint problems

(0 errors, 0 warnings)

This section shows php lint problems in the code detected by php -l [More info]


PHP coding style problems

(22 errors, 22 warnings)

This section shows the coding style problems detected in the code by phpcs [More info]

theme/shoehorn/classes/format_columns_renderer.php
(#30) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
theme/shoehorn/classes/format_grid_renderer.php
(#29) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
theme/shoehorn/classes/format_noticebd_renderer.php
(#29) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
theme/shoehorn/classes/format_renderer_toolbox.php
(#31) Expected MOODLE_INTERNAL check or config.php inclusion
(#151) Inline comments must start with a capital letter, digit or 3-dots sequence
theme/shoehorn/classes/format_topcoll_renderer.php
(#30) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
theme/shoehorn/classes/format_topics_renderer.php
(#29) Expected MOODLE_INTERNAL check or config.php inclusion
theme/shoehorn/classes/format_weeks_renderer.php
(#29) Expected MOODLE_INTERNAL check or config.php inclusion
theme/shoehorn/classes/output/core_renderer.php
(#38) Expected MOODLE_INTERNAL check or config.php inclusion
(#479) Line exceeds 132 characters; contains 147 characters
(#500) Line exceeds 132 characters; contains 159 characters
(#1097) This comment is 67% valid code; is this commented out code?
theme/shoehorn/classes/toolbox.php
(#30) Expected MOODLE_INTERNAL check or config.php inclusion
theme/shoehorn/config.php
(#29) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
theme/shoehorn/db/upgrade.php
(#28) Expected MOODLE_INTERNAL check or config.php inclusion
theme/shoehorn/imagebank.php
(#27) Expected login check (require_login, require_course_login, admin_externalpage_setup) following config inclusion. None found.
theme/shoehorn/inspector.ajax.php
(#29) Expected login check (require_login, require_course_login, admin_externalpage_setup) following config inclusion. None found.
theme/shoehorn/layout/default.php
(#28) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
theme/shoehorn/layout/embedded.php
(#28) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
theme/shoehorn/layout/frontpage.php
(#28) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
theme/shoehorn/layout/login.php
(#38) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
theme/shoehorn/layout/maintenance.php
(#38) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
theme/shoehorn/layout/popup.php
(#28) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
theme/shoehorn/layout/secure.php
(#17) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
theme/shoehorn/layout/tiles/additionaljs.php
(#27) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
theme/shoehorn/layout/tiles/cdnfonts.php
(#27) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
theme/shoehorn/layout/tiles/footer.php
(#28) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
theme/shoehorn/layout/tiles/frontpageslider.php
(#26) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
theme/shoehorn/layout/tiles/header.php
(#27) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
theme/shoehorn/layout/tiles/marketingspots.php
(#27) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
theme/shoehorn/layout/tiles/navbar.php
(#27) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
theme/shoehorn/layout/tiles/pagebottom.php
(#26) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
theme/shoehorn/layout/tiles/pageheader.php
(#27) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
theme/shoehorn/layout/tiles/social.php
(#27) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
theme/shoehorn/lib.php
(#28) Expected MOODLE_INTERNAL check or config.php inclusion
(#395) This comment is 43% valid code; is this commented out code?
theme/shoehorn/pages/about.php
(#28) Expected login check (require_login, require_course_login, admin_externalpage_setup) following config inclusion. None found.
theme/shoehorn/pages/sitepage.php
(#28) Expected login check (require_login, require_course_login, admin_externalpage_setup) following config inclusion. None found.
theme/shoehorn/pages/styleguide.php
(#28) Expected login check (require_login, require_course_login, admin_externalpage_setup) following config inclusion. None found.
theme/shoehorn/pages/syntaxhighlight.php
(#28) Expected login check (require_login, require_course_login, admin_externalpage_setup) following config inclusion. None found.
theme/shoehorn/shoehorn_admin_setting_styleguide.php
(#45) Expected MOODLE_INTERNAL check or config.php inclusion
theme/shoehorn/tests/corerenderer_test.php
(#32) Expected MOODLE_INTERNAL check or config.php inclusion
theme/shoehorn/tests/toolbox_test.php
(#32) Expected MOODLE_INTERNAL check or config.php inclusion
theme/shoehorn/version.php
(#31) This comment is 45% valid code; is this commented out code?

Javascript coding style problems

(0 errors, 447 warnings)

This section shows the coding style problems detected in the code by jshint [More info]

theme/shoehorn/Gruntfile.js
(#158) 'console' is not defined.
(#159) 'console' is not defined.
(#167) 'console' is not defined.
(#168) 'console' is not defined.
(#169) 'console' is not defined.
(#171) 'console' is not defined.
theme/shoehorn/javascript/syntaxhighlighter_3_0_83/scripts/shAutoloader.js
(#17) Line is too long.
(#17) Missing semicolon.
(#17) Missing semicolon.
(#17) Missing semicolon.
(#17) Missing semicolon.
(#17) Missing semicolon.
(#17) Unnecessary semicolon.
(#17) Missing semicolon.
(#17) Missing semicolon.
(#17) Wrap an immediate function invocation in parens to assist the reader in understanding that the expression is the result of a function, and not the function itself.
(#17) eval can be harmful.
(#17) Missing semicolon.
theme/shoehorn/javascript/syntaxhighlighter_3_0_83/scripts/shBrushAS3.js
(#50) Unnecessary semicolon.
(#58) Expected an assignment or function call and instead saw an expression.
(#20) 'SyntaxHighlighter' is not defined.
(#20) 'SyntaxHighlighter' is not defined.
(#20) 'require' is not defined.
(#38) 'SyntaxHighlighter' is not defined.
(#39) 'SyntaxHighlighter' is not defined.
(#40) 'SyntaxHighlighter' is not defined.
(#41) 'SyntaxHighlighter' is not defined.
(#49) 'SyntaxHighlighter' is not defined.
(#52) 'SyntaxHighlighter' is not defined.
(#55) 'SyntaxHighlighter' is not defined.
(#58) 'exports' is not defined.
theme/shoehorn/javascript/syntaxhighlighter_3_0_83/scripts/shBrushAppleScript.js
(#26) Line is too long.
(#28) Line is too long.
(#47) This character may get silently deleted by one or more browsers.
(#50) Line is too long.
(#56) Line is too long.
(#59) Line is too long.
(#66) Unnecessary semicolon.
(#74) Expected an assignment or function call and instead saw an expression.
(#20) 'SyntaxHighlighter' is not defined.
(#20) 'SyntaxHighlighter' is not defined.
(#20) 'require' is not defined.
(#68) 'SyntaxHighlighter' is not defined.
(#71) 'SyntaxHighlighter' is not defined.
(#74) 'exports' is not defined.
theme/shoehorn/javascript/syntaxhighlighter_3_0_83/scripts/shBrushBash.js
(#58) Expected an assignment or function call and instead saw an expression.
(#20) 'SyntaxHighlighter' is not defined.
(#20) 'SyntaxHighlighter' is not defined.
(#20) 'require' is not defined.
(#44) 'SyntaxHighlighter' is not defined.
(#45) 'SyntaxHighlighter' is not defined.
(#46) 'SyntaxHighlighter' is not defined.
(#52) 'SyntaxHighlighter' is not defined.
(#55) 'SyntaxHighlighter' is not defined.
(#58) 'exports' is not defined.
theme/shoehorn/javascript/syntaxhighlighter_3_0_83/scripts/shBrushCSharp.js
(#34) Use '===' to compare with '0'.
(#48) Line is too long.
(#50) Line is too long.
(#55) Unnecessary semicolon.
(#63) Expected an assignment or function call and instead saw an expression.
(#20) 'SyntaxHighlighter' is not defined.
(#20) 'SyntaxHighlighter' is not defined.
(#20) 'require' is not defined.
(#39) 'SyntaxHighlighter' is not defined.
(#43) 'SyntaxHighlighter' is not defined.
(#44) 'SyntaxHighlighter' is not defined.
(#46) 'SyntaxHighlighter' is not defined.
(#47) 'SyntaxHighlighter' is not defined.
(#54) 'SyntaxHighlighter' is not defined.
(#57) 'SyntaxHighlighter' is not defined.
(#60) 'SyntaxHighlighter' is not defined.
(#63) 'exports' is not defined.
(#32) 'regexInfo' is defined but never used.
theme/shoehorn/javascript/syntaxhighlighter_3_0_83/scripts/shBrushColdFusion.js
(#27) Line is too long.
(#28) Line is too long.
(#29) Line is too long.
(#30) Line is too long.
(#31) Line is too long.
(#32) Line is too long.
(#33) Line is too long.
(#34) Line is too long.
(#35) Line is too long.
(#36) Line is too long.
(#37) Line is too long.
(#38) Line is too long.
(#39) Line is too long.
(#40) Line is too long.
(#41) Line is too long.
(#42) Line is too long.
(#43) Line is too long.
(#44) Line is too long.
(#45) Line is too long.
(#46) Line is too long.
(#47) Line is too long.
(#48) Line is too long.
(#49) Line is too long.
(#50) Line is too long.
(#51) Line is too long.
(#52) Line is too long.
(#53) Line is too long.
(#54) Line is too long.
(#55) Line is too long.
(#56) Line is too long.
(#57) Line is too long.
(#58) Line is too long.
(#59) Line is too long.
(#60) Line is too long.
(#61) Line is too long.
(#62) Line is too long.
(#65) Line is too long.
(#66) Line is too long.
(#67) Line is too long.
(#68) Line is too long.
(#69) Line is too long.
(#71) Line is too long.
(#72) Line is too long.
(#73) Line is too long.
(#75) Line is too long.
(#76) Line is too long.
(#77) Line is too long.
(#99) Expected an assignment or function call and instead saw an expression.
(#20) 'SyntaxHighlighter' is not defined.
(#20) 'SyntaxHighlighter' is not defined.
(#20) 'require' is not defined.
(#84) 'SyntaxHighlighter' is not defined.
(#85) 'SyntaxHighlighter' is not defined.
(#86) 'SyntaxHighlighter' is not defined.
(#93) 'SyntaxHighlighter' is not defined.
(#96) 'SyntaxHighlighter' is not defined.
(#99) 'exports' is not defined.
theme/shoehorn/javascript/syntaxhighlighter_3_0_83/scripts/shBrushCpp.js
(#88) Unnecessary semicolon.
(#96) Expected an assignment or function call and instead saw an expression.
(#20) 'SyntaxHighlighter' is not defined.
(#20) 'SyntaxHighlighter' is not defined.
(#20) 'require' is not defined.
(#79) 'SyntaxHighlighter' is not defined.
(#80) 'SyntaxHighlighter' is not defined.
(#81) 'SyntaxHighlighter' is not defined.
(#82) 'SyntaxHighlighter' is not defined.
(#90) 'SyntaxHighlighter' is not defined.
(#93) 'SyntaxHighlighter' is not defined.
(#96) 'exports' is not defined.
theme/shoehorn/javascript/syntaxhighlighter_3_0_83/scripts/shBrushCss.js
(#27) Unnecessary semicolon.
(#32) Unnecessary semicolon.
(#35) Line is too long.
(#36) Line is too long.
(#37) Line is too long.
(#38) Line is too long.
(#39) Line is too long.
(#40) Line is too long.
(#41) Line is too long.
(#42) Line is too long.
(#43) Line is too long.
(#44) Line is too long.
(#45) Line is too long.
(#46) Line is too long.
(#47) Line is too long.
(#49) Line is too long.
(#50) Line is too long.
(#51) Line is too long.
(#52) Line is too long.
(#53) Line is too long.
(#54) Line is too long.
(#55) Line is too long.
(#56) Line is too long.
(#57) Line is too long.
(#58) Line is too long.
(#59) Line is too long.
(#60) Line is too long.
(#61) Line is too long.
(#62) Line is too long.
(#64) Line is too long.
(#82) Unnecessary semicolon.
(#90) Expected an assignment or function call and instead saw an expression.
(#20) 'SyntaxHighlighter' is not defined.
(#20) 'SyntaxHighlighter' is not defined.
(#20) 'require' is not defined.
(#67) 'SyntaxHighlighter' is not defined.
(#68) 'SyntaxHighlighter' is not defined.
(#69) 'SyntaxHighlighter' is not defined.
(#84) 'SyntaxHighlighter' is not defined.
(#87) 'SyntaxHighlighter' is not defined.
(#90) 'exports' is not defined.
theme/shoehorn/javascript/syntaxhighlighter_3_0_83/scripts/shBrushDelphi.js
(#41) Line is too long.
(#46) Unnecessary semicolon.
(#54) Expected an assignment or function call and instead saw an expression.
(#20) 'SyntaxHighlighter' is not defined.
(#20) 'SyntaxHighlighter' is not defined.
(#20) 'require' is not defined.
(#39) 'SyntaxHighlighter' is not defined.
(#40) 'SyntaxHighlighter' is not defined.
(#48) 'SyntaxHighlighter' is not defined.
(#51) 'SyntaxHighlighter' is not defined.
(#54) 'exports' is not defined.
theme/shoehorn/javascript/syntaxhighlighter_3_0_83/scripts/shBrushDiff.js
(#32) Unnecessary semicolon.
(#40) Expected an assignment or function call and instead saw an expression.
(#20) 'SyntaxHighlighter' is not defined.
(#20) 'SyntaxHighlighter' is not defined.
(#20) 'require' is not defined.
(#34) 'SyntaxHighlighter' is not defined.
(#37) 'SyntaxHighlighter' is not defined.
(#40) 'exports' is not defined.
theme/shoehorn/javascript/syntaxhighlighter_3_0_83/scripts/shBrushErlang.js
(#43) Unnecessary semicolon.
(#51) Expected an assignment or function call and instead saw an expression.
(#20) 'SyntaxHighlighter' is not defined.
(#20) 'SyntaxHighlighter' is not defined.
(#20) 'require' is not defined.
(#39) 'SyntaxHighlighter' is not defined.
(#40) 'SyntaxHighlighter' is not defined.
(#45) 'SyntaxHighlighter' is not defined.
(#48) 'SyntaxHighlighter' is not defined.
(#51) 'exports' is not defined.
theme/shoehorn/javascript/syntaxhighlighter_3_0_83/scripts/shBrushGroovy.js
(#46) Line is too long.
(#66) Expected an assignment or function call and instead saw an expression.
(#20) 'SyntaxHighlighter' is not defined.
(#20) 'SyntaxHighlighter' is not defined.
(#20) 'require' is not defined.
(#45) 'SyntaxHighlighter' is not defined.
(#46) 'SyntaxHighlighter' is not defined.
(#47) 'SyntaxHighlighter' is not defined.
(#48) 'SyntaxHighlighter' is not defined.
(#57) 'SyntaxHighlighter' is not defined.
(#60) 'SyntaxHighlighter' is not defined.
(#63) 'SyntaxHighlighter' is not defined.
(#66) 'exports' is not defined.
theme/shoehorn/javascript/syntaxhighlighter_3_0_83/scripts/shBrushJScript.js
(#38) Line is too long.
(#43) Unnecessary semicolon.
(#51) Expected an assignment or function call and instead saw an expression.
(#20) 'SyntaxHighlighter' is not defined.
(#20) 'SyntaxHighlighter' is not defined.
(#20) 'require' is not defined.
(#31) 'SyntaxHighlighter' is not defined.
(#45) 'SyntaxHighlighter' is not defined.
(#48) 'SyntaxHighlighter' is not defined.
(#51) 'exports' is not defined.
theme/shoehorn/javascript/syntaxhighlighter_3_0_83/scripts/shBrushJava.js
(#48) Unnecessary semicolon.
(#56) Expected an assignment or function call and instead saw an expression.
(#20) 'SyntaxHighlighter' is not defined.
(#20) 'SyntaxHighlighter' is not defined.
(#20) 'require' is not defined.
(#33) 'SyntaxHighlighter' is not defined.
(#36) 'SyntaxHighlighter' is not defined.
(#37) 'SyntaxHighlighter' is not defined.
(#50) 'SyntaxHighlighter' is not defined.
(#53) 'SyntaxHighlighter' is not defined.
(#56) 'exports' is not defined.
theme/shoehorn/javascript/syntaxhighlighter_3_0_83/scripts/shBrushJavaFX.js
(#49) Unnecessary semicolon.
(#57) Expected an assignment or function call and instead saw an expression.
(#20) 'SyntaxHighlighter' is not defined.
(#20) 'SyntaxHighlighter' is not defined.
(#20) 'require' is not defined.
(#40) 'SyntaxHighlighter' is not defined.
(#41) 'SyntaxHighlighter' is not defined.
(#42) 'SyntaxHighlighter' is not defined.
(#43) 'SyntaxHighlighter' is not defined.
(#48) 'SyntaxHighlighter' is not defined.
(#51) 'SyntaxHighlighter' is not defined.
(#54) 'SyntaxHighlighter' is not defined.
(#57) 'exports' is not defined.
theme/shoehorn/javascript/syntaxhighlighter_3_0_83/scripts/shBrushPerl.js
(#71) Expected an assignment or function call and instead saw an expression.
(#20) 'SyntaxHighlighter' is not defined.
(#20) 'SyntaxHighlighter' is not defined.
(#20) 'require' is not defined.
(#55) 'SyntaxHighlighter' is not defined.
(#56) 'SyntaxHighlighter' is not defined.
(#62) 'SyntaxHighlighter' is not defined.
(#65) 'SyntaxHighlighter' is not defined.
(#68) 'SyntaxHighlighter' is not defined.
(#71) 'exports' is not defined.
theme/shoehorn/javascript/syntaxhighlighter_3_0_83/scripts/shBrushPhp.js
(#79) Unnecessary semicolon.
(#87) Expected an assignment or function call and instead saw an expression.
(#20) 'SyntaxHighlighter' is not defined.
(#20) 'SyntaxHighlighter' is not defined.
(#20) 'require' is not defined.
(#68) 'SyntaxHighlighter' is not defined.
(#69) 'SyntaxHighlighter' is not defined.
(#70) 'SyntaxHighlighter' is not defined.
(#71) 'SyntaxHighlighter' is not defined.
(#78) 'SyntaxHighlighter' is not defined.
(#81) 'SyntaxHighlighter' is not defined.
(#84) 'SyntaxHighlighter' is not defined.
(#87) 'exports' is not defined.
theme/shoehorn/javascript/syntaxhighlighter_3_0_83/scripts/shBrushPlain.js
(#24) Unnecessary semicolon.
(#32) Expected an assignment or function call and instead saw an expression.
(#20) 'SyntaxHighlighter' is not defined.
(#20) 'SyntaxHighlighter' is not defined.
(#20) 'require' is not defined.
(#26) 'SyntaxHighlighter' is not defined.
(#29) 'SyntaxHighlighter' is not defined.
(#32) 'exports' is not defined.
theme/shoehorn/javascript/syntaxhighlighter_3_0_83/scripts/shBrushPowerShell.js
(#65) Unnecessary semicolon.
(#73) Expected an assignment or function call and instead saw an expression.
(#20) 'SyntaxHighlighter' is not defined.
(#20) 'SyntaxHighlighter' is not defined.
(#20) 'require' is not defined.
(#60) 'SyntaxHighlighter' is not defined.
(#61) 'SyntaxHighlighter' is not defined.
(#67) 'SyntaxHighlighter' is not defined.
(#70) 'SyntaxHighlighter' is not defined.
(#73) 'exports' is not defined.
theme/shoehorn/javascript/syntaxhighlighter_3_0_83/scripts/shBrushPython.js
(#55) Unnecessary semicolon.
(#63) Expected an assignment or function call and instead saw an expression.
(#20) 'SyntaxHighlighter' is not defined.
(#20) 'SyntaxHighlighter' is not defined.
(#20) 'require' is not defined.
(#42) 'SyntaxHighlighter' is not defined.
(#54) 'SyntaxHighlighter' is not defined.
(#57) 'SyntaxHighlighter' is not defined.
(#60) 'SyntaxHighlighter' is not defined.
(#63) 'exports' is not defined.
theme/shoehorn/javascript/syntaxhighlighter_3_0_83/scripts/shBrushRuby.js
(#31) Line is too long.
(#40) Line is too long.
(#46) Unnecessary semicolon.
(#54) Expected an assignment or function call and instead saw an expression.
(#20) 'SyntaxHighlighter' is not defined.
(#20) 'SyntaxHighlighter' is not defined.
(#20) 'require' is not defined.
(#35) 'SyntaxHighlighter' is not defined.
(#36) 'SyntaxHighlighter' is not defined.
(#37) 'SyntaxHighlighter' is not defined.
(#45) 'SyntaxHighlighter' is not defined.
(#48) 'SyntaxHighlighter' is not defined.
(#51) 'SyntaxHighlighter' is not defined.
(#54) 'exports' is not defined.
theme/shoehorn/javascript/syntaxhighlighter_3_0_83/scripts/shBrushSass.js
(#27) Unnecessary semicolon.
(#32) Unnecessary semicolon.
(#35) Line is too long.
(#36) Line is too long.
(#37) Line is too long.
(#38) Line is too long.
(#39) Line is too long.
(#40) Line is too long.
(#41) Line is too long.
(#42) Line is too long.
(#43) Line is too long.
(#44) Line is too long.
(#45) Line is too long.
(#46) Line is too long.
(#47) Line is too long.
(#49) Line is too long.
(#50) Line is too long.
(#51) Line is too long.
(#52) Line is too long.
(#53) Line is too long.
(#54) Line is too long.
(#55) Line is too long.
(#56) Line is too long.
(#57) Line is too long.
(#58) Line is too long.
(#59) Line is too long.
(#60) Line is too long.
(#61) Line is too long.
(#62) Line is too long.
(#64) Line is too long.
(#85) Unnecessary semicolon.
(#93) Expected an assignment or function call and instead saw an expression.
(#20) 'SyntaxHighlighter' is not defined.
(#20) 'SyntaxHighlighter' is not defined.
(#20) 'require' is not defined.
(#69) 'SyntaxHighlighter' is not defined.
(#87) 'SyntaxHighlighter' is not defined.
(#90) 'SyntaxHighlighter' is not defined.
(#93) 'exports' is not defined.
theme/shoehorn/javascript/syntaxhighlighter_3_0_83/scripts/shBrushScala.js
(#50) Expected an assignment or function call and instead saw an expression.
(#20) 'SyntaxHighlighter' is not defined.
(#20) 'SyntaxHighlighter' is not defined.
(#20) 'require' is not defined.
(#33) 'SyntaxHighlighter' is not defined.
(#34) 'SyntaxHighlighter' is not defined.
(#35) 'SyntaxHighlighter' is not defined.
(#36) 'SyntaxHighlighter' is not defined.
(#37) 'SyntaxHighlighter' is not defined.
(#44) 'SyntaxHighlighter' is not defined.
(#47) 'SyntaxHighlighter' is not defined.
(#50) 'exports' is not defined.
theme/shoehorn/javascript/syntaxhighlighter_3_0_83/scripts/shBrushSql.js
(#49) Line is too long.
(#56) Unnecessary semicolon.
(#64) Expected an assignment or function call and instead saw an expression.
(#20) 'SyntaxHighlighter' is not defined.
(#20) 'SyntaxHighlighter' is not defined.
(#20) 'require' is not defined.
(#50) 'SyntaxHighlighter' is not defined.
(#51) 'SyntaxHighlighter' is not defined.
(#58) 'SyntaxHighlighter' is not defined.
(#61) 'SyntaxHighlighter' is not defined.
(#64) 'exports' is not defined.
theme/shoehorn/javascript/syntaxhighlighter_3_0_83/scripts/shBrushVb.js
(#42) Line is too long.
(#47) Unnecessary semicolon.
(#55) Expected an assignment or function call and instead saw an expression.
(#20) 'SyntaxHighlighter' is not defined.
(#20) 'SyntaxHighlighter' is not defined.
(#20) 'require' is not defined.
(#41) 'SyntaxHighlighter' is not defined.
(#46) 'SyntaxHighlighter' is not defined.
(#49) 'SyntaxHighlighter' is not defined.
(#52) 'SyntaxHighlighter' is not defined.
(#55) 'exports' is not defined.
theme/shoehorn/javascript/syntaxhighlighter_3_0_83/scripts/shBrushXml.js
(#32) Use '!==' to compare with 'null'.
(#40) Use '!==' to compare with 'null'.
(#42) A constructor name should start with an uppercase letter.
(#43) Line is too long.
(#43) A constructor name should start with an uppercase letter.
(#47) Use '!==' to compare with 'null'.
(#48) Expected '{' and instead saw 'result'.
(#49) A constructor name should start with an uppercase letter.
(#56) Line is too long.
(#57) Line is too long.
(#60) Unnecessary semicolon.
(#68) Expected an assignment or function call and instead saw an expression.
(#20) 'SyntaxHighlighter' is not defined.
(#20) 'SyntaxHighlighter' is not defined.
(#20) 'require' is not defined.
(#26) 'SyntaxHighlighter' is not defined.
(#28) 'XRegExp' is not defined.
(#35) 'XRegExp' is not defined.
(#56) 'XRegExp' is not defined.
(#57) 'SyntaxHighlighter' is not defined.
(#58) 'XRegExp' is not defined.
(#62) 'SyntaxHighlighter' is not defined.
(#65) 'SyntaxHighlighter' is not defined.
(#68) 'exports' is not defined.
(#24) 'regexInfo' is defined but never used.
theme/shoehorn/javascript/syntaxhighlighter_3_0_83/scripts/shCore.js
(#17) Line is too long.
(#17) Missing semicolon.
(#17) Missing semicolon.
(#17) Missing semicolon.
(#17) Missing semicolon.
(#17) Missing semicolon.
(#17) Unnecessary semicolon.
(#17) Missing semicolon.
(#17) Missing semicolon.
(#17) Wrap an immediate function invocation in parens to assist the reader in understanding that the expression is the result of a function, and not the function itself.
(#17) eval can be harmful.
(#17) Missing semicolon.
theme/shoehorn/javascript/syntaxhighlighter_3_0_83/scripts/shLegacy.js
(#17) Line is too long.
(#17) Missing semicolon.
(#17) Missing semicolon.
(#17) Missing semicolon.
(#17) Missing semicolon.
(#17) Missing semicolon.
(#17) Unnecessary semicolon.
(#17) Missing semicolon.
(#17) Missing semicolon.
(#17) Wrap an immediate function invocation in parens to assist the reader in understanding that the expression is the result of a function, and not the function itself.
(#17) eval can be harmful.
(#17) Missing semicolon.
theme/shoehorn/javascript/syntaxhighlighter_3_0_83/scripts/shRun.js
(#1) 'SyntaxHighlighter' is not defined.

CSS problems

(488 errors, 2186 warnings)

This section shows CSS problems detected by csslint [More info]

theme/shoehorn/javascript/syntaxhighlighter_3_0_83/styles/shCore.css
(#27) Use of !important
(#28) Use of !important
(#29) Use of !important
(#30) Use of !important
(#31) Use of !important
(#32) Use of !important
(#33) Use of !important
(#34) Use of !important
(#35) Use of !important
(#36) Use of !important
(#37) Use of !important
(#38) Use of !important
(#39) Use of !important
(#40) Use of !important
(#41) Use of !important
(#42) Use of !important
(#43) Use of !important
(#44) Use of !important
(#45) Use of !important
(#46) Use of !important
(#47) Use of !important
(#48) Use of !important
(#49) Use of !important
(#50) Use of !important
(#51) Use of !important
(#52) Expected (<length> | <percentage> | <content-sizing> | contain-floats | -moz-contain-floats | -webkit-contain-floats | inherit) but found 'auto'.
(#52) Use of !important
(#56) Use of !important
(#57) Use of !important
(#58) Use of !important
(#59) Use of !important
(#60) Use of !important
(#63) Use of !important
(#66) Use of !important
(#69) Use of !important
(#72) Use of !important
(#75) Use of !important
(#78) Use of !important
(#79) Use of !important
(#82) Use of !important
(#85) Use of !important
(#89) Use of !important
(#90) Use of !important
(#91) Use of !important
(#92) Use of !important
(#93) Use of !important
(#94) Use of !important
(#95) Use of !important
(#96) Use of !important
(#97) Use of !important
(#98) Use of !important
(#99) Use of !important
(#102) Use of !important
(#103) Use of !important
(#106) Use of !important
(#109) Use of !important
(#112) Use of !important
(#115) Use of !important
(#118) Use of !important
(#119) Use of !important
(#120) Use of !important
(#121) Use of !important
(#122) Use of !important
(#125) Use of !important
(#126) Use of !important
(#129) Use of !important
(#130) Use of !important
(#133) Use of !important
(#136) Use of !important
(#137) Use of !important
(#138) Use of !important
(#139) Use of !important
(#140) Use of !important
(#141) Use of !important
(#142) Use of !important
(#145) Use of !important
(#148) Use of !important
(#149) Use of !important
(#150) Use of !important
(#151) Use of !important
(#154) Use of !important
(#157) Use of !important
(#158) Use of !important
(#161) Use of !important
(#164) Use of !important
(#171) Use of !important
(#174) Use of !important
(#177) Use of !important
(#180) Use of !important
(#183) Use of !important
(#186) Use of !important
(#189) Use of !important
(#192) Use of !important
(#195) Use of !important
(#196) Use of !important
(#199) Use of !important
(#202) Use of !important
(#205) Use of !important
(#208) Use of !important
(#211) Use of !important
(#214) Use of !important
(#217) Use of !important
(#220) Use of !important
(#223) Use of !important
(#226) Use of !important
theme/shoehorn/javascript/syntaxhighlighter_3_0_83/styles/shCoreDefault.css
(#27) Use of !important
(#28) Use of !important
(#29) Use of !important
(#30) Use of !important
(#31) Use of !important
(#32) Use of !important
(#33) Use of !important
(#34) Use of !important
(#35) Use of !important
(#36) Use of !important
(#37) Use of !important
(#38) Use of !important
(#39) Use of !important
(#40) Use of !important
(#41) Use of !important
(#42) Use of !important
(#43) Use of !important
(#44) Use of !important
(#45) Use of !important
(#46) Use of !important
(#47) Use of !important
(#48) Use of !important
(#49) Use of !important
(#50) Use of !important
(#51) Use of !important
(#52) Expected (<length> | <percentage> | <content-sizing> | contain-floats | -moz-contain-floats | -webkit-contain-floats | inherit) but found 'auto'.
(#52) Use of !important
(#56) Use of !important
(#57) Use of !important
(#58) Use of !important
(#59) Use of !important
(#60) Use of !important
(#63) Use of !important
(#66) Use of !important
(#69) Use of !important
(#72) Use of !important
(#75) Use of !important
(#78) Use of !important
(#79) Use of !important
(#82) Use of !important
(#85) Use of !important
(#88) Use of !important
(#89) Use of !important
(#90) Use of !important
(#91) Use of !important
(#92) Use of !important
(#93) Use of !important
(#94) Use of !important
(#95) Use of !important
(#96) Use of !important
(#97) Use of !important
(#98) Use of !important
(#101) Use of !important
(#102) Use of !important
(#105) Use of !important
(#108) Use of !important
(#111) Use of !important
(#114) Use of !important
(#117) Use of !important
(#118) Use of !important
(#119) Use of !important
(#120) Use of !important
(#121) Use of !important
(#124) Use of !important
(#125) Use of !important
(#128) Use of !important
(#129) Use of !important
(#132) Use of !important
(#135) Use of !important
(#136) Use of !important
(#137) Use of !important
(#138) Use of !important
(#139) Use of !important
(#140) Use of !important
(#141) Use of !important
(#144) Use of !important
(#147) Use of !important
(#148) Use of !important
(#149) Use of !important
(#150) Use of !important
(#153) Use of !important
(#156) Use of !important
(#157) Use of !important
(#160) Use of !important
(#163) Use of !important
(#170) Use of !important
(#173) Use of !important
(#176) Use of !important
(#179) Use of !important
(#182) Use of !important
(#185) Use of !important
(#188) Use of !important
(#191) Use of !important
(#194) Use of !important
(#195) Use of !important
(#198) Use of !important
(#201) Use of !important
(#204) Use of !important
(#207) Use of !important
(#210) Use of !important
(#213) Use of !important
(#216) Use of !important
(#219) Use of !important
(#222) Use of !important
(#225) Use of !important
(#229) Use of !important
(#232) Use of !important
(#235) Use of !important
(#238) Use of !important
(#241) Use of !important
(#244) Use of !important
(#247) Use of !important
(#250) Use of !important
(#253) Use of !important
(#254) Use of !important
(#257) Use of !important
(#260) Use of !important
(#263) Use of !important
(#264) Use of !important
(#265) Use of !important
(#268) Use of !important
(#271) Use of !important
(#274) Use of !important
(#275) Use of !important
(#276) Use of !important
(#279) Use of !important
(#282) Use of !important
(#285) Use of !important
(#288) Use of !important
(#291) Use of !important
(#294) Use of !important
(#297) Use of !important
(#300) Use of !important
(#303) Use of !important
(#306) Use of !important
(#309) Use of !important
(#312) Use of !important
(#313) Use of !important
(#314) Expected (<color> | inherit) but found 'none'.
(#314) Use of !important
(#317) Use of !important
(#320) Use of !important
(#323) Use of !important
(#327) Use of !important
theme/shoehorn/javascript/syntaxhighlighter_3_0_83/styles/shCoreDjango.css
(#27) Use of !important
(#28) Use of !important
(#29) Use of !important
(#30) Use of !important
(#31) Use of !important
(#32) Use of !important
(#33) Use of !important
(#34) Use of !important
(#35) Use of !important
(#36) Use of !important
(#37) Use of !important
(#38) Use of !important
(#39) Use of !important
(#40) Use of !important
(#41) Use of !important
(#42) Use of !important
(#43) Use of !important
(#44) Use of !important
(#45) Use of !important
(#46) Use of !important
(#47) Use of !important
(#48) Use of !important
(#49) Use of !important
(#50) Use of !important
(#51) Use of !important
(#52) Expected (<length> | <percentage> | <content-sizing> | contain-floats | -moz-contain-floats | -webkit-contain-floats | inherit) but found 'auto'.
(#52) Use of !important
(#56) Use of !important
(#57) Use of !important
(#58) Use of !important
(#59) Use of !important
(#60) Use of !important
(#63) Use of !important
(#66) Use of !important
(#69) Use of !important
(#72) Use of !important
(#75) Use of !important
(#78) Use of !important
(#79) Use of !important
(#82) Use of !important
(#85) Use of !important
(#88) Use of !important
(#89) Use of !important
(#90) Use of !important
(#91) Use of !important
(#92) Use of !important
(#93) Use of !important
(#94) Use of !important
(#95) Use of !important
(#96) Use of !important
(#97) Use of !important
(#98) Use of !important
(#101) Use of !important
(#102) Use of !important
(#105) Use of !important
(#108) Use of !important
(#111) Use of !important
(#114) Use of !important
(#117) Use of !important
(#118) Use of !important
(#119) Use of !important
(#120) Use of !important
(#121) Use of !important
(#124) Use of !important
(#125) Use of !important
(#128) Use of !important
(#129) Use of !important
(#132) Use of !important
(#135) Use of !important
(#136) Use of !important
(#137) Use of !important
(#138) Use of !important
(#139) Use of !important
(#140) Use of !important
(#141) Use of !important
(#144) Use of !important
(#147) Use of !important
(#148) Use of !important
(#149) Use of !important
(#150) Use of !important
(#153) Use of !important
(#156) Use of !important
(#157) Use of !important
(#160) Use of !important
(#163) Use of !important
(#170) Use of !important
(#173) Use of !important
(#176) Use of !important
(#179) Use of !important
(#182) Use of !important
(#185) Use of !important
(#188) Use of !important
(#191) Use of !important
(#194) Use of !important
(#195) Use of !important
(#198) Use of !important
(#201) Use of !important
(#204) Use of !important
(#207) Use of !important
(#210) Use of !important
(#213) Use of !important
(#216) Use of !important
(#219) Use of !important
(#222) Use of !important
(#225) Use of !important
(#229) Use of !important
(#232) Use of !important
(#235) Use of !important
(#238) Use of !important
(#241) Use of !important
(#244) Use of !important
(#247) Use of !important
(#250) Use of !important
(#253) Use of !important
(#254) Use of !important
(#257) Use of !important
(#260) Use of !important
(#263) Use of !important
(#264) Use of !important
(#265) Use of !important
(#268) Use of !important
(#271) Use of !important
(#274) Use of !important
(#275) Use of !important
(#276) Use of !important
(#279) Use of !important
(#282) Use of !important
(#285) Use of !important
(#288) Use of !important
(#291) Use of !important
(#294) Use of !important
(#297) Use of !important
(#300) Use of !important
(#303) Use of !important
(#306) Use of !important
(#309) Use of !important
(#312) Use of !important
(#313) Use of !important
(#314) Expected (<color> | inherit) but found 'none'.
(#314) Use of !important
(#317) Use of !important
(#320) Use of !important
(#323) Use of !important
(#327) Use of !important
(#330) Use of !important
theme/shoehorn/javascript/syntaxhighlighter_3_0_83/styles/shCoreEclipse.css
(#27) Use of !important
(#28) Use of !important
(#29) Use of !important
(#30) Use of !important
(#31) Use of !important
(#32) Use of !important
(#33) Use of !important
(#34) Use of !important
(#35) Use of !important
(#36) Use of !important
(#37) Use of !important
(#38) Use of !important
(#39) Use of !important
(#40) Use of !important
(#41) Use of !important
(#42) Use of !important
(#43) Use of !important
(#44) Use of !important
(#45) Use of !important
(#46) Use of !important
(#47) Use of !important
(#48) Use of !important
(#49) Use of !important
(#50) Use of !important
(#51) Use of !important
(#52) Expected (<length> | <percentage> | <content-sizing> | contain-floats | -moz-contain-floats | -webkit-contain-floats | inherit) but found 'auto'.
(#52) Use of !important
(#56) Use of !important
(#57) Use of !important
(#58) Use of !important
(#59) Use of !important
(#60) Use of !important
(#63) Use of !important
(#66) Use of !important
(#69) Use of !important
(#72) Use of !important
(#75) Use of !important
(#78) Use of !important
(#79) Use of !important
(#82) Use of !important
(#85) Use of !important
(#88) Use of !important
(#89) Use of !important
(#90) Use of !important
(#91) Use of !important
(#92) Use of !important
(#93) Use of !important
(#94) Use of !important
(#95) Use of !important
(#96) Use of !important
(#97) Use of !important
(#98) Use of !important
(#101) Use of !important
(#102) Use of !important
(#105) Use of !important
(#108) Use of !important
(#111) Use of !important
(#114) Use of !important
(#117) Use of !important
(#118) Use of !important
(#119) Use of !important
(#120) Use of !important
(#121) Use of !important
(#124) Use of !important
(#125) Use of !important
(#128) Use of !important
(#129) Use of !important
(#132) Use of !important
(#135) Use of !important
(#136) Use of !important
(#137) Use of !important
(#138) Use of !important
(#139) Use of !important
(#140) Use of !important
(#141) Use of !important
(#144) Use of !important
(#147) Use of !important
(#148) Use of !important
(#149) Use of !important
(#150) Use of !important
(#153) Use of !important
(#156) Use of !important
(#157) Use of !important
(#160) Use of !important
(#163) Use of !important
(#170) Use of !important
(#173) Use of !important
(#176) Use of !important
(#179) Use of !important
(#182) Use of !important
(#185) Use of !important
(#188) Use of !important
(#191) Use of !important
(#194) Use of !important
(#195) Use of !important
(#198) Use of !important
(#201) Use of !important
(#204) Use of !important
(#207) Use of !important
(#210) Use of !important
(#213) Use of !important
(#216) Use of !important
(#219) Use of !important
(#222) Use of !important
(#225) Use of !important
(#229) Use of !important
(#232) Use of !important
(#235) Use of !important
(#238) Use of !important
(#241) Use of !important
(#244) Use of !important
(#247) Use of !important
(#250) Use of !important
(#253) Use of !important
(#254) Use of !important
(#257) Use of !important
(#260) Use of !important
(#263) Use of !important
(#264) Use of !important
(#265) Use of !important
(#268) Use of !important
(#271) Use of !important
(#274) Use of !important
(#275) Use of !important
(#276) Use of !important
(#279) Use of !important
(#282) Use of !important
(#285) Use of !important
(#288) Use of !important
(#291) Use of !important
(#294) Use of !important
(#297) Use of !important
(#300) Use of !important
(#303) Use of !important
(#306) Use of !important
(#309) Use of !important
(#312) Use of !important
(#313) Use of !important
(#314) Expected (<color> | inherit) but found 'none'.
(#314) Use of !important
(#317) Use of !important
(#320) Use of !important
(#323) Use of !important
(#327) Use of !important
(#330) Use of !important
(#331) Use of !important
(#334) Use of !important
(#337) Use of !important
(#338) Use of !important
theme/shoehorn/javascript/syntaxhighlighter_3_0_83/styles/shCoreEmacs.css
(#27) Use of !important
(#28) Use of !important
(#29) Use of !important
(#30) Use of !important
(#31) Use of !important
(#32) Use of !important
(#33) Use of !important
(#34) Use of !important
(#35) Use of !important
(#36) Use of !important
(#37) Use of !important
(#38) Use of !important
(#39) Use of !important
(#40) Use of !important
(#41) Use of !important
(#42) Use of !important
(#43) Use of !important
(#44) Use of !important
(#45) Use of !important
(#46) Use of !important
(#47) Use of !important
(#48) Use of !important
(#49) Use of !important
(#50) Use of !important
(#51) Use of !important
(#52) Expected (<length> | <percentage> | <content-sizing> | contain-floats | -moz-contain-floats | -webkit-contain-floats | inherit) but found 'auto'.
(#52) Use of !important
(#56) Use of !important
(#57) Use of !important
(#58) Use of !important
(#59) Use of !important
(#60) Use of !important
(#63) Use of !important
(#66) Use of !important
(#69) Use of !important
(#72) Use of !important
(#75) Use of !important
(#78) Use of !important
(#79) Use of !important
(#82) Use of !important
(#85) Use of !important
(#88) Use of !important
(#89) Use of !important
(#90) Use of !important
(#91) Use of !important
(#92) Use of !important
(#93) Use of !important
(#94) Use of !important
(#95) Use of !important
(#96) Use of !important
(#97) Use of !important
(#98) Use of !important
(#101) Use of !important
(#102) Use of !important
(#105) Use of !important
(#108) Use of !important
(#111) Use of !important
(#114) Use of !important
(#117) Use of !important
(#118) Use of !important
(#119) Use of !important
(#120) Use of !important
(#121) Use of !important
(#124) Use of !important
(#125) Use of !important
(#128) Use of !important
(#129) Use of !important
(#132) Use of !important
(#135) Use of !important
(#136) Use of !important
(#137) Use of !important
(#138) Use of !important
(#139) Use of !important
(#140) Use of !important
(#141) Use of !important
(#144) Use of !important
(#147) Use of !important
(#148) Use of !important
(#149) Use of !important
(#150) Use of !important
(#153) Use of !important
(#156) Use of !important
(#157) Use of !important
(#160) Use of !important
(#163) Use of !important
(#170) Use of !important
(#173) Use of !important
(#176) Use of !important
(#179) Use of !important
(#182) Use of !important
(#185) Use of !important
(#188) Use of !important
(#191) Use of !important
(#194) Use of !important
(#195) Use of !important
(#198) Use of !important
(#201) Use of !important
(#204) Use of !important
(#207) Use of !important
(#210) Use of !important
(#213) Use of !important
(#216) Use of !important
(#219) Use of !important
(#222) Use of !important
(#225) Use of !important
(#229) Use of !important
(#232) Use of !important
(#235) Use of !important
(#238) Use of !important
(#241) Use of !important
(#244) Use of !important
(#247) Use of !important
(#250) Use of !important
(#253) Use of !important
(#254) Use of !important
(#257) Use of !important
(#260) Use of !important
(#263) Use of !important
(#264) Use of !important
(#265) Use of !important
(#268) Use of !important
(#271) Use of !important
(#274) Use of !important
(#275) Use of !important
(#276) Use of !important
(#279) Use of !important
(#282) Use of !important
(#285) Use of !important
(#288) Use of !important
(#291) Use of !important
(#294) Use of !important
(#297) Use of !important
(#300) Use of !important
(#303) Use of !important
(#306) Use of !important
(#309) Use of !important
(#312) Use of !important
(#313) Use of !important
(#314) Expected (<color> | inherit) but found 'none'.
(#314) Use of !important
(#317) Use of !important
(#320) Use of !important
(#323) Use of !important
theme/shoehorn/javascript/syntaxhighlighter_3_0_83/styles/shCoreFadeToGrey.css
(#27) Use of !important
(#28) Use of !important
(#29) Use of !important
(#30) Use of !important
(#31) Use of !important
(#32) Use of !important
(#33) Use of !important
(#34) Use of !important
(#35) Use of !important
(#36) Use of !important
(#37) Use of !important
(#38) Use of !important
(#39) Use of !important
(#40) Use of !important
(#41) Use of !important
(#42) Use of !important
(#43) Use of !important
(#44) Use of !important
(#45) Use of !important
(#46) Use of !important
(#47) Use of !important
(#48) Use of !important
(#49) Use of !important
(#50) Use of !important
(#51) Use of !important
(#52) Expected (<length> | <percentage> | <content-sizing> | contain-floats | -moz-contain-floats | -webkit-contain-floats | inherit) but found 'auto'.
(#52) Use of !important
(#56) Use of !important
(#57) Use of !important
(#58) Use of !important
(#59) Use of !important
(#60) Use of !important
(#63) Use of !important
(#66) Use of !important
(#69) Use of !important
(#72) Use of !important
(#75) Use of !important
(#78) Use of !important
(#79) Use of !important
(#82) Use of !important
(#85) Use of !important
(#88) Use of !important
(#89) Use of !important
(#90) Use of !important
(#91) Use of !important
(#92) Use of !important
(#93) Use of !important
(#94) Use of !important
(#95) Use of !important
(#96) Use of !important
(#97) Use of !important
(#98) Use of !important
(#101) Use of !important
(#102) Use of !important
(#105) Use of !important
(#108) Use of !important
(#111) Use of !important
(#114) Use of !important
(#117) Use of !important
(#118) Use of !important
(#119) Use of !important
(#120) Use of !important
(#121) Use of !important
(#124) Use of !important
(#125) Use of !important
(#128) Use of !important
(#129) Use of !important
(#132) Use of !important
(#135) Use of !important
(#136) Use of !important
(#137) Use of !important
(#138) Use of !important
(#139) Use of !important
(#140) Use of !important
(#141) Use of !important
(#144) Use of !important
(#147) Use of !important
(#148) Use of !important
(#149) Use of !important
(#150) Use of !important
(#153) Use of !important
(#156) Use of !important
(#157) Use of !important
(#160) Use of !important
(#163) Use of !important
(#170) Use of !important
(#173) Use of !important
(#176) Use of !important
(#179) Use of !important
(#182) Use of !important
(#185) Use of !important
(#188) Use of !important
(#191) Use of !important
(#194) Use of !important
(#195) Use of !important
(#198) Use of !important
(#201) Use of !important
(#204) Use of !important
(#207) Use of !important
(#210) Use of !important
(#213) Use of !important
(#216) Use of !important
(#219) Use of !important
(#222) Use of !important
(#225) Use of !important
(#229) Use of !important
(#232) Use of !important
(#235) Use of !important
(#238) Use of !important
(#241) Use of !important
(#244) Use of !important
(#247) Use of !important
(#250) Use of !important
(#253) Use of !important
(#254) Use of !important
(#257) Use of !important
(#260) Use of !important
(#263) Use of !important
(#264) Use of !important
(#265) Use of !important
(#268) Use of !important
(#271) Use of !important
(#274) Use of !important
(#275) Use of !important
(#276) Use of !important
(#279) Use of !important
(#282) Use of !important
(#285) Use of !important
(#288) Use of !important
(#291) Use of !important
(#294) Use of !important
(#297) Use of !important
(#300) Use of !important
(#303) Use of !important
(#306) Use of !important
(#309) Use of !important
(#312) Use of !important
(#313) Use of !important
(#314) Expected (<color> | inherit) but found 'none'.
(#314) Use of !important
(#317) Use of !important
(#320) Use of !important
(#323) Use of !important
(#327) Use of !important
theme/shoehorn/javascript/syntaxhighlighter_3_0_83/styles/shCoreMDUltra.css
(#27) Use of !important
(#28) Use of !important
(#29) Use of !important
(#30) Use of !important
(#31) Use of !important
(#32) Use of !important
(#33) Use of !important
(#34) Use of !important
(#35) Use of !important
(#36) Use of !important
(#37) Use of !important
(#38) Use of !important
(#39) Use of !important
(#40) Use of !important
(#41) Use of !important
(#42) Use of !important
(#43) Use of !important
(#44) Use of !important
(#45) Use of !important
(#46) Use of !important
(#47) Use of !important
(#48) Use of !important
(#49) Use of !important
(#50) Use of !important
(#51) Use of !important
(#52) Expected (<length> | <percentage> | <content-sizing> | contain-floats | -moz-contain-floats | -webkit-contain-floats | inherit) but found 'auto'.
(#52) Use of !important
(#56) Use of !important
(#57) Use of !important
(#58) Use of !important
(#59) Use of !important
(#60) Use of !important
(#63) Use of !important
(#66) Use of !important
(#69) Use of !important
(#72) Use of !important
(#75) Use of !important
(#78) Use of !important
(#79) Use of !important
(#82) Use of !important
(#85) Use of !important
(#88) Use of !important
(#89) Use of !important
(#90) Use of !important
(#91) Use of !important
(#92) Use of !important
(#93) Use of !important
(#94) Use of !important
(#95) Use of !important
(#96) Use of !important
(#97) Use of !important
(#98) Use of !important
(#101) Use of !important
(#102) Use of !important
(#105) Use of !important
(#108) Use of !important
(#111) Use of !important
(#114) Use of !important
(#117) Use of !important
(#118) Use of !important
(#119) Use of !important
(#120) Use of !important
(#121) Use of !important
(#124) Use of !important
(#125) Use of !important
(#128) Use of !important
(#129) Use of !important
(#132) Use of !important
(#135) Use of !important
(#136) Use of !important
(#137) Use of !important
(#138) Use of !important
(#139) Use of !important
(#140) Use of !important
(#141) Use of !important
(#144) Use of !important
(#147) Use of !important
(#148) Use of !important
(#149) Use of !important
(#150) Use of !important
(#153) Use of !important
(#156) Use of !important
(#157) Use of !important
(#160) Use of !important
(#163) Use of !important
(#170) Use of !important
(#173) Use of !important
(#176) Use of !important
(#179) Use of !important
(#182) Use of !important
(#185) Use of !important
(#188) Use of !important
(#191) Use of !important
(#194) Use of !important
(#195) Use of !important
(#198) Use of !important
(#201) Use of !important
(#204) Use of !important
(#207) Use of !important
(#210) Use of !important
(#213) Use of !important
(#216) Use of !important
(#219) Use of !important
(#222) Use of !important
(#225) Use of !important
(#229) Use of !important
(#232) Use of !important
(#235) Use of !important
(#238) Use of !important
(#241) Use of !important
(#244) Use of !important
(#247) Use of !important
(#250) Use of !important
(#253) Use of !important
(#254) Use of !important
(#257) Use of !important
(#260) Use of !important
(#263) Use of !important
(#264) Use of !important
(#265) Use of !important
(#268) Use of !important
(#271) Use of !important
(#274) Use of !important
(#275) Use of !important
(#276) Use of !important
(#279) Use of !important
(#282) Use of !important
(#285) Use of !important
(#288) Use of !important
(#291) Use of !important
(#294) Use of !important
(#297) Use of !important
(#300) Use of !important
(#303) Use of !important
(#306) Use of !important
(#309) Use of !important
(#312) Use of !important
(#313) Use of !important
(#314) Expected (<color> | inherit) but found 'none'.
(#314) Use of !important
(#317) Use of !important
(#320) Use of !important
(#323) Use of !important
theme/shoehorn/javascript/syntaxhighlighter_3_0_83/styles/shCoreMidnight.css
(#27) Use of !important
(#28) Use of !important
(#29) Use of !important
(#30) Use of !important
(#31) Use of !important
(#32) Use of !important
(#33) Use of !important
(#34) Use of !important
(#35) Use of !important
(#36) Use of !important
(#37) Use of !important
(#38) Use of !important
(#39) Use of !important
(#40) Use of !important
(#41) Use of !important
(#42) Use of !important
(#43) Use of !important
(#44) Use of !important
(#45) Use of !important
(#46) Use of !important
(#47) Use of !important
(#48) Use of !important
(#49) Use of !important
(#50) Use of !important
(#51) Use of !important
(#52) Expected (<length> | <percentage> | <content-sizing> | contain-floats | -moz-contain-floats | -webkit-contain-floats | inherit) but found 'auto'.
(#52) Use of !important
(#56) Use of !important
(#57) Use of !important
(#58) Use of !important
(#59) Use of !important
(#60) Use of !important
(#63) Use of !important
(#66) Use of !important
(#69) Use of !important
(#72) Use of !important
(#75) Use of !important
(#78) Use of !important
(#79) Use of !important
(#82) Use of !important
(#85) Use of !important
(#88) Use of !important
(#89) Use of !important
(#90) Use of !important
(#91) Use of !important
(#92) Use of !important
(#93) Use of !important
(#94) Use of !important
(#95) Use of !important
(#96) Use of !important
(#97) Use of !important
(#98) Use of !important
(#101) Use of !important
(#102) Use of !important
(#105) Use of !important
(#108) Use of !important
(#111) Use of !important
(#114) Use of !important
(#117) Use of !important
(#118) Use of !important
(#119) Use of !important
(#120) Use of !important
(#121) Use of !important
(#124) Use of !important
(#125) Use of !important
(#128) Use of !important
(#129) Use of !important
(#132) Use of !important
(#135) Use of !important
(#136) Use of !important
(#137) Use of !important
(#138) Use of !important
(#139) Use of !important
(#140) Use of !important
(#141) Use of !important
(#144) Use of !important
(#147) Use of !important
(#148) Use of !important
(#149) Use of !important
(#150) Use of !important
(#153) Use of !important
(#156) Use of !important
(#157) Use of !important
(#160) Use of !important
(#163) Use of !important
(#170) Use of !important
(#173) Use of !important
(#176) Use of !important
(#179) Use of !important
(#182) Use of !important
(#185) Use of !important
(#188) Use of !important
(#191) Use of !important
(#194) Use of !important
(#195) Use of !important
(#198) Use of !important
(#201) Use of !important
(#204) Use of !important
(#207) Use of !important
(#210) Use of !important
(#213) Use of !important
(#216) Use of !important
(#219) Use of !important
(#222) Use of !important
(#225) Use of !important
(#229) Use of !important
(#232) Use of !important
(#235) Use of !important
(#238) Use of !important
(#241) Use of !important
(#244) Use of !important
(#247) Use of !important
(#250) Use of !important
(#253) Use of !important
(#254) Use of !important
(#257) Use of !important
(#260) Use of !important
(#263) Use of !important
(#264) Use of !important
(#265) Use of !important
(#268) Use of !important
(#271) Use of !important
(#274) Use of !important
(#275) Use of !important
(#276) Use of !important
(#279) Use of !important
(#282) Use of !important
(#285) Use of !important
(#288) Use of !important
(#291) Use of !important
(#294) Use of !important
(#297) Use of !important
(#300) Use of !important
(#303) Use of !important
(#306) Use of !important
(#309) Use of !important
(#312) Use of !important
(#313) Use of !important
(#314) Expected (<color> | inherit) but found 'none'.
(#314) Use of !important
(#317) Use of !important
(#320) Use of !important
(#323) Use of !important
theme/shoehorn/javascript/syntaxhighlighter_3_0_83/styles/shCoreRDark.css
(#27) Use of !important
(#28) Use of !important
(#29) Use of !important
(#30) Use of !important
(#31) Use of !important
(#32) Use of !important
(#33) Use of !important
(#34) Use of !important
(#35) Use of !important
(#36) Use of !important
(#37) Use of !important
(#38) Use of !important
(#39) Use of !important
(#40) Use of !important
(#41) Use of !important
(#42) Use of !important
(#43) Use of !important
(#44) Use of !important
(#45) Use of !important
(#46) Use of !important
(#47) Use of !important
(#48) Use of !important
(#49) Use of !important
(#50) Use of !important
(#51) Use of !important
(#52) Expected (<length> | <percentage> | <content-sizing> | contain-floats | -moz-contain-floats | -webkit-contain-floats | inherit) but found 'auto'.
(#52) Use of !important
(#56) Use of !important
(#57) Use of !important
(#58) Use of !important
(#59) Use of !important
(#60) Use of !important
(#63) Use of !important
(#66) Use of !important
(#69) Use of !important
(#72) Use of !important
(#75) Use of !important
(#78) Use of !important
(#79) Use of !important
(#82) Use of !important
(#85) Use of !important
(#88) Use of !important
(#89) Use of !important
(#90) Use of !important
(#91) Use of !important
(#92) Use of !important
(#93) Use of !important
(#94) Use of !important
(#95) Use of !important
(#96) Use of !important
(#97) Use of !important
(#98) Use of !important
(#101) Use of !important
(#102) Use of !important
(#105) Use of !important
(#108) Use of !important
(#111) Use of !important
(#114) Use of !important
(#117) Use of !important
(#118) Use of !important
(#119) Use of !important
(#120) Use of !important
(#121) Use of !important
(#124) Use of !important
(#125) Use of !important
(#128) Use of !important
(#129) Use of !important
(#132) Use of !important
(#135) Use of !important
(#136) Use of !important
(#137) Use of !important
(#138) Use of !important
(#139) Use of !important
(#140) Use of !important
(#141) Use of !important
(#144) Use of !important
(#147) Use of !important
(#148) Use of !important
(#149) Use of !important
(#150) Use of !important
(#153) Use of !important
(#156) Use of !important
(#157) Use of !important
(#160) Use of !important
(#163) Use of !important
(#170) Use of !important
(#173) Use of !important
(#176) Use of !important
(#179) Use of !important
(#182) Use of !important
(#185) Use of !important
(#188) Use of !important
(#191) Use of !important
(#194) Use of !important
(#195) Use of !important
(#198) Use of !important
(#201) Use of !important
(#204) Use of !important
(#207) Use of !important
(#210) Use of !important
(#213) Use of !important
(#216) Use of !important
(#219) Use of !important
(#222) Use of !important
(#225) Use of !important
(#229) Use of !important
(#232) Use of !important
(#235) Use of !important
(#238) Use of !important
(#241) Use of !important
(#244) Use of !important
(#247) Use of !important
(#250) Use of !important
(#253) Use of !important
(#254) Use of !important
(#257) Use of !important
(#260) Use of !important
(#263) Use of !important
(#264) Use of !important
(#265) Use of !important
(#268) Use of !important
(#271) Use of !important
(#274) Use of !important
(#275) Use of !important
(#276) Use of !important
(#279) Use of !important
(#282) Use of !important
(#285) Use of !important
(#288) Use of !important
(#291) Use of !important
(#294) Use of !important
(#297) Use of !important
(#300) Use of !important
(#303) Use of !important
(#306) Use of !important
(#309) Use of !important
(#312) Use of !important
(#313) Use of !important
(#314) Expected (<color> | inherit) but found 'none'.
(#314) Use of !important
(#317) Use of !important
(#320) Use of !important
(#323) Use of !important
theme/shoehorn/javascript/syntaxhighlighter_3_0_83/styles/shThemeDefault.css
(#18) Use of !important
(#21) Use of !important
(#24) Use of !important
(#27) Use of !important
(#30) Use of !important
(#33) Use of !important
(#36) Use of !important
(#39) Use of !important
(#42) Use of !important
(#43) Use of !important
(#46) Use of !important
(#49) Use of !important
(#52) Use of !important
(#53) Use of !important
(#54) Use of !important
(#57) Use of !important
(#60) Use of !important
(#63) Use of !important
(#64) Use of !important
(#65) Use of !important
(#68) Use of !important
(#71) Use of !important
(#74) Use of !important
(#77) Use of !important
(#80) Use of !important
(#83) Use of !important
(#86) Use of !important
(#89) Use of !important
(#92) Use of !important
(#95) Use of !important
(#98) Use of !important
(#101) Use of !important
(#102) Use of !important
(#103) Expected (<color> | inherit) but found 'none'.
(#103) Use of !important
(#106) Use of !important
(#109) Use of !important
(#112) Use of !important
(#116) Use of !important
theme/shoehorn/javascript/syntaxhighlighter_3_0_83/styles/shThemeDjango.css
(#18) Use of !important
(#21) Use of !important
(#24) Use of !important
(#27) Use of !important
(#30) Use of !important
(#33) Use of !important
(#36) Use of !important
(#39) Use of !important
(#42) Use of !important
(#43) Use of !important
(#46) Use of !important
(#49) Use of !important
(#52) Use of !important
(#53) Use of !important
(#54) Use of !important
(#57) Use of !important
(#60) Use of !important
(#63) Use of !important
(#64) Use of !important
(#65) Use of !important
(#68) Use of !important
(#71) Use of !important
(#74) Use of !important
(#77) Use of !important
(#80) Use of !important
(#83) Use of !important
(#86) Use of !important
(#89) Use of !important
(#92) Use of !important
(#95) Use of !important
(#98) Use of !important
(#101) Use of !important
(#102) Use of !important
(#103) Expected (<color> | inherit) but found 'none'.
(#103) Use of !important
(#106) Use of !important
(#109) Use of !important
(#112) Use of !important
(#116) Use of !important
(#119) Use of !important
theme/shoehorn/javascript/syntaxhighlighter_3_0_83/styles/shThemeEclipse.css
(#18) Use of !important
(#21) Use of !important
(#24) Use of !important
(#27) Use of !important
(#30) Use of !important
(#33) Use of !important
(#36) Use of !important
(#39) Use of !important
(#42) Use of !important
(#43) Use of !important
(#46) Use of !important
(#49) Use of !important
(#52) Use of !important
(#53) Use of !important
(#54) Use of !important
(#57) Use of !important
(#60) Use of !important
(#63) Use of !important
(#64) Use of !important
(#65) Use of !important
(#68) Use of !important
(#71) Use of !important
(#74) Use of !important
(#77) Use of !important
(#80) Use of !important
(#83) Use of !important
(#86) Use of !important
(#89) Use of !important
(#92) Use of !important
(#95) Use of !important
(#98) Use of !important
(#101) Use of !important
(#102) Use of !important
(#103) Expected (<color> | inherit) but found 'none'.
(#103) Use of !important
(#106) Use of !important
(#109) Use of !important
(#112) Use of !important
(#116) Use of !important
(#119) Use of !important
(#120) Use of !important
(#123) Use of !important
(#126) Use of !important
(#127) Use of !important
theme/shoehorn/javascript/syntaxhighlighter_3_0_83/styles/shThemeEmacs.css
(#18) Use of !important
(#21) Use of !important
(#24) Use of !important
(#27) Use of !important
(#30) Use of !important
(#33) Use of !important
(#36) Use of !important
(#39) Use of !important
(#42) Use of !important
(#43) Use of !important
(#46) Use of !important
(#49) Use of !important
(#52) Use of !important
(#53) Use of !important
(#54) Use of !important
(#57) Use of !important
(#60) Use of !important
(#63) Use of !important
(#64) Use of !important
(#65) Use of !important
(#68) Use of !important
(#71) Use of !important
(#74) Use of !important
(#77) Use of !important
(#80) Use of !important
(#83) Use of !important
(#86) Use of !important
(#89) Use of !important
(#92) Use of !important
(#95) Use of !important
(#98) Use of !important
(#101) Use of !important
(#102) Use of !important
(#103) Expected (<color> | inherit) but found 'none'.
(#103) Use of !important
(#106) Use of !important
(#109) Use of !important
(#112) Use of !important
theme/shoehorn/javascript/syntaxhighlighter_3_0_83/styles/shThemeFadeToGrey.css
(#18) Use of !important
(#21) Use of !important
(#24) Use of !important
(#27) Use of !important
(#30) Use of !important
(#33) Use of !important
(#36) Use of !important
(#39) Use of !important
(#42) Use of !important
(#43) Use of !important
(#46) Use of !important
(#49) Use of !important
(#52) Use of !important
(#53) Use of !important
(#54) Use of !important
(#57) Use of !important
(#60) Use of !important
(#63) Use of !important
(#64) Use of !important
(#65) Use of !important
(#68) Use of !important
(#71) Use of !important
(#74) Use of !important
(#77) Use of !important
(#80) Use of !important
(#83) Use of !important
(#86) Use of !important
(#89) Use of !important
(#92) Use of !important
(#95) Use of !important
(#98) Use of !important
(#101) Use of !important
(#102) Use of !important
(#103) Expected (<color> | inherit) but found 'none'.
(#103) Use of !important
(#106) Use of !important
(#109) Use of !important
(#112) Use of !important
(#116) Use of !important
theme/shoehorn/javascript/syntaxhighlighter_3_0_83/styles/shThemeMDUltra.css
(#18) Use of !important
(#21) Use of !important
(#24) Use of !important
(#27) Use of !important
(#30) Use of !important
(#33) Use of !important
(#36) Use of !important
(#39) Use of !important
(#42) Use of !important
(#43) Use of !important
(#46) Use of !important
(#49) Use of !important
(#52) Use of !important
(#53) Use of !important
(#54) Use of !important
(#57) Use of !important
(#60) Use of !important
(#63) Use of !important
(#64) Use of !important
(#65) Use of !important
(#68) Use of !important
(#71) Use of !important
(#74) Use of !important
(#77) Use of !important
(#80) Use of !important
(#83) Use of !important
(#86) Use of !important
(#89) Use of !important
(#92) Use of !important
(#95) Use of !important
(#98) Use of !important
(#101) Use of !important
(#102) Use of !important
(#103) Expected (<color> | inherit) but found 'none'.
(#103) Use of !important
(#106) Use of !important
(#109) Use of !important
(#112) Use of !important
theme/shoehorn/javascript/syntaxhighlighter_3_0_83/styles/shThemeMidnight.css
(#18) Use of !important
(#21) Use of !important
(#24) Use of !important
(#27) Use of !important
(#30) Use of !important
(#33) Use of !important
(#36) Use of !important
(#39) Use of !important
(#42) Use of !important
(#43) Use of !important
(#46) Use of !important
(#49) Use of !important
(#52) Use of !important
(#53) Use of !important
(#54) Use of !important
(#57) Use of !important
(#60) Use of !important
(#63) Use of !important
(#64) Use of !important
(#65) Use of !important
(#68) Use of !important
(#71) Use of !important
(#74) Use of !important
(#77) Use of !important
(#80) Use of !important
(#83) Use of !important
(#86) Use of !important
(#89) Use of !important
(#92) Use of !important
(#95) Use of !important
(#98) Use of !important
(#101) Use of !important
(#102) Use of !important
(#103) Expected (<color> | inherit) but found 'none'.
(#103) Use of !important
(#106) Use of !important
(#109) Use of !important
(#112) Use of !important
theme/shoehorn/javascript/syntaxhighlighter_3_0_83/styles/shThemeRDark.css
(#18) Use of !important
(#21) Use of !important
(#24) Use of !important
(#27) Use of !important
(#30) Use of !important
(#33) Use of !important
(#36) Use of !important
(#39) Use of !important
(#42) Use of !important
(#43) Use of !important
(#46) Use of !important
(#49) Use of !important
(#52) Use of !important
(#53) Use of !important
(#54) Use of !important
(#57) Use of !important
(#60) Use of !important
(#63) Use of !important
(#64) Use of !important
(#65) Use of !important
(#68) Use of !important
(#71) Use of !important
(#74) Use of !important
(#77) Use of !important
(#80) Use of !important
(#83) Use of !important
(#86) Use of !important
(#89) Use of !important
(#92) Use of !important
(#95) Use of !important
(#98) Use of !important
(#101) Use of !important
(#102) Use of !important
(#103) Expected (<color> | inherit) but found 'none'.
(#103) Use of !important
(#106) Use of !important
(#109) Use of !important
(#112) Use of !important
theme/shoehorn/style/chartist_min.css
(#1) Unknown property 'stroke'.
(#1) Unknown property 'fill'.
(#1) Expected (start | end | center | stretch | baseline) but found 'flex-end'.
(#1) Expected (start | end | center | justify) but found 'flex-start'.
(#1) Expected (start | end | center | justify) but found 'flex-start'.
(#1) Unknown property 'text-anchor'.
(#1) Expected (start | end | center | baseline | stretch) but found 'flex-start'.
(#1) Expected (start | end | center | stretch | baseline) but found 'flex-start'.
(#1) Expected (start | end | center | justify) but found 'flex-start'.
(#1) Expected (start | end | center | justify) but found 'flex-start'.
(#1) Unknown property 'text-anchor'.
(#1) Expected (start | end | center | baseline | stretch) but found 'flex-end'.
(#1) Expected (start | end | center | stretch | baseline) but found 'flex-end'.
(#1) Expected (start | end | center | justify) but found 'flex-end'.
(#1) Expected (start | end | center | justify) but found 'flex-end'.
(#1) Unknown property 'text-anchor'.
(#1) Expected (start | end | center | baseline | stretch) but found 'flex-end'.
(#1) Expected (start | end | center | stretch | baseline) but found 'flex-end'.
(#1) Expected (start | end | center | justify) but found 'flex-start'.
(#1) Expected (start | end | center | justify) but found 'flex-start'.
(#1) Unknown property 'text-anchor'.
(#1) Expected (start | end | center | baseline | stretch) but found 'flex-end'.
(#1) Expected (start | end | center | stretch | baseline) but found 'flex-end'.
(#1) Unknown property 'text-anchor'.
(#1) Expected (start | end | center | baseline | stretch) but found 'flex-start'.
(#1) Expected (start | end | center | stretch | baseline) but found 'flex-start'.
(#1) Unknown property 'text-anchor'.
(#1) Expected (start | end | center | baseline | stretch) but found 'flex-end'.
(#1) Expected (start | end | center | stretch | baseline) but found 'flex-end'.
(#1) Expected (start | end | center | justify) but found 'flex-start'.
(#1) Expected (start | end | center | justify) but found 'flex-start'.
(#1) Unknown property 'text-anchor'.
(#1) Expected (start | end | center | baseline | stretch) but found 'flex-start'.
(#1) Expected (start | end | center | stretch | baseline) but found 'flex-start'.
(#1) Expected (start | end | center | justify) but found 'flex-start'.
(#1) Expected (start | end | center | justify) but found 'flex-start'.
(#1) Unknown property 'text-anchor'.
(#1) Expected (start | end | center | justify) but found 'flex-end'.
(#1) Expected (start | end | center | justify) but found 'flex-end'.
(#1) Unknown property 'text-anchor'.
(#1) Expected (start | end | center | justify) but found 'flex-start'.
(#1) Expected (start | end | center | justify) but found 'flex-start'.
(#1) Unknown property 'text-anchor'.
(#1) Expected (start | end | center | baseline | stretch) but found 'flex-end'.
(#1) Unknown property 'stroke-width'.
(#1) Unknown property 'stroke-dasharray'.
(#1) Unknown property 'stroke-width'.
(#1) Unknown property 'stroke-linecap'.
(#1) Unknown property 'fill'.
(#1) Unknown property 'stroke-width'.
(#1) Unknown property 'stroke'.
(#1) Unknown property 'fill-opacity'.
(#1) Unknown property 'fill'.
(#1) Unknown property 'stroke-width'.
(#1) Unknown property 'fill'.
(#1) Unknown property 'stroke-width'.
(#1) Unknown property 'stroke'.
(#1) Unknown property 'fill'.
(#1) Unknown property 'stroke'.
(#1) Unknown property 'fill'.
(#1) Unknown property 'stroke'.
(#1) Unknown property 'fill'.
(#1) Unknown property 'stroke'.
(#1) Unknown property 'fill'.
(#1) Unknown property 'stroke'.
(#1) Unknown property 'fill'.
(#1) Unknown property 'stroke'.
(#1) Unknown property 'fill'.
(#1) Unknown property 'stroke'.
(#1) Unknown property 'fill'.
(#1) Unknown property 'stroke'.
(#1) Unknown property 'fill'.
(#1) Unknown property 'stroke'.
(#1) Unknown property 'fill'.
(#1) Unknown property 'stroke'.
(#1) Unknown property 'fill'.
(#1) Unknown property 'stroke'.
(#1) Unknown property 'fill'.
(#1) Unknown property 'stroke'.
(#1) Unknown property 'fill'.
(#1) Unknown property 'stroke'.
(#1) Unknown property 'fill'.
(#1) Unknown property 'stroke'.
(#1) Unknown property 'fill'.
(#1) Unknown property 'stroke'.
(#1) Unknown property 'fill'.
theme/shoehorn/style/custom.css
(#25) Rule is empty.
(#26) Expected RBRACE at line 26, col 5.
(#31) Rule is empty.
(#32) Expected RBRACE at line 32, col 5.
(#35) Rule is empty.
(#40) Expected RBRACE at line 40, col 5.
(#43) Rule is empty.
(#44) Expected RBRACE at line 44, col 5.
(#47) Rule is empty.
(#48) Expected RBRACE at line 48, col 5.
(#51) Rule is empty.
(#55) Expected RBRACE at line 55, col 5.
(#58) Rule is empty.
(#59) Expected RBRACE at line 59, col 5.
(#64) Expected IDENT at line 64, col 2.
(#64) Expected IDENT at line 64, col 2.
theme/shoehorn/style/editor.css
(#13) Unexpected token '[' at line 13, col 18.
(#78) Unexpected token '[' at line 78, col 18.
(#656) Expected (auto | none | pan-x | pan-y) but found 'manipulation'.
(#1098) Use of !important
(#1101) Use of !important
(#1104) Use of !important
(#1107) Use of !important
(#1116) Use of !important
theme/shoehorn/style/moodle-rtl.css
(#290) Use of !important
(#291) Use of !important
(#292) Use of !important
(#293) Use of !important
(#339) Use of !important
(#364) Use of !important
(#379) Use of !important
(#385) Use of !important
(#391) Use of !important
(#1754) Unexpected token '[' at line 1754, col 18.
(#1813) Use of !important
(#1903) Unexpected token '[' at line 1903, col 18.
(#4062) Expected end of value but found '\9'.
(#4260) Expected end of value but found '\9'.
(#4805) Expected (auto | none | pan-x | pan-y) but found 'manipulation'.
(#5453) Expected end of value but found '\9'.
(#5627) Expected end of value but found '\9'.
(#6589) Use of !important
(#6590) Use of !important
(#6592) Use of !important
(#7021) Use of !important
(#7026) Use of !important
(#9242) Unexpected token '[' at line 9242, col 18.
(#9254) Expected (left | right | center | justify | inherit) but found 'start'.
(#9414) Unexpected token '[' at line 9414, col 18.
(#9431) Expected (left | right | center | justify | inherit) but found 'start'.
(#9868) Expected end of value but found '\9'.
(#10050) Use of !important
(#10055) Use of !important
(#10060) Use of !important
(#10065) Use of !important
(#10085) Use of !important
(#10095) Expected (<length> | <percentage> | <content-sizing> | auto | inherit) but found 'device-width'.
(#10103) Use of !important
(#10119) Use of !important
(#10126) Use of !important
(#10131) Use of !important
(#10136) Use of !important
(#10142) Use of !important
(#10150) Use of !important
(#10158) Use of !important
(#10166) Use of !important
(#10174) Use of !important
(#10179) Use of !important
(#10184) Use of !important
(#10190) Use of !important
(#10198) Use of !important
(#10206) Use of !important
(#10214) Use of !important
(#10222) Use of !important
(#10227) Use of !important
(#10232) Use of !important
(#10238) Use of !important
(#10246) Use of !important
(#10254) Use of !important
(#10262) Use of !important
(#10270) Use of !important
(#10275) Use of !important
(#10280) Use of !important
(#10286) Use of !important
(#10294) Use of !important
(#10302) Use of !important
(#10310) Use of !important
(#10318) Use of !important
(#10326) Use of !important
(#10334) Use of !important
(#10342) Use of !important
(#10348) Use of !important
(#10355) Use of !important
(#10360) Use of !important
(#10365) Use of !important
(#10371) Use of !important
(#10377) Use of !important
(#10384) Use of !important
(#10390) Use of !important
(#10397) Use of !important
(#10403) Use of !important
(#10410) Use of !important
(#10418) Use of !important
(#10539) Expected (<border-width> || <border-style> || <color>) but found 'inherit'.
(#10560) Use of !important
(#10561) Use of !important
(#10567) Use of !important
(#10580) Use of !important
(#10581) Use of !important
(#10596) Use of !important
(#10611) Use of !important
(#10616) Use of !important
(#11004) Expected (content-box | border-box | inherit) but found 'initial'.
(#11762) margin can't be used with display: inline.
(#11774) float can't be used with display: inline-block.
(#12483) Rule is empty.
(#12485) Unexpected token '[' at line 12485, col 12.
(#12488) Rule is empty.
(#12490) Unexpected token '[' at line 12490, col 12.
(#12583) Use of !important
(#12773) Use of !important
(#13682) Unexpected token '[' at line 13682, col 18.
(#14120) Expected (<padding-width> | inherit) but found 'initial'.
(#14125) Expected (<margin-width> | inherit) but found 'initial'.
(#14126) Expected (<padding-width> | inherit) but found 'initial'.
(#14127) Expected (<padding-width> | inherit) but found 'initial'.
(#14192) Use of !important
(#14956) Use of !important
(#15114) Expected (auto | use-script | baseline | sub | super | top | text-top | central | middle | bottom | text-bottom | <percentage> | <length>) but found 'inherit'.
(#15184) float can't be used with display: inline-block.
(#15195) Expected (auto | use-script | baseline | sub | super | top | text-top | central | middle | bottom | text-bottom | <percentage> | <length>) but found 'inherit'.
(#15211) Expected (auto | use-script | baseline | sub | super | top | text-top | central | middle | bottom | text-bottom | <percentage> | <length>) but found 'inherit'.
(#15369) Expected (auto | use-script | baseline | sub | super | top | text-top | central | middle | bottom | text-bottom | <percentage> | <length>) but found 'inherit'.
(#15500) float can't be used with display: inline-block.
(#15741) float can't be used with display: inline-block.
(#15892) Expected (content-box | border-box | inherit) but found 'unset'.
(#16123) Expected end of value but found '0'.
(#16134) Expected end of value but found '0'.
(#16143) Expected end of value but found '0'.
(#16154) Expected end of value but found '0'.
(#16165) Expected end of value but found '0'.
(#16176) Expected end of value but found '0'.
(#16187) Expected end of value but found '0'.
(#16778) Use of !important
(#16779) Use of !important
(#16780) Use of !important
(#16781) Use of !important
(#16787) Use of !important
(#16793) Use of !important
(#17271) Use of !important
(#17395) Use of !important
(#17506) Use of !important
(#17572) Use of !important
(#18095) Unexpected token '[' at line 18095, col 18.
(#18141) Unexpected token '[' at line 18141, col 18.
(#18165) Expected (left | right | center | justify | inherit) but found 'start'.
(#19798) Use of !important
(#20342) margin can't be used with display: inline.
(#21592) Expected (<length> | <percentage> | <content-sizing> | contain-floats | -moz-contain-floats | -webkit-contain-floats | inherit) but found 'unset'.
(#21922) width can't be used with display: inline.
(#21924) height can't be used with display: inline.
(#21925) margin can't be used with display: inline.
(#22176) margin can't be used with display: inline.
(#22308) display:inline has no effect on floated elements (but may be used to fix the IE6 double-margin bug).
(#22311) margin can't be used with display: inline.
(#22312) margin-top can't be used with display: inline.
(#22410) Use of !important
(#22673) Use of !important
(#22912) margin can't be used with display: inline.
(#23494) Expected (auto | none | pan-x | pan-y) but found 'manipulation'.
(#24004) Expected (auto | none | pan-x | pan-y) but found 'manipulation'.
(#24500) Unexpected token '[' at line 24500, col 18.
(#24519) Expected (left | right | center | justify | inherit) but found 'start'.
(#24867) vertical-align can't be used with display: block.
(#25058) Unexpected token '[' at line 25058, col 18.
(#25130) vertical-align can't be used with display: block.
(#25140) Expected (auto | none | pan-x | pan-y) but found 'manipulation'.
(#25259) Unexpected token '[' at line 25259, col 18.
(#25710) Expected (auto | none | pan-x | pan-y) but found 'manipulation'.
(#25901) Use of !important
(#25936) Expected (auto | none | pan-x | pan-y) but found 'manipulation'.
(#26014) Expected (auto | none | pan-x | pan-y) but found 'manipulation'.
(#26193) margin can't be used with display: inline.
(#26200) margin can't be used with display: inline.
(#26207) margin can't be used with display: inline.
(#26214) margin can't be used with display: inline.
(#27264) Rule is empty.
(#27266) Unexpected token '[' at line 27266, col 17.
(#27267) Unexpected token '[' at line 27267, col 17.
(#27272) Expected RBRACE at line 27272, col 23.
(#27353) Unexpected token '[' at line 27353, col 25.
(#27420) Rule is empty.
(#27422) Unexpected token '[' at line 27422, col 19.
(#27423) Unexpected token '[' at line 27423, col 19.
(#27424) Unexpected token '[' at line 27424, col 23.
(#27425) Unexpected token '[' at line 27425, col 23.
(#27428) Rule is empty.
(#27430) Unexpected token '[' at line 27430, col 12.
(#27437) Unexpected token '[' at line 27437, col 12.
(#27441) Rule is empty.
(#27451) Unexpected token '[' at line 27451, col 12.
(#27452) Unexpected token '[' at line 27452, col 23.
(#27453) Unexpected token '[' at line 27453, col 23.
(#27456) Rule is empty.
(#27459) Unexpected token '[' at line 27459, col 19.
(#27460) Unexpected token '[' at line 27460, col 19.
(#27482) Use of !important
(#27552) Rule is empty.
(#27555) Unexpected token '[' at line 27555, col 12.
(#27599) Rule is empty.
(#27601) Unexpected token '[' at line 27601, col 12.
(#27624) Rule is empty.
(#27632) Unexpected token '[' at line 27632, col 12.
(#27650) Rule is empty.
(#27652) Unexpected token '[' at line 27652, col 12.
(#27675) Expected RBRACE at line 27675, col 23.
(#27676) Unexpected token '[' at line 27676, col 23.
(#27677) Expected RBRACE at line 27677, col 33.
(#27686) Unexpected token '[' at line 27686, col 12.
(#27687) Expected RBRACE at line 27687, col 30.
(#27689) Expected RBRACKET at line 27689, col 69.
(#27690) Expected RBRACKET at line 27690, col 69.
(#27691) Expected RBRACKET at line 27691, col 75.
(#27695) Rule is empty.
(#27697) Unexpected token '[' at line 27697, col 12.
(#27709) Unexpected token '[' at line 27709, col 19.
(#27715) Use of !important
(#27723) Unexpected token '[' at line 27723, col 12.
(#27728) Use of !important
(#27749) Expected RBRACE at line 27749, col 23.
(#27755) Expected RBRACE at line 27755, col 30.
(#27818) Expected RBRACE at line 27818, col 24.
(#27870) Use of !important
(#27881) Rule is empty.
(#27883) Unexpected token '[' at line 27883, col 19.
(#27884) Unexpected token '[' at line 27884, col 23.
(#27895) Rule is empty.
(#27900) Unexpected token '[' at line 27900, col 12.
(#27905) Expected RBRACE at line 27905, col 23.
(#27906) Unexpected token '[' at line 27906, col 17.
(#27913) Expected RBRACE at line 27913, col 30.
(#27914) Unexpected token '[' at line 27914, col 17.
(#27926) Expected RBRACE at line 27926, col 28.
(#27941) Expected RBRACE at line 27941, col 27.
(#27950) Unexpected token '[' at line 27950, col 17.
(#27955) Expected RBRACE at line 27955, col 23.
(#27961) Expected RBRACE at line 27961, col 23.
(#27962) Expected RBRACE at line 27962, col 32.
(#27967) Expected RBRACE at line 27967, col 23.
(#27968) Expected RBRACE at line 27968, col 34.
(#27991) Expected RBRACE at line 27991, col 23.
(#27992) Expected RBRACE at line 27992, col 30.
(#28007) Rule is empty.
(#28009) Unexpected token '[' at line 28009, col 17.
(#28017) Expected RBRACE at line 28017, col 23.
(#28021) Rule is empty.
(#28024) Unexpected token '[' at line 28024, col 23.
(#28037) Expected RBRACE at line 28037, col 30.
(#28042) Expected RBRACE at line 28042, col 23.
(#28043) Expected RBRACE at line 28043, col 34.
(#28048) Expected RBRACE at line 28048, col 23.
(#28059) Expected RBRACE at line 28059, col 23.
(#28060) Expected RBRACE at line 28060, col 30.
(#28061) Unexpected token '[' at line 28061, col 17.
(#28066) Expected RBRACE at line 28066, col 23.
(#28067) Expected RBRACE at line 28067, col 30.
(#28068) Unexpected token '[' at line 28068, col 17.
(#28073) Expected RBRACE at line 28073, col 28.
(#28079) Unexpected token '[' at line 28079, col 23.
(#28086) Unexpected token '[' at line 28086, col 23.
(#28095) Expected RBRACE at line 28095, col 24.
(#28644) Expected (<length> | <percentage> | <content-sizing> | contain-floats | -moz-contain-floats | -webkit-contain-floats | inherit) but found 'auto'.
(#28653) Rule is empty.
(#28655) Unexpected token '[' at line 28655, col 23.
(#28658) Rule is empty.
(#28660) Unexpected token '[' at line 28660, col 19.
(#28663) Rule is empty.
(#28665) Unexpected token '[' at line 28665, col 24.
(#28668) Rule is empty.
(#28670) Unexpected token '[' at line 28670, col 19.
(#28673) Rule is empty.
(#28675) Unexpected token '[' at line 28675, col 23.
(#28678) Rule is empty.
(#28681) Unexpected token '[' at line 28681, col 25.
(#28682) Unexpected token '[' at line 28682, col 26.
(#28683) Unexpected token '[' at line 28683, col 24.
(#28686) Rule is empty.
(#28691) Unexpected token '[' at line 28691, col 19.
(#28699) Rule is empty.
(#28701) Unexpected token '[' at line 28701, col 23.
(#28711) Rule is empty.
(#28715) Unexpected token '[' at line 28715, col 23.
(#29003) Expected RBRACE at line 29003, col 23.
(#29004) Unexpected token '[' at line 29004, col 23.
(#29021) Expected RBRACE at line 29021, col 23.
(#29026) Expected RBRACE at line 29026, col 30.
(#29027) Unexpected token '[' at line 29027, col 23.
(#29035) Unexpected token '[' at line 29035, col 23.
(#29131) Rule is empty.
(#29133) Unexpected token '[' at line 29133, col 12.
(#29136) Rule is empty.
(#29138) Unexpected token '[' at line 29138, col 12.
(#29149) Expected RBRACE at line 29149, col 23.
(#29151) Unexpected token '[' at line 29151, col 23.
(#29154) Rule is empty.
(#29157) Unexpected token '[' at line 29157, col 19.
(#29160) Rule is empty.
(#29163) Unexpected token '[' at line 29163, col 19.
(#29169) Unexpected token '[' at line 29169, col 12.
(#29181) Expected RBRACE at line 29181, col 23.
(#29366) Unexpected token '[' at line 29366, col 12.
(#29367) Expected RBRACE at line 29367, col 23.
(#29368) Unexpected token '[' at line 29368, col 19.
(#29370) Unexpected token '[' at line 29370, col 23.
(#29373) Rule is empty.
(#29377) Unexpected token '[' at line 29377, col 12.
(#29378) Unexpected token '[' at line 29378, col 23.
(#29393) Unexpected token '[' at line 29393, col 19.
(#29394) Expected RBRACE at line 29394, col 30.
(#29396) Expected RBRACKET at line 29396, col 68.
(#29397) Expected RBRACKET at line 29397, col 68.
(#29398) Expected RBRACKET at line 29398, col 74.
(#29404) Unexpected token '[' at line 29404, col 12.
(#29405) Use of !important
(#29411) Expected RBRACE at line 29411, col 23.
(#29418) Expected RBRACE at line 29418, col 23.
(#29421) Unexpected token '[' at line 29421, col 17.
(#29426) Use of !important
(#29431) Use of !important
(#29432) Use of !important
(#29438) Use of !important
(#29439) Use of !important
(#29444) Expected RBRACE at line 29444, col 29.
(#29449) Expected RBRACE at line 29449, col 23.
(#29450) Expected RBRACE at line 29450, col 30.
(#29451) Unexpected token '[' at line 29451, col 17.
(#29454) Rule is empty.
(#29458) Unexpected token '[' at line 29458, col 17.
(#29463) Expected RBRACE at line 29463, col 27.
(#29464) Expected RBRACE at line 29464, col 29.
(#29465) Expected RBRACE at line 29465, col 28.
(#29472) Expected RBRACE at line 29472, col 29.
(#29473) Expected RBRACE at line 29473, col 28.
(#29478) Expected RBRACE at line 29478, col 29.
(#29479) Expected RBRACE at line 29479, col 30.
(#29480) Expected RBRACE at line 29480, col 28.
(#29485) Rule is empty.
(#29487) Unexpected token '[' at line 29487, col 17.
(#29520) Expected RBRACE at line 29520, col 28.
(#29545) Use of !important
(#29548) Rule is empty.
(#29550) Unexpected token '[' at line 29550, col 23.
(#29555) Unexpected token '[' at line 29555, col 23.
(#29556) Expected RBRACKET at line 29556, col 61.
(#29557) Expected RBRACKET at line 29557, col 61.
(#29558) Expected RBRACKET at line 29558, col 67.
(#29564) Unexpected token '[' at line 29564, col 12.
(#29565) Unexpected token '[' at line 29565, col 23.
(#29566) Expected RBRACKET at line 29566, col 61.
(#29567) Expected RBRACKET at line 29567, col 61.
(#29568) Expected RBRACKET at line 29568, col 67.
(#29577) Rule is empty.
(#29580) Unexpected token '[' at line 29580, col 12.
(#29583) Rule is empty.
(#29590) Unexpected token '[' at line 29590, col 12.
(#29603) Unexpected token '[' at line 29603, col 12.
(#29636) Rule is empty.
(#29640) Unexpected token '[' at line 29640, col 12.
(#29641) Unexpected token '[' at line 29641, col 23.
(#29642) Unexpected token '[' at line 29642, col 23.
(#29803) Expected (normal | keep-all | break-all) but found 'break-word'.
(#29906) Unexpected token '[' at line 29906, col 19.
(#29916) Rule is empty.
(#29918) Unexpected token '[' at line 29918, col 12.
(#29925) Unexpected token '[' at line 29925, col 23.
(#30195) Rule is empty.
(#30197) Unexpected token '[' at line 30197, col 12.
(#30206) Unexpected token '[' at line 30206, col 23.
(#30211) Expected RBRACE at line 30211, col 23.
(#30212) Unexpected token '[' at line 30212, col 23.
(#30237) Rule is empty.
(#30240) Unexpected token '[' at line 30240, col 12.
(#30293) Rule is empty.
(#30298) Unexpected token '[' at line 30298, col 12.
(#30342) Rule is empty.
(#30345) Unexpected token '[' at line 30345, col 12.
(#30363) Rule is empty.
(#30365) Unexpected token '[' at line 30365, col 12.
(#30373) Expected RBRACE at line 30373, col 25.
(#30421) Rule is empty.
(#30423) Unexpected token '[' at line 30423, col 12.
(#30431) Rule is empty.
(#30434) Unexpected token '[' at line 30434, col 12.
(#30471) Expected RBRACE at line 30471, col 23.
(#30513) Rule is empty.
(#30515) Unexpected token '[' at line 30515, col 12.
(#30516) Unexpected token '[' at line 30516, col 23.
(#30519) Rule is empty.
(#30523) Unexpected token '[' at line 30523, col 12.
(#30775) Rule is empty.
(#30777) Unexpected token '[' at line 30777, col 12.
(#30780) Rule is empty.
(#30782) Unexpected token '[' at line 30782, col 12.
(#30817) Expected RBRACE at line 30817, col 23.
(#30822) Rule is empty.
(#30824) Unexpected token '[' at line 30824, col 23.
(#30857) Unexpected token '[' at line 30857, col 12.
(#30873) Unexpected token '[' at line 30873, col 12.
(#30878) Rule is empty.
(#30880) Unexpected token '[' at line 30880, col 17.
(#30919) display:inline has no effect on floated elements (but may be used to fix the IE6 double-margin bug).
(#30922) width can't be used with display: inline.
(#30923) height can't be used with display: inline.
(#30924) margin-top can't be used with display: inline.
(#30929) Expected RBRACE at line 30929, col 23.
(#30931) Unexpected token '[' at line 30931, col 17.
(#30943) Use of !important
(#30987) Unexpected token '[' at line 30987, col 12.
(#30997) Unexpected token '[' at line 30997, col 23.
(#31000) Rule is empty.
(#31003) Unexpected token '[' at line 31003, col 12.
(#31004) Unexpected token '[' at line 31004, col 17.
(#31007) Rule is empty.
(#31012) Unexpected token '[' at line 31012, col 12.
(#31013) Unexpected token '[' at line 31013, col 17.
(#31105) Expected RBRACE at line 31105, col 27.
(#31155) Unexpected token '[' at line 31155, col 12.
(#31293) Rule is empty.
(#31298) Unexpected token '[' at line 31298, col 17.
(#31331) Expected RBRACE at line 31331, col 23.
(#31339) Unexpected token '[' at line 31339, col 17.
(#31344) Unexpected token '[' at line 31344, col 17.
(#31362) Unexpected token '[' at line 31362, col 17.
(#31369) Unexpected token '[' at line 31369, col 17.
(#31372) Rule is empty.
(#31375) Unexpected token '[' at line 31375, col 12.
(#31436) Unexpected token '[' at line 31436, col 12.
(#31867) Use of !important
(#31872) Use of !important
(#31887) Rule is empty.
(#31889) Unexpected token '[' at line 31889, col 12.
(#31921) Rule is empty.
(#31923) Unexpected token '[' at line 31923, col 19.
(#31929) Unexpected token '[' at line 31929, col 23.
(#32217) Unexpected token '[' at line 32217, col 19.
(#32218) Unexpected token '[' at line 32218, col 19.
(#32219) Unexpected token '[' at line 32219, col 23.
(#32220) Unexpected token '[' at line 32220, col 23.
(#32242) Use of !important
(#32246) Expected RBRACE at line 32246, col 25.
(#32251) Expected (left | right | none | inherit) but found 'initial'.
(#32271) margin-top can't be used with display: inline.
(#32310) Unexpected token '[' at line 32310, col 12.
(#32311) Unexpected token '[' at line 32311, col 23.
(#32312) Expected RBRACKET at line 32312, col 61.
(#32313) Expected RBRACKET at line 32313, col 61.
(#32314) Expected RBRACKET at line 32314, col 67.
(#32331) Rule is empty.
(#32333) Unexpected token '[' at line 32333, col 12.
(#32336) Rule is empty.
(#32339) Unexpected token '[' at line 32339, col 12.
(#32340) Unexpected token '[' at line 32340, col 23.
(#32341) Unexpected token '[' at line 32341, col 23.
(#32353) Unexpected token '[' at line 32353, col 12.
(#32356) Rule is empty.
(#32358) Unexpected token '[' at line 32358, col 12.
(#32361) Rule is empty.
(#32365) Unexpected token '[' at line 32365, col 12.
(#32368) Rule is empty.
(#32372) Unexpected token '[' at line 32372, col 12.
(#32381) Unexpected token '[' at line 32381, col 19.
(#32382) Unexpected token '[' at line 32382, col 19.
(#32383) Unexpected token '[' at line 32383, col 23.
(#32384) Unexpected token '[' at line 32384, col 23.
(#32650) Unexpected token '[' at line 32650, col 19.
(#32683) Unexpected token '[' at line 32683, col 19.
(#32685) Unexpected token '[' at line 32685, col 23.
(#32733) Rule is empty.
(#32735) Unexpected token '[' at line 32735, col 12.
(#32743) Rule is empty.
(#32748) Unexpected token '[' at line 32748, col 13.
(#32751) Rule is empty.
(#32753) Unexpected token '[' at line 32753, col 12.
(#32756) Rule is empty.
(#32758) Unexpected token '[' at line 32758, col 13.
(#32761) Rule is empty.
(#32763) Unexpected token '[' at line 32763, col 27.
(#32764) Unexpected token '[' at line 32764, col 29.
(#32765) Unexpected token '[' at line 32765, col 32.
(#32766) Unexpected token '[' at line 32766, col 30.
(#32767) Unexpected token '[' at line 32767, col 33.
(#32768) Unexpected token '[' at line 32768, col 28.
(#32769) Unexpected token '[' at line 32769, col 28.
(#32772) Rule is empty.
(#32774) Unexpected token '[' at line 32774, col 23.
(#32777) Rule is empty.
(#32779) Unexpected token '[' at line 32779, col 23.
(#32782) Rule is empty.
(#32784) Unexpected token '[' at line 32784, col 23.
(#32789) Expected RBRACE at line 32789, col 23.
(#32791) Unexpected token '[' at line 32791, col 23.
(#32794) Rule is empty.
(#32796) Unexpected token '[' at line 32796, col 23.
theme/shoehorn/style/moodle.css
(#175) Use of !important
(#176) Use of !important
(#176) Use of !important
(#176) Use of !important
(#204) Use of !important
(#220) Use of !important
(#231) Use of !important
(#235) Use of !important
(#239) Use of !important
(#1047) Unexpected token '[' at line 1047, col 18.
(#1078) Use of !important
(#1117) Unexpected token '[' at line 1117, col 18.
(#2465) Expected end of value but found '\9'.
(#2574) Expected end of value but found '\9'.
(#2858) Expected (auto | none | pan-x | pan-y) but found 'manipulation'.
(#3235) Expected end of value but found '\9'.
(#3303) Expected end of value but found '\9'.
(#3835) Use of !important
(#3835) Use of !important
(#3835) Use of !important
(#4056) Use of !important
(#4059) Use of !important
(#5265) Unexpected token '[' at line 5265, col 15.
(#5267) Expected (left | right | center | justify | inherit) but found 'start'.
(#5314) Unexpected token '[' at line 5314, col 15.
(#5316) Expected (left | right | center | justify | inherit) but found 'start'.
(#5483) Expected end of value but found '\9'.
(#5614) Use of !important
(#5617) Use of !important
(#5620) Use of !important
(#5623) Use of !important
(#5632) Use of !important
(#5638) Expected (<length> | <percentage> | <content-sizing> | auto | inherit) but found 'device-width'.
(#5644) Use of !important
(#5658) Use of !important
(#5663) Use of !important
(#5666) Use of !important
(#5669) Use of !important
(#5673) Use of !important
(#5679) Use of !important
(#5685) Use of !important
(#5691) Use of !important
(#5697) Use of !important
(#5700) Use of !important
(#5703) Use of !important
(#5707) Use of !important
(#5713) Use of !important
(#5719) Use of !important
(#5725) Use of !important
(#5731) Use of !important
(#5734) Use of !important
(#5737) Use of !important
(#5741) Use of !important
(#5747) Use of !important
(#5753) Use of !important
(#5759) Use of !important
(#5765) Use of !important
(#5768) Use of !important
(#5771) Use of !important
(#5775) Use of !important
(#5781) Use of !important
(#5787) Use of !important
(#5793) Use of !important
(#5799) Use of !important
(#5805) Use of !important
(#5811) Use of !important
(#5817) Use of !important
(#5821) Use of !important
(#5826) Use of !important
(#5829) Use of !important
(#5832) Use of !important
(#5836) Use of !important
(#5840) Use of !important
(#5845) Use of !important
(#5849) Use of !important
(#5854) Use of !important
(#5858) Use of !important
(#5863) Use of !important
(#5869) Use of !important
(#5910) Expected (<border-width> || <border-style> || <color>) but found 'inherit'.
(#5921) Use of !important
(#5922) Use of !important
(#5926) Use of !important
(#5935) Use of !important
(#5935) Use of !important
(#5944) Use of !important
(#5953) Use of !important
(#5956) Use of !important
(#6170) Expected (content-box | border-box | inherit) but found 'initial'.
(#6550) margin can't be used with display: inline.
(#6555) float can't be used with display: inline-block.
(#6870) Rule is empty.
(#6872) Unexpected token '[' at line 6872, col 12.
(#6873) Rule is empty.
(#6875) Unexpected token '[' at line 6875, col 12.
(#6921) Use of !important
(#7030) Use of !important
(#7532) Unexpected token '[' at line 7532, col 18.
(#7762) Expected (<padding-width> | inherit) but found 'initial'.
(#7765) Expected (<padding-width> | inherit) but found 'initial'.
(#7765) Expected (<padding-width> | inherit) but found 'initial'.
(#7765) Expected (<margin-width> | inherit) but found 'initial'.
(#7802) Use of !important
(#8167) Use of !important
(#8249) Expected (auto | use-script | baseline | sub | super | top | text-top | central | middle | bottom | text-bottom | <percentage> | <length>) but found 'inherit'.
(#8290) float can't be used with display: inline-block.
(#8293) Expected (auto | use-script | baseline | sub | super | top | text-top | central | middle | bottom | text-bottom | <percentage> | <length>) but found 'inherit'.
(#8302) Expected (auto | use-script | baseline | sub | super | top | text-top | central | middle | bottom | text-bottom | <percentage> | <length>) but found 'inherit'.
(#8387) Expected (auto | use-script | baseline | sub | super | top | text-top | central | middle | bottom | text-bottom | <percentage> | <length>) but found 'inherit'.
(#8454) float can't be used with display: inline-block.
(#8569) float can't be used with display: inline-block.
(#8634) Expected (content-box | border-box | inherit) but found 'unset'.
(#8739) Expected end of value but found '0'.
(#8744) Expected end of value but found '0'.
(#8749) Expected end of value but found '0'.
(#8754) Expected end of value but found '0'.
(#8759) Expected end of value but found '0'.
(#8764) Expected end of value but found '0'.
(#8769) Expected end of value but found '0'.
(#9063) Use of !important
(#9063) Use of !important
(#9063) Use of !important
(#9064) Use of !important
(#9067) Use of !important
(#9070) Use of !important
(#9302) Use of !important
(#9357) Use of !important
(#9404) Use of !important
(#9435) Use of !important
(#9739) Unexpected token '[' at line 9739, col 18.
(#9759) Unexpected token '[' at line 9759, col 15.
(#9761) Expected (left | right | center | justify | inherit) but found 'start'.
(#10547) Use of !important
(#10835) margin can't be used with display: inline.
(#11468) Expected (<length> | <percentage> | <content-sizing> | contain-floats | -moz-contain-floats | -webkit-contain-floats | inherit) but found 'unset'.
(#11648) height can't be used with display: inline.
(#11648) margin can't be used with display: inline.
(#11648) width can't be used with display: inline.
(#11805) margin can't be used with display: inline.
(#11863) margin can't be used with display: inline.
(#11863) margin-top can't be used with display: inline.
(#11863) display:inline has no effect on floated elements (but may be used to fix the IE6 double-margin bug).
(#11923) Use of !important
(#12052) Use of !important
(#12178) margin can't be used with display: inline.
(#12502) Expected (auto | none | pan-x | pan-y) but found 'manipulation'.
(#12913) Expected (auto | none | pan-x | pan-y) but found 'manipulation'.
(#13224) Unexpected token '[' at line 13224, col 15.
(#13226) Expected (left | right | center | justify | inherit) but found 'start'.
(#13358) vertical-align can't be used with display: block.
(#13462) Unexpected token '[' at line 13462, col 18.
(#13486) Expected (auto | none | pan-x | pan-y) but found 'manipulation'.
(#13486) vertical-align can't be used with display: block.
(#13558) Unexpected token '[' at line 13558, col 18.
(#13812) Expected (auto | none | pan-x | pan-y) but found 'manipulation'.
(#13903) Use of !important
(#13910) Expected (auto | none | pan-x | pan-y) but found 'manipulation'.
(#13940) Expected (auto | none | pan-x | pan-y) but found 'manipulation'.
(#14026) margin can't be used with display: inline.
(#14029) margin can't be used with display: inline.
(#14032) margin can't be used with display: inline.
(#14035) margin can't be used with display: inline.
(#14681) Rule is empty.
(#14683) Unexpected token '[' at line 14683, col 60.
(#14683) Unexpected token '[' at line 14683, col 17.
(#14685) Expected RBRACE at line 14685, col 20.
(#14722) Unexpected token '[' at line 14722, col 194.
(#14759) Rule is empty.
(#14760) Unexpected token '[' at line 14760, col 62.
(#14760) Unexpected token '[' at line 14760, col 16.
(#14761) Unexpected token '[' at line 14761, col 77.
(#14761) Unexpected token '[' at line 14761, col 23.
(#14762) Rule is empty.
(#14764) Unexpected token '[' at line 14764, col 12.
(#14769) Unexpected token '[' at line 14769, col 12.
(#14770) Rule is empty.
(#14780) Unexpected token '[' at line 14780, col 67.
(#14780) Unexpected token '[' at line 14780, col 12.
(#14780) Unexpected token '[' at line 14780, col 116.
(#14781) Rule is empty.
(#14784) Unexpected token '[' at line 14784, col 19.
(#14784) Unexpected token '[' at line 14784, col 73.
(#14800) Use of !important
(#14842) Rule is empty.
(#14845) Unexpected token '[' at line 14845, col 12.
(#14869) Rule is empty.
(#14871) Unexpected token '[' at line 14871, col 12.
(#14884) Rule is empty.
(#14892) Unexpected token '[' at line 14892, col 12.
(#14904) Rule is empty.
(#14906) Unexpected token '[' at line 14906, col 12.
(#14919) Expected RBRACE at line 14919, col 23.
(#14919) Expected RBRACE at line 14919, col 138.
(#14919) Unexpected token '[' at line 14919, col 78.
(#14924) Unexpected token '[' at line 14924, col 12.
(#14924) Expected RBRACE at line 14924, col 60.
(#14924) Expected RBRACKET at line 14924, col 179.
(#14924) Expected RBRACKET at line 14924, col 276.
(#14924) Expected RBRACKET at line 14924, col 379.
(#14925) Rule is empty.
(#14927) Unexpected token '[' at line 14927, col 12.
(#14933) Unexpected token '[' at line 14933, col 16.
(#14937) Use of !important
(#14942) Unexpected token '[' at line 14942, col 12.
(#14945) Use of !important
(#14955) Expected RBRACE at line 14955, col 23.
(#14958) Expected RBRACE at line 14958, col 43.
(#14992) Expected RBRACE at line 14992, col 24.
(#15021) Use of !important
(#15025) Rule is empty.
(#15026) Unexpected token '[' at line 15026, col 16.
(#15027) Unexpected token '[' at line 15027, col 23.
(#15032) Rule is empty.
(#15037) Unexpected token '[' at line 15037, col 12.
(#15039) Expected RBRACE at line 15039, col 20.
(#15040) Unexpected token '[' at line 15040, col 17.
(#15042) Expected RBRACE at line 15042, col 44.
(#15043) Unexpected token '[' at line 15043, col 17.
(#15050) Expected RBRACE at line 15050, col 29.
(#15059) Expected RBRACE at line 15059, col 27.
(#15063) Unexpected token '[' at line 15063, col 17.
(#15066) Expected RBRACE at line 15066, col 23.
(#15069) Expected RBRACE at line 15069, col 82.
(#15069) Expected RBRACE at line 15069, col 23.
(#15072) Expected RBRACE at line 15072, col 23.
(#15072) Expected RBRACE at line 15072, col 85.
(#15087) Expected RBRACE at line 15087, col 81.
(#15087) Expected RBRACE at line 15087, col 23.
(#15094) Rule is empty.
(#15096) Unexpected token '[' at line 15096, col 17.
(#15099) Expected RBRACE at line 15099, col 38.
(#15101) Rule is empty.
(#15104) Unexpected token '[' at line 15104, col 23.
(#15110) Expected RBRACE at line 15110, col 30.
(#15113) Expected RBRACE at line 15113, col 23.
(#15113) Expected RBRACE at line 15113, col 89.
(#15116) Expected RBRACE at line 15116, col 23.
(#15125) Expected RBRACE at line 15125, col 23.
(#15125) Expected RBRACE at line 15125, col 81.
(#15125) Unexpected token '[' at line 15125, col 131.
(#15128) Expected RBRACE at line 15128, col 23.
(#15128) Expected RBRACE at line 15128, col 81.
(#15128) Unexpected token '[' at line 15128, col 131.
(#15131) Expected RBRACE at line 15131, col 29.
(#15134) Unexpected token '[' at line 15134, col 20.
(#15138) Unexpected token '[' at line 15138, col 20.
(#15143) Expected RBRACE at line 15143, col 42.
(#15495) Expected (<length> | <percentage> | <content-sizing> | contain-floats | -moz-contain-floats | -webkit-contain-floats | inherit) but found 'auto'.
(#15499) Rule is empty.
(#15501) Unexpected token '[' at line 15501, col 23.
(#15502) Rule is empty.
(#15504) Unexpected token '[' at line 15504, col 19.
(#15505) Rule is empty.
(#15507) Unexpected token '[' at line 15507, col 25.
(#15508) Rule is empty.
(#15510) Unexpected token '[' at line 15510, col 19.
(#15511) Rule is empty.
(#15513) Unexpected token '[' at line 15513, col 23.
(#15514) Rule is empty.
(#15516) Unexpected token '[' at line 15516, col 76.
(#15516) Unexpected token '[' at line 15516, col 22.
(#15517) Unexpected token '[' at line 15517, col 24.
(#15518) Rule is empty.
(#15523) Unexpected token '[' at line 15523, col 19.
(#15527) Rule is empty.
(#15529) Unexpected token '[' at line 15529, col 23.
(#15535) Rule is empty.
(#15539) Unexpected token '[' at line 15539, col 23.
(#15700) Unexpected token '[' at line 15700, col 108.
(#15700) Expected RBRACE at line 15700, col 52.
(#15711) Expected RBRACE at line 15711, col 23.
(#15713) Expected RBRACE at line 15713, col 27.
(#15714) Unexpected token '[' at line 15714, col 23.
(#15718) Unexpected token '[' at line 15718, col 23.
(#15778) Rule is empty.
(#15780) Unexpected token '[' at line 15780, col 12.
(#15781) Rule is empty.
(#15783) Unexpected token '[' at line 15783, col 12.
(#15789) Expected RBRACE at line 15789, col 20.
(#15790) Unexpected token '[' at line 15790, col 23.
(#15791) Rule is empty.
(#15794) Unexpected token '[' at line 15794, col 19.
(#15795) Rule is empty.
(#15798) Unexpected token '[' at line 15798, col 19.
(#15801) Unexpected token '[' at line 15801, col 9.
(#15809) Expected RBRACE at line 15809, col 23.
(#15902) Unexpected token '[' at line 15902, col 12.
(#15902) Unexpected token '[' at line 15902, col 104.
(#15902) Unexpected token '[' at line 15902, col 171.
(#15902) Expected RBRACE at line 15902, col 53.
(#15903) Rule is empty.
(#15907) Unexpected token '[' at line 15907, col 12.
(#15907) Unexpected token '[' at line 15907, col 53.
(#15912) Unexpected token '[' at line 15912, col 90.
(#15912) Expected RBRACE at line 15912, col 147.
(#15913) Expected RBRACKET at line 15913, col 266.
(#15913) Expected RBRACKET at line 15913, col 164.
(#15913) Expected RBRACKET at line 15913, col 68.
(#15915) Unexpected token '[' at line 15915, col 9.
(#15916) Use of !important
(#15920) Expected RBRACE at line 15920, col 23.
(#15922) Expected RBRACE at line 15922, col 20.
(#15923) Unexpected token '[' at line 15923, col 17.
(#15926) Use of !important
(#15928) Use of !important
(#15929) Use of !important
(#15932) Use of !important
(#15933) Use of !important
(#15936) Expected RBRACE at line 15936, col 28.
(#15939) Expected RBRACE at line 15939, col 92.
(#15939) Unexpected token '[' at line 15939, col 153.
(#15939) Expected RBRACE at line 15939, col 23.
(#15940) Rule is empty.
(#15944) Unexpected token '[' at line 15944, col 17.
(#15946) Expected RBRACE at line 15946, col 81.
(#15946) Expected RBRACE at line 15946, col 24.
(#15946) Expected RBRACE at line 15946, col 137.
(#15949) Expected RBRACE at line 15949, col 26.
(#15950) Expected RBRACE at line 15950, col 28.
(#15952) Expected RBRACE at line 15952, col 140.
(#15952) Expected RBRACE at line 15952, col 26.
(#15952) Expected RBRACE at line 15952, col 84.
(#15954) Rule is empty.
(#15956) Unexpected token '[' at line 15956, col 17.
(#15975) Expected RBRACE at line 15975, col 29.
(#15991) Use of !important
(#15992) Rule is empty.
(#15994) Unexpected token '[' at line 15994, col 23.
(#15997) Unexpected token '[' at line 15997, col 23.
(#15997) Expected RBRACKET at line 15997, col 112.
(#15997) Expected RBRACKET at line 15997, col 239.
(#15997) Expected RBRACKET at line 15997, col 372.
(#16000) Unexpected token '[' at line 16000, col 12.
(#16000) Expected RBRACKET at line 16000, col 142.
(#16000) Expected RBRACKET at line 16000, col 269.
(#16000) Expected RBRACKET at line 16000, col 402.
(#16000) Unexpected token '[' at line 16000, col 53.
(#16004) Rule is empty.
(#16007) Unexpected token '[' at line 16007, col 12.
(#16008) Rule is empty.
(#16015) Unexpected token '[' at line 16015, col 12.
(#16019) Unexpected token '[' at line 16019, col 56.
(#16041) Rule is empty.
(#16045) Unexpected token '[' at line 16045, col 12.
(#16045) Unexpected token '[' at line 16045, col 67.
(#16045) Unexpected token '[' at line 16045, col 116.
(#16141) Expected (normal | keep-all | break-all) but found 'break-word'.
(#16180) Unexpected token '[' at line 16180, col 16.
(#16185) Rule is empty.
(#16187) Unexpected token '[' at line 16187, col 12.
(#16191) Unexpected token '[' at line 16191, col 35.
(#16374) Rule is empty.
(#16376) Unexpected token '[' at line 16376, col 12.
(#16381) Unexpected token '[' at line 16381, col 41.
(#16383) Expected RBRACE at line 16383, col 20.
(#16384) Unexpected token '[' at line 16384, col 23.
(#16398) Rule is empty.
(#16401) Unexpected token '[' at line 16401, col 12.
(#16430) Rule is empty.
(#16435) Unexpected token '[' at line 16435, col 12.
(#16458) Rule is empty.
(#16461) Unexpected token '[' at line 16461, col 12.
(#16471) Rule is empty.
(#16473) Unexpected token '[' at line 16473, col 12.
(#16477) Expected RBRACE at line 16477, col 48.
(#16504) Rule is empty.
(#16506) Unexpected token '[' at line 16506, col 12.
(#16510) Rule is empty.
(#16513) Unexpected token '[' at line 16513, col 12.
(#16541) Expected RBRACE at line 16541, col 33.
(#16572) Rule is empty.
(#16574) Unexpected token '[' at line 16574, col 62.
(#16574) Unexpected token '[' at line 16574, col 12.
(#16575) Rule is empty.
(#16579) Unexpected token '[' at line 16579, col 12.
(#16751) Rule is empty.
(#16753) Unexpected token '[' at line 16753, col 12.
(#16754) Rule is empty.
(#16756) Unexpected token '[' at line 16756, col 12.
(#16769) Expected RBRACE at line 16769, col 107.
(#16770) Rule is empty.
(#16772) Unexpected token '[' at line 16772, col 23.
(#16785) Unexpected token '[' at line 16785, col 12.
(#16789) Unexpected token '[' at line 16789, col 120.
(#16790) Rule is empty.
(#16792) Unexpected token '[' at line 16792, col 17.
(#16813) display:inline has no effect on floated elements (but may be used to fix the IE6 double-margin bug).
(#16813) height can't be used with display: inline.
(#16813) width can't be used with display: inline.
(#16813) margin-top can't be used with display: inline.
(#16813) Expected RBRACE at line 16813, col 152.
(#16814) Unexpected token '[' at line 16814, col 17.
(#16821) Use of !important
(#16843) Unexpected token '[' at line 16843, col 30.
(#16847) Unexpected token '[' at line 16847, col 63.
(#16848) Rule is empty.
(#16851) Unexpected token '[' at line 16851, col 12.
(#16851) Unexpected token '[' at line 16851, col 52.
(#16852) Rule is empty.
(#16857) Unexpected token '[' at line 16857, col 53.
(#16857) Unexpected token '[' at line 16857, col 12.
(#16910) Expected RBRACE at line 16910, col 42.
(#16930) Unexpected token '[' at line 16930, col 9.
(#17004) Rule is empty.
(#17009) Unexpected token '[' at line 17009, col 17.
(#17025) Expected RBRACE at line 17025, col 50.
(#17030) Unexpected token '[' at line 17030, col 17.
(#17032) Unexpected token '[' at line 17032, col 14.
(#17042) Unexpected token '[' at line 17042, col 17.
(#17046) Unexpected token '[' at line 17046, col 17.
(#17047) Rule is empty.
(#17050) Unexpected token '[' at line 17050, col 12.
(#17073) Unexpected token '[' at line 17073, col 122.
(#17263) Use of !important
(#17266) Use of !important
(#17275) Rule is empty.
(#17277) Unexpected token '[' at line 17277, col 12.
(#17296) Rule is empty.
(#17298) Unexpected token '[' at line 17298, col 19.
(#17301) Unexpected token '[' at line 17301, col 23.
(#17490) Unexpected token '[' at line 17490, col 92.
(#17490) Unexpected token '[' at line 17490, col 139.
(#17490) Unexpected token '[' at line 17490, col 195.
(#17490) Unexpected token '[' at line 17490, col 246.
(#17501) Use of !important
(#17502) Expected RBRACE at line 17502, col 62.
(#17504) Expected (left | right | none | inherit) but found 'initial'.
(#17509) margin-top can't be used with display: inline.
(#17527) Unexpected token '[' at line 17527, col 9.
(#17528) Expected RBRACKET at line 17528, col 237.
(#17528) Expected RBRACKET at line 17528, col 366.
(#17528) Unexpected token '[' at line 17528, col 23.
(#17528) Expected RBRACKET at line 17528, col 114.
(#17536) Rule is empty.
(#17538) Unexpected token '[' at line 17538, col 12.
(#17539) Rule is empty.
(#17542) Unexpected token '[' at line 17542, col 12.
(#17542) Unexpected token '[' at line 17542, col 64.
(#17542) Unexpected token '[' at line 17542, col 119.
(#17548) Unexpected token '[' at line 17548, col 24.
(#17549) Rule is empty.
(#17551) Unexpected token '[' at line 17551, col 12.
(#17552) Rule is empty.
(#17556) Unexpected token '[' at line 17556, col 12.
(#17557) Rule is empty.
(#17561) Unexpected token '[' at line 17561, col 12.
(#17563) Unexpected token '[' at line 17563, col 64.
(#17563) Unexpected token '[' at line 17563, col 111.
(#17564) Unexpected token '[' at line 17564, col 23.
(#17564) Unexpected token '[' at line 17564, col 74.
(#17744) Unexpected token '[' at line 17744, col 19.
(#17752) Unexpected token '[' at line 17752, col 225.
(#17753) Unexpected token '[' at line 17753, col 23.
(#17778) Rule is empty.
(#17780) Unexpected token '[' at line 17780, col 12.
(#17784) Rule is empty.
(#17789) Unexpected token '[' at line 17789, col 13.
(#17790) Rule is empty.
(#17792) Unexpected token '[' at line 17792, col 12.
(#17793) Rule is empty.
(#17795) Unexpected token '[' at line 17795, col 13.
(#17796) Rule is empty.
(#17798) Unexpected token '[' at line 17798, col 84.
(#17798) Unexpected token '[' at line 17798, col 141.
(#17798) Unexpected token '[' at line 17798, col 204.
(#17798) Unexpected token '[' at line 17798, col 270.
(#17798) Unexpected token '[' at line 17798, col 330.
(#17798) Unexpected token '[' at line 17798, col 386.
(#17798) Unexpected token '[' at line 17798, col 27.
(#17799) Rule is empty.
(#17801) Unexpected token '[' at line 17801, col 23.
(#17802) Rule is empty.
(#17804) Unexpected token '[' at line 17804, col 23.
(#17805) Rule is empty.
(#17807) Unexpected token '[' at line 17807, col 23.
(#17809) Expected RBRACE at line 17809, col 20.
(#17810) Unexpected token '[' at line 17810, col 23.
(#17811) Rule is empty.
(#17813) Unexpected token '[' at line 17813, col 23.
theme/shoehorn/styleguide/docs.css
(#327) Use of !important
(#328) Use of !important
(#329) Use of !important
(#330) Use of !important
(#332) Use of !important
(#333) Use of !important
(#335) Use of !important
(#336) Use of !important
(#337) Use of !important
(#340) Use of !important
(#344) Use of !important
(#345) Use of !important
(#346) Use of !important
(#347) Use of !important
(#348) Use of !important
(#349) Use of !important
(#352) Use of !important
(#355) Use of !important
(#356) Use of !important
(#360) Use of !important
(#368) Use of !important
(#369) Use of !important
(#370) Use of !important
(#374) Use of !important
(#380) Use of !important
(#381) Use of !important
(#390) Use of !important
(#391) Use of !important
(#392) Use of !important
(#1242) Use of !important
(#1246) Use of !important
theme/shoehorn/styleguide/ie10-viewport-bug-workaround.css
(#11) Unknown @ rule: @-webkit-viewport.
(#13) Expected (<length> | <percentage> | <content-sizing> | auto | inherit) but found 'device-width'.

PHPDocs style problems

(167 errors, 1 warnings)

This section shows the phpdocs problems detected in the code by local_moodlecheck [More info]

theme/shoehorn/classes/block_settings_renderer.php
(#30) Class theme_shoehorn_block_settings_renderer is not documented
(#32) Function theme_shoehorn_block_settings_renderer::search_form is not documented
(#20) Package theme is not valid
theme/shoehorn/classes/core_admin_renderer.php
(#30) Class theme_shoehorn_core_admin_renderer is not documented
(#32) Function theme_shoehorn_core_admin_renderer::maturity_info is not documented
(#50) Function theme_shoehorn_core_admin_renderer::maturity_warning is not documented
(#62) Function theme_shoehorn_core_admin_renderer::warning is not documented
(#70) Function theme_shoehorn_core_admin_renderer::test_site_warning is not documented
(#78) Function theme_shoehorn_core_admin_renderer::release_notes_link is not documented
(#83) Function theme_shoehorn_core_admin_renderer::plugins_check_table is not documented
(#101) Function theme_shoehorn_core_admin_renderer::environment_check_table is not documented
(#20) Package theme is not valid
theme/shoehorn/classes/core_course_management_renderer.php
(#30) Class theme_shoehorn_core_course_management_renderer is not documented
(#31) Function theme_shoehorn_core_course_management_renderer::grid_start is not documented
(#45) Function theme_shoehorn_core_course_management_renderer::grid_column_start is not documented
(#62) Function theme_shoehorn_core_course_management_renderer::detail_pair is not documented
(#20) Package theme is not valid
theme/shoehorn/classes/core_course_renderer.php
(#30) Class theme_shoehorn_core_course_renderer is not documented
(#32) Function theme_shoehorn_core_course_renderer::coursecat_coursebox is not documented
(#115) Function theme_shoehorn_core_course_renderer::coursecat_coursebox_content is not documented
(#185) Function theme_shoehorn_core_course_renderer::course_search_form is not documented
(#20) Package theme is not valid
theme/shoehorn/classes/core_enrol_renderer.php
(#30) Class theme_shoehorn_core_enrol_renderer is not documented
(#32) Function theme_shoehorn_core_enrol_renderer::render_course_enrolment_users_table is not documented
(#95) Function theme_shoehorn_core_enrol_renderer::user_roles_and_actions is not documented
(#136) Function theme_shoehorn_core_enrol_renderer::user_groups_and_actions is not documented
(#20) Package theme is not valid
theme/shoehorn/classes/core_files_renderer.php
(#30) Class theme_shoehorn_core_files_renderer is not documented
(#20) Package theme is not valid
theme/shoehorn/classes/format_columns_renderer.php
(#33) Class theme_shoehorn_format_columns_renderer is not documented
(#36) Function theme_shoehorn_format_columns_renderer::get_row_class is not documented
(#40) Function theme_shoehorn_format_columns_renderer::get_column_class is not documented
(#21) Package theme is not valid
theme/shoehorn/classes/format_grid_renderer.php
(#32) Class theme_shoehorn_format_grid_renderer is not documented
(#21) Package theme is not valid
theme/shoehorn/classes/format_noticebd_renderer.php
(#32) Class theme_shoehorn_format_noticebd_renderer is not documented
(#21) Package theme is not valid
theme/shoehorn/classes/format_renderer_toolbox.php
(#32) Function get_nav_links is not documented
(#21) Package theme is not valid
theme/shoehorn/classes/format_topcoll_renderer.php
(#33) Class theme_shoehorn_format_topcoll_renderer is not documented
(#36) Function theme_shoehorn_format_topcoll_renderer::get_row_class is not documented
(#40) Function theme_shoehorn_format_topcoll_renderer::get_column_class is not documented
(#21) Package theme is not valid
theme/shoehorn/classes/format_topics_renderer.php
(#29) Class theme_shoehorn_format_topics_renderer is not documented
(#32) Function theme_shoehorn_format_topics_renderer::section_left_content is not documented
(#21) Package theme is not valid
theme/shoehorn/classes/format_weeks_renderer.php
(#29) Class theme_shoehorn_format_weeks_renderer is not documented
(#32) Function theme_shoehorn_format_weeks_renderer::section_left_content is not documented
(#21) Package theme is not valid
theme/shoehorn/classes/output/core_renderer.php
(#38) Class core_renderer is not documented
(#48) Function core_renderer::__construct is not documented
(#53) Function core_renderer::get_tile_file is not documented
(#66) Function core_renderer::get_file_contents is not documented
(#78) Function core_renderer::is_fontawesome is not documented
(#85) Function core_renderer::htmlattributes is not documented
(#95) Function core_renderer::navbar_items is not documented
(#138) Function core_renderer::debug_listing is not documented
(#143) Function core_renderer::render_custom_menu_item is not documented
(#206) Function core_renderer::render_tabtree is not documented
(#220) Function core_renderer::render_tabobject is not documented
(#236) Function core_renderer::box is not documented
(#283) Function core_renderer::navbar is not documented
(#311) Function core_renderer::custom_menu is not documented
(#323) Function core_renderer::render_custom_menu is not documented
(#356) Function core_renderer::user_menu is not documented
(#366) Function core_renderer::user_menu_message is not documented
(#428) Function core_renderer::user_menu_courses is not documented
(#527) Function core_renderer::user_menu_course_activities is not documented
(#569) Function core_renderer::user_menu_user is not documented
(#657) Function core_renderer::page_heading_menu is not documented
(#665) Function core_renderer::get_course_activities is not documented
(#750) Function core_renderer::get_enrolled_courses is not documented
(#765) Function core_renderer::get_user_messages is not documented
(#796) Function core_renderer::process_message is not documented
(#827) Function core_renderer::footer_menu is not documented
(#1385) Function core_renderer::block_has_class is not documented
(#1405) Function core_renderer::syntax_highlighter is not documented
(#1476) Function core_renderer::anti_gravity is not documented
(#41) Variable core_renderer::$shoehorn is not documented
(#43) Variable core_renderer::$enrolledcourses is not documented
(#44) Variable core_renderer::$syntaxhighlighterenabled is not documented
(#45) Variable core_renderer::$themeconfig is not documented
(#46) Variable core_renderer::$fontawesome is not documented
(#1140) Phpdocs for function core_renderer::blocks has incomplete parameters list
(#1201) Phpdocs for function core_renderer::collapse_blocks has incomplete parameters list
(#1228) Phpdocs for function core_renderer::collapse_blocks_for_region has incomplete parameters list
(#20) Package theme is not valid
theme/shoehorn/classes/output/core_renderer_maintenance.php
(#33) Class core_renderer_maintenance is not documented
(#38) Function core_renderer_maintenance::__construct is not documented
(#36) Variable core_renderer_maintenance::$themeconfig is not documented
(#20) Package theme is not valid
theme/shoehorn/classes/output/core_renderer_toolbox.php
(#35) Function get_setting is not documented
(#48) Function setting_file_url is not documented
(#64) Function pix_url is not documented
(#68) Function notification is not documented
(#20) Package theme is not valid
theme/shoehorn/classes/toolbox.php
(#30) Class toolbox is not documented
(#35) Function toolbox::__construct is not documented
(#38) Function toolbox::get_instance is not documented
(#95) Function toolbox::setting_file_url is not documented
(#100) Function toolbox::pix_url is not documented
(#105) Function toolbox::get_file_contents is not documented
(#124) Function toolbox::check_corerenderer is not documented
(#170) Function toolbox::geticonmarkup is not documented
(#269) Function toolbox::grid is not documented
(#302) Function toolbox::showslider is not documented
(#421) Function toolbox::showloginbackgroundchanger is not documented
(#433) Function toolbox::social_footer is not documented
(#32) Variable toolbox::$corerenderer is not documented
(#33) Variable toolbox::$instance is not documented
(#48) Phpdocs for function toolbox::set_core_renderer has incomplete parameters list
(#71) Phpdocs for function toolbox::get_setting has incomplete parameters list
(#192) Phpdocs for function toolbox::html_for_settings has incomplete parameters list
(#20) Package theme is not valid
theme/shoehorn/config.php
(#22) Not recommended phpdocs tag @version used
(#20) Package theme is not valid
theme/shoehorn/db/upgrade.php
(#28) Function xmldb_theme_shoehorn_upgrade is not documented
(#20) Package theme is not valid
theme/shoehorn/imagebank.php
(#20) Package theme is not valid
theme/shoehorn/inspector.ajax.php
(#20) Package theme is not valid
theme/shoehorn/lang/en/theme_shoehorn.php
(#20) Package theme is not valid
theme/shoehorn/layout/default.php
(#20) Package theme is not valid
theme/shoehorn/layout/embedded.php
(#20) Package theme is not valid
theme/shoehorn/layout/frontpage.php
(#20) Package theme is not valid
theme/shoehorn/layout/login.php
(#20) Package theme is not valid
theme/shoehorn/layout/maintenance.php
(#20) Package theme is not valid
theme/shoehorn/layout/popup.php
(#20) Package theme is not valid
theme/shoehorn/layout/secure.php
(#17) File-level phpdocs block is not found
theme/shoehorn/layout/tiles/additionaljs.php
(#20) Package theme is not valid
theme/shoehorn/layout/tiles/cdnfonts.php
(#20) Package theme is not valid
theme/shoehorn/layout/tiles/footer.php
(#20) Package theme is not valid
theme/shoehorn/layout/tiles/frontpageslider.php
(#20) Package theme is not valid
theme/shoehorn/layout/tiles/header.php
(#20) Package theme is not valid
theme/shoehorn/layout/tiles/marketingspots.php
(#20) Package theme is not valid
theme/shoehorn/layout/tiles/navbar.php
(#20) Package theme is not valid
theme/shoehorn/layout/tiles/pagebottom.php
(#20) Package theme is not valid
theme/shoehorn/layout/tiles/pageheader.php
(#20) Package theme is not valid
theme/shoehorn/layout/tiles/social.php
(#20) Package theme is not valid
theme/shoehorn/lib.php
(#28) Function theme_shoehorn_process_css is not documented
(#146) Function theme_shoehorn_set_setting is not documented
(#156) Function theme_shoehorn_set_font is not documented
(#210) Function theme_shoehorn_set_loginmessage is not documented
(#231) Function theme_shoehorn_set_landf is not documented
(#351) Function theme_shoehorn_serve_syntaxhighlighter is not documented
(#380) Function theme_shoehorn_send_unmodified is not documented
(#393) Function theme_shoehorn_send_cached is not documented
(#438) Function shoehorn_hexadjust is not documented
(#20) Package theme is not valid
theme/shoehorn/pages/about.php
(#20) Package theme is not valid
theme/shoehorn/pages/sitepage.php
(#20) Package theme is not valid
theme/shoehorn/pages/styleguide.php
(#20) Package theme is not valid
theme/shoehorn/pages/syntaxhighlight.php
(#20) Package theme is not valid
theme/shoehorn/settings.php
(#20) Package theme is not valid
theme/shoehorn/shoehorn_admin_setting_styleguide.php
(#17) File-level phpdocs block is not found
(#90) Phpdocs for function shoehorn_admin_setting_styleguide::write_setting has incomplete parameters list
(#99) Phpdocs for function shoehorn_admin_setting_styleguide::output_html has incomplete parameters list
(#20) Package theme is not valid
theme/shoehorn/tests/corerenderer_test.php
(#34) Variable theme_shoehorn_corerenderer_testcase::$outputus is not documented
(#28) Class theme_shoehorn_corerenderer_testcase does not have @copyright tag
(#28) Class theme_shoehorn_corerenderer_testcase does not have @license tag
(#30) Invalid phpdocs tag @group used
(#20) Package theme is not valid
theme/shoehorn/tests/toolbox_test.php
(#34) Variable theme_shoehorn_toolbox_testcase::$outputus is not documented
(#28) Class theme_shoehorn_toolbox_testcase does not have @copyright tag
(#28) Class theme_shoehorn_toolbox_testcase does not have @license tag
(#30) Invalid phpdocs tag @group used
(#20) Package theme is not valid
theme/shoehorn/version.php
(#20) Package theme is not valid

Update savepoints problems

(2 errors, 0 warnings)

This section shows problems detected with the handling of upgrade savepoints [More info]

theme/shoehorn/db/upgrade.php
Detected more 'if' blocks (1) than 'savepoint' calls (0)
version 2014030900 is missing corresponding savepoint call

Third party library modification problems

(0 errors, 0 warnings)

This section shows problems detected with the modification of third party libraries [More info]


grunt changes

(4 errors, 0 warnings)

This section shows files built by grunt and not commited [More info]

theme/shoehorn/amd/build/backstretch.min.js
Uncommitted change detected.
theme/shoehorn/amd/build/bootstrap.min.js
Uncommitted change detected.
theme/shoehorn/amd/build/chartist.min.js
Uncommitted change detected.
theme/shoehorn/amd/build/holder.min.js
Uncommitted change detected.

shifter problems

(0 errors, 0 warnings)

This section shows problems detected by shifter [More info]


Mustache template problems

(0 errors, 0 warnings)

This section shows problems detected in mustache templates [More info]