Go to file
Coren 31743445bd TemplateStyles extension prototype
This extension adds a <templatestyles> tag that, when placed
on a template, allows specifying CSS for pages where that
template is transcluded.

Unlike inline styles, the per-template CSS supports rules
with proper selectors, and @media blocks.

THIS VERSION DOES NOT CURRENTLY FILTER DECLARATIONS and is
therefore unsuitable for wikis where unprivileged users should
not be allowed to influcence the pagewide CSS in unrestricted
ways!

Bug: T483
Change-Id: Ibc1cae3079d164f7ac7bcc7c4ded3f02bb048614
2016-04-08 11:08:59 -04:00
i18n TemplateStyles extension prototype 2016-04-08 11:08:59 -04:00
.gitreview Add .gitreview 2016-04-05 15:47:06 +01:00
.jscsrc TemplateStyles extension prototype 2016-04-08 11:08:59 -04:00
.jshintrc TemplateStyles extension prototype 2016-04-08 11:08:59 -04:00
composer.json TemplateStyles extension prototype 2016-04-08 11:08:59 -04:00
CSSParser.php TemplateStyles extension prototype 2016-04-08 11:08:59 -04:00
CSSRenderer.php TemplateStyles extension prototype 2016-04-08 11:08:59 -04:00
extension.json TemplateStyles extension prototype 2016-04-08 11:08:59 -04:00
Gruntfile.js TemplateStyles extension prototype 2016-04-08 11:08:59 -04:00
package.json TemplateStyles extension prototype 2016-04-08 11:08:59 -04:00
phpcs.xml TemplateStyles extension prototype 2016-04-08 11:08:59 -04:00
TemplateStyles.hooks.php TemplateStyles extension prototype 2016-04-08 11:08:59 -04:00