Leafify (version 0.1dev)

Leafify your Tiki! This profile creates and assigns a custom module which will "Leafify" your Tiki site's look and feel.

Screenshots

Image



Known Issues & Limitations

  • There are currently no known issues or limitations



Installation & Update

Put Installation and update info here, e.g.:

 

If you do an update please do not forget to unassign the previous version of the profile module in Modules, otherwise you will end up with multiple versions of the module applied.

By hitting the Apply Now button on Control PanelsProfiles control panel (or Forget and Re-apply if you want to do an update) the following YAML code will be applied:

YAML
objects:
 -
  type: module
  data:
   name: Leafify 0.1dev
   position: bottom
   order: 999
   params:
    nobox: y
   custom: |
    <style type="text/css">{literal}
    *:not([id^=cbox]):not([id^=colorbox]), .backtotop a {
    	border-width: 0 .5em !important;
    	border-radius: 5rem 0 !important;
    	box-shadow: none !important;
    	outline: none !important;
    }
    {/literal}</style>


Usage

This profile creates a custom module named "Leafify" with a piece of CSS code in it.
The module will be assigned to the bottom zone. It will modify your site's theme look and feel a bit in a way that all elements resemble shapes of leaves.

Uninstall

Just un-assign and delete the module on the Admin → Modules page.