ar-poncho 2.1.12 → 2.1.14

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.
@@ -466,12 +466,18 @@ html {
466
466
  position: relative;
467
467
  width: 100%;
468
468
  /* SCROLLBARS */
469
+ /* HEADER */
469
470
  /* FUCUSABLE */
470
471
  }
471
472
  .poncho-map * {
472
473
  scrollbar-color: var(--pm-scrollbar-handle) var(--pm-scrollbar-background);
473
474
  scrollbar-width: thin;
474
475
  }
476
+ .poncho-map .pm-header {
477
+ margin-bottom: 1em;
478
+ padding: 0;
479
+ border: none;
480
+ }
475
481
  .poncho-map *:focus {
476
482
  border-radius: 3px;
477
483
  box-sizing: border-box;
@@ -487,7 +493,15 @@ html {
487
493
  color: var(--pm-color-base);
488
494
  border-radius: var(--pm-slider-radius);
489
495
  transform-style: preserve-3d;
490
- border: var(--pm-slider-border-width) solid var(--pm-slider-border-color);
496
+ border: var(--pm-slider-border-width) solid var(--pm-slider-border-color) article;
497
+ border-margin: 0;
498
+ border-border: none;
499
+ border-padding: 0;
500
+ }
501
+ .poncho-map .pm-container article header {
502
+ margin: 0;
503
+ border: none;
504
+ padding: 0;
491
505
  }
492
506
  .poncho-map .pm-tools {
493
507
  position: absolute;
@@ -604,14 +618,14 @@ html {
604
618
  .poncho-map .slider img {
605
619
  max-width: 100%;
606
620
  }
607
- .poncho-map .slider .content-container {
621
+ .poncho-map .slider .pm-content-container {
608
622
  height: 100%;
609
623
  padding-right: var(--pm-content-padding);
610
624
  padding-left: var(--pm-content-padding);
611
625
  padding-top: calc(var(--pm-content-padding) * 3);
612
626
  padding-bottom: calc(var(--pm-content-padding) * 2);
613
627
  }
614
- .poncho-map .slider .content {
628
+ .poncho-map .slider .pm-content {
615
629
  inline-size: min-content;
616
630
  color: var(--pm-color-base);
617
631
  background-color: transparent;
@@ -622,10 +636,10 @@ html {
622
636
  box-shadow: 0 -10px 20px var(--pm-slider-background) inset;
623
637
  word-break: break-word;
624
638
  }
625
- .poncho-map .slider .content:has(.pm-open-map) {
639
+ .poncho-map .slider .pm-content:has(.pm-open-map) {
626
640
  height: calc(100% - 20px);
627
641
  }
628
- .poncho-map .slider .content:after {
642
+ .poncho-map .slider .pm-content:after {
629
643
  content: "";
630
644
  background: var(--pm-slider-background);
631
645
  background: -moz-linear-gradient(0deg, var(--pm-slider-background) 30%, rgba(255, 255, 255, 0) 100%);
@@ -1166,6 +1180,12 @@ input[type=search].js-poncho-map-search__input::-webkit-search-cancel-button {
1166
1180
  .poncho-map.ui-dark .text-muted, .poncho-map.ui-contrast .text-muted {
1167
1181
  color: var(--arg-negro-200) !important;
1168
1182
  }
1183
+ .poncho-map.poncho-map.ui-contrast a, .poncho-map.poncho-map.ui-dark a {
1184
+ color: #9AD7F5 !important;
1185
+ }
1186
+ .poncho-map.poncho-map.ui-dark a:visited, .poncho-map.poncho-map.ui-contrast a:visited {
1187
+ color: #BEB5D8 !important;
1188
+ }
1169
1189
 
1170
1190
  .poncho-map * > .pmi {
1171
1191
  margin: 0;
@@ -7119,11 +7119,19 @@ h6.section-title, .h6.section-title {
7119
7119
 
7120
7120
  a {
7121
7121
  color: #232D4F;
7122
- font-weight: 400;
7122
+ color: var(--arg-azul-600, #0767A7);
7123
+ font-weight: inherit;
7124
+ border: 0;
7125
+ cursor: pointer;
7126
+ padding-inline: 0.125rem;
7123
7127
  text-decoration: underline;
7128
+ -webkit-text-decoration-skip: ink;
7129
+ text-decoration-skip-ink: auto;
7130
+ text-underline-offset: 0.25em;
7124
7131
  }
7125
7132
  a:hover, a:focus, a:active {
7126
7133
  color: #6A1B99;
7134
+ color: var(--arg-azul-800);
7127
7135
  }
7128
7136
 
7129
7137
  main a:not(.btn) {
@@ -11142,12 +11150,18 @@ a.label:hover, a.label:focus {
11142
11150
  position: relative;
11143
11151
  width: 100%;
11144
11152
  /* SCROLLBARS */
11153
+ /* HEADER */
11145
11154
  /* FUCUSABLE */
11146
11155
  }
11147
11156
  .poncho-map * {
11148
11157
  scrollbar-color: var(--pm-scrollbar-handle) var(--pm-scrollbar-background);
11149
11158
  scrollbar-width: thin;
11150
11159
  }
11160
+ .poncho-map .pm-header {
11161
+ margin-bottom: 1em;
11162
+ padding: 0;
11163
+ border: none;
11164
+ }
11151
11165
  .poncho-map *:focus {
11152
11166
  border-radius: 3px;
11153
11167
  box-sizing: border-box;
@@ -11163,7 +11177,15 @@ a.label:hover, a.label:focus {
11163
11177
  color: var(--pm-color-base);
11164
11178
  border-radius: var(--pm-slider-radius);
11165
11179
  transform-style: preserve-3d;
11166
- border: var(--pm-slider-border-width) solid var(--pm-slider-border-color);
11180
+ border: var(--pm-slider-border-width) solid var(--pm-slider-border-color) article;
11181
+ border-margin: 0;
11182
+ border-border: none;
11183
+ border-padding: 0;
11184
+ }
11185
+ .poncho-map .pm-container article header {
11186
+ margin: 0;
11187
+ border: none;
11188
+ padding: 0;
11167
11189
  }
11168
11190
  .poncho-map .pm-tools {
11169
11191
  position: absolute;
@@ -11280,14 +11302,14 @@ a.label:hover, a.label:focus {
11280
11302
  .poncho-map .slider img {
11281
11303
  max-width: 100%;
11282
11304
  }
11283
- .poncho-map .slider .content-container {
11305
+ .poncho-map .slider .pm-content-container {
11284
11306
  height: 100%;
11285
11307
  padding-right: var(--pm-content-padding);
11286
11308
  padding-left: var(--pm-content-padding);
11287
11309
  padding-top: calc(var(--pm-content-padding) * 3);
11288
11310
  padding-bottom: calc(var(--pm-content-padding) * 2);
11289
11311
  }
11290
- .poncho-map .slider .content {
11312
+ .poncho-map .slider .pm-content {
11291
11313
  inline-size: min-content;
11292
11314
  color: var(--pm-color-base);
11293
11315
  background-color: transparent;
@@ -11298,10 +11320,10 @@ a.label:hover, a.label:focus {
11298
11320
  box-shadow: 0 -10px 20px var(--pm-slider-background) inset;
11299
11321
  word-break: break-word;
11300
11322
  }
11301
- .poncho-map .slider .content:has(.pm-open-map) {
11323
+ .poncho-map .slider .pm-content:has(.pm-open-map) {
11302
11324
  height: calc(100% - 20px);
11303
11325
  }
11304
- .poncho-map .slider .content:after {
11326
+ .poncho-map .slider .pm-content:after {
11305
11327
  content: "";
11306
11328
  background: var(--pm-slider-background);
11307
11329
  background: -moz-linear-gradient(0deg, var(--pm-slider-background) 30%, rgba(255, 255, 255, 0) 100%);
@@ -11842,6 +11864,12 @@ input[type=search].js-poncho-map-search__input::-webkit-search-cancel-button {
11842
11864
  .poncho-map.ui-dark .text-muted, .poncho-map.ui-contrast .text-muted {
11843
11865
  color: var(--arg-negro-200) !important;
11844
11866
  }
11867
+ .poncho-map.poncho-map.ui-contrast a, .poncho-map.poncho-map.ui-dark a {
11868
+ color: #9AD7F5 !important;
11869
+ }
11870
+ .poncho-map.poncho-map.ui-dark a:visited, .poncho-map.poncho-map.ui-contrast a:visited {
11871
+ color: #BEB5D8 !important;
11872
+ }
11845
11873
 
11846
11874
  .poncho-map * > .pmi {
11847
11875
  margin: 0;
@@ -14426,6 +14454,68 @@ ul.colores li:hover {
14426
14454
  display: inline-block;
14427
14455
  }
14428
14456
 
14457
+ .en-space {
14458
+ font-size: 0.5em !important;
14459
+ }
14460
+
14461
+ .em-space {
14462
+ font-size: 1em !important;
14463
+ }
14464
+
14465
+ .third-space {
14466
+ font-size: 0.3333333333em !important;
14467
+ }
14468
+
14469
+ .quarter-space {
14470
+ font-size: 0.25em !important;
14471
+ }
14472
+
14473
+ .sixth-space {
14474
+ font-size: 0.1666666667em !important;
14475
+ }
14476
+
14477
+ .thin-space {
14478
+ font-size: 0.125em !important;
14479
+ }
14480
+
14481
+ .hair-space {
14482
+ font-size: 0.0416666667em !important;
14483
+ }
14484
+
14485
+ .text-uppercase {
14486
+ text-transform: uppercase;
14487
+ }
14488
+
14489
+ /* Extra small devices (phones, less than 576px) */
14490
+ @media (max-width: 575.98px) {
14491
+ .br-sm {
14492
+ display: block;
14493
+ }
14494
+ }
14495
+ /* Small devices (landscape phones, 576px and up) */
14496
+ @media (min-width: 576px) and (max-width: 767.98px) {
14497
+ .br-sm {
14498
+ display: block;
14499
+ }
14500
+ }
14501
+ /* Medium devices (tablets, 768px and up) */
14502
+ @media (min-width: 768px) and (max-width: 991.98px) {
14503
+ .br-md {
14504
+ display: block;
14505
+ }
14506
+ }
14507
+ /* Large devices (desktops, 992px and up) */
14508
+ @media (min-width: 992px) and (max-width: 1199.98px) {
14509
+ .br-lg {
14510
+ display: block;
14511
+ }
14512
+ }
14513
+ /* Extra large devices (large desktops, 1200px and up) */
14514
+ @media (min-width: 1200px) {
14515
+ .br-lg {
14516
+ display: block;
14517
+ }
14518
+ }
14429
14519
  /* ENCABEZADOS
14430
14520
 
14431
14521
  Los encabezados pueden usarse en 7 colores plenos y 4 degradé
@@ -14433,10 +14523,23 @@ Los encabezados pueden usarse en 7 colores plenos y 4 degradé
14433
14523
  PLENOS: .bg-arg-azul .bg-arg-info .bg-gna-verde-jade .bg-arg-palta .bg-arg-arandano .bg-arg-rojo .bg-arg-gray-light
14434
14524
  DEGRADÉ: .bg-mix-azul-info .bg-mix-info-azul .bg-mix-palta-azul .bg-mix-azul-palta
14435
14525
  */
14526
+ /* VISUALIZACIÓN EN CONTENEDOR ESPECÍFICO */
14527
+ #superior .panel-pane .pane-content > * {
14528
+ display: none;
14529
+ }
14530
+ #superior .panel-pane:nth-of-type(1) .pane-content > #encabezado {
14531
+ display: block;
14532
+ }
14533
+
14534
+ .container .panel-pane .pane-content > #encabezado {
14535
+ display: none;
14536
+ }
14537
+
14436
14538
  #encabezado {
14437
14539
  /* COLOR DEGRADÉ */
14438
14540
  /* Generales */
14439
14541
  /* iso + logo + imagen */
14542
+ /* Menú superior */
14440
14543
  }
14441
14544
  #encabezado .bg-arg-azul,
14442
14545
  #encabezado .bg-arg-eucalipto,
@@ -14492,12 +14595,6 @@ DEGRADÉ: .bg-mix-azul-info .bg-mix-info-azul .bg-mix-palta-azul .bg-mix-azul-pa
14492
14595
  #encabezado a {
14493
14596
  color: #141414 !important;
14494
14597
  }
14495
- #encabezado .enc-link {
14496
- padding: 0px;
14497
- width: 48%;
14498
- vertical-align: text-top;
14499
- margin: 1% 4px 3px 0px;
14500
- }
14501
14598
  #encabezado .w-100 {
14502
14599
  width: 100%;
14503
14600
  }
@@ -14528,15 +14625,28 @@ DEGRADÉ: .bg-mix-azul-info .bg-mix-info-azul .bg-mix-palta-azul .bg-mix-azul-pa
14528
14625
  margin: 0px;
14529
14626
  max-width: 100%;
14530
14627
  }
14531
-
14532
- /* MOBILE */
14533
- @media (max-width: 768px) {
14534
- #encabezado .enc-link {
14535
- width: 96%;
14536
- }
14628
+ #encabezado .enc-link {
14629
+ padding: 0px;
14630
+ width: 31%;
14631
+ margin: 20px 3px 3px 14px;
14632
+ vertical-align: top;
14633
+ }
14634
+ #encabezado .enc-link a {
14635
+ text-decoration: underline;
14636
+ text-underline-offset: 0.25em;
14637
+ }
14638
+ #encabezado .enc-link.active a span {
14639
+ background-image: linear-gradient(to top, #000 3px, transparent 3px, transparent);
14640
+ font-weight: 600;
14641
+ }
14642
+ #encabezado .enc-link a[href^="https://"][target^=_blank]:after, #encabezado .enc-link a[href^="http://"][target^=_blank]:after {
14643
+ content: none;
14537
14644
  }
14538
- /* COLOR DEGRADÉ */
14645
+
14539
14646
  @media (max-width: 992px) {
14647
+ #encabezado {
14648
+ /* Menú superior mobile */
14649
+ }
14540
14650
  #encabezado .bg-mix-info-azul {
14541
14651
  background: #5A7290;
14542
14652
  }
@@ -14576,6 +14686,10 @@ DEGRADÉ: .bg-mix-azul-info .bg-mix-info-azul .bg-mix-palta-azul .bg-mix-azul-pa
14576
14686
  #encabezado .enc-img .btn {
14577
14687
  margin-left: 25px;
14578
14688
  }
14689
+ #encabezado .enc-link {
14690
+ width: 96%;
14691
+ margin-left: 28px;
14692
+ }
14579
14693
  }
14580
14694
  .nav-menu {
14581
14695
  display: block !important;
@@ -14833,6 +14947,7 @@ DEGRADÉ: .bg-mix-azul-info .bg-mix-info-azul .bg-mix-palta-azul .bg-mix-azul-pa
14833
14947
  * @author Agustín Bouillet <bouilleta@jefatura.gob.ar>
14834
14948
  */
14835
14949
  .national-holidays {
14950
+ --icon-universal-access: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" height="1em" viewBox="0 0 512 512"><path d="M0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256zm161.5-86.1c-12.2-5.2-26.3 .4-31.5 12.6s.4 26.3 12.6 31.5l11.9 5.1c17.3 7.4 35.2 12.9 53.6 16.3v50.1c0 4.3-.7 8.6-2.1 12.6l-28.7 86.1c-4.2 12.6 2.6 26.2 15.2 30.4s26.2-2.6 30.4-15.2l24.4-73.2c1.3-3.8 4.8-6.4 8.8-6.4s7.6 2.6 8.8 6.4l24.4 73.2c4.2 12.6 17.8 19.4 30.4 15.2s19.4-17.8 15.2-30.4l-28.7-86.1c-1.4-4.1-2.1-8.3-2.1-12.6V235.5c18.4-3.5 36.3-8.9 53.6-16.3l11.9-5.1c12.2-5.2 17.8-19.3 12.6-31.5s-19.3-17.8-31.5-12.6L338.7 175c-26.1 11.2-54.2 17-82.7 17s-56.5-5.8-82.7-17l-11.9-5.1zM256 160a40 40 0 1 0 0-80 40 40 0 1 0 0 80z"/></svg>');
14836
14951
  /* Colors */
14837
14952
  }
14838
14953
  .national-holidays .calendar,
@@ -14847,17 +14962,15 @@ DEGRADÉ: .bg-mix-azul-info .bg-mix-info-azul .bg-mix-palta-azul .bg-mix-azul-pa
14847
14962
  grid-row-gap: 1em;
14848
14963
  clear: both;
14849
14964
  }
14850
- .national-holidays .day {
14851
- font-weight: 500;
14852
- }
14853
- .national-holidays .month {
14854
- min-height: 10px;
14965
+ .national-holidays .table {
14966
+ border-bottom: 1px solid #ddd;
14855
14967
  }
14856
- .national-holidays .holidays {
14857
- height: 100%;
14968
+ .national-holidays .bg-transparent {
14969
+ background-color: transparent !important;
14970
+ color: inherit;
14858
14971
  }
14859
- .national-holidays .date {
14860
- font-weight: 600;
14972
+ .national-holidays .display-block {
14973
+ display: block;
14861
14974
  }
14862
14975
  .national-holidays .bg-success {
14863
14976
  color: white;
@@ -14866,7 +14979,10 @@ DEGRADÉ: .bg-mix-azul-info .bg-mix-info-azul .bg-mix-palta-azul .bg-mix-azul-pa
14866
14979
  background-color: #c1c1c1;
14867
14980
  }
14868
14981
  .national-holidays .bg-turistico {
14869
- background-color: var(--uva, #6a1b99);
14982
+ background-color: var(--arg-uva, #6a1b99);
14983
+ color: white;
14984
+ }
14985
+ .national-holidays .bg-turistico a {
14870
14986
  color: white;
14871
14987
  }
14872
14988
  .national-holidays .bg-success,
@@ -14878,7 +14994,49 @@ DEGRADÉ: .bg-mix-azul-info .bg-mix-info-azul .bg-mix-palta-azul .bg-mix-azul-pa
14878
14994
  color: #c1c1c1;
14879
14995
  }
14880
14996
  .national-holidays .text-turistico {
14881
- color: var(--uva, #6a1b99);
14997
+ color: var(--arg-uva, #6a1b99);
14998
+ }
14999
+ .national-holidays .conteo-regresivo-dias {
15000
+ font-size: 70px;
15001
+ font-weight: 600;
15002
+ display: flex;
15003
+ align-items: center;
15004
+ gap: 10px;
15005
+ margin: 0px;
15006
+ }
15007
+ .national-holidays .nh-icon {
15008
+ display: inline-block;
15009
+ width: 1em;
15010
+ height: 1em;
15011
+ padding: 1px;
15012
+ line-height: 1.5em;
15013
+ vertical-align: -15%;
15014
+ -webkit-mask-origin: fill-box;
15015
+ -webkit-mask-repeat: no-repeat !important;
15016
+ -webkit-mask-size: contain;
15017
+ mask-repeat: no-repeat !important;
15018
+ mask-size: contain;
15019
+ mask-origin: fill-box;
15020
+ }
15021
+ .national-holidays .nh-icon.universal-access {
15022
+ -webkit-mask-image: var(--icon-universal-access);
15023
+ mask-image: var(--icon-universal-access);
15024
+ background-color: var(--arg-azul-200, dodgerblue);
15025
+ }
15026
+ .national-holidays .jump-to-list {
15027
+ margin-bottom: 0;
15028
+ padding: 0;
15029
+ }
15030
+ .national-holidays .sr-only-focusable:focus {
15031
+ background: white;
15032
+ padding: 6px 12px;
15033
+ border-radius: 6px;
15034
+ color: black;
15035
+ box-shadow: 0 1px 8px rgba(0, 0, 0, 0.2);
15036
+ outline-color: var(--arg-cielo, inherit);
15037
+ outline-width: 2px;
15038
+ outline-style: solid;
15039
+ display: block;
14882
15040
  }
14883
15041
 
14884
15042
  /* References */
@@ -14904,63 +15062,15 @@ DEGRADÉ: .bg-mix-azul-info .bg-mix-info-azul .bg-mix-palta-azul .bg-mix-azul-pa
14904
15062
  grid-template-columns: repeat(2, 1fr);
14905
15063
  grid-column-gap: 2.5em;
14906
15064
  }
15065
+ .national-holidays .conteo-regresivo-dias {
15066
+ font-size: calc(1.375rem + 4vw);
15067
+ }
14907
15068
  }
14908
15069
  @media (max-width: 767px) {
14909
15070
  .national-holidays .calendar {
14910
15071
  grid-template-columns: repeat(1, 1fr);
14911
15072
  }
14912
15073
  }
14913
- /*
14914
- #infoFeriado {
14915
- font-size: 20px;
14916
- }
14917
-
14918
- #detalle {
14919
- margin-top: 20px;
14920
- }
14921
-
14922
- .icono-arg-mi-argentina.fa-fw.fa-3x:before {
14923
- line-height: 58px;
14924
- }
14925
-
14926
- .jumbotron {
14927
- background-size: inherit;
14928
- background-color: var(--cielo);
14929
- }
14930
-
14931
- #block-system-main
14932
- > div
14933
- > div.panel-pane.pane-jumbotron
14934
- > div
14935
- > section
14936
- > div.jumbotron_bar
14937
- > div
14938
- > div
14939
- > div
14940
- > ul {
14941
- display: none !important;
14942
- }
14943
-
14944
- #jumbo-menu {
14945
- display: none;
14946
- }
14947
-
14948
- @media (max-width: 991px) {
14949
- .col-md-3 {
14950
- text-align: center;
14951
- }
14952
- }
14953
-
14954
- @media (min-width: 992px) {
14955
- .col-md-3:nth-of-type(1) {
14956
- text-align: right;
14957
- }
14958
-
14959
- .col-md-3:nth-of-type(2) {
14960
- text-align: left;
14961
- }
14962
- }
14963
- */
14964
15074
  .poncho-map-province__toggle-element {
14965
15075
  display: none;
14966
15076
  }