aboutsummaryrefslogtreecommitdiffstats
path: root/theme/admin/rsrc/css/main.scss
blob: 40334c7c30b23de46adecd56d289fa9409a2a0e9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
# Content background and border color
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
$htmlBackgroundColor: #DDD;
$backgroundColor: #FFF;
$backgroundColorEmphasize: #EEE;
$borderColor: #AAA;

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
# Header and navigation
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
$headerBarTextColor: #333;
$navigationLinkBackgroundColor: #DDD;
$navigationLinkFocusedBackgroundColor: #CCC;

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
# Text colors
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
$textColor: #333;
$textColorLight: #666;
$textColorStrong: #000;
$formElementTextColor: #404040;
$codeTextColor: #008B45;
$linkColor: #0060A0;
$linkColorFocused: #CCC;
$warningTextColor: #B03060;

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
# Misc
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
$itemLinkHoverBackgroundColor: #DDD;
$paginationActiveBackgroundColor: #CCC;

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
# Forms
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
$formBackgroundColorEmphasize: #DDD;
$formButtonBorderColor: #404040;
$formButtonTextColor: #EEE;

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
# Form buttons
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
$insertButtonBackgroundColor: #4D8D5D;
$updateButtonBackgroundColor: #6A8AA5;
$deleteButtonBackgroundColor: #C45C66;

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
# Information message box
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
$messageListTextColor: #EEE;
$messageListBackgroundColor: #C45C66;

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
# Import stylesheet
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
@import "import/main";