-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy paththeme.edn
More file actions
57 lines (50 loc) · 1.55 KB
/
theme.edn
File metadata and controls
57 lines (50 loc) · 1.55 KB
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
{:font-family "'Tahoma', sans-serif"
:color1 "#7b1c58"
:color2 "#f4c47f"
:color3 "#7276b1"
:color4 "#7b1c58"
:nav-color "#7276b1"
:nav-active-color "#7b1c58"
:alert-success-color "#3c763d"
:alert-success-bgcolor "#dff0d8"
:alert-success-bordercolor "#3c763d"
:text-success "#28a745!important" ; .text and .bg colors need !important to take hold
:bg-success "#28a745!important"
:alert-danger-color "#a94442"
:alert-danger-bgcolor "#f2dede"
:alert-danger-bordercolor "#a94442"
:text-danger "#dc3545!important"
:bg-danger "#dc3545!important"
:alert-warning-color "#8a6d3b"
:alert-warning-bgcolor "#fcf8e3"
:alert-warning-bordercolor "#8a6d3b"
:bg-warning "#ffc107!important"
:alert-info-color "#31708f"
:alert-info-bgcolor "#d9edf7"
:alert-info-bordercolor "#31708f"
:text-info "#17a2b8!important"
:bg-info "#17a2b8!important"
:img-path "/img/"
:logo-bgcolor nil
:logo-name-en "logo_medium.png"
:logo-name-sm-en "logo_small.png"
:logo-content-origin "initial"
:navbar-logo-name "logo_small.png"
:navbar-logo-name-en "logo_small.png"
:phase-color "#111"
:phase-bgcolor "#f8f8f8"
:phase-bgcolor-active "#e8e8e8"
:phase-bgcolor-completed "#dff0d8"
:collapse-bgcolor "#fff"
:collapse-heading-color "#008278"
:table-bgcolor "#f8f8f8"
:table-heading-color "#fff"
:table-heading-bgcolor "#7b1c58"
:table-hover-bgcolor "#b7dddb"
:table-text-color "#111"
:header-border "4px solid #7276b1"
:table-shadow "10px -12px 21px -14px rgba(0,0,0,0.75)"
:link-color "#025b96"
:footer-color "#fff"
:footer-bgcolor "#7b1c58"
:button-navbar-font-weight 400}