https://github.com/totaljs/widgets
Widgets for Total.js CMS + Total.js Eshop
https://github.com/totaljs/widgets
Last synced: 12 months ago
JSON representation
Widgets for Total.js CMS + Total.js Eshop
- Host: GitHub
- URL: https://github.com/totaljs/widgets
- Owner: totaljs
- Created: 2017-11-30T18:55:22.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2021-08-09T13:19:26.000Z (almost 5 years ago)
- Last Synced: 2025-06-10T06:09:10.818Z (about 1 year ago)
- Language: HTML
- Size: 2.68 MB
- Stars: 5
- Watchers: 2
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# CMS Widgets
- [Documentation](https://docs.totaljs.com/cms/)
## Last counter
- layout `wl103`
- columns/content `wc201`
- inline `wi146`
## Good to know
- `wb`, `wm` and `wp` class contains each `columns` and `content` widget
- `wbi`, `wmi` and `wpi` class contains each `inline` widget
__Default global styles__:
```css
/* content/layout widget body */
.wb {}
/* content/layout widget padding (left + right) */
.wp { padding-left: 20px; padding-right: 20px; }
/* content/layout widget margin (bottom) */
.wm { margin-bottom: 20px; }
/* inline widget body */
.wbi {}
/* inline widget padding (left + right) */
.wpi { padding-left: 0; padding-right: 0; }
/* inline widget margin (bottom) */
.wmi { margin-bottom: 15px; }
```
__Colors palette__:
```css
.WIDGET-smoke { background-color: #D0D0D0; color: black !important; }
.WIDGET-yellow { background-color: #F5DB6E; color: black !important; }
.WIDGET-orange { background-color: #FFA911; }
.WIDGET-green { background-color: #83C83C; }
.WIDGET-blue { background-color: #4285F4; }
.WIDGET-red { background-color: #E73323; }
.WIDGET-pink { background-color: #E7357F; }
.WIDGET-mint { background-color: #2AB08F; }
.WIDGET-purple { background-color: #6118A3; }
.WIDGET-white { background-color: white; color: black !important; }
.WIDGET-black { background-color: #202020; }
```
## Contributors
| Contributor | Type | E-mail |
|-------------|------|--------|
| [Peter Širka](https://github.com/petersirka) | author + support | |
## Contact
Do you have any questions? Contact us