...
Go to Users → Themes management
To clone a theme, click the duplicate clone button.
To create a new theme, click the + add button
Complete the dialog.
Enter the Name of the theme. The name must be unique
Optionally, for a reseller theme, add domains/subdmomains subdomains that will use the theme
Don’t include the protocol, only the domain/subdomain value (e.g:
www.abiquo.com
,demo.abiquo.com
,example.com/users/
)You can define a domain or subdomain for one reseller theme only
Select if the theme will be Active
Start editing CSS configuration. You can edit in basic mode (by default) or advanced mode. If you use advanced mode, you can customize more theme details (see next section).
...
For improved theme rendering, some values must be a tint value of the main color. For color values marked with “**
” (double asterisk), use the helper tool to set the recommended value.
Section (modes) | Element | UI element |
---|---|---|
Main CSS configuration | Colors
| These two colors will be used to set different elements in CSS classes. In basic mode, colors will be assigned automatically. In advanced mode, user clicks the Apply buttons to assign colors. |
Enterprise logo
| ||
Login CSS configuration | Main login logo path
| |
Main login background
| ||
Left section background
| ||
Cookies bar configuration | Bottom cookies bar
| |
Bottom cookies ‘I understand’ button
| ||
Bottom cookies ‘I understand’ button (hover)
| ||
Bottom cookies ‘policy’ buttons
| ||
Bottom cookies ‘policy’ buttons (hover)
| ||
Buttons, checkboxes and links CSS configuration | Main button
| |
Main button (disabled)
| ||
Main button (hover)
| ||
Active button
| ||
Link button
| ||
Checkbox
| ||
Lists, pagination and grids CSS configuration | Pagination number color
| |
Main list selected item
| ||
Grid header
| ||
Grid selected row
| ||
Popup CSS configuration (advanced) | Popup header color
| |
Popup left menu
| ||
Other elements CSS configuration | Selected tab underline color
| |
Scroll CHROME THUMB
| ||
Scroll CHROME HOVER
| ||
Scroll Firefox - General style
|
...
Themes workflow and extra configuration
...
The feature allows you to configure limited CSS classes to make it easy to use. If you need an extra level of customization (rounded buttons, change login section position, etc….), you can use another physical CSS file to define these changes.
Create your theme following the instructions for Abiquo CSS Branding in the Abiquo branding guide
In the theme folder, create a symbolic link, named 'default', which points
default
to point to your default theme to mark it as the default. For example, for a theme called “mymy_default_
theme”theme
.Code Block > theme/ ln -s my_default_theme default
For example, for the empty theme.
Code Block > theme/ ln -s empty default
...