hacksch/material-design-lite

TYPO3 的 Google Material Design Lite 实现

安装: 10

依赖者: 0

建议者: 0

安全: 0

星标: 1

关注者: 2

分支: 0

开放问题: 0

类型:typo3-cms-extension

1.2.1 2016-02-09 18:36 UTC

This package is not auto-updated.

Last update: 2024-09-14 17:32:12 UTC


README

TYPO3 的 Google Material Design Lite 实现

特性

简短介绍

想使用自己的生成的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许可下授权。