| 
									
										
										
										
											2020-10-10 19:26:30 -06:00
										 |  |  | /* | 
					
						
							|  |  |  | This Source Code Form is subject to the terms of the Mozilla Public | 
					
						
							|  |  |  | License, v. 2.0. If a copy of the MPL was not distributed with this | 
					
						
							|  |  |  | file, You can obtain one at http://mozilla.org/MPL/2.0/. | 
					
						
							|  |  |  | */ | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | /* | 
					
						
							|  |  |  | Framework7 and FontAwesome both have a .fab class | 
					
						
							|  |  |  | */ | 
					
						
							|  |  |  | .fafab { | 
					
						
							|  |  |  |     font-family: "Font Awesome 5 Brands"; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | .fab { | 
					
						
							|  |  |  |     -webkit-text-size-adjust: 100%; | 
					
						
							|  |  |  |     -webkit-font-smoothing: antialiased; | 
					
						
							|  |  |  |     font-family: var(--f7-font-family); | 
					
						
							|  |  |  |     font-size: var(--f7-font-size); | 
					
						
							|  |  |  |     line-height: var(--f7-line-height); | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | .page { | 
					
						
							| 
									
										
										
										
											2021-01-22 12:06:20 -07:00
										 |  |  |     background-color: #d0f2fc; | 
					
						
							|  |  |  |     background-image: url(../images/background.svg); | 
					
						
							|  |  |  |     background-repeat: no-repeat; | 
					
						
							|  |  |  |     background-size: contain; | 
					
						
							|  |  |  |     background-position: bottom; | 
					
						
							|  |  |  |     background-attachment: fixed; | 
					
						
							| 
									
										
										
										
											2020-10-10 19:26:30 -06:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | .theme-dark .page { | 
					
						
							| 
									
										
										
										
											2021-01-22 12:06:20 -07:00
										 |  |  |     /* TODO: make this dark */ | 
					
						
							|  |  |  |     background-color: black; | 
					
						
							|  |  |  |     background-image: url(../images/background-transparent.svg); | 
					
						
							|  |  |  |     background-repeat: no-repeat; | 
					
						
							|  |  |  |     background-size: contain; | 
					
						
							|  |  |  |     background-position: bottom; | 
					
						
							|  |  |  |     background-attachment: fixed; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | .list.transparent ul { | 
					
						
							|  |  |  |     background-color: rgba(255,255,255,0.65); | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | .list.transparent ul li.item-divider { | 
					
						
							|  |  |  |     background-color: rgba(255,255,255,0.5); | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | .theme-dark .list.transparent ul { | 
					
						
							|  |  |  |     background-color: rgba(0,0,0,0.65); | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | .theme-dark .list.transparent ul li.item-divider { | 
					
						
							|  |  |  |     background-color: rgba(0,0,0,0.5); | 
					
						
							| 
									
										
										
										
											2020-10-10 19:26:30 -06:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | .navbar { | 
					
						
							| 
									
										
										
										
											2021-01-22 12:06:20 -07:00
										 |  |  |     background-color: #d0f2fc; | 
					
						
							| 
									
										
										
										
											2020-10-10 19:26:30 -06:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | .theme-dark .navbar { | 
					
						
							|  |  |  |     background-color: black; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | .page-content-fab-pad { | 
					
						
							|  |  |  |     padding-bottom: var(--f7-fab-size); | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | .navbar, .item-link .item-title, .item-media, .item-divider, .item-label, .fab, .button, .noselect { | 
					
						
							|  |  |  |     user-select: none; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | .navbar-inner { | 
					
						
							|  |  |  |     -webkit-app-region: drag; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | .navbar-inner > * { | 
					
						
							|  |  |  |     -webkit-app-region: no-drag; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | /* | 
					
						
							|  |  |  |  * Material icons are too big and disrupt the flow of text | 
					
						
							|  |  |  |  */ | 
					
						
							|  |  |  | .block .material-icons { | 
					
						
							|  |  |  |     font-size: var(--f7-block-font-size); | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | .material-icons.material-icons-24px { | 
					
						
							|  |  |  |     font-size: 24px; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | .material-icons-intext .material-icons { | 
					
						
							|  |  |  |     font-size: var(--f7-block-font-size); | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-10-10 20:44:27 -06:00
										 |  |  | .card-header.no-hairlines:after { | 
					
						
							|  |  |  |     display: none; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-10-10 19:26:30 -06:00
										 |  |  | .no-animation * { | 
					
						
							|  |  |  |     -webkit-transition: 10ms !important; | 
					
						
							|  |  |  |     -moz-transition: 10ms !important; | 
					
						
							|  |  |  |     -o-transition: 10ms !important; | 
					
						
							|  |  |  |     -ms-transition: 10ms !important; | 
					
						
							|  |  |  |     transition: 10ms !important; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2021-01-22 12:06:20 -07:00
										 |  |  | .trackingeventicon { | 
					
						
							|  |  |  |     vertical-align: middle; | 
					
						
							|  |  |  |     width: 1.5em; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-10-10 19:26:30 -06:00
										 |  |  | /* | 
					
						
							|  |  |  |  Allow easily changing help text to reflect finger/mouse usage. | 
					
						
							|  |  |  | */ | 
					
						
							|  |  |  | .clicktext { | 
					
						
							|  |  |  |     display: none; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | @media (pointer:fine) { | 
					
						
							|  |  |  |     .taptext { | 
					
						
							|  |  |  |         display: none; | 
					
						
							|  |  |  |     } | 
					
						
							|  |  |  |     .clicktext { | 
					
						
							|  |  |  |         display: initial; | 
					
						
							|  |  |  |     } | 
					
						
							|  |  |  | } |