first commit
BIN
layouts/vlayout/skins/twilight/images/Sync.gif
Normal file
|
After Width: | Height: | Size: 2.4 KiB |
BIN
layouts/vlayout/skins/twilight/images/arrowDown.png
Normal file
|
After Width: | Height: | Size: 2.8 KiB |
BIN
layouts/vlayout/skins/twilight/images/arrowRight.png
Normal file
|
After Width: | Height: | Size: 2.8 KiB |
BIN
layouts/vlayout/skins/twilight/images/black.png
Normal file
|
After Width: | Height: | Size: 3.3 KiB |
BIN
layouts/vlayout/skins/twilight/images/btnAnnounce.png
Normal file
|
After Width: | Height: | Size: 3.4 KiB |
BIN
layouts/vlayout/skins/twilight/images/btnAnnounceOff.png
Normal file
|
After Width: | Height: | Size: 3.1 KiB |
BIN
layouts/vlayout/skins/twilight/images/green.png
Normal file
|
After Width: | Height: | Size: 3.3 KiB |
BIN
layouts/vlayout/skins/twilight/images/home.png
Normal file
|
After Width: | Height: | Size: 2.9 KiB |
BIN
layouts/vlayout/skins/twilight/images/info.png
Normal file
|
After Width: | Height: | Size: 3.0 KiB |
BIN
layouts/vlayout/skins/twilight/images/loadback.png
Normal file
|
After Width: | Height: | Size: 2.8 KiB |
BIN
layouts/vlayout/skins/twilight/images/loading.gif
Normal file
|
After Width: | Height: | Size: 9.2 KiB |
BIN
layouts/vlayout/skins/twilight/images/loadingSmall.gif
Normal file
|
After Width: | Height: | Size: 3.4 KiB |
BIN
layouts/vlayout/skins/twilight/images/loading_old.gif
Normal file
|
After Width: | Height: | Size: 9.0 KiB |
BIN
layouts/vlayout/skins/twilight/images/setting.png
Normal file
|
After Width: | Height: | Size: 3.1 KiB |
BIN
layouts/vlayout/skins/twilight/images/tabs.png
Normal file
|
After Width: | Height: | Size: 6.2 KiB |
BIN
layouts/vlayout/skins/twilight/images/user.png
Normal file
|
After Width: | Height: | Size: 3.0 KiB |
BIN
layouts/vlayout/skins/twilight/images/yellow.png
Normal file
|
After Width: | Height: | Size: 3.3 KiB |
3296
layouts/vlayout/skins/twilight/style.css
Normal file
2
layouts/vlayout/skins/twilight/style.less
Normal file
@@ -0,0 +1,2 @@
|
||||
@import "variables.less";
|
||||
@import "../vtiger/style.less";
|
||||
110
layouts/vlayout/skins/twilight/variables.less
Normal file
@@ -0,0 +1,110 @@
|
||||
//--------------------------- GLOBAL VALUES--------------------------//
|
||||
|
||||
//Please Change the below colors only to change the Skin of vtigercrm
|
||||
// Base Theme Colors
|
||||
@baseThemeColor : #404952;
|
||||
@bodyBackgroundColor: #EEEFF2;
|
||||
|
||||
// Link Colors
|
||||
@themeLinkColor : @baseThemeColor;
|
||||
@themeLinkColorInverse : @white;
|
||||
|
||||
// Body variables
|
||||
@baseFontSize: 12px;
|
||||
@baseFontColor: @greyDarker;
|
||||
@baseFontFamily: 'Lucida Grande', Verdana, Tahoma, Arial, sans-serif;
|
||||
@baseLineHeight: 18px;
|
||||
@bodyColor: @white;
|
||||
|
||||
// Menu bar Stylings //
|
||||
@menubarColor: @baseThemeColor;
|
||||
@menubarLink: @themeLinkColorInverse;
|
||||
@menubarLinkSelected: @white;
|
||||
@menubarLinkBackground: darken(@baseThemeColor,20%);
|
||||
@moreMenulinks: darken(@baseFontColor,10%);
|
||||
|
||||
// -- Notification Background Color -- //
|
||||
@notificationBackground: #FAFAD2;
|
||||
@notificationborder: #ccc;
|
||||
@footerBackground: @baseThemeColor;
|
||||
|
||||
//--Actions container -- //
|
||||
@actionsContainerBackground: #F3F3F3;
|
||||
@actionsContainerBorder: @white;
|
||||
@actionsContainerShadow: @grey;
|
||||
|
||||
//Borders
|
||||
@lightColorBorder : #dddddd;
|
||||
@themeBorder : darken(@baseThemeColor,5%);
|
||||
|
||||
//--Search bar Stylings --//
|
||||
@searchButton: @baseThemeColor;
|
||||
@advSearch: @menubarLinkBackground + #222222;
|
||||
@searchChzn : @lightColorBorder + #111;
|
||||
@searchChznBorder : @lightColorBorder;
|
||||
|
||||
//Select All message div color //
|
||||
@selectAllMsgDivColor: @notificationBackground;
|
||||
|
||||
// Contents Backgrounds
|
||||
@mainContainer: @bodyBackgroundColor;
|
||||
@contentsBackground : @white;
|
||||
|
||||
// Dashboard widget stylings
|
||||
@dashboardHeader: #F5F5F5;
|
||||
@dashboardWidgetHeader: #F3F3F4;
|
||||
@dashboardWidgetHeaderText: @baseFontColor;
|
||||
|
||||
//Dashboard widgets settings styles;
|
||||
@dashboardSettingBackground: @lightColorBorder + #111;
|
||||
|
||||
// Editview Styles
|
||||
@editViewLabel: @bodyBackgroundColor;
|
||||
|
||||
|
||||
// Basic Button Gradient Colors
|
||||
@basicButtonBorderColorOnHover: @greyLighter;
|
||||
@addButton: @greyLightest + #222;
|
||||
@addButtonBorder: @baseThemeColor;
|
||||
@primarybtnColor: @baseThemeColor;
|
||||
@dangerbtnColor: #BD362F;
|
||||
@saveButton: #51A351;
|
||||
@deleteButton: #aa3434;
|
||||
@importNextButton: #51A351;
|
||||
@importLastImportedRecords: #FAA732;
|
||||
@importUndoLastImport: #DA4F49;
|
||||
|
||||
|
||||
// Gray Colors
|
||||
@white : #fff;
|
||||
@black : #000;
|
||||
@greyDarker : #444;
|
||||
@grey : #888;
|
||||
@greyLighter : #bbb;
|
||||
@greyLightest : #f3f3f3;
|
||||
|
||||
// Solid colors
|
||||
@lightBlue : #65A6FF;
|
||||
@lightRed : #FF5757;
|
||||
@lightViolet: #984DFF;
|
||||
@lightGreen : #9CD159;
|
||||
@greenyBlue : #41E5C0;
|
||||
|
||||
|
||||
//---------------VARIABLES USED FOR SETTINGS ------------------------//
|
||||
|
||||
//Groups Member Colors
|
||||
@users: #F99984;
|
||||
@groups: #acd5ff;
|
||||
@roles: #FFEC98;
|
||||
@rolesAndSubordinates: #c4dea2;
|
||||
|
||||
//Full Calendar view
|
||||
@fc-style1: #17309A;
|
||||
@fc-style2: #3A87AD;
|
||||
@fc-style3: #AA6705;
|
||||
@fc-style4: #953B39;
|
||||
@fc-style5: #545252;
|
||||
@fc-style6: #87865D;
|
||||
@fc-style7: #C71585;
|
||||
@fc-style8: #006400;
|
||||