aboutsummaryrefslogtreecommitdiffstats
path: root/theme/admin/rsrc/css/bright.scss
blob: 81734974b9a4479eeb65db46badf629b44573308 (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
58
59
60
61
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
# Content background and border color
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
$htmlBackground: url("../img/noise-bright.png") #DDD;
$backgroundColor: #FFF;
$backgroundColorEmphasize: #EEE;
$borderColor: #AAA;

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

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
# Text colors
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
$textColor: #333;
$textColorLight: #444;
$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/styles";

#theme-toogle-bright {
	display: none;
}