@trimble-oss/modus-docs-hugo-theme 1.0.0-alpha1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (137) hide show
  1. package/LICENSE +21 -0
  2. package/README.md +43 -0
  3. package/assets/js/auto-complete.min.js +1 -0
  4. package/assets/js/loglevel-plugin-remote.min.js +1 -0
  5. package/assets/js/loglevel.min.js +2 -0
  6. package/assets/js/lunr.min.js +7 -0
  7. package/assets/js/scroll-to-top.js +33 -0
  8. package/assets/js/search.min.js +1 -0
  9. package/assets/js/tdcafLogger.min.js +1 -0
  10. package/assets/js/theme-toggle.js +48 -0
  11. package/assets/js/was-this-page-helpful.js +15 -0
  12. package/assets/styles/_article.scss +110 -0
  13. package/assets/styles/_autocomplete.scss +63 -0
  14. package/assets/styles/_cards.scss +25 -0
  15. package/assets/styles/_codefences-dark.scss +16 -0
  16. package/assets/styles/_codefences.scss +243 -0
  17. package/assets/styles/_col-sidebar.scss +3 -0
  18. package/assets/styles/_font-open-sans.scss +69 -0
  19. package/assets/styles/_footer.scss +4 -0
  20. package/assets/styles/_javascript-disabled.scss +21 -0
  21. package/assets/styles/_list-js.scss +27 -0
  22. package/assets/styles/_menu-right.scss +55 -0
  23. package/assets/styles/_mobile.scss +52 -0
  24. package/assets/styles/_navbar-search.scss +53 -0
  25. package/assets/styles/_navbar.scss +5 -0
  26. package/assets/styles/_news.scss +6 -0
  27. package/assets/styles/_onetrust-cookie-banner.scss +166 -0
  28. package/assets/styles/_posts.scss +17 -0
  29. package/assets/styles/_print.scss +5 -0
  30. package/assets/styles/_scroll-to-top-btn.scss +17 -0
  31. package/assets/styles/_sidebar.scss +65 -0
  32. package/assets/styles/_skippy.scss +15 -0
  33. package/assets/styles/_tables.scss +5 -0
  34. package/assets/styles/_theme-dark.scss +10 -0
  35. package/assets/styles/_theme-light.scss +5 -0
  36. package/assets/styles/_theme-toggle.scss +83 -0
  37. package/assets/styles/_utilities.scss +9 -0
  38. package/assets/styles/_was-this-page-helpful.scss +28 -0
  39. package/assets/styles/_xxl.scss +18 -0
  40. package/assets/styles/styles.scss +66 -0
  41. package/data/menu.yml +19 -0
  42. package/data/navbar_apps.yml +15 -0
  43. package/layouts/_default/_markup/render-heading.html +23 -0
  44. package/layouts/_default/_markup/render-image.html +4 -0
  45. package/layouts/_default/_markup/render-link.html +4 -0
  46. package/layouts/_default/baseof.html +65 -0
  47. package/layouts/_default/home.html +31 -0
  48. package/layouts/_default/list.html +41 -0
  49. package/layouts/_default/redirect.html +19 -0
  50. package/layouts/_default/single.html +113 -0
  51. package/layouts/index.json +18 -0
  52. package/layouts/index.rss.xml +49 -0
  53. package/layouts/partials/analytics.html +9 -0
  54. package/layouts/partials/blog-brief.html +34 -0
  55. package/layouts/partials/blog-share.html +58 -0
  56. package/layouts/partials/btn-theme-toggle.html +20 -0
  57. package/layouts/partials/card-component.html +29 -0
  58. package/layouts/partials/col-sidebar-menu.html +74 -0
  59. package/layouts/partials/col-sidebar.html +25 -0
  60. package/layouts/partials/custom-footer.html +1 -0
  61. package/layouts/partials/custom-header.html +1 -0
  62. package/layouts/partials/footer.html +13 -0
  63. package/layouts/partials/header.html +14 -0
  64. package/layouts/partials/icons/brands/codepen.svg +2 -0
  65. package/layouts/partials/icons/brands/facebook-square.svg +2 -0
  66. package/layouts/partials/icons/brands/github-alt.svg +1 -0
  67. package/layouts/partials/icons/brands/github.svg +2 -0
  68. package/layouts/partials/icons/brands/linkedin.svg +1 -0
  69. package/layouts/partials/icons/brands/square-x-twitter.svg +2 -0
  70. package/layouts/partials/icons/brands/vimeo-square.svg +2 -0
  71. package/layouts/partials/icons/modus-outlined/accessibility-circle.svg +3 -0
  72. package/layouts/partials/icons/modus-outlined/arrow-up.svg +3 -0
  73. package/layouts/partials/icons/modus-outlined/bar-graph-square.svg +3 -0
  74. package/layouts/partials/icons/modus-outlined/launch.svg +3 -0
  75. package/layouts/partials/icons/modus-outlined/menu.svg +3 -0
  76. package/layouts/partials/icons/modus-outlined/more-vertical.svg +3 -0
  77. package/layouts/partials/icons/modus-outlined/person-account.svg +3 -0
  78. package/layouts/partials/icons/modus-outlined/search.svg +3 -0
  79. package/layouts/partials/icons/modus-outlined/sync.svg +3 -0
  80. package/layouts/partials/icons/modus-outlined/thumbs-down.svg +3 -0
  81. package/layouts/partials/icons/modus-outlined/thumbs-up.svg +3 -0
  82. package/layouts/partials/icons/modus-outlined/web.svg +3 -0
  83. package/layouts/partials/icons/modus-solid/email.svg +3 -0
  84. package/layouts/partials/icons/modus-solid/palette.svg +3 -0
  85. package/layouts/partials/icons/navbar-toggler-icon.svg +1 -0
  86. package/layouts/partials/icons/transportation/truck.svg +3 -0
  87. package/layouts/partials/icons/trimble-logo.svg +1 -0
  88. package/layouts/partials/index/list-blog-brief.html +17 -0
  89. package/layouts/partials/logos/trimble.svg +1 -0
  90. package/layouts/partials/menu-right.html +24 -0
  91. package/layouts/partials/meta.html +81 -0
  92. package/layouts/partials/navbar-dropdown.html +21 -0
  93. package/layouts/partials/navbar-search.html +19 -0
  94. package/layouts/partials/navbar.html +31 -0
  95. package/layouts/partials/related-content.html +50 -0
  96. package/layouts/partials/skippy.html +11 -0
  97. package/layouts/partials/trimble-logo.html +47 -0
  98. package/layouts/partials/was-this-page-helpful.html +19 -0
  99. package/layouts/shortcodes/alert.html +18 -0
  100. package/layouts/shortcodes/blocks/cover.html +50 -0
  101. package/layouts/shortcodes/blocks/feature.html +17 -0
  102. package/layouts/shortcodes/blocks/link-down.html +7 -0
  103. package/layouts/shortcodes/blocks/section.html +13 -0
  104. package/layouts/shortcodes/checklist.html +7 -0
  105. package/layouts/shortcodes/cloakemail.html +38 -0
  106. package/layouts/shortcodes/date-today.html +1 -0
  107. package/layouts/shortcodes/example.html +50 -0
  108. package/layouts/shortcodes/iframe.html +24 -0
  109. package/layouts/shortcodes/img.html +10 -0
  110. package/layouts/shortcodes/markdown.html +1 -0
  111. package/layouts/shortcodes/message.html +7 -0
  112. package/layouts/shortcodes/partial.html +1 -0
  113. package/layouts/shortcodes/tab.html +55 -0
  114. package/layouts/shortcodes/table.html +9 -0
  115. package/layouts/shortcodes/tabpane.html +172 -0
  116. package/layouts/sitemap.xml +8 -0
  117. package/package.json +47 -0
  118. package/static/favicon.ico +0 -0
  119. package/static/favicon.svg +1 -0
  120. package/static/fonts/open-sans-v27-latin-300.woff +0 -0
  121. package/static/fonts/open-sans-v27-latin-300.woff2 +0 -0
  122. package/static/fonts/open-sans-v27-latin-300italic.woff +0 -0
  123. package/static/fonts/open-sans-v27-latin-300italic.woff2 +0 -0
  124. package/static/fonts/open-sans-v27-latin-600.woff +0 -0
  125. package/static/fonts/open-sans-v27-latin-600.woff2 +0 -0
  126. package/static/fonts/open-sans-v27-latin-700.woff +0 -0
  127. package/static/fonts/open-sans-v27-latin-700.woff2 +0 -0
  128. package/static/fonts/open-sans-v27-latin-800.woff +0 -0
  129. package/static/fonts/open-sans-v27-latin-800.woff2 +0 -0
  130. package/static/fonts/open-sans-v27-latin-italic.woff +0 -0
  131. package/static/fonts/open-sans-v27-latin-italic.woff2 +0 -0
  132. package/static/fonts/open-sans-v27-latin-regular.woff +0 -0
  133. package/static/fonts/open-sans-v27-latin-regular.woff2 +0 -0
  134. package/static/img/trimble-logo.svg +1 -0
  135. package/static/js/instant-page.min.js +2 -0
  136. package/static/js/theme-toggle.js +48 -0
  137. package/static/staticwebapp.config.json +24 -0
