[ Index ] |
PHP Cross Reference of vtigercrm-6.1.0 |
[Summary view] [Print] [Text view]
1 //--------------------------- GLOBAL VALUES--------------------------// 2 3 //Please Change the below colors only to change the Skin of vtigercrm 4 // Base Theme Colors 5 @baseThemeColor : #C19803; 6 //666666 - Charcoal - AlphaGrey* 7 //1560BD - Denim - softed* 8 //204E81 - Bluelagoon* 9 //008D4C - Nature* 10 //C19803 - woodspice* 11 //C65479 - Orchid 12 //E51400 - Firebrick 13 //404952 - Twilight 14 //894400 - Almond 15 @bodyBackgroundColor: #EEEFF2; 16 17 // Link Colors 18 @themeLinkColor : @baseThemeColor; 19 @themeLinkColorInverse : @white; 20 21 // Body variables 22 @baseFontSize: 12px; 23 @baseFontColor: @greyDarker; 24 @baseFontFamily: 'Lucida Grande', Verdana, Tahoma, Arial, sans-serif; 25 @baseLineHeight: 18px; 26 @bodyColor: @white; 27 28 // Menu bar Stylings // 29 @menubarColor: @baseThemeColor; 30 @menubarLink: @themeLinkColorInverse; 31 @menubarLinkSelected: @white; 32 @menubarLinkBackground: darken(@baseThemeColor,20%); 33 @moreMenulinks: darken(@baseFontColor,10%); 34 35 // -- Notification Background Color -- // 36 @notificationBackground: #FAFAD2; 37 @notificationborder: #ccc; 38 @footerBackground: @baseThemeColor; 39 40 //--Actions container -- // 41 @actionsContainerBackground: #F3F3F3; 42 @actionsContainerBorder: @white; 43 @actionsContainerShadow: @grey; 44 45 //Borders 46 @lightColorBorder : #dddddd; 47 @themeBorder : darken(@baseThemeColor,5%); 48 49 //--Search bar Stylings --// 50 @searchButton: @baseThemeColor; 51 @advSearch: @menubarLinkBackground + #222222; 52 @searchChzn : @lightColorBorder + #111; 53 @searchChznBorder : @lightColorBorder; 54 55 //Select All message div color // 56 @selectAllMsgDivColor: @notificationBackground; 57 58 // Contents Backgrounds 59 @mainContainer: @bodyBackgroundColor; 60 @contentsBackground : @white; 61 62 // Dashboard widget stylings 63 @dashboardHeader: #F5F5F5; 64 @dashboardWidgetHeader: #F3F3F4; 65 @dashboardWidgetHeaderText: @baseFontColor; 66 67 //Dashboard widgets settings styles; 68 @dashboardSettingBackground: @lightColorBorder + #111; 69 70 // Editview Styles 71 @editViewLabel: @bodyBackgroundColor; 72 73 74 // Basic Button Gradient Colors 75 @basicButtonBorderColorOnHover: @greyLighter; 76 @addButton: @greyLightest + #222; 77 @addButtonBorder: @baseThemeColor; 78 @primarybtnColor: @baseThemeColor; 79 @dangerbtnColor: #BD362F; 80 @saveButton: #51A351; 81 @deleteButton: #aa3434; 82 @importNextButton: #51A351; 83 @importLastImportedRecords: #FAA732; 84 @importUndoLastImport: #DA4F49; 85 86 87 // Gray Colors 88 @white : #fff; 89 @black : #000; 90 @greyDarker : #444; 91 @grey : #888; 92 @greyLighter : #bbb; 93 @greyLightest : #f3f3f3; 94 95 // Solid colors 96 @lightBlue : #65A6FF; 97 @lightRed : #FF5757; 98 @lightViolet: #984DFF; 99 @lightGreen : #9CD159; 100 @greenyBlue : #41E5C0; 101 102 103 //---------------VARIABLES USED FOR SETTINGS ------------------------// 104 105 //Groups Member Colors 106 @users: #F99984; 107 @groups: #acd5ff; 108 @roles: #FFEC98; 109 @rolesAndSubordinates: #c4dea2; 110 111 //Full Calendar view 112 @fc-style1: #17309A; 113 @fc-style2: #3A87AD; 114 @fc-style3: #AA6705; 115 @fc-style4: #953B39; 116 @fc-style5: #545252; 117 @fc-style6: #87865D; 118 @fc-style7: #C71585; 119 @fc-style8: #006400;
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated: Fri Nov 28 20:08:37 2014 | Cross-referenced by PHPXref 0.7.1 |