]> git.agnieray.net Git - galette.git/blob - ui/semantic/galette/globals/site.variables
Merge branch 'hotfix/1.0.2'
[galette.git] / ui / semantic / galette / globals / site.variables
1 /*******************************
2 Galette Global Variables
3 *******************************/
4
5 @fontName : 'PT Sans';
6
7 @red : #d22828;
8 @blue : #2f69b3;
9 @green : #087d24;
10 @grey : #636b70;
11
12 @galetteColor : #ffb619;
13 @lightGaletteColor : saturate(lighten(@galetteColor, 22), 15);
14 @galetteHeaderBackground : fade(@galetteColor, 70);
15 @galetteNavBackground : fade(@grey, 30);
16 @galetteBackgroundImage : 'themes/galette/assets/images/bg.png';
17 @galetteBackgroundImageRtl : 'themes/galette/assets/images/bg-rtl.png';
18
19 @primaryColor : @galetteColor;
20 @secondaryColor : @grey;
21
22 @lightPrimaryColor : @lightGaletteColor;
23 @lightSecondaryColor : @lightGrey;
24
25 @textColor : @grey;
26
27 @linkColor : @blue;
28
29 @primaryColorHover : if(iscolor(@primaryColor), saturate(darken(@primaryColor, 7), 10, relative), @primaryColor);
30
31 @redTextColor : darken(@red, 9);
32 @orangeTextColor : darken(@orange, 25);
33 @yellowTextColor : #714f00;
34 @greenTextColor : darken(@green, 8);
35 @blueTextColor : darken(@blue, 8);
36 @infoTextColor : #1f657b;
37
38 @oddLineBackgroundColor : #f9f9f9;
39 @evenLineBackgroundColor : #eeeeee;
40 @activeLineBackgroundColor : #dfecff;
41
42 @borderColor : lighten(@textColor, 30);
43 @solidBorderColor : lighten(@textColor, 30);
44 @internalBorderColor : lighten(@textColor, 40);
45
46 @inputColor : @textColor;
47 @inputPlaceholderColor : lighten(@inputColor, 25);
48 @inputPlaceholderFocusColor : lighten(@inputColor, 10);
49
50 @toggleLaneBackground : rgba(0,0,0,.15);
51
52 @cotisOkBackgroundColor : #e1fde1;
53 @cotisNeverBackgroundColor : @oddLineBackgroundColor;
54 @cotisExemptBackgroundColor : @cotisOkBackgroundColor;
55 @cotisSoonBackgroundColor : #ffe9ab;
56 @cotisLateBackgroundColor : #ffe9e9;
57 @cotisLastdayBackgroundColor: #ffebd3;
58
59 @pluginsActiveBackground : #d9f7d8;
60 @pluginsInactiveBackground : #ffead8;