%PDF- %PDF-
Direktori : /home/waritko/jetty-distribution-9.4.21.v20190926/webapps/ROOT/skins/flamingo/less/ |
Current File : //home/waritko/jetty-distribution-9.4.21.v20190926/webapps/ROOT/skins/flamingo/less/style.less.vm |
// // Flamingo main LESS file // -------------------------------------------------- // Imports ==================================================================== @import "before-bootstrap"; // Fixes that must be included BEFORE bootstrap @import "bootstrap/bootstrap.less"; // Bootstrap @import "variables"; // Bootstrap variables overrided by flamingo @import "accordion"; @import "action-menus"; @import "admin"; @import "annotations"; @import "buttons"; @import "breadcrumbs"; @import "drawer"; @import "edit"; @import "figure"; @import "forms"; @import "general"; @import "grid"; @import "headers"; @import "layout"; @import "livetable"; @import "messages"; @import "modals"; @import "misc"; @import "panels"; @import "tables"; @import "tree"; @import "type"; @import "users"; @import "vertical-menus"; @import "xlist"; // In order to let custom skins easily override styling, we import a custom.less that is empty by default. // Make sure the custom.less import is the last one in the imports list. @import "custom"; // Velocity Content ============================================================= // // As the main LESS file for this skin, we can use Velocity. // ------------------------------------------------------------------------------ // Here we initialize some variables that can be used in other LESS files #template('less/variablesInit.vm') // Now we can inject the content of the 'lessCode' field of the flamingo theme #if("$!themeObj.getValue('lessCode')" != '') $themeObj.getValue('lessCode') #end // We re-inject the variables from the flamingo theme so they can interract with the content of @lessCode. // This way, it's also consistent with the Flamingo Theme preview (See: https://jira.xwiki.org/browse/XWIKI-12672) #if ("$!themeObj" != '') #initFromFlamingoTheme() #end // ============================================================================== // NOT SENT TO THE BROWSER FROM THIS POINT // ============================================================================== #template('less/colorThemeMappingOutput.vm')