@@ -0,0 +1,243 @@
1
+ // syntax highlighting for code blocks
2
+ // https://gohugo.io/getting-started/configuration-markup#highlight
3
+
4
+ /* prettier-ignore */
5
+ /* stylelint-disable */
6
+ .highlight {
7
+ background-color: rgba(0, 0, 0, 0.05);
8
+ padding: 8px;
9
+ }
10
+ .highlight .hll {
11
+ background-color: #ffc;
12
+ }
13
+ .highlight pre {
14
+ margin-bottom: 0;
15
+ }
16
+ .highlight .c {
17
+ color: #60a0b0;
18
+ font-style: italic;
19
+ } /* Comment */
20
+ .highlight .err {
21
+ border: 1px solid #eee;
22
+ } /* Error */
23
+ .highlight .k {
24
+ color: #50a14f;
25
+ font-weight: bold;
26
+ } /* Keyword */
27
+ .highlight .o {
28
+ color: #666;
29
+ } /* Operator */
30
+ .highlight .ch {
31
+ color: #60a0b0;
32
+ font-style: italic;
33
+ } /* Comment.Hashbang */
34
+ .highlight .cm {
35
+ color: #a0a1a7;
36
+ font-style: italic;
37
+ } /* Comment.Multiline */
38
+ .highlight .cp {
39
+ color: #4078f2;
40
+ } /* Comment.Preproc */
41
+ .highlight .cpf {
42
+ color: #60a0b0;
43
+ font-style: italic;
44
+ } /* Comment.PreprocFile */
45
+ .highlight .c1 {
46
+ color: #a0a1a7;
47
+ font-style: italic;
48
+ } /* Comment.Single */
49
+ .highlight .cs {
50
+ color: #60a0b0;
51
+ background-color: #fbf;
52
+ } /* Comment.Special */
53
+ .highlight .gd {
54
+ color: #a00000;
55
+ } /* Generic.Deleted */
56
+ .highlight .ge {
57
+ font-style: italic;
58
+ } /* Generic.Emph */
59
+ .highlight .gr {
60
+ color: #f00;
61
+ } /* Generic.Error */
62
+ .highlight .gh {
63
+ color: #008;
64
+ font-weight: bold;
65
+ } /* Generic.Heading */
66
+ .highlight .gi {
67
+ color: #0a0;
68
+ } /* Generic.Inserted */
69
+ .highlight .go {
70
+ color: #888;
71
+ } /* Generic.Output */
72
+ .highlight .gp {
73
+ color: #c65d09;
74
+ font-weight: bold;
75
+ } /* Generic.Prompt */
76
+ .highlight .gs {
77
+ font-weight: bold;
78
+ } /* Generic.Strong */
79
+ .highlight .gu {
80
+ color: #808;
81
+ font-weight: bold;
82
+ } /* Generic.Subheading */
83
+ .highlight .gt {
84
+ color: #04d;
85
+ } /* Generic.Traceback */
86
+ .highlight .kc {
87
+ color: #08b;
88
+ font-weight: bold;
89
+ } /* Keyword.Constant */
90
+ .highlight .kd {
91
+ color: #a626a4;
92
+ font-weight: bold;
93
+ } /* Keyword.Declaration */
94
+ .highlight .kn {
95
+ color: #072;
96
+ font-weight: bold;
97
+ } /* Keyword.Namespace */
98
+ .highlight .kp {
99
+ color: #071;
100
+ } /* Keyword.Pseudo */
101
+ .highlight .kr {
102
+ color: #a626a4;
103
+ font-weight: bold;
104
+ } /* Keyword.Reserved */
105
+ .highlight .kt {
106
+ color: #920;
107
+ } /* Keyword.Type */
108
+ .highlight .m {
109
+ color: #40a070;
110
+ } /* Literal.Number */
111
+ .highlight .s {
112
+ color: #07a;
113
+ } /* Literal.String */
114
+ .highlight .na {
115
+ color: #690;
116
+ } /* Name.Attribute */
117
+ .highlight .nb {
118
+ color: #072;
119
+ } /* Name.Builtin */
120
+ .highlight .nc {
121
+ color: #0e84b5;
122
+ font-weight: bold;
123
+ } /* Name.Class */
124
+ .highlight .no {
125
+ color: #6ad;
126
+ } /* Name.Constant */
127
+ .highlight .nd {
128
+ color: #555;
129
+ font-weight: bold;
130
+ } /* Name.Decorator */
131
+ .highlight .ni {
132
+ color: #d55537;
133
+ font-weight: bold;
134
+ } /* Name.Entity */
135
+ .highlight .ne {
136
+ color: #007020;
137
+ } /* Name.Exception */
138
+ .highlight .nf {
139
+ color: #06287e;
140
+ } /* Name.Function */
141
+ .highlight .nl {
142
+ color: #002070;
143
+ font-weight: bold;
144
+ } /* Name.Label */
145
+ .highlight .nn {
146
+ color: #555;
147
+ font-weight: bold;
148
+ } /* Name.Namespace */
149
+ .highlight .nt {
150
+ color: #905;
151
+ font-weight: bold;
152
+ } /* Name.Tag */
153
+ .highlight .nv {
154
+ color: #b6d;
155
+ } /* Name.Variable */
156
+ .highlight .nx {
157
+ color: #383a42;
158
+ }
159
+ .highlight .ow {
160
+ color: #007020;
161
+ font-weight: bold;
162
+ } /* Operator.Word */
163
+ .highlight .w {
164
+ color: #bbb;
165
+ } /* Text.Whitespace */
166
+ .highlight .mb {
167
+ color: #40a070;
168
+ } /* Literal.Number.Bin */
169
+ .highlight .mf {
170
+ color: #40a070;
171
+ } /* Literal.Number.Float */
172
+ .highlight .mh {
173
+ color: #40a070;
174
+ } /* Literal.Number.Hex */
175
+ .highlight .mi {
176
+ color: #961;
177
+ } /* Literal.Number.Integer */
178
+ .highlight .mo {
179
+ color: #4a0;
180
+ } /* Literal.Number.Oct */
181
+ .highlight .sa {
182
+ color: #44a;
183
+ } /* Literal.String.Affix */
184
+ .highlight .sb {
185
+ color: #47a;
186
+ } /* Literal.String.Backtick */
187
+ .highlight .sc {
188
+ color: #46a;
189
+ } /* Literal.String.Char */
190
+ .highlight .dl {
191
+ color: #48a;
192
+ } /* Literal.String.Delimiter */
193
+ .highlight .sd {
194
+ color: #49a;
195
+ font-style: italic;
196
+ } /* Literal.String.Doc */
197
+ .highlight .s2 {
198
+ color: #5af;
199
+ } /* Literal.String.Double */
200
+ .highlight .se {
201
+ color: #4070a0;
202
+ font-weight: bold;
203
+ } /* Literal.String.Escape */
204
+ .highlight .sh {
205
+ color: #4070a0;
206
+ } /* Literal.String.Heredoc */
207
+ .highlight .si {
208
+ color: #70a0d0;
209
+ font-style: italic;
210
+ } /* Literal.String.Interpol */
211
+ .highlight .sx {
212
+ color: #c65d09;
213
+ } /* Literal.String.Other */
214
+ .highlight .sr {
215
+ color: #235388;
216
+ } /* Literal.String.Regex */
217
+ .highlight .s1 {
218
+ color: #50a14f;
219
+ } /* Literal.String.Single */
220
+ .highlight .ss {
221
+ color: #517918;
222
+ } /* Literal.String.Symbol */
223
+ .highlight .bp {
224
+ color: #007020;
225
+ } /* Name.Builtin.Pseudo */
226
+ .highlight .fm {
227
+ color: #06287e;
228
+ } /* Name.Function.Magic */
229
+ .highlight .vc {
230
+ color: #b5a;
231
+ } /* Name.Variable.Class */
232
+ .highlight .vg {
233
+ color: #b6a;
234
+ } /* Name.Variable.Global */
235
+ .highlight .vi {
236
+ color: #b6d;
237
+ } /* Name.Variable.Instance */
238
+ .highlight .vm {
239
+ color: #b6c;
240
+ } /* Name.Variable.Magic */
241
+ .highlight .il {
242
+ color: #40a070;
243
+ } /* Literal.Number.Integer.Long */
@@ -0,0 +1,3 @@
1
+ .col-sidebar {
2
+ width: 64px !important;
3
+ }
@@ -0,0 +1,69 @@
1
+ /* open-sans-300 - latin */
2
+ @font-face {
3
+ font-family: 'Open Sans';
4
+ font-style: normal;
5
+ font-weight: 300;
6
+ src: local(''),
7
+ url('/fonts/open-sans-v27-latin-300.woff2') format('woff2'),
8
+ url('/fonts/open-sans-v27-latin-300.woff') format('woff');
9
+ }
10
+
11
+ /* open-sans-regular - latin */
12
+ @font-face {
13
+ font-family: 'Open Sans';
14
+ font-style: normal;
15
+ font-weight: 400;
16
+ src: local(''),
17
+ url('/fonts/open-sans-v27-latin-regular.woff2') format('woff2'),
18
+ url('/fonts/open-sans-v27-latin-regular.woff') format('woff');
19
+ }
20
+
21
+ /* open-sans-600 - latin */
22
+ @font-face {
23
+ font-family: 'Open Sans';
24
+ font-style: normal;
25
+ font-weight: 600;
26
+ src: local(''),
27
+ url('/fonts/open-sans-v27-latin-600.woff2') format('woff2'),
28
+ url('/fonts/open-sans-v27-latin-600.woff') format('woff');
29
+ }
30
+
31
+ /* open-sans-700 - latin */
32
+ @font-face {
33
+ font-family: 'Open Sans';
34
+ font-style: normal;
35
+ font-weight: 700;
36
+ src: local(''),
37
+ url('/fonts/open-sans-v27-latin-700.woff2') format('woff2'),
38
+ url('/fonts/open-sans-v27-latin-700.woff') format('woff');
39
+ }
40
+
41
+ /* open-sans-800 - latin */
42
+ @font-face {
43
+ font-family: 'Open Sans';
44
+ font-style: normal;
45
+ font-weight: 800;
46
+ src: local(''),
47
+ url('/fonts/open-sans-v27-latin-800.woff2') format('woff2'),
48
+ url('/fonts/open-sans-v27-latin-800.woff') format('woff');
49
+ }
50
+
51
+ /* open-sans-300italic - latin */
52
+ @font-face {
53
+ font-family: 'Open Sans';
54
+ font-style: italic;
55
+ font-weight: 300;
56
+ src: local(''),
57
+ url('/fonts/open-sans-v27-latin-300italic.woff2') format('woff2'),
58
+ url('/fonts/open-sans-v27-latin-300italic.woff') format('woff');
59
+ }
60
+
61
+ /* open-sans-italic - latin */
62
+ @font-face {
63
+ font-family: 'Open Sans';
64
+ font-style: italic;
65
+ font-weight: 400;
66
+ src: local(''),
67
+ url('/fonts/open-sans-v27-latin-italic.woff2') format('woff2'),
68
+ url('/fonts/open-sans-v27-latin-italic.woff') format('woff');
69
+ }
@@ -0,0 +1,4 @@
1
+ .footer,
2
+ .footer p {
3
+ font-size: 14px !important;
4
+ }
@@ -0,0 +1,21 @@
1
+ .no-js input,
2
+ .no-js a[data-toggle] {
3
+ pointer-events: none !important;
4
+ opacity: 0.65;
5
+ }
6
+
7
+ .no-js nav.navbar {
8
+ margin-top: 26px;
9
+ }
10
+
11
+ .no-js body::before {
12
+ height: 32px;
13
+ background-color: #e0e1e9;
14
+ text-align: center;
15
+ content: "⚠️ JavaScript is disabled. This site requires JavaScript to be enabled ⚠️";
16
+ display: block;
17
+ position: fixed;
18
+ top: 0;
19
+ width: 100%;
20
+ z-index: 1;
21
+ }
@@ -0,0 +1,27 @@
1
+ .list:empty::before {
2
+ display: block;
3
+ width: 100%;
4
+ padding: 100px 2rem;
5
+ margin-right: 15px;
6
+ margin-left: 15px;
7
+ text-align: center;
8
+ content: "Nothing found, try searching again.";
9
+ background-color: rgba(133, 133, 133, 0.1);
10
+ border-radius: 0.5rem;
11
+ }
12
+
13
+ [data-bs-theme="dark"] {
14
+ .list:empty::before {
15
+ color: #f1f1f1;
16
+ }
17
+ }
18
+
19
+ [data-bs-theme="light"] {
20
+ .list:empty::before {
21
+ color: #464b52;
22
+ }
23
+ }
24
+
25
+ #icons-list {
26
+ min-height: 300px;
27
+ }
@@ -0,0 +1,55 @@
1
+ #TableOfContents ul,
2
+ #TableOfContents li {
3
+ list-style: none;
4
+ padding-left: 0;
5
+ }
6
+
7
+ #TableOfContents ul ul,
8
+ #TableOfContents ul ul li {
9
+ list-style: none;
10
+ text-indent: 10px;
11
+ }
12
+
13
+ // right menu
14
+ #TableOfContents li a {
15
+ padding-top: 0.3rem;
16
+ padding-bottom: 0.3rem;
17
+ font-size: 13px;
18
+ border-left: 1px solid transparent;
19
+ }
20
+
21
+ .menu-right a {
22
+ font-size: 13px;
23
+ color: #171c1e;
24
+ }
25
+
26
+ [data-bs-theme="dark"] {
27
+ .menu-right a {
28
+ color: #f1f1f1;
29
+ }
30
+ }
31
+
32
+ hr {
33
+ opacity: 0.4;
34
+ }
35
+
36
+ .menu-right a[href^="http"]::after {
37
+ filter: saturate(0%);
38
+ }
39
+
40
+ [data-bs-theme="light"] {
41
+ #TableOfContents li a:hover {
42
+ color: #00437b;
43
+ }
44
+ }
45
+
46
+ .menu-right #TableOfContents li.active,
47
+ .menu-right #TableOfContents li a:hover {
48
+ border-left: 1px solid #d0d0d7;
49
+ }
50
+
51
+ // scrollspy color
52
+ .menu-right #TableOfContents li .active {
53
+ color: #000 !important;
54
+ border-left: 1px solid #0d6aa8 !important;
55
+ }
@@ -0,0 +1,52 @@
1
+ /* iPhone 6/7/8 */
2
+ @media (max-width: 375px) {
3
+ #sidebar-menu {
4
+ min-width: 250px;
5
+ }
6
+
7
+ #sidebar.collapsing + div,
8
+ #sidebar.show + div {
9
+ display: none;
10
+ }
11
+ }
12
+
13
+ /* iPhone 6+/7+/8+ */
14
+ @media (min-width: 376px) and (max-width: 414px) {
15
+ #sidebar-menu {
16
+ min-width: 305px;
17
+ }
18
+
19
+ #sidebar.collapsing + div,
20
+ #sidebar.show + div {
21
+ display: none;
22
+ }
23
+ }
24
+
25
+ /* XS */ /* stylelint-disable-next-line */
26
+ @media (max-width: 575px) {
27
+ }
28
+
29
+ /* SM */
30
+ @media (max-width: 767px) {
31
+ #sidebar.show {
32
+ width: calc(100% - 68px) !important;
33
+ min-width: calc(100% - 68px) !important;
34
+ }
35
+
36
+ #sidebar.show + div {
37
+ display: none !important;
38
+ width: 0;
39
+ }
40
+
41
+ .collapsing {
42
+ transition: none !important;
43
+ }
44
+ }
45
+
46
+ /* SM Only */
47
+ @media (min-width: 575px) and (max-width: 767px) {
48
+ #sidebar-menu .list-unstyled li {
49
+ width: 50%;
50
+ display: inline-block;
51
+ }
52
+ }
@@ -0,0 +1,53 @@
1
+ .search-container {
2
+ width: 40px;
3
+ left: -12px;
4
+ }
5
+
6
+ .form-control-search {
7
+ background-image: url("https://cdn.jsdelivr.net/npm/@trimble-oss/modus-icons@1.3.1/dist/modus-solid/svg/search.svg");
8
+ background-position: 5px center;
9
+ background-repeat: no-repeat;
10
+ border-left: 0;
11
+ border-right: 0;
12
+ padding: 0;
13
+ width: 0 !important;
14
+ z-index: 1210;
15
+ transition: all 0.2s;
16
+ left: auto;
17
+ top: 10px;
18
+ right: 5px;
19
+ }
20
+
21
+ .form-control-search:focus {
22
+ width: 363px !important;
23
+ max-width: calc(100vw - 200px);
24
+ text-indent: 18px;
25
+ padding: 0 4px 4px 16px;
26
+ visibility: visible;
27
+ }
28
+
29
+ .form-control-search:focus + .btn-search {
30
+ transition: all 1s;
31
+ background-color: transparent;
32
+ pointer-events: none !important;
33
+ }
34
+
35
+ .form-control-search:focus + .btn-search img {
36
+ opacity: 0;
37
+ }
38
+
39
+ .btn-search {
40
+ top: 0;
41
+ }
42
+
43
+ .btn-search i {
44
+ margin-top: 18px;
45
+ }
46
+
47
+ [data-bs-theme="dark"] .form-control-search {
48
+ background-image: url("/img/icons/search-white.svg") !important;
49
+ }
50
+
51
+ [data-bs-theme="dark"] .btn-search img {
52
+ filter: invert(1);
53
+ }
@@ -0,0 +1,5 @@
1
+ html[data-bs-theme="dark"] {
2
+ .dropdown-menu img {
3
+ filter: invert(1);
4
+ }
5
+ }
@@ -0,0 +1,6 @@
1
+ body[data-url^="/news/"] header {
2
+ aspect-ratio: 4 / 1;
3
+ background-size: cover;
4
+ background-position: center;
5
+ min-height: 200px;
6
+ }
@@ -0,0 +1,166 @@
1
+ /* Cookies title */
2
+ #ot-pc-desc,
3
+ #ot-pc-title,
4
+ #onetrust-policy-title,
5
+ #onetrust-policy-text {
6
+ color: #252a2e !important;
7
+ }
8
+
9
+ #onetrust-policy-text {
10
+ font-size: 14px !important;
11
+ }
12
+
13
+ /** Accept All Cookies button **/
14
+ .onetrust-close-btn-handler,
15
+ #accept-recommended-btn-handler,
16
+ #onetrust-accept-btn-handler {
17
+ background-color: #0063a3 !important;
18
+ border-color: #0063a3 !important;
19
+ padding: 0.1875rem 1rem !important;
20
+ font-size: 0.8rem !important;
21
+ font-weight: 600 !important;
22
+ user-select: none !important;
23
+ line-height: 1.75 !important;
24
+ text-transform: lowercase !important;
25
+ }
26
+
27
+ /** 'Cookie Settings' button **/
28
+ #onetrust-pc-btn-handler {
29
+ color: #0063a3 !important;
30
+ border: 1px solid #0063a3 !important;
31
+ font-size: 0.8rem !important;
32
+ font-weight: 600 !important;
33
+ padding: 0.1875rem 1rem !important;
34
+ user-select: none !important;
35
+ line-height: 1.75 !important;
36
+ text-decoration: none !important;
37
+ text-transform: lowercase !important;
38
+ }
39
+
40
+ /** capitalize first letter of button **/
41
+ .cookie-setting-link::first-letter,
42
+ #onetrust-pc-btn-handler::first-letter,
43
+ #onetrust-pc-sdk .button-theme::first-letter,
44
+ .onetrust-close-btn-handler::first-letter,
45
+ #accept-recommended-btn-handler::first-letter,
46
+ #onetrust-accept-btn-handler::first-letter {
47
+ text-transform: uppercase !important;
48
+ }
49
+
50
+ #ot-sdk-cookie-policy {
51
+ min-height: 820px;
52
+ }
53
+
54
+ .onetrust-close-btn-ui {
55
+ background-color: transparent !important;
56
+ }
57
+
58
+ /* stylelint-disable-next-line */
59
+ #onetrust-banner-sdk.otFlat {
60
+ max-width: 998px;
61
+ margin-left: auto !important;
62
+ margin-right: auto !important;
63
+ overflow-y: hidden !important;
64
+ }
65
+
66
+ /** cookie settings button **/
67
+ .optanon-show-settings {
68
+ text-transform: lowercase;
69
+ }
70
+
71
+ .optanon-show-settings::first-letter {
72
+ text-transform: uppercase;
73
+ }
74
+
75
+ .ot-sdk-cookie-policy-group-desc,
76
+ #ot-sdk-cookie-policy-v2,
77
+ #cookie-policy-description,
78
+ #optanon-cookie-policy,
79
+ #optanon-cookie-policy h3,
80
+ #optanon-cookie-policy h4,
81
+ #optanon-cookie-policy > p,
82
+ #optanon-cookie-policy > * > p,
83
+ #optanon-cookie-policy table td,
84
+ #optanon-cookie-policy table td span,
85
+ #optanon-cookie-policy > div {
86
+ color: #252a2e !important;
87
+ }
88
+
89
+ .ot-table-header {
90
+ position: static !important;
91
+ border-bottom-width: 2px !important;
92
+ }
93
+
94
+ #ot-sdk-cookie-policy-v2 table,
95
+ .optanon-cookie-policy-subgroup-table {
96
+ border: 1px solid #b7b9c3;
97
+ border-radius: 0 !important;
98
+ color: #252a2e !important;
99
+ }
100
+
101
+ #ot-sdk-cookie-policy table thead,
102
+ .optanon-cookie-policy-subgroup-table tr th,
103
+ #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy th {
104
+ background-color: #f1f1f6 !important;
105
+ color: #252a2e !important;
106
+ font-weight: 600 !important;
107
+ }
108
+
109
+ .optanon-cookie-policy-subgroup-table tr th {
110
+ border-top: 1px solid #b7b9c3;
111
+ padding-bottom: 0 !important;
112
+ padding-top: 1rem !important;
113
+ }
114
+
115
+ /** prefrence center modal **/
116
+ #ot-pc-desc {
117
+ font-size: 14px !important;
118
+ }
119
+
120
+ #pc-policy-text,
121
+ #ot-pc-content {
122
+ color: #252a2e !important;
123
+ }
124
+
125
+ .ot-pc-logo {
126
+ opacity: 0;
127
+ }
128
+
129
+ #onetrust-pc-sdk .ot-tgl input:checked + .ot-switch .ot-switch-nob {
130
+ border-color: #0063a3 !important;
131
+ }
132
+
133
+ #onetrust-pc-sdk .ot-tgl input:checked + .ot-switch .ot-switch-nob::before {
134
+ background-color: #0063a3 !important;
135
+ }
136
+
137
+ #onetrust-pc-sdk .ot-cat-grp .ot-always-active {
138
+ color: #0063a3 !important;
139
+ }
140
+
141
+ .ot-acc-txt,
142
+ .ot-acc-txt p {
143
+ color: #252a2e !important;
144
+ background-color: #f1f1f6 !important;
145
+ }
146
+
147
+ #ot-sdk-btn {
148
+ border-color: #0063a3 !important;
149
+ font-size: 14px !important;
150
+ padding: 0.1875rem 1rem !important;
151
+ text-transform: lowercase;
152
+ user-select: none !important;
153
+ line-height: 1.75 !important;
154
+ }
155
+
156
+ #ot-sdk-btn::first-letter {
157
+ text-transform: uppercase;
158
+ }
159
+
160
+ #ot-sdk-btn:hover {
161
+ background-color: #0063a3 !important;
162
+ }
163
+
164
+ .ot-pc-footer-logo a {
165
+ opacity: 0.7;
166
+ }