hacksch / material-design-lite
TYPO3 的 Google Material Design Lite 实现
    1.2.1
    2016-02-09 18:36 UTC
Requires
- typo3/cms-core: >=6.2.0,<8.0
This package is not auto-updated.
Last update: 2024-09-14 17:32:12 UTC
README
TYPO3 的 Google Material Design Lite 实现
特性
- 静态模板,用于使用本地或CDN资源
- 使用预定义的颜色方案(仅CDN资源),见 http://www.getmdl.io/customize/index.html
简短介绍
想使用自己的生成的CSS文件
- 自2.0.0版起
- 仅本地资源模板
查看 plugin.materialDesignLite.path, plugin.materialDesignLite.file.css 和 plugin.materialDesignLite.file.js.minified 子部分
TypoScript 常量示例
plugin.materialDesignLite {
    path {
        relPrefix = fileadmin/templates/
        styles = {$plugin.materialDesignLite.path.relPrefix}/Css/ 
        scripts = {$plugin.materialDesignLite.path.relPrefix}/JavaScript/
    }
    file {
        css.minified = your.material.min.css
        css.icons = your.material-icons.css
        
        js.minified = your.material.min.js
    }
}
使用另一个MDL版本
- 自2.0.0版起
- 仅CDN资源模板
TypoScript 常量
plugin.materialDesignLite.url.version = 1.0.6 
如何使用颜色方案
- 自2.0.0版起
- 仅CDN资源模板
有关可能的主体和强调颜色组合,请参阅 http://www.getmdl.io/customize/index.html
TypoScript 常量
plugin.materialDesignLite.color-scheme = brown-light_green 
许可
GPL 3.0+
Material Design Lite
© Google,2015。在Apache-2许可下授权。