pinnackl / photos-contest-fb

Facebook contest manager application
MIT License
2 stars 0 forks source link

[feature] theming the application #10

Open syu93 opened 8 years ago

syu93 commented 8 years ago

Create a theme for the application:

In Polymer create a theme means to define several values for properties like background-color and so on. But because it use shadow dom it's need to use css custom-style and/or import or write css in the elements

Here are some help :

Polymer custom properties : https://www.polymer-project.org/1.0/docs/start/first-element/step-5.html https://www.polymer-project.org/1.0/api/#custom-style

Polymer theming : https://www.polymer-project.org/1.0/docs/devguide/styling.html

A liste of downloadable theme for Polymer : https://polymerthemes.com/

Polymer Polycast : https://www.youtube.com/watch?v=omASiF85JzI&index=24&list=PLOU2XLYxmsII5c3Mgw6fNYCzaWrsM3sMN

syu93 commented 8 years ago

Use color picker to custom style of the app http://meowni.ca/polymer-color-picker/components/polymer-color-picker/