@@ -169,10 +169,6 @@ ul#ds_sites_list li a:active {
169
169
padding-right : 0 ;
170
170
}
171
171
172
- .navbar-brand img {
173
- height : 40px ;
174
- }
175
-
176
172
.toolbar {
177
173
position : unset;
178
174
top : unset;
@@ -324,7 +320,9 @@ feedback-stars {
324
320
font-size : 21px ;
325
321
font-weight : 700 ;
326
322
padding : 0 ;
323
+ margin : 0 ;
327
324
padding-bottom : 12px !important ;
325
+ cursor : pointer;
328
326
}
329
327
330
328
.doc .sidebarblock {
@@ -341,10 +339,69 @@ feedback-stars {
341
339
margin : 0 0 0 2em ;
342
340
}
343
341
342
+ .enlighter-default {
343
+ margin : 0 !important ;
344
+ }
345
+
346
+ gcx-full-code {
347
+ border : 1px solid # CED4DF ;
348
+ -ms-overflow-style : none;
349
+ /* for Internet Explorer, Edge */
350
+ scrollbar-width : none;
351
+ /* for Firefox */
352
+ overflow-y : scroll;
353
+ }
354
+
355
+ gcx-full-code ::-webkit-scrollbar {
356
+ display : none;
357
+ /* for Chrome, Safari, and Opera */
358
+ }
359
+
360
+ .full-articles .doc {
361
+ -ms-overflow-style : none;
362
+ /* for Internet Explorer, Edge */
363
+ scrollbar-width : none;
364
+ /* for Firefox */
365
+ overflow-y : scroll;
366
+ padding : 0 ;
367
+ }
368
+
369
+ .full-articles .doc ::-webkit-scrollbar {
370
+ display : none;
371
+ /* for Chrome, Safari, and Opera */
372
+ }
373
+
344
374
schema # gcx-schema {
345
375
display : none;
346
376
}
347
377
378
+ .doc .sect1 {
379
+ margin-top : 1rem ;
380
+ padding : 0 0 0 20px ;
381
+ }
382
+
383
+ .doc .paragraph {
384
+ padding : 0 1rem ;
385
+ }
386
+
387
+ .doc .sect1 .active {
388
+ background-color : # eceef0 ;
389
+ padding : 20px 0 20px 20px ;
390
+ border-top-left-radius : 6px ;
391
+ border-bottom-left-radius : 6px ;
392
+ border-width : 1px 0px 1px 1px ;
393
+ border-style : solid;
394
+ margin-top : 1rem ;
395
+ border-color : var (--section-divider-color );
396
+ }
397
+
398
+ .doc .sect1 .active h2 : after {
399
+ content : url(../ img/small-arrow-right.svg);
400
+ margin : 0 10px ;
401
+ float : right;
402
+ text-decoration : none;
403
+ }
404
+
348
405
.full-articles {
349
406
flex : 0 1 50% ;
350
407
}
@@ -864,4 +921,90 @@ label.switch_label:after {
864
921
865
922
.dark-mode .helios-text-field-label {
866
923
color : var (--white );
924
+ }
925
+
926
+ .navbar-brand img {
927
+ height : 40px ;
928
+ }
929
+
930
+
931
+ /* Right Block - Code */
932
+
933
+ .enlighter-default {
934
+ font-family : 'Roboto Mono' , monospace!important ;
935
+ }
936
+
937
+ .enlighter-t-bootstrap4 .enlighter-m0 {
938
+ color : # 8A3FFC!important ;
939
+ }
940
+
941
+ .enlighter-t-bootstrap4 .enlighter-m3 {
942
+ color : # 8A3FFC!important ;
943
+ }
944
+
945
+ .enlighter-t-bootstrap4 .enlighter-k0 {
946
+ color : # 007D79!important ;
947
+ }
948
+
949
+ .enlighter-t-bootstrap4 .enlighter-text {
950
+ color : # 3C4961!important ;
951
+ }
952
+
953
+ .enlighter-t-bootstrap4 .enlighter-s0 {
954
+ color : # 0072C3!important ;
955
+ }
956
+
957
+ .enlighter-t-bootstrap4 .enlighter-n1 {
958
+ color : # BA4E00!important ;
959
+ }
960
+
961
+
962
+ /* Dark Mode - Code Block */
963
+
964
+ .dark-mode .enlighter-t-bootstrap4 {
965
+ background-color : # 3C4961!important ;
966
+ }
967
+
968
+ .dark-mode .enlighter-t-bootstrap4 .enlighter-text {
969
+ color : # ffffff!important ;
970
+ }
971
+
972
+ .dark-mode .enlighter-t-bootstrap4 .enlighter-m0 {
973
+ color : # BE95FF!important ;
974
+ }
975
+
976
+ .dark-mode .enlighter-t-bootstrap4 .enlighter-m3 {
977
+ color : # BE95FF!important ;
978
+ }
979
+
980
+ .dark-mode .enlighter-t-bootstrap4 .enlighter-k0 {
981
+ color : # 08BDBA!important ;
982
+ }
983
+
984
+ .dark-mode .enlighter-t-bootstrap4 .enlighter-s0 {
985
+ color : # 33B1FF!important ;
986
+ }
987
+
988
+ .dark-mode .enlighter-t-bootstrap4 .enlighter-k1 {
989
+ color : # 3797f0!important ;
990
+ }
991
+
992
+ .dark-mode .enlighter-t-bootstrap4 .enlighter-n1 {
993
+ color : # FF832B!important ;
994
+ }
995
+
996
+ .dark-mode .enlighter-t-bootstrap4 .enlighter-k5 {
997
+ color : # ffffff ;
998
+ }
999
+
1000
+ .dark-mode .doc .sect1 .active {
1001
+ background-color : # 20293A!important ;
1002
+ }
1003
+
1004
+ .dark-mode .doc .sect1 .active {
1005
+ background-color : # 20293A!important ;
1006
+ }
1007
+
1008
+ .dark-mode .enlighter-t-bootstrap4 div .enlighter > div .enlighter-special {
1009
+ background-color : # 20293A!important ;
867
1010
}
0 commit comments