-
Notifications
You must be signed in to change notification settings - Fork 23
/
Copy paththeme.edn
67 lines (60 loc) · 2.08 KB
/
theme.edn
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
62
63
64
65
66
67
{:font-family "'Lato', sans-serif"
:color1 "#cbd0d5"
:color2 "#008278"
:color3 "#64727e"
:color4 "#830051"
:nav-color "#595959"
:nav-active-color "#830051"
: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-fi "rems_logo_fi.png"
:logo-name-sm-fi "rems_logo_fi.png"
:logo-name-en "rems_logo_en.png"
:logo-name-sm-en "rems_logo_en.png"
:logo-name-sv "rems_logo_sv.png"
:logo-name-sm-sv "rems_logo_sv.png"
:logo-content-origin "initial"
:navbar-logo-name "rems_logo_en.png"
:navbar-logo-name-fi "rems_logo_fi.png"
:navbar-logo-name-en "rems_logo_en.png"
:navbar-logo-name-sv "rems_logo_sv.png"
:phase-color "#111"
:phase-bgcolor "#f8f8f8"
:phase-bgcolor-active "#e8e8e8"
;;:phase-background-active "repeating-linear-gradient(-60deg, #dff0d8, #dff0d8 16px, #f8f8f8 16px, #f8f8f8 32px)"
:phase-bgcolor-completed "#dff0d8"
;;:primary-button-color "#025b96"
;;:primary-button-bgcolor "#d0dced"
;;:primary-button-hover-bgcolor "#c9e2ae"
:collapse-bgcolor "#fff"
:collapse-heading-color "#008278"
:table-bgcolor "#f8f8f8"
:table-heading-color "#fff"
:table-heading-bgcolor "#008278" ;"#006778" ;"#006fb1"; "#008278" "#eef2f8"
:table-hover-bgcolor "#b7dddb"; "#eef2f8"; "#c9e2ae" ; "#f2f2f2"
:table-text-color "#111"
:header-border "4px solid #ccc"
:table-shadow "10px -12px 21px -14px rgba(0,0,0,0.75)"
:link-color "#025b96"
:footer-color "#595959"
:footer-bgcolor "#dfe1e3"
:button-navbar-font-weight 400}