vipassana-design-standards 0.0.24 → 0.0.25
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/css/bootstrap5-theme.css +24 -24
- package/dist/css/bootstrap5-theme.min.css +1 -1
- package/dist/css/bootstrap5-theme.rtl.css +24 -24
- package/dist/css/bootstrap5-theme.rtl.min.css +1 -1
- package/dist/css/fonts-ar.css +2 -2
- package/dist/css/fonts-ar.min.css +1 -1
- package/dist/css/fonts-fa.css +2 -2
- package/dist/css/fonts-fa.min.css +1 -1
- package/dist/css/fonts-gu.css +6 -6
- package/dist/css/fonts-gu.min.css +1 -1
- package/dist/css/fonts-he.css +6 -6
- package/dist/css/fonts-he.min.css +1 -1
- package/dist/css/fonts-ja.css +240 -240
- package/dist/css/fonts-ja.min.css +1 -1
- package/dist/css/fonts-km.css +6 -6
- package/dist/css/fonts-km.min.css +1 -1
- package/dist/css/fonts-ko.css +240 -240
- package/dist/css/fonts-ko.min.css +1 -1
- package/dist/css/fonts-or.css +6 -6
- package/dist/css/fonts-or.min.css +1 -1
- package/dist/css/fonts-si.css +6 -6
- package/dist/css/fonts-si.min.css +1 -1
- package/dist/css/fonts-ta.css +6 -6
- package/dist/css/fonts-ta.min.css +1 -1
- package/dist/css/fonts-te.css +6 -6
- package/dist/css/fonts-te.min.css +1 -1
- package/dist/css/fonts-th.css +6 -6
- package/dist/css/fonts-th.min.css +1 -1
- package/dist/css/fonts-zh-HANS.css +194 -194
- package/dist/css/fonts-zh-HANS.min.css +1 -1
- package/dist/css/fonts-zh-HANT-HK.css +210 -210
- package/dist/css/fonts-zh-HANT-HK.min.css +1 -1
- package/dist/css/fonts-zh-HANT.css +202 -202
- package/dist/css/fonts-zh-HANT.min.css +1 -1
- package/dist/css/fonts.css +24 -24
- package/dist/css/fonts.min.css +1 -1
- package/dist/js/helpers.js +1 -1
- package/dist/js/i18n.js +1 -1
- package/dist/js/react-helpers.jsx +1 -1
- package/package.json +3 -3
- package/src/stylesheets/bootstrap5-theme.scss +24 -0
- package/src/stylesheets/custom-bootstrap-utilities.scss +143 -0
- package/src/stylesheets/custom-bootstrap-variables.scss +123 -0
- package/src/stylesheets/custom-bootstrap.scss +159 -0
- package/src/stylesheets/fonts.scss +306 -0
- package/src/stylesheets/index.css +198 -0
- package/src/stylesheets/layout/vds-header.scss +42 -0
- package/src/stylesheets/layout/vds-layout.scss +90 -0
- package/src/stylesheets/layout/vds-mixins.scss +5 -0
- package/src/stylesheets/layout/vds-sidenav.scss +43 -0
- package/src/stylesheets/logo.scss +213 -0
- package/src/stylesheets/mixins.scss +11 -0
- package/src/stylesheets/specific-fonts/fonts-ar.css +22 -0
- package/src/stylesheets/specific-fonts/fonts-fa.css +22 -0
- package/src/stylesheets/specific-fonts/fonts-gu.css +62 -0
- package/src/stylesheets/specific-fonts/fonts-he.css +60 -0
- package/src/stylesheets/specific-fonts/fonts-ja.css +2160 -0
- package/src/stylesheets/specific-fonts/fonts-km.css +60 -0
- package/src/stylesheets/specific-fonts/fonts-ko.css +2160 -0
- package/src/stylesheets/specific-fonts/fonts-or.css +60 -0
- package/src/stylesheets/specific-fonts/fonts-si.css +60 -0
- package/src/stylesheets/specific-fonts/fonts-ta.css +60 -0
- package/src/stylesheets/specific-fonts/fonts-te.css +60 -0
- package/src/stylesheets/specific-fonts/fonts-th.css +60 -0
- package/src/stylesheets/specific-fonts/fonts-zh-HANS.css +1746 -0
- package/src/stylesheets/specific-fonts/fonts-zh-HANT-HK.css +1890 -0
- package/src/stylesheets/specific-fonts/fonts-zh-HANT.css +1818 -0
- package/dist/fonts/FootlightMTProBold.woff +0 -0
- package/dist/fonts/FootlightMTProBoldItalic.woff +0 -0
- package/dist/fonts/FootlightMTProExtraBold.woff +0 -0
- package/dist/fonts/FootlightMTProExtraBoldIt.woff +0 -0
- package/dist/fonts/FootlightMTProItalic.woff +0 -0
- package/dist/fonts/FootlightMTProLight.base64.js +0 -1
- package/dist/fonts/FootlightMTProLight.woff +0 -0
- package/dist/fonts/FootlightMTProLightItalic.woff +0 -0
- package/dist/fonts/FootlightMTProRegular.woff +0 -0
- package/dist/fonts/OFL.txt +0 -93
|
@@ -0,0 +1,159 @@
|
|
|
1
|
+
// Alerts
|
|
2
|
+
.alert-danger {
|
|
3
|
+
--bs-alert-color: #{$red-700};
|
|
4
|
+
--bs-alert-bg: #{$red-200};
|
|
5
|
+
}
|
|
6
|
+
.alert-success {
|
|
7
|
+
--bs-alert-color: #{$green-700};
|
|
8
|
+
--bs-alert-bg: #{$green-200};
|
|
9
|
+
}
|
|
10
|
+
.alert-primary {
|
|
11
|
+
--bs-alert-color: #{$blue-800};
|
|
12
|
+
--bs-alert-bg: #{$blue-200};
|
|
13
|
+
}
|
|
14
|
+
.alert-secondary {
|
|
15
|
+
--bs-alert-color: #{$gold-800};
|
|
16
|
+
--bs-alert-bg: #{$gold-200};
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
// Buttons
|
|
20
|
+
.btn {
|
|
21
|
+
display: inline-flex;
|
|
22
|
+
align-items: center;
|
|
23
|
+
}
|
|
24
|
+
.btn-secondary, .btn-info {
|
|
25
|
+
--bs-btn-color: white;
|
|
26
|
+
--bs-btn-hover-color: white;
|
|
27
|
+
--bs-btn-active-color: white;
|
|
28
|
+
--bs-btn-disabled-color: white;
|
|
29
|
+
}
|
|
30
|
+
.btn-light {
|
|
31
|
+
--bs-btn-color: $dark;
|
|
32
|
+
--bs-btn-hover-color: $dark;
|
|
33
|
+
--bs-btn-active-color: $dark;
|
|
34
|
+
--bs-btn-disabled-color: $dark;
|
|
35
|
+
--bs-btn-hover-bg: var(--bs-gray-200);
|
|
36
|
+
--bs-btn-bg: white;
|
|
37
|
+
}
|
|
38
|
+
.btn-outline-secondary:hover {
|
|
39
|
+
color: white;
|
|
40
|
+
}
|
|
41
|
+
.btn-with-icon {
|
|
42
|
+
display: inline-flex;
|
|
43
|
+
align-items: center;
|
|
44
|
+
|
|
45
|
+
img, i {
|
|
46
|
+
margin-right: .5rem;
|
|
47
|
+
}
|
|
48
|
+
|
|
49
|
+
img {
|
|
50
|
+
height: 1rem;
|
|
51
|
+
}
|
|
52
|
+
}
|
|
53
|
+
|
|
54
|
+
.text-bg-secondary {
|
|
55
|
+
color: white !important;
|
|
56
|
+
}
|
|
57
|
+
// Button Ripple effect
|
|
58
|
+
.ripple-effect {
|
|
59
|
+
position: relative;
|
|
60
|
+
overflow: hidden;
|
|
61
|
+
transform: translate3d(0, 0, 0);
|
|
62
|
+
&:after {
|
|
63
|
+
content: "";
|
|
64
|
+
display: block;
|
|
65
|
+
position: absolute;
|
|
66
|
+
width: 100%;
|
|
67
|
+
height: 100%;
|
|
68
|
+
top: 0;
|
|
69
|
+
left: 0;
|
|
70
|
+
pointer-events: none;
|
|
71
|
+
background-image: radial-gradient(circle, #000 10%, transparent 10.01%);
|
|
72
|
+
background-repeat: no-repeat;
|
|
73
|
+
background-position: 50%;
|
|
74
|
+
transform: scale(10, 10);
|
|
75
|
+
opacity: 0;
|
|
76
|
+
transition: transform .3s, opacity 1s;
|
|
77
|
+
}
|
|
78
|
+
&:active:after {
|
|
79
|
+
transform: scale(0, 0);
|
|
80
|
+
opacity: .2;
|
|
81
|
+
transition: 0s;
|
|
82
|
+
}
|
|
83
|
+
}
|
|
84
|
+
.btn:not(.btn-link) {
|
|
85
|
+
@extend .ripple-effect;
|
|
86
|
+
}
|
|
87
|
+
.btn.dropdown-toggle:after {
|
|
88
|
+
display: none; // remove caret
|
|
89
|
+
}
|
|
90
|
+
.btn[type=submit] {
|
|
91
|
+
width: 100%;
|
|
92
|
+
justify-content: center;
|
|
93
|
+
}
|
|
94
|
+
|
|
95
|
+
// Form
|
|
96
|
+
.form-group {
|
|
97
|
+
margin-bottom: 1rem;
|
|
98
|
+
}
|
|
99
|
+
.form-check-input, .form-check-label {
|
|
100
|
+
cursor: pointer;
|
|
101
|
+
}
|
|
102
|
+
.form-label {
|
|
103
|
+
font-size: .9rem;
|
|
104
|
+
opacity: .8;
|
|
105
|
+
margin-bottom: 5px;
|
|
106
|
+
}
|
|
107
|
+
.form-select {
|
|
108
|
+
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 18'%3e%3cpath fill='none' stroke='%23a1a1a1' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
|
|
109
|
+
&.auto-resize {
|
|
110
|
+
padding-right: 2.3em;
|
|
111
|
+
}
|
|
112
|
+
}
|
|
113
|
+
.form-check {
|
|
114
|
+
margin-bottom: .25rem;
|
|
115
|
+
}
|
|
116
|
+
.input-group-text {
|
|
117
|
+
background-color: var(--bs-light);
|
|
118
|
+
}
|
|
119
|
+
// mandatory asterix for required inputs
|
|
120
|
+
abbr[title], abbr[data-original-title] {
|
|
121
|
+
cursor: help;
|
|
122
|
+
color: var(--bs-danger);
|
|
123
|
+
border: none;
|
|
124
|
+
text-decoration: none !important;
|
|
125
|
+
}
|
|
126
|
+
|
|
127
|
+
// Card
|
|
128
|
+
.card {
|
|
129
|
+
@extend .shadow-sm;
|
|
130
|
+
@include media-breakpoint-down(md) {
|
|
131
|
+
--bs-card-cap-padding-x: 1rem;
|
|
132
|
+
--bs-card-spacer-x: 1rem;
|
|
133
|
+
}
|
|
134
|
+
}
|
|
135
|
+
|
|
136
|
+
// Modal
|
|
137
|
+
.modal .modal-dialog {
|
|
138
|
+
@extend .modal-fullscreen-md-down;
|
|
139
|
+
transform-origin: center bottom;
|
|
140
|
+
|
|
141
|
+
.modal-header {
|
|
142
|
+
.modal-title {
|
|
143
|
+
@extend .ff-heading;
|
|
144
|
+
@extend .fs-2;
|
|
145
|
+
@extend .text-primary;
|
|
146
|
+
}
|
|
147
|
+
.btn-close {
|
|
148
|
+
margin-top: 0;
|
|
149
|
+
}
|
|
150
|
+
}
|
|
151
|
+
.modal-footer {
|
|
152
|
+
padding-top: 0;
|
|
153
|
+
}
|
|
154
|
+
}
|
|
155
|
+
|
|
156
|
+
// Other
|
|
157
|
+
.dropdown-item {
|
|
158
|
+
cursor: pointer;
|
|
159
|
+
}
|
|
@@ -0,0 +1,306 @@
|
|
|
1
|
+
/* Declare font base on language.
|
|
2
|
+
Code generated in index.html #css-variables
|
|
3
|
+
*/
|
|
4
|
+
|
|
5
|
+
:root { --vds-font-family: 'Noto Sans'; --vds-headings-font-family: 'FootLight'; }
|
|
6
|
+
[lang="en"] { --vds-font-family: 'Noto Sans'; --vds-headings-font-family: 'FootLight'; }
|
|
7
|
+
[lang="bg"] { --vds-font-family: 'Noto Sans'; --vds-headings-font-family: 'Noto Sans'; }
|
|
8
|
+
[lang="ca"] { --vds-font-family: 'Noto Sans'; --vds-headings-font-family: 'FootLight'; }
|
|
9
|
+
[lang="cs"] { --vds-font-family: 'Noto Sans'; --vds-headings-font-family: 'FootLight'; }
|
|
10
|
+
[lang="da"] { --vds-font-family: 'Noto Sans'; --vds-headings-font-family: 'FootLight'; }
|
|
11
|
+
[lang="de"] { --vds-font-family: 'Noto Sans'; --vds-headings-font-family: 'FootLight'; }
|
|
12
|
+
[lang="el"] { --vds-font-family: 'Noto Sans'; --vds-headings-font-family: 'Noto Sans'; }
|
|
13
|
+
[lang="es"] { --vds-font-family: 'Noto Sans'; --vds-headings-font-family: 'FootLight'; }
|
|
14
|
+
[lang="fa"] { --vds-font-family: 'Noto Sans Arabic'; --vds-headings-font-family: 'Noto Sans Arabic'; }
|
|
15
|
+
[lang="fi"] { --vds-font-family: 'Noto Sans'; --vds-headings-font-family: 'FootLight'; }
|
|
16
|
+
[lang="fr"] { --vds-font-family: 'Noto Sans'; --vds-headings-font-family: 'FootLight'; }
|
|
17
|
+
[lang="gu"] { --vds-font-family: 'Noto Sans Gujarati'; --vds-headings-font-family: 'Noto Sans Gujarati'; }
|
|
18
|
+
[lang="he"] { --vds-font-family: 'Noto Sans Hebrew'; --vds-headings-font-family: 'Noto Sans Hebrew'; }
|
|
19
|
+
[lang="hi"] { --vds-font-family: 'Noto Sans'; --vds-headings-font-family: 'FootLight'; }
|
|
20
|
+
[lang="hu"] { --vds-font-family: 'Noto Sans'; --vds-headings-font-family: 'FootLight'; }
|
|
21
|
+
[lang="id"] { --vds-font-family: 'Noto Sans'; --vds-headings-font-family: 'FootLight'; }
|
|
22
|
+
[lang="it"] { --vds-font-family: 'Noto Sans'; --vds-headings-font-family: 'FootLight'; }
|
|
23
|
+
[lang="ja"] { --vds-font-family: 'Noto Sans JP'; --vds-headings-font-family: 'Noto Sans JP'; }
|
|
24
|
+
[lang="km"] { --vds-font-family: 'Noto Sans Khmer'; --vds-headings-font-family: 'Noto Sans Khmer'; }
|
|
25
|
+
[lang="ko"] { --vds-font-family: 'Noto Sans KR'; --vds-headings-font-family: 'Noto Sans KR'; }
|
|
26
|
+
[lang="lt"] { --vds-font-family: 'Noto Sans'; --vds-headings-font-family: 'FootLight'; }
|
|
27
|
+
[lang="lv"] { --vds-font-family: 'Noto Sans'; --vds-headings-font-family: 'FootLight'; }
|
|
28
|
+
[lang="mk"] { --vds-font-family: 'Noto Sans'; --vds-headings-font-family: 'Noto Sans'; }
|
|
29
|
+
[lang="mr"] { --vds-font-family: 'Noto Sans'; --vds-headings-font-family: 'FootLight'; }
|
|
30
|
+
[lang="nl"] { --vds-font-family: 'Noto Sans'; --vds-headings-font-family: 'FootLight'; }
|
|
31
|
+
[lang="or"] { --vds-font-family: 'Noto Sans Oriya'; --vds-headings-font-family: 'Noto Sans Oriya'; }
|
|
32
|
+
[lang="pl"] { --vds-font-family: 'Noto Sans'; --vds-headings-font-family: 'FootLight'; }
|
|
33
|
+
[lang="pt"] { --vds-font-family: 'Noto Sans'; --vds-headings-font-family: 'FootLight'; }
|
|
34
|
+
[lang="ro"] { --vds-font-family: 'Noto Sans'; --vds-headings-font-family: 'FootLight'; }
|
|
35
|
+
[lang="ru"] { --vds-font-family: 'Noto Sans'; --vds-headings-font-family: 'Noto Sans'; }
|
|
36
|
+
[lang="si"] { --vds-font-family: 'Noto Sans Sinhala'; --vds-headings-font-family: 'Noto Sans Sinhala'; }
|
|
37
|
+
[lang="sl"] { --vds-font-family: 'Noto Sans'; --vds-headings-font-family: 'FootLight'; }
|
|
38
|
+
[lang="sr"] { --vds-font-family: 'Noto Sans'; --vds-headings-font-family: 'Noto Sans'; }
|
|
39
|
+
[lang="sv"] { --vds-font-family: 'Noto Sans'; --vds-headings-font-family: 'FootLight'; }
|
|
40
|
+
[lang="ta"] { --vds-font-family: 'Noto Sans Tamil'; --vds-headings-font-family: 'Noto Sans Tamil'; }
|
|
41
|
+
[lang="te"] { --vds-font-family: 'Noto Sans Telugu'; --vds-headings-font-family: 'Noto Sans Telugu'; }
|
|
42
|
+
[lang="th"] { --vds-font-family: 'Noto Sans Thai'; --vds-headings-font-family: 'Noto Sans Thai'; }
|
|
43
|
+
[lang="tr"] { --vds-font-family: 'Noto Sans'; --vds-headings-font-family: 'FootLight'; }
|
|
44
|
+
[lang="uk"] { --vds-font-family: 'Noto Sans'; --vds-headings-font-family: 'Noto Sans'; }
|
|
45
|
+
[lang="vi"] { --vds-font-family: 'Noto Sans'; --vds-headings-font-family: 'Noto Sans'; }
|
|
46
|
+
[lang="zh-HANS"] { --vds-font-family: 'Noto Sans SC'; --vds-headings-font-family: 'Noto Sans SC'; }
|
|
47
|
+
[lang="zh-HANT"] { --vds-font-family: 'Noto Sans TC'; --vds-headings-font-family: 'Noto Sans TC'; }
|
|
48
|
+
[lang="zh-HANT-HK"] { --vds-font-family: 'Noto Sans HK'; --vds-headings-font-family: 'Noto Sans HK'; }
|
|
49
|
+
|
|
50
|
+
@font-face {
|
|
51
|
+
font-family: 'FootLight';
|
|
52
|
+
src: url('https://design-standards.dhamma.org/dist/fonts/FootlightMTProLight.woff');
|
|
53
|
+
font-weight: normal;
|
|
54
|
+
font-style: normal;
|
|
55
|
+
}
|
|
56
|
+
@font-face {
|
|
57
|
+
font-family: 'FootLight';
|
|
58
|
+
src: url('https://design-standards.dhamma.org/dist/fonts/FootlightMTProRegular.woff');
|
|
59
|
+
font-weight: 600;
|
|
60
|
+
font-style: normal;
|
|
61
|
+
}
|
|
62
|
+
|
|
63
|
+
/*
|
|
64
|
+
https: //fonts.googleapis.com/css2?family=Noto+Sans:wght@300;400;500&display=swap
|
|
65
|
+
Replace font-weight declaration from 500 to 600, so font-weight:bold use actually Noto Sans:500
|
|
66
|
+
*/
|
|
67
|
+
|
|
68
|
+
/* cyrillic-ext */
|
|
69
|
+
@font-face {
|
|
70
|
+
font-family: 'Noto Sans';
|
|
71
|
+
font-style: normal;
|
|
72
|
+
font-weight: 300;
|
|
73
|
+
font-display: swap;
|
|
74
|
+
src: url(https://design-standards.dhamma.org/dist/fonts/notosans/v30/o-0NIpQlx3QUlC5A4PNjThZVadyB1Wk.woff2) format('woff2');
|
|
75
|
+
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
|
|
76
|
+
}
|
|
77
|
+
|
|
78
|
+
/* cyrillic */
|
|
79
|
+
@font-face {
|
|
80
|
+
font-family: 'Noto Sans';
|
|
81
|
+
font-style: normal;
|
|
82
|
+
font-weight: 300;
|
|
83
|
+
font-display: swap;
|
|
84
|
+
src: url(https://design-standards.dhamma.org/dist/fonts/notosans/v30/o-0NIpQlx3QUlC5A4PNjThZVYNyB1Wk.woff2) format('woff2');
|
|
85
|
+
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
|
|
86
|
+
}
|
|
87
|
+
|
|
88
|
+
/* devanagari */
|
|
89
|
+
@font-face {
|
|
90
|
+
font-family: 'Noto Sans';
|
|
91
|
+
font-style: normal;
|
|
92
|
+
font-weight: 300;
|
|
93
|
+
font-display: swap;
|
|
94
|
+
src: url(https://design-standards.dhamma.org/dist/fonts/notosans/v30/o-0NIpQlx3QUlC5A4PNjThZVZdyB1Wk.woff2) format('woff2');
|
|
95
|
+
unicode-range: U+0900-097F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FF;
|
|
96
|
+
}
|
|
97
|
+
|
|
98
|
+
/* greek-ext */
|
|
99
|
+
@font-face {
|
|
100
|
+
font-family: 'Noto Sans';
|
|
101
|
+
font-style: normal;
|
|
102
|
+
font-weight: 300;
|
|
103
|
+
font-display: swap;
|
|
104
|
+
src: url(https://design-standards.dhamma.org/dist/fonts/notosans/v30/o-0NIpQlx3QUlC5A4PNjThZVaNyB1Wk.woff2) format('woff2');
|
|
105
|
+
unicode-range: U+1F00-1FFF;
|
|
106
|
+
}
|
|
107
|
+
|
|
108
|
+
/* greek */
|
|
109
|
+
@font-face {
|
|
110
|
+
font-family: 'Noto Sans';
|
|
111
|
+
font-style: normal;
|
|
112
|
+
font-weight: 300;
|
|
113
|
+
font-display: swap;
|
|
114
|
+
src: url(https://design-standards.dhamma.org/dist/fonts/notosans/v30/o-0NIpQlx3QUlC5A4PNjThZVZ9yB1Wk.woff2) format('woff2');
|
|
115
|
+
unicode-range: U+0370-03FF;
|
|
116
|
+
}
|
|
117
|
+
|
|
118
|
+
/* vietnamese */
|
|
119
|
+
@font-face {
|
|
120
|
+
font-family: 'Noto Sans';
|
|
121
|
+
font-style: normal;
|
|
122
|
+
font-weight: 300;
|
|
123
|
+
font-display: swap;
|
|
124
|
+
src: url(https://design-standards.dhamma.org/dist/fonts/notosans/v30/o-0NIpQlx3QUlC5A4PNjThZVa9yB1Wk.woff2) format('woff2');
|
|
125
|
+
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
|
|
126
|
+
}
|
|
127
|
+
|
|
128
|
+
/* latin-ext */
|
|
129
|
+
@font-face {
|
|
130
|
+
font-family: 'Noto Sans';
|
|
131
|
+
font-style: normal;
|
|
132
|
+
font-weight: 300;
|
|
133
|
+
font-display: swap;
|
|
134
|
+
src: url(https://design-standards.dhamma.org/dist/fonts/notosans/v30/o-0NIpQlx3QUlC5A4PNjThZVatyB1Wk.woff2) format('woff2');
|
|
135
|
+
unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
|
|
136
|
+
}
|
|
137
|
+
|
|
138
|
+
/* latin */
|
|
139
|
+
@font-face {
|
|
140
|
+
font-family: 'Noto Sans';
|
|
141
|
+
font-style: normal;
|
|
142
|
+
font-weight: 300;
|
|
143
|
+
font-display: swap;
|
|
144
|
+
src: url(https://design-standards.dhamma.org/dist/fonts/notosans/v30/o-0NIpQlx3QUlC5A4PNjThZVZNyB.woff2) format('woff2');
|
|
145
|
+
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
|
|
146
|
+
}
|
|
147
|
+
|
|
148
|
+
/* cyrillic-ext */
|
|
149
|
+
@font-face {
|
|
150
|
+
font-family: 'Noto Sans';
|
|
151
|
+
font-style: normal;
|
|
152
|
+
font-weight: 400;
|
|
153
|
+
font-display: swap;
|
|
154
|
+
src: url(https://design-standards.dhamma.org/dist/fonts/notosans/v30/o-0IIpQlx3QUlC5A4PNr6DRAW_0.woff2) format('woff2');
|
|
155
|
+
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
|
|
156
|
+
}
|
|
157
|
+
|
|
158
|
+
/* cyrillic */
|
|
159
|
+
@font-face {
|
|
160
|
+
font-family: 'Noto Sans';
|
|
161
|
+
font-style: normal;
|
|
162
|
+
font-weight: 400;
|
|
163
|
+
font-display: swap;
|
|
164
|
+
src: url(https://design-standards.dhamma.org/dist/fonts/notosans/v30/o-0IIpQlx3QUlC5A4PNr4TRAW_0.woff2) format('woff2');
|
|
165
|
+
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
|
|
166
|
+
}
|
|
167
|
+
|
|
168
|
+
/* devanagari */
|
|
169
|
+
@font-face {
|
|
170
|
+
font-family: 'Noto Sans';
|
|
171
|
+
font-style: normal;
|
|
172
|
+
font-weight: 400;
|
|
173
|
+
font-display: swap;
|
|
174
|
+
src: url(https://design-standards.dhamma.org/dist/fonts/notosans/v30/o-0IIpQlx3QUlC5A4PNr5DRAW_0.woff2) format('woff2');
|
|
175
|
+
unicode-range: U+0900-097F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FF;
|
|
176
|
+
}
|
|
177
|
+
|
|
178
|
+
/* greek-ext */
|
|
179
|
+
@font-face {
|
|
180
|
+
font-family: 'Noto Sans';
|
|
181
|
+
font-style: normal;
|
|
182
|
+
font-weight: 400;
|
|
183
|
+
font-display: swap;
|
|
184
|
+
src: url(https://design-standards.dhamma.org/dist/fonts/notosans/v30/o-0IIpQlx3QUlC5A4PNr6TRAW_0.woff2) format('woff2');
|
|
185
|
+
unicode-range: U+1F00-1FFF;
|
|
186
|
+
}
|
|
187
|
+
|
|
188
|
+
/* greek */
|
|
189
|
+
@font-face {
|
|
190
|
+
font-family: 'Noto Sans';
|
|
191
|
+
font-style: normal;
|
|
192
|
+
font-weight: 400;
|
|
193
|
+
font-display: swap;
|
|
194
|
+
src: url(https://design-standards.dhamma.org/dist/fonts/notosans/v30/o-0IIpQlx3QUlC5A4PNr5jRAW_0.woff2) format('woff2');
|
|
195
|
+
unicode-range: U+0370-03FF;
|
|
196
|
+
}
|
|
197
|
+
|
|
198
|
+
/* vietnamese */
|
|
199
|
+
@font-face {
|
|
200
|
+
font-family: 'Noto Sans';
|
|
201
|
+
font-style: normal;
|
|
202
|
+
font-weight: 400;
|
|
203
|
+
font-display: swap;
|
|
204
|
+
src: url(https://design-standards.dhamma.org/dist/fonts/notosans/v30/o-0IIpQlx3QUlC5A4PNr6jRAW_0.woff2) format('woff2');
|
|
205
|
+
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
|
|
206
|
+
}
|
|
207
|
+
|
|
208
|
+
/* latin-ext */
|
|
209
|
+
@font-face {
|
|
210
|
+
font-family: 'Noto Sans';
|
|
211
|
+
font-style: normal;
|
|
212
|
+
font-weight: 400;
|
|
213
|
+
font-display: swap;
|
|
214
|
+
src: url(https://design-standards.dhamma.org/dist/fonts/notosans/v30/o-0IIpQlx3QUlC5A4PNr6zRAW_0.woff2) format('woff2');
|
|
215
|
+
unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
|
|
216
|
+
}
|
|
217
|
+
|
|
218
|
+
/* latin */
|
|
219
|
+
@font-face {
|
|
220
|
+
font-family: 'Noto Sans';
|
|
221
|
+
font-style: normal;
|
|
222
|
+
font-weight: 400;
|
|
223
|
+
font-display: swap;
|
|
224
|
+
src: url(https://design-standards.dhamma.org/dist/fonts/notosans/v30/o-0IIpQlx3QUlC5A4PNr5TRA.woff2) format('woff2');
|
|
225
|
+
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
|
|
226
|
+
}
|
|
227
|
+
|
|
228
|
+
/* cyrillic-ext */
|
|
229
|
+
@font-face {
|
|
230
|
+
font-family: 'Noto Sans';
|
|
231
|
+
font-style: normal;
|
|
232
|
+
font-weight: 600;
|
|
233
|
+
font-display: swap;
|
|
234
|
+
src: url(https://design-standards.dhamma.org/dist/fonts/notosans/v30/o-0NIpQlx3QUlC5A4PNjFhdVadyB1Wk.woff2) format('woff2');
|
|
235
|
+
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
|
|
236
|
+
}
|
|
237
|
+
|
|
238
|
+
/* cyrillic */
|
|
239
|
+
@font-face {
|
|
240
|
+
font-family: 'Noto Sans';
|
|
241
|
+
font-style: normal;
|
|
242
|
+
font-weight: 600;
|
|
243
|
+
font-display: swap;
|
|
244
|
+
src: url(https://design-standards.dhamma.org/dist/fonts/notosans/v30/o-0NIpQlx3QUlC5A4PNjFhdVYNyB1Wk.woff2) format('woff2');
|
|
245
|
+
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
|
|
246
|
+
}
|
|
247
|
+
|
|
248
|
+
/* devanagari */
|
|
249
|
+
@font-face {
|
|
250
|
+
font-family: 'Noto Sans';
|
|
251
|
+
font-style: normal;
|
|
252
|
+
font-weight: 600;
|
|
253
|
+
font-display: swap;
|
|
254
|
+
src: url(https://design-standards.dhamma.org/dist/fonts/notosans/v30/o-0NIpQlx3QUlC5A4PNjFhdVZdyB1Wk.woff2) format('woff2');
|
|
255
|
+
unicode-range: U+0900-097F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FF;
|
|
256
|
+
}
|
|
257
|
+
|
|
258
|
+
/* greek-ext */
|
|
259
|
+
@font-face {
|
|
260
|
+
font-family: 'Noto Sans';
|
|
261
|
+
font-style: normal;
|
|
262
|
+
font-weight: 600;
|
|
263
|
+
font-display: swap;
|
|
264
|
+
src: url(https://design-standards.dhamma.org/dist/fonts/notosans/v30/o-0NIpQlx3QUlC5A4PNjFhdVaNyB1Wk.woff2) format('woff2');
|
|
265
|
+
unicode-range: U+1F00-1FFF;
|
|
266
|
+
}
|
|
267
|
+
|
|
268
|
+
/* greek */
|
|
269
|
+
@font-face {
|
|
270
|
+
font-family: 'Noto Sans';
|
|
271
|
+
font-style: normal;
|
|
272
|
+
font-weight: 600;
|
|
273
|
+
font-display: swap;
|
|
274
|
+
src: url(https://design-standards.dhamma.org/dist/fonts/notosans/v30/o-0NIpQlx3QUlC5A4PNjFhdVZ9yB1Wk.woff2) format('woff2');
|
|
275
|
+
unicode-range: U+0370-03FF;
|
|
276
|
+
}
|
|
277
|
+
|
|
278
|
+
/* vietnamese */
|
|
279
|
+
@font-face {
|
|
280
|
+
font-family: 'Noto Sans';
|
|
281
|
+
font-style: normal;
|
|
282
|
+
font-weight: 600;
|
|
283
|
+
font-display: swap;
|
|
284
|
+
src: url(https://design-standards.dhamma.org/dist/fonts/notosans/v30/o-0NIpQlx3QUlC5A4PNjFhdVa9yB1Wk.woff2) format('woff2');
|
|
285
|
+
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
|
|
286
|
+
}
|
|
287
|
+
|
|
288
|
+
/* latin-ext */
|
|
289
|
+
@font-face {
|
|
290
|
+
font-family: 'Noto Sans';
|
|
291
|
+
font-style: normal;
|
|
292
|
+
font-weight: 600;
|
|
293
|
+
font-display: swap;
|
|
294
|
+
src: url(https://design-standards.dhamma.org/dist/fonts/notosans/v30/o-0NIpQlx3QUlC5A4PNjFhdVatyB1Wk.woff2) format('woff2');
|
|
295
|
+
unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
|
|
296
|
+
}
|
|
297
|
+
|
|
298
|
+
/* latin */
|
|
299
|
+
@font-face {
|
|
300
|
+
font-family: 'Noto Sans';
|
|
301
|
+
font-style: normal;
|
|
302
|
+
font-weight: 600;
|
|
303
|
+
font-display: swap;
|
|
304
|
+
src: url(https://design-standards.dhamma.org/dist/fonts/notosans/v30/o-0NIpQlx3QUlC5A4PNjFhdVZNyB.woff2) format('woff2');
|
|
305
|
+
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
|
|
306
|
+
}
|
|
@@ -0,0 +1,198 @@
|
|
|
1
|
+
:root {
|
|
2
|
+
--gold-dark: #9C6B14;
|
|
3
|
+
--black: #4F4D47;
|
|
4
|
+
--gold: #B78730;
|
|
5
|
+
--blue: #1E3461;
|
|
6
|
+
}
|
|
7
|
+
|
|
8
|
+
html, body {
|
|
9
|
+
font-size: 15px;
|
|
10
|
+
font-family: 'Noto Sans';
|
|
11
|
+
line-height: 1.7;
|
|
12
|
+
margin: 0;
|
|
13
|
+
padding: 0;
|
|
14
|
+
color: var(--black);
|
|
15
|
+
overflow-x: hidden;
|
|
16
|
+
overflow-y: auto;
|
|
17
|
+
}
|
|
18
|
+
.container {
|
|
19
|
+
visibility: hidden;
|
|
20
|
+
width: 900px;
|
|
21
|
+
margin: 0 auto;
|
|
22
|
+
padding: 1rem;
|
|
23
|
+
}
|
|
24
|
+
.container.ready {
|
|
25
|
+
visibility: visible;
|
|
26
|
+
}
|
|
27
|
+
.container h2:not(:first-child) {
|
|
28
|
+
margin-top: 5rem;
|
|
29
|
+
}
|
|
30
|
+
header {
|
|
31
|
+
font-size: 2rem;
|
|
32
|
+
margin: 0;
|
|
33
|
+
}
|
|
34
|
+
header.bordered {
|
|
35
|
+
border-bottom: 2px solid var(--gold);
|
|
36
|
+
}
|
|
37
|
+
header .container {
|
|
38
|
+
padding-bottom: .5rem;
|
|
39
|
+
}
|
|
40
|
+
|
|
41
|
+
section.main {
|
|
42
|
+
background: var(--black);
|
|
43
|
+
padding: 1rem 0;
|
|
44
|
+
text-align: center;
|
|
45
|
+
color: white;
|
|
46
|
+
}
|
|
47
|
+
section.main h2 {
|
|
48
|
+
line-height: 2rem;
|
|
49
|
+
margin-top: 0;
|
|
50
|
+
}
|
|
51
|
+
section.main p {
|
|
52
|
+
opacity: .8;
|
|
53
|
+
}
|
|
54
|
+
.logo-container {
|
|
55
|
+
margin-bottom: 2rem;
|
|
56
|
+
width: 3000px;
|
|
57
|
+
}
|
|
58
|
+
.logo-container.night {
|
|
59
|
+
background: var(--black);
|
|
60
|
+
padding: 1rem;
|
|
61
|
+
padding-bottom: 0.4rem;
|
|
62
|
+
border-radius: 3px;
|
|
63
|
+
}
|
|
64
|
+
.logo-container[dir=rtl] {
|
|
65
|
+
margin-left: -2150px;
|
|
66
|
+
}
|
|
67
|
+
a {
|
|
68
|
+
color: var(--gold-dark) !important;
|
|
69
|
+
}
|
|
70
|
+
button {
|
|
71
|
+
border: none;
|
|
72
|
+
padding: .4rem .7rem;
|
|
73
|
+
border-radius: .3rem;
|
|
74
|
+
font-weight: bold;
|
|
75
|
+
font-family: inherit;
|
|
76
|
+
color: white;
|
|
77
|
+
background-color: var(--black);
|
|
78
|
+
cursor: pointer;
|
|
79
|
+
font-size: 1rem;
|
|
80
|
+
display: inline-flex;
|
|
81
|
+
align-items: center;
|
|
82
|
+
}
|
|
83
|
+
button.btn-primary {
|
|
84
|
+
background-color: var(--gold);
|
|
85
|
+
}
|
|
86
|
+
button.btn-outline-primary {
|
|
87
|
+
border: 1px solid var(--gold);
|
|
88
|
+
background-color: transparent;
|
|
89
|
+
color: var(--gold);
|
|
90
|
+
}
|
|
91
|
+
button.btn-secondary {
|
|
92
|
+
background-color: var(--blue);
|
|
93
|
+
}
|
|
94
|
+
|
|
95
|
+
button i {
|
|
96
|
+
display: inline-block !important;
|
|
97
|
+
margin-right: .25em;
|
|
98
|
+
--ggs: .8;
|
|
99
|
+
}
|
|
100
|
+
|
|
101
|
+
select {
|
|
102
|
+
color: var(--black);
|
|
103
|
+
--bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
|
|
104
|
+
padding: 0.375rem 2.25rem 0.375rem 0.75rem;
|
|
105
|
+
font-size: 1rem;
|
|
106
|
+
font-weight: 400;
|
|
107
|
+
background-color: white;
|
|
108
|
+
background-image: var(--bs-form-select-bg-img),var(--bs-form-select-bg-icon,none);
|
|
109
|
+
background-repeat: no-repeat;
|
|
110
|
+
background-position: right 0.75rem center;
|
|
111
|
+
background-size: 16px 12px;
|
|
112
|
+
border: 1px solid #dee2e6;
|
|
113
|
+
border-radius: 3px;
|
|
114
|
+
transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
|
|
115
|
+
-webkit-appearance: none;
|
|
116
|
+
-moz-appearance: none;
|
|
117
|
+
appearance: none;
|
|
118
|
+
}
|
|
119
|
+
|
|
120
|
+
.filters {
|
|
121
|
+
margin-bottom: 2rem;
|
|
122
|
+
display: flex;
|
|
123
|
+
align-items: center;
|
|
124
|
+
}
|
|
125
|
+
|
|
126
|
+
select, button {
|
|
127
|
+
margin-right: .5em;
|
|
128
|
+
}
|
|
129
|
+
|
|
130
|
+
.alert {
|
|
131
|
+
font-size: .9em;
|
|
132
|
+
background: #b787301c;
|
|
133
|
+
padding: 0.7rem 1.2rem;
|
|
134
|
+
margin-top: 0.25rem;
|
|
135
|
+
display: inline-block;
|
|
136
|
+
border-radius: 3px;
|
|
137
|
+
}
|
|
138
|
+
|
|
139
|
+
.main-links a {
|
|
140
|
+
text-decoration: none !important;
|
|
141
|
+
}
|
|
142
|
+
.main-links a small {
|
|
143
|
+
margin-top: 3px;
|
|
144
|
+
font-size: .8em;
|
|
145
|
+
opacity: .8;
|
|
146
|
+
margin-left: 0.25em;
|
|
147
|
+
}
|
|
148
|
+
.main-links p {
|
|
149
|
+
margin-bottom: 0;
|
|
150
|
+
}
|
|
151
|
+
|
|
152
|
+
.section-light {
|
|
153
|
+
background: #4f4d471c;
|
|
154
|
+
margin-top: 3rem;
|
|
155
|
+
padding-bottom: 2rem;
|
|
156
|
+
margin-bottom: 1rem;
|
|
157
|
+
}
|
|
158
|
+
.section-light .alert {
|
|
159
|
+
background: #f8f9fa;
|
|
160
|
+
}
|
|
161
|
+
.section-light pre {
|
|
162
|
+
background-color: white;
|
|
163
|
+
}
|
|
164
|
+
|
|
165
|
+
.color-container {
|
|
166
|
+
display: flex;
|
|
167
|
+
align-items: center;
|
|
168
|
+
margin-bottom: 1rem;
|
|
169
|
+
}
|
|
170
|
+
.color-container .background {
|
|
171
|
+
height: 2.5rem;
|
|
172
|
+
color: white;
|
|
173
|
+
display: flex;
|
|
174
|
+
align-items: center;
|
|
175
|
+
width: 7rem;
|
|
176
|
+
justify-content: center;
|
|
177
|
+
border-radius: 3px;
|
|
178
|
+
}
|
|
179
|
+
.color-container .description {
|
|
180
|
+
padding-left: 1rem;
|
|
181
|
+
}
|
|
182
|
+
footer {
|
|
183
|
+
background: #4f4d471c;
|
|
184
|
+
text-align: center;
|
|
185
|
+
padding: 2rem 0;
|
|
186
|
+
margin-top: 2rem;
|
|
187
|
+
font-size: .9rem,
|
|
188
|
+
}
|
|
189
|
+
footer a {
|
|
190
|
+
color: inherit !important;
|
|
191
|
+
}
|
|
192
|
+
pre {
|
|
193
|
+
overflow: auto;
|
|
194
|
+
border-radius: 3px;
|
|
195
|
+
font-size: .9rem;
|
|
196
|
+
padding: 1rem;
|
|
197
|
+
background-color: #f8f9fa;
|
|
198
|
+
}
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
.vds-header {
|
|
2
|
+
text-align: center;
|
|
3
|
+
position: relative;
|
|
4
|
+
background-color: white;
|
|
5
|
+
color: $primary;
|
|
6
|
+
display: flex;
|
|
7
|
+
align-items: center;
|
|
8
|
+
@extend .d-print-none;
|
|
9
|
+
|
|
10
|
+
border-bottom: 2px solid $secondary;
|
|
11
|
+
@include media-breakpoint-up(md) {
|
|
12
|
+
border-top: .65rem solid $primary;
|
|
13
|
+
}
|
|
14
|
+
|
|
15
|
+
.vds-container {
|
|
16
|
+
--header-y-padding: 1.25rem;
|
|
17
|
+
@include media-breakpoint-down(md) {
|
|
18
|
+
--header-y-padding: .5rem;
|
|
19
|
+
}
|
|
20
|
+
padding: var(--header-y-padding) var(--layout-padding);
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
.vds-logo-link {
|
|
24
|
+
display: inline-flex;
|
|
25
|
+
text-decoration: none;
|
|
26
|
+
|
|
27
|
+
svg {
|
|
28
|
+
max-height: 40px;
|
|
29
|
+
max-width: 100%;
|
|
30
|
+
@include media-breakpoint-up(md) {
|
|
31
|
+
max-height: 70px;
|
|
32
|
+
}
|
|
33
|
+
}
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
.vds-locale-picker {
|
|
37
|
+
border: none;
|
|
38
|
+
padding-left: 0.7em;
|
|
39
|
+
color: $primary;
|
|
40
|
+
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 18'%3e%3cpath fill='none' stroke='%231e3461' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
|
|
41
|
+
}
|
|
42
|
+
}
|