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

onsenui.css 16KB

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