Flatify (version 0.1dev)
Flatify creates and assigns a custom module featuring a "Flat" look and feel for your Tiki.Known Issues & Limitations
- The cursor in CodeMirror highlighter text area disappears because of the
border: 0rule
Installation & Update
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 Panels → Profiles 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: Flatify 0.1dev
position: bottom
order: 999
params:
nobox: y
custom: |
<style type="text/css">{literal}
*, .backtotop a {
border-width: 0 !important;
box-shadow: none !important;
outline: none !important;
}
{/literal}</style>Usage
This profile creates a custom module with a "Flatifying" CSS code in it.The module will be assigned to the bottom zone.