Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

shower-material

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

shower-material - npm Package Compare versions

Comparing version 1.1.0 to 2.0.0

fonts/.DS_Store

4

LICENSE.md
# The MIT License
Copyright © 2010–2015 Vadim Makeev, http://pepelsbey.net/
Copyright © 2010–2018 Vadim Makeev, http://pepelsbey.net/

@@ -15,3 +15,3 @@ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

Copyright © 2010–2015 Вадим Макеев, http://pepelsbey.net/
Copyright © 2010–2018 Вадим Макеев, http://pepelsbey.net/

@@ -18,0 +18,0 @@ Данная лицензия разрешает лицам, получившим копию данного программного обеспечения и сопутствующей документации (в дальнейшем именуемыми «Программное Обеспечение»), безвозмездно использовать Программное Обеспечение без ограничений, включая неограниченное право на использование, копирование, изменение, добавление, публикацию, распространение, сублицензирование и/или продажу копий Программного Обеспечения, также как и лицам, которым предоставляется данное Программное Обеспечение, при соблюдении следующих условий:

{
"name": "shower-material",
"description": "Material theme for Shower HTML presentation engine",
"version": "1.1.0",
"version": "2.0.0",
"author": {

@@ -25,7 +25,5 @@ "name": "Vadim Makeev",

"files": [
"docs/**",
"fonts/**",
"images/**",
"pictures/**",
"styles/*.css",
"styles/**",
"index.html",

@@ -36,20 +34,10 @@ "LICENSE.md",

"devDependencies": {
"autoprefixer": "^7.1.2",
"browser-sync": "^2.14.0",
"gulp": "^3.9.1",
"gulp-header": "^1.8.8",
"gulp-postcss": "^7.0.0",
"gulp-rename": "^1.2.2",
"gulp-replace": "^0.6.1",
"gulp-sass": "^3.0.0",
"path-exists-cli": "^1.0.0",
"postcss-csso": "^2.0.0",
"shower-core": "latest"
"live-server": "^1.2.0",
"shower-core": "^2.1.0",
"stylelint": "^9.2.1"
},
"scripts": {
"dev": "gulp",
"styles": "gulp styles",
"prepublish": "npm run styles",
"test": "path-exists styles/screen-16x10.css && path-exists styles/screen-4x3.css"
"test": "stylelint 'styles/**/*.css'",
"start": "live-server . --watch='fonts/*,pictures/*,styles/**,index.html'"
}
}

@@ -13,3 +13,3 @@ # Material theme for Shower [![Build Status](https://travis-ci.org/shower/material.svg?branch=master)](https://travis-ci.org/shower/material)

If you want to install Material separately you can download the [theme archive](http://shwr.me/material.zip) or install the package:
If you want to install Material separately you can install the package:

@@ -20,8 +20,12 @@ npm install shower-material

All theme’s features are demonstrated in the [index.html](index.html) file. Use it as a reference while building your presentation. See more detailed [features overview](https://github.com/shower/shower/blob/master/docs/features-en.md).
All theme’s features are demonstrated in the [index.html](index.html) file, [see it live](https://shwr.me/shower/themes/material/). Use it as a reference while building your presentation. See more detailed [features overview](https://github.com/shower/shower/blob/master/docs/features-en.md).
## Ratios
Material theme supports two slide ratios: wide 16×10 (default) and taller 4×3. To change the slide’s ratio include one of the pre-built `screen-16x10.css` or `screen-4x3.css` files in the `<head>` of your presentation.
Material theme supports any slide ratio you want. But it’s optimized for the most common ones: 16×9 and 4×3. It’s 16×9 by default, but you can change it by adjusting `--slide-ratio` property for `.shower`, [see example](https://github.com/shower/ribbon/blob/master/index.html#L10) in `index.html`.
## Key color
By default Material theme is green, but you can easily change the key color by adjusting `--color-key` property for `.shower`. You can choose any color you want, just make sure that it’s dark enough for a good contrast. For example, in [Material Color Tool](https://material.io/tools/color/) good colors start at 500 column.
## PDF

@@ -28,0 +32,0 @@

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc