Repositorio del curso CCOM4030 el semestre B91 del proyecto Artesanías con el Instituto de Cultura

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733
  1. /*! onsenui - v2.10.10 - 2019-07-29 */
  2. ons-page, ons-navigator,
  3. ons-tabbar,
  4. ons-gesture-detector {
  5. display: block;
  6. touch-action: manipulation; /* Remove click delay */
  7. }
  8. ons-navigator,
  9. ons-tabbar,
  10. ons-splitter,
  11. ons-action-sheet,
  12. ons-dialog,
  13. ons-toast,
  14. ons-alert-dialog {
  15. position: absolute;
  16. top: 0;
  17. left: 0;
  18. bottom: 0;
  19. right: 0;
  20. overflow: hidden;
  21. touch-action: manipulation; /* Remove click delay */
  22. }
  23. ons-toast {
  24. pointer-events: none;
  25. }
  26. ons-toast .toast {
  27. pointer-events: auto;
  28. }
  29. ons-tab {
  30. -webkit-transform: translate3d(0, 0, 0);
  31. transform: translate3d(0, 0, 0);
  32. }
  33. ons-page, ons-navigator, ons-tabbar, ons-dialog, ons-alert-dialog, ons-action-sheet, ons-toast {
  34. z-index: 2;
  35. }
  36. ons-fab, ons-speed-dial {
  37. z-index: 10001;
  38. }
  39. ons-toolbar:not([inline]), ons-bottom-toolbar {
  40. position: absolute;
  41. left: 0;
  42. right: 0;
  43. z-index: 10000;
  44. }
  45. ons-toolbar:not([inline]) {
  46. top: 0;
  47. }
  48. ons-bottom-toolbar {
  49. bottom: 0;
  50. }
  51. .page, .page__content,
  52. .page--material, .page--material__content {
  53. background-color: transparent !important;
  54. background: transparent !important;
  55. }
  56. .page__content {
  57. overflow: auto;
  58. -webkit-overflow-scrolling: touch;
  59. z-index: 0;
  60. -ms-touch-action: pan-y;
  61. }
  62. .page.overflow-visible,
  63. .page.overflow-visible .page,
  64. .page.overflow-visible .page__content,
  65. .page.overflow-visible ons-navigator,
  66. .page.overflow-visible ons-splitter {
  67. overflow: visible;
  68. }
  69. .page.overflow-visible .page__content.content-swiping,
  70. .page.overflow-visible .page__content.content-swiping .page,
  71. .page.overflow-visible .page__content.content-swiping .page__content {
  72. overflow: auto;
  73. }
  74. .page[status-bar-fill] > .page__content {
  75. top: 20px;
  76. }
  77. .page[status-bar-fill] > .toolbar {
  78. padding-top: 20px;
  79. box-sizing: content-box;
  80. }
  81. .page[status-bar-fill] > .toolbar:not(.toolbar--transparent) + .page__background,
  82. .page[status-bar-fill] > .toolbar:not(.toolbar--cover-content) + .page__background + .page__content {
  83. top: 64px;
  84. }
  85. .page[status-bar-fill] > .toolbar--material:not(.toolbar-transparent) + .page__background,
  86. .page[status-bar-fill] > .toolbar--material:not(.toolbar--cover-content) + .page__background + .page__content {
  87. top: 76px;
  88. }
  89. .page[status-bar-fill] > .toolbar.toolbar--transparent + .page__background {
  90. top: 0;
  91. }
  92. ons-tabbar[status-bar-fill] > .tabbar--top__content {
  93. top: 71px;
  94. }
  95. ons-tabbar[status-bar-fill] > .tabbar--top {
  96. padding-top: 22px;
  97. }
  98. ons-tabbar[position="top"] .page[status-bar-fill] > .page__content {
  99. top: 0px;
  100. }
  101. .toolbar + .page__background + .page__content ons-tabbar[status-bar-fill] > .tabbar--top {
  102. top: 0px;
  103. }
  104. .toolbar + .page__background + .page__content ons-tabbar[status-bar-fill] > .tabbar--top__content {
  105. top: 49px;
  106. }
  107. .page__content > .list:not(.list--material):first-child {
  108. margin-top: -1px; /* Avoid double border with toolbar */
  109. }
  110. .page--wrapper > .page__background {
  111. display: none;
  112. }
  113. ons-action-sheet[disabled],
  114. ons-dialog[disabled],
  115. ons-alert-dialog[disabled],
  116. ons-popover[disabled] {
  117. pointer-events: none;
  118. opacity: 0.75;
  119. }
  120. ons-list-item[disabled] {
  121. pointer-events: none;
  122. }
  123. ons-range[disabled] {
  124. opacity: 0.3;
  125. pointer-events: none;
  126. }
  127. ons-pull-hook {
  128. position: relative;
  129. display: block;
  130. margin: auto;
  131. text-align: center;
  132. z-index: 20002;
  133. }
  134. ons-splitter, ons-splitter-mask, ons-splitter-content, ons-splitter-side {
  135. display: block;
  136. position: absolute;
  137. left: 0;
  138. right: 0;
  139. top: 0;
  140. bottom: 0;
  141. box-sizing: border-box;
  142. z-index: 0;
  143. }
  144. ons-splitter-mask {
  145. z-index: 4;
  146. background-color: rgba(0, 0, 0, 0.1);
  147. display: none;
  148. opacity: 0;
  149. }
  150. ons-splitter-content {
  151. z-index: 2;
  152. }
  153. ons-splitter-side {
  154. right: auto;
  155. z-index: 2;
  156. }
  157. ons-splitter-side[side="right"] {
  158. right: 0;
  159. left: auto;
  160. }
  161. ons-splitter-side[mode="collapse"] {
  162. z-index: 5;
  163. left: auto;
  164. right: 100%;
  165. }
  166. ons-splitter-side[side="right"][mode="collapse"] {
  167. right: auto;
  168. left: 100%;
  169. }
  170. ons-splitter-side[mode="split"] {
  171. z-index: 3;
  172. }
  173. ons-toolbar-button > ons-icon[icon*="ion-"] {
  174. font-size: 26px;
  175. }
  176. ons-range, ons-select {
  177. display: inline-block;
  178. }
  179. ons-range > input {
  180. min-width: 50px;
  181. width: 100%;
  182. }
  183. ons-select > select {
  184. width: 100%;
  185. }
  186. ons-carousel[disabled] {
  187. pointer-events: none;
  188. opacity: 0.75;
  189. }
  190. ons-carousel[fullscreen] {
  191. height: 100%;
  192. }
  193. .ons-status-bar-mock {
  194. position: absolute;
  195. width: 100%;
  196. height: 20px;
  197. padding: 0 16px 0 6px;
  198. box-sizing: border-box;
  199. z-index: 30000;
  200. display: -webkit-box;
  201. display: -webkit-flex;
  202. display: flex;
  203. -webkit-box-pack: justify;
  204. -webkit-justify-content: space-between;
  205. justify-content: space-between;
  206. font-size: 12px;
  207. line-height: 20px;
  208. font-family: Arial, Helvetica;
  209. }
  210. .ons-status-bar-mock i {
  211. padding: 0 2px;
  212. }
  213. .ons-status-bar-mock.android {
  214. color: white;
  215. background-color: #222;
  216. font-family: Roboto, Arial, Helvetica;
  217. }
  218. .ons-status-bar-mock.android ~ * {
  219. top: 20px;
  220. bottom: 0;
  221. position: inherit;
  222. width: 100%;
  223. }
  224. .ons-ios-scroll-fix .page:not(.page--wrapper)[shown] > .page__content {
  225. overflow-y: hidden;
  226. }
  227. .ons-ios-scroll-fix ons-splitter-side > .page:not(.page--wrapper)[shown] > .page__content {
  228. overflow-y: auto;
  229. }
  230. ons-row {
  231. display: -webkit-box;
  232. display: -webkit-flex;
  233. display: -moz-box;
  234. display: -moz-flex;
  235. display: -ms-flexbox;
  236. display: flex;
  237. -webkit-flex-wrap: wrap;
  238. flex-wrap: wrap;
  239. width: 100%;
  240. box-sizing: border-box;
  241. }
  242. ons-row[vertical-align="top"], ons-row[align="top"] {
  243. -webkit-box-align: start;
  244. box-align: start;
  245. -ms-flex-align: start;
  246. -webkit-align-items: flex-start;
  247. -moz-align-items: flex-start;
  248. align-items: flex-start;
  249. }
  250. ons-row[vertical-align="bottom"], ons-row[align="bottom"] {
  251. -webkit-box-align: end;
  252. box-align: end;
  253. -ms-flex-align: end;
  254. -webkit-align-items: flex-end;
  255. -moz-align-items: flex-end;
  256. align-items: flex-end;
  257. }
  258. ons-row[vertical-align="center"], ons-row[align="center"] {
  259. -webkit-box-align: center;
  260. box-align: center;
  261. -ms-flex-align: center;
  262. -webkit-align-items: center;
  263. -moz-align-items: center;
  264. align-items: center;
  265. text-align: inherit;
  266. }
  267. ons-row + ons-row {
  268. padding-top: 0;
  269. }
  270. ons-col {
  271. -webkit-box-flex: 1;
  272. -webkit-flex: 1;
  273. -moz-box-flex: 1;
  274. -moz-flex: 1;
  275. -ms-flex: 1;
  276. flex: 1;
  277. display: block;
  278. width: 100%;
  279. box-sizing: border-box;
  280. }
  281. ons-col[vertical-align="top"], ons-col[align="top"] {
  282. -webkit-align-self: flex-start;
  283. -moz-align-self: flex-start;
  284. -ms-flex-item-align: start;
  285. align-self: flex-start;
  286. }
  287. ons-col[vertical-align="bottom"], ons-col[align="bottom"] {
  288. -webkit-align-self: flex-end;
  289. -moz-align-self: flex-end;
  290. -ms-flex-item-align: end;
  291. align-self: flex-end; }
  292. ons-col[vertical-align="center"], ons-col[align="center"] {
  293. -webkit-align-self: center;
  294. -moz-align-self: center;
  295. -ms-flex-item-align: center;
  296. text-align: inherit;
  297. }
  298. /*
  299. Copyright 2013-2015 ASIAL CORPORATION
  300. Licensed under the Apache License, Version 2.0 (the "License");
  301. you may not use this file except in compliance with the License.
  302. You may obtain a copy of the License at
  303. http://www.apache.org/licenses/LICENSE-2.0
  304. Unless required by applicable law or agreed to in writing, software
  305. distributed under the License is distributed on an "AS IS" BASIS,
  306. WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  307. See the License for the specific language governing permissions and
  308. limitations under the License.
  309. */
  310. .ons-icon {
  311. display: inline-block;
  312. line-height: inherit;
  313. font-style: normal;
  314. font-weight: normal;
  315. font-size: inherit;
  316. text-rendering: auto;
  317. -webkit-font-smoothing: antialiased;
  318. -moz-osx-font-smoothing: grayscale;
  319. }
  320. .segment__button .ons-icon {
  321. line-height: initial;
  322. }
  323. :not(ons-toolbar-button):not(ons-action-sheet-button):not(.segment__button) > .ons-icon--ion {
  324. line-height: 0.75em;
  325. vertical-align: -25%;
  326. }
  327. .ons-icon[spin] {
  328. -webkit-animation: ons-icon-spin 2s infinite linear;
  329. -moz-animation: ons-icon-spin 2s infinite linear;
  330. animation: ons-icon-spin 2s infinite linear;
  331. }
  332. @-moz-keyframes ons-icon-spin {
  333. 0% {
  334. -moz-transform: rotate(0deg);
  335. }
  336. 100% {
  337. -moz-transform: rotate(359deg);
  338. }
  339. }
  340. @-webkit-keyframes ons-icon-spin {
  341. 0% {
  342. -webkit-transform: rotate(0deg);
  343. }
  344. 100% {
  345. -webkit-transform: rotate(359deg);
  346. }
  347. }
  348. @keyframes ons-icon-spin {
  349. 0% {
  350. -webkit-transform: rotate(0deg);
  351. transform: rotate(0deg);
  352. }
  353. 100% {
  354. -webkit-transform: rotate(359deg);
  355. transform: rotate(359deg);
  356. }
  357. }
  358. .ons-icon[rotate="90"] {
  359. -webkit-transform: rotate(90deg);
  360. -moz-transform: rotate(90deg);
  361. transform: rotate(90deg);
  362. }
  363. .ons-icon[rotate="180"] {
  364. -webkit-transform: rotate(180deg);
  365. -moz-transform: rotate(180deg);
  366. transform: rotate(180deg);
  367. }
  368. .ons-icon[rotate="270"] {
  369. -webkit-transform: rotate(270deg);
  370. -moz-transform: rotate(270deg);
  371. transform: rotate(270deg);
  372. }
  373. .ons-icon[fixed-width] {
  374. width: 1.28571429em;
  375. text-align: center;
  376. }
  377. .ons-icon--lg {
  378. font-size: 1.33333333em;
  379. line-height: 0.75em;
  380. vertical-align: -15%;
  381. }
  382. .ons-icon--2x {
  383. font-size: 2em;
  384. }
  385. .ons-icon--3x {
  386. font-size: 3em;
  387. }
  388. .ons-icon--4x {
  389. font-size: 4em;
  390. }
  391. .ons-icon--5x {
  392. font-size: 5em;
  393. }
  394. /**
  395. * ons-icon with Font Awesome backward compatibility
  396. */
  397. .ons-icon.fa {
  398. font-family: 'Font Awesome 5 Brands', 'Font Awesome 5 Free';
  399. font-weight: 900;
  400. }
  401. ons-input, ons-radio, ons-checkbox, ons-search-input {
  402. display: inline-block;
  403. position: relative;
  404. }
  405. ons-input .text-input,
  406. ons-search-input .search-input {
  407. width: 100%;
  408. display: inline-block;
  409. }
  410. ons-input .text-input__label:not(.text-input--material__label) {
  411. display: none;
  412. }
  413. ons-input:not([float]) .text-input--material__label--active {
  414. display: none;
  415. }
  416. ons-input[disabled],
  417. ons-radio[disabled],
  418. ons-checkbox[disabled],
  419. ons-segment[disabled],
  420. ons-search-input[disabled] {
  421. opacity: 0.5;
  422. pointer-events: none;
  423. }
  424. ons-input input.text-input--material::-webkit-input-placeholder {
  425. color: transparent;
  426. }
  427. ons-input input.text-input--material::-moz-placeholder {
  428. color: transparent;
  429. }
  430. ons-input input.text-input--material:-ms-input-placeholder {
  431. color: transparent;
  432. }
  433. /* Suppress safe area support for pages in splitter sides */
  434. @media (orientation: landscape) {
  435. html[onsflag-iphonex-landscape] ons-splitter-side[side="left"] .page__content {
  436. padding-right: 0;
  437. }
  438. html[onsflag-iphonex-landscape] ons-splitter-side[side="right"] .page__content {
  439. padding-left: 0;
  440. }
  441. }
  442. /* Support the situation that a progress bar is located just below a toolbar */
  443. @media (orientation: landscape) {
  444. html[onsflag-iphonex-landscape] .page__content > ons-progress-bar > .progress-bar {
  445. margin-left: -44px;
  446. margin-right: -44px;
  447. width: calc(100% + 88px);
  448. }
  449. }
  450. /* Lists in .page__content in splitter-sides */
  451. @media (orientation: landscape) {
  452. /* Suppress left safe area support for pages in right splitter sides */
  453. html[onsflag-iphonex-landscape] ons-splitter-side[side="right"] .page__content > .list:not(.list--inset) {
  454. margin-left: 0;
  455. }
  456. html[onsflag-iphonex-landscape] ons-splitter-side[side="right"] .page__content > .list:not(.list--inset) > .list-header {
  457. padding-left: 15px;
  458. }
  459. html[onsflag-iphonex-landscape] ons-splitter-side[side="right"] .page__content > .list:not(.list--inset) > .list-item {
  460. padding-left: 14px;
  461. }
  462. /* Suppress right safe area support for pages in left splitter sides */
  463. html[onsflag-iphonex-landscape] ons-splitter-side[side="left"] .page__content > .list:not(.list--inset) {
  464. margin-right: 0;
  465. }
  466. html[onsflag-iphonex-landscape] ons-splitter-side[side="left"] .page__content > .list:not(.list--inset) > .list-item--chevron:before {
  467. right: 16px;
  468. }
  469. html[onsflag-iphonex-landscape] ons-splitter-side[side="left"] .page__content > .list:not(.list--inset) > .list-item > .list-item__center:last-child {
  470. padding-right: 6px;
  471. }
  472. html[onsflag-iphonex-landscape] ons-splitter-side[side="left"] .page__content > .list:not(.list--inset) > .list-item > .list-item__right {
  473. padding-right: 12px;
  474. }
  475. html[onsflag-iphonex-landscape] ons-splitter-side[side="left"] .page__content > .list:not(.list--inset) > .list-item > .list-item--chevron__right {
  476. padding-right: 30px;
  477. }
  478. }
  479. /*
  480. Copyright 2013-2015 ASIAL CORPORATION
  481. Licensed under the Apache License, Version 2.0 (the "License");
  482. you may not use this file except in compliance with the License.
  483. You may obtain a copy of the License at
  484. http://www.apache.org/licenses/LICENSE-2.0
  485. Unless required by applicable law or agreed to in writing, software
  486. distributed under the License is distributed on an "AS IS" BASIS,
  487. WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  488. See the License for the specific language governing permissions and
  489. limitations under the License.
  490. */
  491. ons-progress-bar {
  492. display: block;
  493. }
  494. ons-progress-circular {
  495. display: inline-block;
  496. width: 32px;
  497. height: 32px;
  498. }
  499. ons-progress-circular > svg.progress-circular {
  500. width: 100%;
  501. height: 100%;
  502. }
  503. /*
  504. Copyright 2013-2015 ASIAL CORPORATION
  505. Licensed under the Apache License, Version 2.0 (the "License");
  506. you may not use this file except in compliance with the License.
  507. You may obtain a copy of the License at
  508. http://www.apache.org/licenses/LICENSE-2.0
  509. Unless required by applicable law or agreed to in writing, software
  510. distributed under the License is distributed on an "AS IS" BASIS,
  511. WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  512. See the License for the specific language governing permissions and
  513. limitations under the License.
  514. */
  515. .ripple {
  516. display: block;
  517. position: absolute;
  518. overflow: hidden;
  519. top: 0;
  520. left: 0;
  521. right: 0;
  522. bottom: 0;
  523. pointer-events: none;
  524. }
  525. .ripple__background {
  526. background: rgba(255, 255, 255, 0.2);
  527. position: absolute;
  528. top: 0;
  529. left: 0;
  530. right: 0;
  531. bottom: 0;
  532. opacity: 0;
  533. pointer-events: none;
  534. }
  535. .ripple__wave {
  536. background: rgba(255, 255, 255, 0.2);
  537. width: 0;
  538. height: 0;
  539. border-radius: 50%;
  540. position: absolute;
  541. top: 0;
  542. left: 0;
  543. z-index: 0;
  544. pointer-events: none;
  545. }
  546. /* FIXME */
  547. ons-list-item .ripple__wave,
  548. ons-list-item .ripple__background,
  549. .button--material--flat .ripple__wave,
  550. .button--material--flat .ripple__background {
  551. background: rgba(189, 189, 189, 0.3);
  552. }
  553. .ripple--light-gray__wave,
  554. .ripple--light-gray__background {
  555. background: rgba(189, 189, 189, 0.3);
  556. }
  557. /*
  558. Copyright 2013-2015 ASIAL CORPORATION
  559. Licensed under the Apache License, Version 2.0 (the "License");
  560. you may not use this file except in compliance with the License.
  561. You may obtain a copy of the License at
  562. http://www.apache.org/licenses/LICENSE-2.0
  563. Unless required by applicable law or agreed to in writing, software
  564. distributed under the License is distributed on an "AS IS" BASIS,
  565. WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  566. See the License for the specific language governing permissions and
  567. limitations under the License.
  568. */
  569. .ons-swiper {
  570. overflow: hidden;
  571. display: block;
  572. box-sizing: border-box;
  573. }
  574. .ons-swiper-target {
  575. display: -webkit-box;
  576. display: -webkit-flex;
  577. display: flex;
  578. height: 100%;
  579. z-index: 1;
  580. -webkit-box-orient: horizontal;
  581. -webkit-box-direction: normal;
  582. -webkit-flex-direction: row;
  583. flex-direction: row;
  584. }
  585. .ons-swiper-target--vertical {
  586. -webkit-box-orient: vertical;
  587. -webkit-box-direction: normal;
  588. -webkit-flex-direction: column;
  589. flex-direction: column;
  590. }
  591. .ons-swiper-target > * {
  592. height: inherit;
  593. -webkit-flex-shrink: 0;
  594. flex-shrink: 0;
  595. box-sizing: border-box;
  596. width: 100%;
  597. position: relative !important;
  598. }
  599. .ons-swiper-target.active:not(.swiping) > .page:not([shown]) {
  600. visibility: hidden;
  601. }
  602. .ons-swiper-tabbar .tabbar--material__button:after {
  603. display: none;
  604. }
  605. .ons-swiper-blocker {
  606. display: block;
  607. position: absolute;
  608. top: 0;
  609. bottom: 0;
  610. left: 0;
  611. right: 0;
  612. pointer-events: none
  613. }