https://github.com/kewljuice/be.ctrl.superstyler
Select custom & uploaded stylesheets for CiviCRM
https://github.com/kewljuice/be.ctrl.superstyler
civicrm civicrm-extensions
Last synced: about 2 months ago
JSON representation
Select custom & uploaded stylesheets for CiviCRM
- Host: GitHub
- URL: https://github.com/kewljuice/be.ctrl.superstyler
- Owner: kewljuice
- License: other
- Created: 2015-10-07T11:54:25.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2018-03-16T09:17:53.000Z (about 7 years ago)
- Last Synced: 2025-02-02T12:41:21.316Z (4 months ago)
- Topics: civicrm, civicrm-extensions
- Language: PHP
- Homepage:
- Size: 51.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# CiviCRM extension: SuperStyler
SuperStyler is a CiviCRM extension which let you manage css files in CiviCRM. Included are 2 stylesheets, you can upload your own by placing them in the css folder.
- [Installation](#installation)
- [Configuration](#configuration)***
## Installation
- You can directly clone to your CiviCRM extension directory using
```$ git clone https://github.com/kewljuice/be.ctrl.superstyler.git```- You can also download a zip file, and extract in your extension directory
```$ git clone https://github.com/kewljuice/be.ctrl.superstyler/archive/master.zip```- Configure CiviCRM Extensions Directory which can be done from
```"Administer -> System Settings -> Directories".```- Configure Extension Resource URL which can be done from
```"Administer -> System Settings -> Resource URLs".```- The next step is enabling the extension which can be done from
```"Administer -> System Settings -> Manage CiviCRM Extensions".```## Configuration
- The list of available stylesheets is available at ```"Administer -> CTRL -> SuperStyler"``` or **yoursite.org/civicrm/ctrl/superstyler**.
- There are 2 stylesheets included.
- To upload your own stylesheets place them within **css/** folder in the superstyler extension directory. (only files with the .css file extension are allowed)
- To see changes disable and then enable the extension.
***