| 
									
										
										
										
											2021-01-27 11:39:46 +00:00
										 |  |  | /* | 
					
						
							|  |  |  |  * -- BASE STYLES -- | 
					
						
							|  |  |  |  * Most of these are inherited from Base, but I want to change a few. | 
					
						
							| 
									
										
										
										
											2022-07-28 10:13:26 +00:00
										 |  |  |  * nvm use v14.18.1 && npm install && npm run build | 
					
						
							| 
									
										
										
										
											2021-12-19 22:17:24 +00:00
										 |  |  |  * or npm run watch | 
					
						
							| 
									
										
										
										
											2021-01-27 11:39:46 +00:00
										 |  |  |  */ | 
					
						
							|  |  |  | body { | 
					
						
							| 
									
										
										
										
											2021-01-28 17:38:47 +00:00
										 |  |  |   color: #333; | 
					
						
							|  |  |  |   background: #262626; | 
					
						
							| 
									
										
										
										
											2021-01-27 11:39:46 +00:00
										 |  |  | } | 
					
						
							| 
									
										
										
										
											2021-01-28 17:38:47 +00:00
										 |  |  | .pure-table-even { | 
					
						
							|  |  |  |   background: #fff; | 
					
						
							|  |  |  | } | 
					
						
							| 
									
										
										
										
											2021-06-14 10:42:42 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2021-01-27 16:35:32 +00:00
										 |  |  | /* Some styles from https://css-tricks.com/ */ | 
					
						
							| 
									
										
										
										
											2021-01-27 11:39:46 +00:00
										 |  |  | a { | 
					
						
							| 
									
										
										
										
											2021-01-28 17:38:47 +00:00
										 |  |  |   text-decoration: none; | 
					
						
							|  |  |  |   color: #1b98f8; | 
					
						
							| 
									
										
										
										
											2021-01-27 11:39:46 +00:00
										 |  |  | } | 
					
						
							| 
									
										
										
										
											2021-06-14 10:42:42 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2021-01-27 11:39:46 +00:00
										 |  |  | a.github-link { | 
					
						
							| 
									
										
										
										
											2021-01-28 17:38:47 +00:00
										 |  |  |   color: #fff; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | .pure-menu-horizontal { | 
					
						
							|  |  |  |   background: #fff; | 
					
						
							|  |  |  |   padding: 5px; | 
					
						
							|  |  |  |   display: flex; | 
					
						
							|  |  |  |   justify-content: space-between; | 
					
						
							| 
									
										
										
										
											2021-02-01 09:24:15 +00:00
										 |  |  |   border-bottom: 2px solid #ed5900; | 
					
						
							|  |  |  |   align-items: center; | 
					
						
							| 
									
										
										
										
											2021-01-27 11:39:46 +00:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | section.content { | 
					
						
							| 
									
										
										
										
											2021-01-28 17:38:47 +00:00
										 |  |  |   padding-top: 5em; | 
					
						
							| 
									
										
										
										
											2022-04-02 12:49:32 +00:00
										 |  |  |   padding-bottom: 1em; | 
					
						
							| 
									
										
										
										
											2021-01-28 17:38:47 +00:00
										 |  |  |   flex-direction: column; | 
					
						
							| 
									
										
										
										
											2021-01-27 11:39:46 +00:00
										 |  |  |   display: flex; | 
					
						
							|  |  |  |   align-items: center; | 
					
						
							|  |  |  |   justify-content: center; | 
					
						
							|  |  |  | } | 
					
						
							| 
									
										
										
										
											2021-01-27 14:56:59 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2022-03-13 11:00:45 +00:00
										 |  |  | code { | 
					
						
							|  |  |  |   background: #eee; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2021-01-28 17:38:47 +00:00
										 |  |  | /* table related */ | 
					
						
							|  |  |  | .watch-table { | 
					
						
							|  |  |  |   width: 100%; | 
					
						
							| 
									
										
										
										
											2022-03-07 12:03:59 +00:00
										 |  |  |   font-size: 80%; | 
					
						
							| 
									
										
										
										
											2021-02-11 09:36:54 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2021-06-14 10:42:42 +00:00
										 |  |  |   tr.unviewed { | 
					
						
							| 
									
										
										
										
											2021-02-11 09:36:54 +00:00
										 |  |  |     font-weight: bold; | 
					
						
							| 
									
										
										
										
											2021-06-14 10:42:42 +00:00
										 |  |  |   } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |   .error { | 
					
						
							|  |  |  |     color: #a00; | 
					
						
							|  |  |  |   } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |   td { | 
					
						
							|  |  |  |     white-space: nowrap; | 
					
						
							|  |  |  |   } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |   td.title-col { | 
					
						
							|  |  |  |     word-break: break-all; | 
					
						
							|  |  |  |     white-space: normal; | 
					
						
							|  |  |  |   } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |   th { | 
					
						
							|  |  |  |     white-space: nowrap; | 
					
						
							|  |  |  |   } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |   .title-col a[target="_blank"]::after, .current-diff-url::after { | 
					
						
							|  |  |  |     content: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAQElEQVR42qXKwQkAIAxDUUdxtO6/RBQkQZvSi8I/pL4BoGw/XPkh4XigPmsUgh0626AjRsgxHTkUThsG2T/sIlzdTsp52kSS1wAAAABJRU5ErkJggg==); | 
					
						
							|  |  |  |     margin: 0 3px 0 5px; | 
					
						
							|  |  |  |   } | 
					
						
							| 
									
										
										
										
											2021-01-28 17:38:47 +00:00
										 |  |  | } | 
					
						
							| 
									
										
										
										
											2021-02-11 09:36:54 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2021-01-30 11:49:36 +00:00
										 |  |  | .watch-tag-list { | 
					
						
							|  |  |  |   color: #e70069; | 
					
						
							| 
									
										
										
										
											2021-01-31 18:55:35 +00:00
										 |  |  |   white-space: nowrap; | 
					
						
							| 
									
										
										
										
											2021-01-30 11:49:36 +00:00
										 |  |  | } | 
					
						
							| 
									
										
										
										
											2021-01-28 17:38:47 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  | .box { | 
					
						
							|  |  |  |   max-width: 80%; | 
					
						
							|  |  |  |   flex-direction: column; | 
					
						
							|  |  |  |   display: flex; | 
					
						
							|  |  |  |   justify-content: center; | 
					
						
							| 
									
										
										
										
											2021-01-27 16:35:32 +00:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2021-03-01 10:25:04 +00:00
										 |  |  | #post-list-buttons { | 
					
						
							|  |  |  |   text-align: right; | 
					
						
							|  |  |  |   padding: 0px; | 
					
						
							|  |  |  |   margin: 0px; | 
					
						
							| 
									
										
										
										
											2021-06-14 09:40:41 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2021-06-14 10:42:42 +00:00
										 |  |  |   li { | 
					
						
							|  |  |  |     display: inline-block; | 
					
						
							|  |  |  |   } | 
					
						
							| 
									
										
										
										
											2021-02-02 16:46:40 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2021-06-14 10:42:42 +00:00
										 |  |  |   a { | 
					
						
							|  |  |  |     border-top-left-radius: initial; | 
					
						
							|  |  |  |     border-top-right-radius: initial; | 
					
						
							|  |  |  |     border-bottom-left-radius: 5px; | 
					
						
							|  |  |  |     border-bottom-right-radius: 5px; | 
					
						
							|  |  |  |   } | 
					
						
							| 
									
										
										
										
											2021-02-02 16:46:40 +00:00
										 |  |  | } | 
					
						
							| 
									
										
										
										
											2021-01-28 17:38:47 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | body:after { | 
					
						
							|  |  |  |   content: ""; | 
					
						
							| 
									
										
										
										
											2022-03-06 18:03:59 +00:00
										 |  |  |   background: linear-gradient(130deg, #5ad8f7, #2f50af 41.07%, #9150bf 84.05%); | 
					
						
							| 
									
										
										
										
											2021-01-27 18:54:17 +00:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2021-01-28 17:38:47 +00:00
										 |  |  | body:after, body:before { | 
					
						
							|  |  |  |   display: block; | 
					
						
							| 
									
										
										
										
											2022-03-06 18:03:59 +00:00
										 |  |  |   height: 650px; | 
					
						
							| 
									
										
										
										
											2021-01-28 17:38:47 +00:00
										 |  |  |   position: absolute; | 
					
						
							|  |  |  |   top: 0; | 
					
						
							|  |  |  |   left: 0; | 
					
						
							|  |  |  |   width: 100%; | 
					
						
							|  |  |  |   z-index: -1; | 
					
						
							|  |  |  | } | 
					
						
							| 
									
										
										
										
											2021-06-14 10:42:42 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2021-01-28 17:38:47 +00:00
										 |  |  | body::after { | 
					
						
							|  |  |  |   opacity: 0.91; | 
					
						
							|  |  |  | } | 
					
						
							| 
									
										
										
										
											2021-06-14 10:42:42 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2021-01-28 17:38:47 +00:00
										 |  |  | body::before { | 
					
						
							| 
									
										
										
										
											2022-03-05 12:08:57 +00:00
										 |  |  |   // background-image set in base.html so it works with reverse proxies etc
 | 
					
						
							| 
									
										
										
										
											2021-01-28 17:38:47 +00:00
										 |  |  |   content: ""; | 
					
						
							|  |  |  |   background-size: cover | 
					
						
							|  |  |  | } | 
					
						
							| 
									
										
										
										
											2021-01-27 18:54:17 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2021-01-28 17:38:47 +00:00
										 |  |  | body:after, body:before { | 
					
						
							|  |  |  |   -webkit-clip-path: polygon(100% 0, 0 0, 0 77.5%, 1% 77.4%, 2% 77.1%, 3% 76.6%, 4% 75.9%, 5% 75.05%, 6% 74.05%, 7% 72.95%, 8% 71.75%, 9% 70.55%, 10% 69.3%, 11% 68.05%, 12% 66.9%, 13% 65.8%, 14% 64.8%, 15% 64%, 16% 63.35%, 17% 62.85%, 18% 62.6%, 19% 62.5%, 20% 62.65%, 21% 63%, 22% 63.5%, 23% 64.2%, 24% 65.1%, 25% 66.1%, 26% 67.2%, 27% 68.4%, 28% 69.65%, 29% 70.9%, 30% 72.15%, 31% 73.3%, 32% 74.35%, 33% 75.3%, 34% 76.1%, 35% 76.75%, 36% 77.2%, 37% 77.45%, 38% 77.5%, 39% 77.3%, 40% 76.95%, 41% 76.4%, 42% 75.65%, 43% 74.75%, 44% 73.75%, 45% 72.6%, 46% 71.4%, 47% 70.15%, 48% 68.9%, 49% 67.7%, 50% 66.55%, 51% 65.5%, 52% 64.55%, 53% 63.75%, 54% 63.15%, 55% 62.75%, 56% 62.55%, 57% 62.5%, 58% 62.7%, 59% 63.1%, 60% 63.7%, 61% 64.45%, 62% 65.4%, 63% 66.45%, 64% 67.6%, 65% 68.8%, 66% 70.05%, 67% 71.3%, 68% 72.5%, 69% 73.6%, 70% 74.65%, 71% 75.55%, 72% 76.35%, 73% 76.9%, 74% 77.3%, 75% 77.5%, 76% 77.45%, 77% 77.25%, 78% 76.8%, 79% 76.2%, 80% 75.4%, 81% 74.45%, 82% 73.4%, 83% 72.25%, 84% 71.05%, 85% 69.8%, 86% 68.55%, 87% 67.35%, 88% 66.2%, 89% 65.2%, 90% 64.3%, 91% 63.55%, 92% 63%, 93% 62.65%, 94% 62.5%, 95% 62.55%, 96% 62.8%, 97% 63.3%, 98% 63.9%, 99% 64.75%, 100% 65.7%); | 
					
						
							|  |  |  |   clip-path: polygon(100% 0, 0 0, 0 77.5%, 1% 77.4%, 2% 77.1%, 3% 76.6%, 4% 75.9%, 5% 75.05%, 6% 74.05%, 7% 72.95%, 8% 71.75%, 9% 70.55%, 10% 69.3%, 11% 68.05%, 12% 66.9%, 13% 65.8%, 14% 64.8%, 15% 64%, 16% 63.35%, 17% 62.85%, 18% 62.6%, 19% 62.5%, 20% 62.65%, 21% 63%, 22% 63.5%, 23% 64.2%, 24% 65.1%, 25% 66.1%, 26% 67.2%, 27% 68.4%, 28% 69.65%, 29% 70.9%, 30% 72.15%, 31% 73.3%, 32% 74.35%, 33% 75.3%, 34% 76.1%, 35% 76.75%, 36% 77.2%, 37% 77.45%, 38% 77.5%, 39% 77.3%, 40% 76.95%, 41% 76.4%, 42% 75.65%, 43% 74.75%, 44% 73.75%, 45% 72.6%, 46% 71.4%, 47% 70.15%, 48% 68.9%, 49% 67.7%, 50% 66.55%, 51% 65.5%, 52% 64.55%, 53% 63.75%, 54% 63.15%, 55% 62.75%, 56% 62.55%, 57% 62.5%, 58% 62.7%, 59% 63.1%, 60% 63.7%, 61% 64.45%, 62% 65.4%, 63% 66.45%, 64% 67.6%, 65% 68.8%, 66% 70.05%, 67% 71.3%, 68% 72.5%, 69% 73.6%, 70% 74.65%, 71% 75.55%, 72% 76.35%, 73% 76.9%, 74% 77.3%, 75% 77.5%, 76% 77.45%, 77% 77.25%, 78% 76.8%, 79% 76.2%, 80% 75.4%, 81% 74.45%, 82% 73.4%, 83% 72.25%, 84% 71.05%, 85% 69.8%, 86% 68.55%, 87% 67.35%, 88% 66.2%, 89% 65.2%, 90% 64.3%, 91% 63.55%, 92% 63%, 93% 62.65%, 94% 62.5%, 95% 62.55%, 96% 62.8%, 97% 63.3%, 98% 63.9%, 99% 64.75%, 100% 65.7%) | 
					
						
							|  |  |  | } | 
					
						
							| 
									
										
										
										
											2021-01-27 18:54:17 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2021-07-13 08:48:21 +00:00
										 |  |  | .arrow { | 
					
						
							|  |  |  |   border: solid black; | 
					
						
							|  |  |  |   border-width: 0 3px 3px 0; | 
					
						
							|  |  |  |   display: inline-block; | 
					
						
							|  |  |  |   padding: 3px; | 
					
						
							|  |  |  |     &.right { | 
					
						
							|  |  |  |       transform: rotate(-45deg); | 
					
						
							|  |  |  |       -webkit-transform: rotate(-45deg); | 
					
						
							|  |  |  |     } | 
					
						
							|  |  |  |     &.left { | 
					
						
							|  |  |  |       transform: rotate(135deg); | 
					
						
							|  |  |  |       -webkit-transform: rotate(135deg); | 
					
						
							|  |  |  |     } | 
					
						
							|  |  |  |     &.up { | 
					
						
							|  |  |  |       transform: rotate(-135deg); | 
					
						
							|  |  |  |       -webkit-transform: rotate(-135deg); | 
					
						
							|  |  |  |     } | 
					
						
							|  |  |  |     &.down { | 
					
						
							|  |  |  |       transform: rotate(45deg); | 
					
						
							|  |  |  |       -webkit-transform: rotate(45deg); | 
					
						
							|  |  |  |     } | 
					
						
							|  |  |  | } | 
					
						
							| 
									
										
										
										
											2021-01-27 18:54:17 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  | .button-small { | 
					
						
							| 
									
										
										
										
											2021-01-28 17:38:47 +00:00
										 |  |  |   font-size: 85%; | 
					
						
							| 
									
										
										
										
											2021-01-27 18:54:17 +00:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2021-01-27 20:54:11 +00:00
										 |  |  | .fetch-error { | 
					
						
							| 
									
										
										
										
											2021-01-28 17:38:47 +00:00
										 |  |  |   padding-top: 1em; | 
					
						
							|  |  |  |   font-size: 60%; | 
					
						
							|  |  |  |   max-width: 400px; | 
					
						
							|  |  |  |   display: block; | 
					
						
							|  |  |  | } | 
					
						
							| 
									
										
										
										
											2021-01-29 09:49:05 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2021-06-14 10:42:42 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2021-01-29 09:49:05 +00:00
										 |  |  | .button-secondary { | 
					
						
							| 
									
										
										
										
											2021-06-14 10:42:42 +00:00
										 |  |  |   color: white; | 
					
						
							|  |  |  |   border-radius: 4px; | 
					
						
							|  |  |  |   text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2); | 
					
						
							| 
									
										
										
										
											2021-01-29 09:49:05 +00:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | .button-success { | 
					
						
							| 
									
										
										
										
											2021-06-14 10:42:42 +00:00
										 |  |  |   background: rgb(28, 184, 65); | 
					
						
							|  |  |  |   /* this is a green */ | 
					
						
							| 
									
										
										
										
											2021-01-29 09:49:05 +00:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2021-01-29 14:51:30 +00:00
										 |  |  | .button-tag { | 
					
						
							| 
									
										
										
										
											2021-06-14 10:42:42 +00:00
										 |  |  |   background: rgb(99, 99, 99); | 
					
						
							|  |  |  |   color: #fff; | 
					
						
							|  |  |  |   font-size: 65%; | 
					
						
							|  |  |  |   border-bottom-left-radius: initial; | 
					
						
							|  |  |  |   border-bottom-right-radius: initial; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |   &.active { | 
					
						
							| 
									
										
										
										
											2021-01-30 11:26:22 +00:00
										 |  |  |     background: #9c9c9c; | 
					
						
							|  |  |  |     font-weight: bold; | 
					
						
							| 
									
										
										
										
											2021-06-14 10:42:42 +00:00
										 |  |  |   } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2021-01-29 14:51:30 +00:00
										 |  |  | } | 
					
						
							| 
									
										
										
										
											2021-06-14 10:42:42 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2021-01-29 09:49:05 +00:00
										 |  |  | .button-error { | 
					
						
							| 
									
										
										
										
											2021-06-14 10:42:42 +00:00
										 |  |  |   background: rgb(202, 60, 60); | 
					
						
							|  |  |  |   /* this is a maroon */ | 
					
						
							| 
									
										
										
										
											2021-01-29 09:49:05 +00:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | .button-warning { | 
					
						
							| 
									
										
										
										
											2021-06-14 10:42:42 +00:00
										 |  |  |   background: rgb(223, 117, 20); | 
					
						
							|  |  |  |   /* this is an orange */ | 
					
						
							| 
									
										
										
										
											2021-01-29 09:49:05 +00:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | .button-secondary { | 
					
						
							| 
									
										
										
										
											2021-06-14 10:42:42 +00:00
										 |  |  |   background: rgb(66, 184, 221); | 
					
						
							|  |  |  |   /* this is a light blue */ | 
					
						
							| 
									
										
										
										
											2021-01-29 09:49:05 +00:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | .button-cancel { | 
					
						
							| 
									
										
										
										
											2021-06-14 10:42:42 +00:00
										 |  |  |   background: rgb(200, 200, 200); | 
					
						
							|  |  |  |   /* this is a green */ | 
					
						
							| 
									
										
										
										
											2021-01-29 09:49:05 +00:00
										 |  |  | } | 
					
						
							| 
									
										
										
										
											2021-01-29 16:50:47 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  | .messages { | 
					
						
							| 
									
										
										
										
											2021-06-18 12:04:29 +00:00
										 |  |  |     li { | 
					
						
							|  |  |  |         list-style: none; | 
					
						
							|  |  |  |         padding: 1em; | 
					
						
							|  |  |  |         border-radius: 10px; | 
					
						
							|  |  |  |         color: #fff; | 
					
						
							|  |  |  |         font-weight: bold; | 
					
						
							|  |  |  |         &.message { | 
					
						
							|  |  |  |             background: rgba(255, 255, 255, .2); | 
					
						
							|  |  |  |         } | 
					
						
							|  |  |  |         &.error { | 
					
						
							|  |  |  |             background: rgba(255, 1, 1, .5); | 
					
						
							|  |  |  |         } | 
					
						
							|  |  |  |         &.notice { | 
					
						
							|  |  |  |             background: rgba(255, 255, 255, .5); | 
					
						
							|  |  |  |         } | 
					
						
							|  |  |  |     } | 
					
						
							| 
									
										
										
										
											2022-04-26 08:52:08 +00:00
										 |  |  |     &.with-share-link { | 
					
						
							|  |  |  |      > *:hover { | 
					
						
							|  |  |  |        cursor:pointer; | 
					
						
							|  |  |  |      } | 
					
						
							|  |  |  |     } | 
					
						
							| 
									
										
										
										
											2021-07-13 08:48:21 +00:00
										 |  |  | } | 
					
						
							| 
									
										
										
										
											2021-06-18 12:04:29 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2021-07-13 08:48:21 +00:00
										 |  |  | #notification-customisation { | 
					
						
							|  |  |  |     border: 1px solid #ccc; | 
					
						
							| 
									
										
										
										
											2022-04-09 10:15:34 +00:00
										 |  |  |     padding: 0.5rem; | 
					
						
							| 
									
										
										
										
											2021-07-13 08:48:21 +00:00
										 |  |  |     border-radius: 5px; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2022-04-08 12:12:42 +00:00
										 |  |  | #notification-error-log { | 
					
						
							|  |  |  |     border: 1px solid #ccc; | 
					
						
							|  |  |  |     padding: 1rem; | 
					
						
							|  |  |  |     border-radius: 5px; | 
					
						
							|  |  |  |     overflow-wrap: break-word; | 
					
						
							|  |  |  | } | 
					
						
							| 
									
										
										
										
											2021-07-13 08:48:21 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  | #token-table { | 
					
						
							|  |  |  |     &.pure-table td, &.pure-table th { | 
					
						
							|  |  |  |         font-size: 80%; | 
					
						
							|  |  |  |     } | 
					
						
							| 
									
										
										
										
											2021-01-30 09:40:42 +00:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | #new-watch-form { | 
					
						
							| 
									
										
										
										
											2021-06-14 10:42:42 +00:00
										 |  |  |   background: rgba(0, 0, 0, .05); | 
					
						
							|  |  |  |   padding: 1em; | 
					
						
							|  |  |  |   border-radius: 10px; | 
					
						
							|  |  |  |   margin-bottom: 1em; | 
					
						
							| 
									
										
										
										
											2021-07-18 03:26:23 +00:00
										 |  |  |   input { | 
					
						
							|  |  |  |     display: inline-block; | 
					
						
							| 
									
										
										
										
											2022-07-28 10:13:26 +00:00
										 |  |  |     margin-bottom: 5px; | 
					
						
							| 
									
										
										
										
											2021-07-18 03:26:23 +00:00
										 |  |  |   } | 
					
						
							|  |  |  |   .label { | 
					
						
							|  |  |  |     display: none; | 
					
						
							|  |  |  |   } | 
					
						
							|  |  |  |   legend { | 
					
						
							|  |  |  |     color: #fff; | 
					
						
							| 
									
										
										
										
											2022-03-06 16:05:23 +00:00
										 |  |  |     font-weight: bold; | 
					
						
							| 
									
										
										
										
											2021-07-18 03:26:23 +00:00
										 |  |  |   } | 
					
						
							| 
									
										
										
										
											2022-07-28 10:13:26 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  |   #watch-add-wrapper-zone { | 
					
						
							|  |  |  |     > div { | 
					
						
							|  |  |  |       display: inline-block; | 
					
						
							|  |  |  |     } | 
					
						
							|  |  |  |     @media only screen and (max-width: 760px) { | 
					
						
							|  |  |  |       #url { | 
					
						
							|  |  |  |         width: 100%; | 
					
						
							|  |  |  |       } | 
					
						
							|  |  |  |     } | 
					
						
							|  |  |  |   } | 
					
						
							| 
									
										
										
										
											2021-01-30 09:40:42 +00:00
										 |  |  | } | 
					
						
							| 
									
										
										
										
											2021-06-14 10:42:42 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2021-01-30 09:40:42 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2021-07-18 03:26:23 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2021-06-14 09:40:41 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2021-02-24 08:53:40 +00:00
										 |  |  | #diff-col { | 
					
						
							| 
									
										
										
										
											2021-06-14 10:42:42 +00:00
										 |  |  |   padding-left: 40px; | 
					
						
							| 
									
										
										
										
											2021-02-24 08:53:40 +00:00
										 |  |  | } | 
					
						
							| 
									
										
										
										
											2021-06-14 10:42:42 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2021-02-24 08:53:40 +00:00
										 |  |  | #diff-jump { | 
					
						
							| 
									
										
										
										
											2021-06-14 10:42:42 +00:00
										 |  |  |   position: fixed; | 
					
						
							|  |  |  |   left: 0px; | 
					
						
							| 
									
										
										
										
											2021-07-10 13:07:46 +00:00
										 |  |  |   top: 120px; | 
					
						
							| 
									
										
										
										
											2021-06-14 10:42:42 +00:00
										 |  |  |   background: #fff; | 
					
						
							|  |  |  |   padding: 10px; | 
					
						
							|  |  |  |   border-top-right-radius: 5px; | 
					
						
							|  |  |  |   border-bottom-right-radius: 5px; | 
					
						
							|  |  |  |   box-shadow: 5px 0 5px -2px #888; | 
					
						
							| 
									
										
										
										
											2021-08-12 10:05:59 +00:00
										 |  |  |      a { | 
					
						
							|  |  |  |       color: #1b98f8; | 
					
						
							|  |  |  |       cursor: grabbing; | 
					
						
							|  |  |  |       -moz-user-select: none; | 
					
						
							|  |  |  |       -webkit-user-select: none; | 
					
						
							|  |  |  |       -ms-user-select: none; | 
					
						
							|  |  |  |       user-select: none; | 
					
						
							|  |  |  |       -o-user-select: none; | 
					
						
							|  |  |  |     } | 
					
						
							| 
									
										
										
										
											2021-02-24 08:53:40 +00:00
										 |  |  | } | 
					
						
							| 
									
										
										
										
											2021-02-24 13:44:35 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  | footer { | 
					
						
							| 
									
										
										
										
											2021-06-14 10:42:42 +00:00
										 |  |  |   padding: 10px; | 
					
						
							|  |  |  |   background: #fff; | 
					
						
							|  |  |  |   color: #444; | 
					
						
							|  |  |  |   text-align: center; | 
					
						
							| 
									
										
										
										
											2021-03-01 10:51:28 +00:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | #feed-icon { | 
					
						
							| 
									
										
										
										
											2021-06-14 10:42:42 +00:00
										 |  |  |   vertical-align: middle; | 
					
						
							| 
									
										
										
										
											2021-03-01 14:09:37 +00:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2021-07-14 03:36:58 +00:00
										 |  |  | #top-right-menu { | 
					
						
							| 
									
										
										
										
											2021-07-14 04:46:18 +00:00
										 |  |  | // Just let flex overflow the x axis for now
 | 
					
						
							|  |  |  | /* | 
					
						
							| 
									
										
										
										
											2021-07-14 03:36:58 +00:00
										 |  |  |     position: absolute; | 
					
						
							|  |  |  |     right: 0px; | 
					
						
							|  |  |  |     background: linear-gradient(to right, #fff0, #fff 10%); | 
					
						
							|  |  |  |     padding-left: 20px; | 
					
						
							|  |  |  |     padding-right: 10px; | 
					
						
							| 
									
										
										
										
											2021-07-14 04:46:18 +00:00
										 |  |  |     */ | 
					
						
							| 
									
										
										
										
											2021-07-14 03:36:58 +00:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2021-07-10 13:07:46 +00:00
										 |  |  | .sticky-tab { | 
					
						
							| 
									
										
										
										
											2021-06-14 10:42:42 +00:00
										 |  |  |   position: absolute; | 
					
						
							| 
									
										
										
										
											2022-02-28 21:39:32 +00:00
										 |  |  |   top: 60px; | 
					
						
							| 
									
										
										
										
											2022-03-25 22:37:28 +00:00
										 |  |  |   font-size: 65%; | 
					
						
							| 
									
										
										
										
											2021-06-14 10:42:42 +00:00
										 |  |  |   background: #fff; | 
					
						
							|  |  |  |   padding: 10px; | 
					
						
							| 
									
										
										
										
											2021-07-10 13:07:46 +00:00
										 |  |  |   &#left-sticky { | 
					
						
							|  |  |  |     left: 0px; | 
					
						
							|  |  |  |   } | 
					
						
							|  |  |  |   &#right-sticky { | 
					
						
							|  |  |  |     right: 0px; | 
					
						
							|  |  |  |   } | 
					
						
							| 
									
										
										
										
											2022-02-28 14:47:59 +00:00
										 |  |  |   &#hosted-sticky { | 
					
						
							|  |  |  |     right: 0px; | 
					
						
							| 
									
										
										
										
											2022-02-28 21:39:32 +00:00
										 |  |  |     top: 100px; | 
					
						
							| 
									
										
										
										
											2022-02-28 14:47:59 +00:00
										 |  |  |     font-weight: bold; | 
					
						
							|  |  |  |   } | 
					
						
							| 
									
										
										
										
											2021-03-01 14:09:37 +00:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2021-06-14 10:42:42 +00:00
										 |  |  | #new-version-text a { | 
					
						
							|  |  |  |   color: #e07171; | 
					
						
							| 
									
										
										
										
											2021-03-01 14:09:37 +00:00
										 |  |  | } | 
					
						
							| 
									
										
										
										
											2021-03-29 14:11:22 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2022-07-29 19:09:55 +00:00
										 |  |  | .watch-controls { | 
					
						
							|  |  |  |   .state-on { | 
					
						
							|  |  |  |     img { | 
					
						
							|  |  |  |       opacity: 0.8; | 
					
						
							|  |  |  |     } | 
					
						
							|  |  |  |   } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |   /* default */ | 
					
						
							|  |  |  |   img { | 
					
						
							| 
									
										
										
										
											2021-03-29 16:36:31 +00:00
										 |  |  |     opacity: 0.2; | 
					
						
							| 
									
										
										
										
											2021-06-14 10:42:42 +00:00
										 |  |  |   } | 
					
						
							| 
									
										
										
										
											2021-03-29 16:36:31 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2022-07-29 19:09:55 +00:00
										 |  |  |   img { | 
					
						
							|  |  |  |     &:hover { | 
					
						
							|  |  |  |       transition: opacity 0.3s; | 
					
						
							|  |  |  |       opacity: 0.8; | 
					
						
							|  |  |  |     } | 
					
						
							| 
									
										
										
										
											2021-06-14 10:42:42 +00:00
										 |  |  |   } | 
					
						
							| 
									
										
										
										
											2022-07-29 19:09:55 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2021-06-14 09:40:41 +00:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2021-06-21 06:21:05 +00:00
										 |  |  | .monospaced-textarea { | 
					
						
							|  |  |  |     textarea { | 
					
						
							|  |  |  |         width: 100%; | 
					
						
							|  |  |  |         font-family: monospace; | 
					
						
							|  |  |  |         white-space: pre; | 
					
						
							|  |  |  |         overflow-wrap: normal; | 
					
						
							|  |  |  |         overflow-x: scroll; | 
					
						
							|  |  |  |     } | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2021-06-14 09:40:41 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2021-06-14 10:42:42 +00:00
										 |  |  | .pure-form { | 
					
						
							| 
									
										
										
										
											2022-05-18 11:59:17 +00:00
										 |  |  |     fieldset { | 
					
						
							|  |  |  |         padding-top: 0px; | 
					
						
							|  |  |  |         ul { | 
					
						
							|  |  |  |             padding-bottom: 0px; | 
					
						
							|  |  |  |             margin-bottom: 0px; | 
					
						
							|  |  |  |         } | 
					
						
							|  |  |  |     } | 
					
						
							| 
									
										
										
										
											2021-06-21 06:21:05 +00:00
										 |  |  |     .pure-control-group, .pure-group, .pure-controls { | 
					
						
							|  |  |  |         padding-bottom: 1em; | 
					
						
							| 
									
										
										
										
											2021-07-18 03:26:23 +00:00
										 |  |  |         div { | 
					
						
							| 
									
										
										
										
											2021-06-21 06:21:05 +00:00
										 |  |  |             margin: 0px; | 
					
						
							|  |  |  |         } | 
					
						
							| 
									
										
										
										
											2022-04-09 10:15:34 +00:00
										 |  |  |         .checkbox { | 
					
						
							|  |  |  |             > * { | 
					
						
							|  |  |  |               display: inline; | 
					
						
							|  |  |  |               vertical-align: middle; | 
					
						
							|  |  |  |             } | 
					
						
							|  |  |  |             > label { | 
					
						
							|  |  |  |                padding-left: 5px; | 
					
						
							|  |  |  |             } | 
					
						
							|  |  |  |         } | 
					
						
							| 
									
										
										
										
											2021-06-21 06:21:05 +00:00
										 |  |  |     } | 
					
						
							|  |  |  |   /* The input fields with errors */ | 
					
						
							|  |  |  |   .error { | 
					
						
							|  |  |  |     input { | 
					
						
							|  |  |  |         background-color: #ffebeb; | 
					
						
							|  |  |  |     } | 
					
						
							|  |  |  |   } | 
					
						
							| 
									
										
										
										
											2021-07-18 03:26:23 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  |   /* The list of errors */ | 
					
						
							| 
									
										
										
										
											2021-06-21 06:21:05 +00:00
										 |  |  |   ul.errors { | 
					
						
							|  |  |  |     padding: .5em .6em; | 
					
						
							|  |  |  |     border: 1px solid #dd0000; | 
					
						
							|  |  |  |     border-radius: 4px; | 
					
						
							|  |  |  |     vertical-align: middle; | 
					
						
							|  |  |  |     -webkit-box-sizing: border-box; | 
					
						
							|  |  |  |     box-sizing: border-box; | 
					
						
							|  |  |  |     li { | 
					
						
							|  |  |  |         margin-left: 1em; | 
					
						
							|  |  |  |         color: #dd0000; | 
					
						
							|  |  |  |     } | 
					
						
							|  |  |  |   } | 
					
						
							| 
									
										
										
										
											2021-06-14 09:40:41 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2021-06-14 10:42:42 +00:00
										 |  |  |   label { | 
					
						
							|  |  |  |     font-weight: bold; | 
					
						
							|  |  |  |   } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |   textarea { | 
					
						
							|  |  |  |     width: 100%; | 
					
						
							|  |  |  |   } | 
					
						
							| 
									
										
										
										
											2022-05-08 18:35:36 +00:00
										 |  |  |   .inline-radio { | 
					
						
							|  |  |  |       ul { | 
					
						
							|  |  |  |         margin: 0px; | 
					
						
							|  |  |  |         list-style: none; | 
					
						
							|  |  |  |         li { | 
					
						
							|  |  |  |             > * { | 
					
						
							|  |  |  |                 display: inline-block; | 
					
						
							|  |  |  |             } | 
					
						
							| 
									
										
										
										
											2021-08-12 10:05:59 +00:00
										 |  |  |         } | 
					
						
							| 
									
										
										
										
											2022-05-08 18:35:36 +00:00
										 |  |  |       } | 
					
						
							| 
									
										
										
										
											2021-08-12 10:05:59 +00:00
										 |  |  |   } | 
					
						
							| 
									
										
										
										
											2021-06-14 10:42:42 +00:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | @media only screen and (max-width: 760px), (min-device-width: 768px) and (max-device-width: 1024px) { | 
					
						
							| 
									
										
										
										
											2021-06-14 09:40:41 +00:00
										 |  |  |   .box { | 
					
						
							|  |  |  |     max-width: 95% | 
					
						
							|  |  |  |   } | 
					
						
							|  |  |  |   .edit-form { | 
					
						
							|  |  |  |     padding: 0.5em; | 
					
						
							| 
									
										
										
										
											2021-07-22 09:38:10 +00:00
										 |  |  |     margin: 0; | 
					
						
							| 
									
										
										
										
											2021-06-14 09:40:41 +00:00
										 |  |  |   } | 
					
						
							|  |  |  |   #nav-menu { | 
					
						
							|  |  |  |     overflow-x: scroll; | 
					
						
							|  |  |  |   } | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2021-08-12 10:05:59 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2022-03-25 22:37:28 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  | @media only screen and (max-width: 760px), (min-device-width: 768px) and (max-device-width: 800px) { | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |   div.sticky-tab#hosted-sticky { | 
					
						
							|  |  |  |     top: 60px; | 
					
						
							|  |  |  |     left: 0px; | 
					
						
							|  |  |  |     right: auto; | 
					
						
							|  |  |  |   } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |   section.content { | 
					
						
							|  |  |  |     padding-top: 110px; | 
					
						
							|  |  |  |   } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |   // Make the tabs easier to hit, they will be all nice and horizontal
 | 
					
						
							| 
									
										
										
										
											2022-04-02 12:49:32 +00:00
										 |  |  |   div.tabs.collapsable ul li { | 
					
						
							| 
									
										
										
										
											2022-03-25 22:37:28 +00:00
										 |  |  |     display: block; | 
					
						
							|  |  |  |     border-radius: 0px; | 
					
						
							| 
									
										
										
										
											2022-05-23 21:44:51 +00:00
										 |  |  |     margin-right: 0px; | 
					
						
							| 
									
										
										
										
											2022-03-25 22:37:28 +00:00
										 |  |  |   } | 
					
						
							| 
									
										
										
										
											2021-06-14 09:40:41 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2021-07-22 11:39:41 +00:00
										 |  |  |   input[type='text'] { | 
					
						
							|  |  |  |     width: 100%; | 
					
						
							|  |  |  |   } | 
					
						
							| 
									
										
										
										
											2022-03-25 22:37:28 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  | /* | 
					
						
							|  |  |  | Max width before this PARTICULAR table gets nasty | 
					
						
							|  |  |  | This query will take effect for any screen smaller than 760px | 
					
						
							|  |  |  | and also iPads specifically. | 
					
						
							|  |  |  | */ | 
					
						
							| 
									
										
										
										
											2021-06-14 10:42:42 +00:00
										 |  |  |   .watch-table { | 
					
						
							|  |  |  |     /* Force table to not be like tables anymore */ | 
					
						
							|  |  |  |     thead, tbody, th, td, tr { | 
					
						
							|  |  |  |       display: block; | 
					
						
							|  |  |  |     } | 
					
						
							| 
									
										
										
										
											2021-06-14 09:40:41 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2022-06-12 10:52:17 +00:00
										 |  |  |     .last-checked { | 
					
						
							|  |  |  |       > span { | 
					
						
							|  |  |  |         vertical-align: middle; | 
					
						
							|  |  |  |       } | 
					
						
							|  |  |  |     } | 
					
						
							| 
									
										
										
										
											2021-06-14 09:40:41 +00:00
										 |  |  |     .last-checked::before { | 
					
						
							| 
									
										
										
										
											2021-06-14 10:42:42 +00:00
										 |  |  |       color: #555; | 
					
						
							|  |  |  |       content: "Last Checked "; | 
					
						
							| 
									
										
										
										
											2021-06-14 09:40:41 +00:00
										 |  |  |     } | 
					
						
							| 
									
										
										
										
											2021-06-14 10:42:42 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2021-06-14 09:40:41 +00:00
										 |  |  |     .last-changed::before { | 
					
						
							| 
									
										
										
										
											2021-06-14 10:42:42 +00:00
										 |  |  |       color: #555; | 
					
						
							|  |  |  |       content: "Last Changed "; | 
					
						
							|  |  |  |     } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     /* Force table to not be like tables anymore */ | 
					
						
							|  |  |  |     td.inline { | 
					
						
							|  |  |  |       display: inline-block; | 
					
						
							| 
									
										
										
										
											2021-06-14 09:40:41 +00:00
										 |  |  |     } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2021-06-14 10:42:42 +00:00
										 |  |  |     /* Hide table headers (but not display: none;, for accessibility) */ | 
					
						
							|  |  |  |     thead tr { | 
					
						
							|  |  |  |       position: absolute; | 
					
						
							|  |  |  |       top: -9999px; | 
					
						
							|  |  |  |       left: -9999px; | 
					
						
							|  |  |  |     } | 
					
						
							| 
									
										
										
										
											2021-06-14 09:40:41 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  |     .pure-table td, .pure-table th { | 
					
						
							|  |  |  |       border: none; | 
					
						
							|  |  |  |     } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2021-06-14 10:42:42 +00:00
										 |  |  |     td { | 
					
						
							|  |  |  |       /* Behave  like a "row" */ | 
					
						
							|  |  |  |       border: none; | 
					
						
							|  |  |  |       border-bottom: 1px solid #eee; | 
					
						
							| 
									
										
										
										
											2022-06-12 10:52:17 +00:00
										 |  |  |       vertical-align: middle; | 
					
						
							| 
									
										
										
										
											2021-06-14 10:42:42 +00:00
										 |  |  |       &:before { | 
					
						
							|  |  |  |         /* Top/left values mimic padding */ | 
					
						
							|  |  |  |         top: 6px; | 
					
						
							|  |  |  |         left: 6px; | 
					
						
							|  |  |  |         width: 45%; | 
					
						
							|  |  |  |         padding-right: 10px; | 
					
						
							|  |  |  |         white-space: nowrap; | 
					
						
							|  |  |  |       } | 
					
						
							| 
									
										
										
										
											2021-06-14 09:40:41 +00:00
										 |  |  |     } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2021-06-14 10:42:42 +00:00
										 |  |  |     &.pure-table-striped { | 
					
						
							|  |  |  |       tr { | 
					
						
							|  |  |  |         background-color: #fff; | 
					
						
							|  |  |  |       } | 
					
						
							| 
									
										
										
										
											2021-06-14 09:40:41 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2021-06-14 10:42:42 +00:00
										 |  |  |       tr:nth-child(2n-1) { | 
					
						
							|  |  |  |         background-color: #eee; | 
					
						
							|  |  |  |       } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |       tr:nth-child(2n-1) td { | 
					
						
							|  |  |  |         background-color: inherit; | 
					
						
							|  |  |  |       } | 
					
						
							| 
									
										
										
										
											2021-06-14 09:40:41 +00:00
										 |  |  |     } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2021-06-14 10:42:42 +00:00
										 |  |  |   } | 
					
						
							| 
									
										
										
										
											2021-06-14 09:40:41 +00:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2021-07-22 09:38:10 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  | /** Desktop vs mobile input field strategy | 
					
						
							|  |  |  | - We dont use 'size' with <input> because `size` is too unreliable to override, and will often push-out | 
					
						
							|  |  |  | - Rely always on width in CSS | 
					
						
							|  |  |  | */ | 
					
						
							|  |  |  | @media only screen and (min-width: 761px) { | 
					
						
							|  |  |  | /* m-d is medium-desktop */ | 
					
						
							|  |  |  |     .m-d { | 
					
						
							|  |  |  |         min-width: 80%; | 
					
						
							|  |  |  |     } | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2021-08-12 10:05:59 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | .tabs { | 
					
						
							|  |  |  |   ul { | 
					
						
							|  |  |  |     margin: 0px; | 
					
						
							|  |  |  |     padding: 0px; | 
					
						
							|  |  |  |     display:block; | 
					
						
							|  |  |  |     li { | 
					
						
							|  |  |  |       margin-right: 3px; | 
					
						
							|  |  |  |       display: inline-block; | 
					
						
							|  |  |  |       color: #fff; | 
					
						
							|  |  |  |       border-top-left-radius: 5px; | 
					
						
							|  |  |  |       border-top-right-radius: 5px; | 
					
						
							|  |  |  |       background-color: rgba(255, 255, 255, 0.2); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |       &.active,:target { | 
					
						
							|  |  |  |         background-color: #fff; | 
					
						
							|  |  |  |         a { | 
					
						
							|  |  |  |           color: #222; | 
					
						
							|  |  |  |           font-weight: bold; | 
					
						
							|  |  |  |         } | 
					
						
							|  |  |  |       } | 
					
						
							|  |  |  |       a { | 
					
						
							|  |  |  |         display: block; | 
					
						
							|  |  |  |         padding: 0.8em; | 
					
						
							|  |  |  |         color: #fff; | 
					
						
							|  |  |  |       } | 
					
						
							|  |  |  |     } | 
					
						
							|  |  |  |   } | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | $form-edge-padding: 20px; | 
					
						
							|  |  |  | .pure-form-stacked { | 
					
						
							|  |  |  |   >div:first-child { | 
					
						
							|  |  |  |     display: block; | 
					
						
							|  |  |  |   } | 
					
						
							|  |  |  | } | 
					
						
							| 
									
										
										
										
											2022-03-06 16:03:15 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  | .login-form { | 
					
						
							|  |  |  |   .inner { | 
					
						
							|  |  |  |     background: #fff;; | 
					
						
							|  |  |  |     padding: $form-edge-padding; | 
					
						
							|  |  |  |     border-radius: 5px; | 
					
						
							|  |  |  |   } | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2022-04-02 12:49:32 +00:00
										 |  |  | .tab-pane-inner { | 
					
						
							| 
									
										
										
										
											2021-08-12 10:05:59 +00:00
										 |  |  |     &:not(:target) { | 
					
						
							|  |  |  |         display: none; | 
					
						
							|  |  |  |     } | 
					
						
							|  |  |  |     &:target { | 
					
						
							|  |  |  |       display: block; | 
					
						
							|  |  |  |     } | 
					
						
							|  |  |  |     // doesnt need padding because theres another row of buttons/activity
 | 
					
						
							|  |  |  |     padding: 0px; | 
					
						
							| 
									
										
										
										
											2022-04-02 12:49:32 +00:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2022-05-23 21:44:51 +00:00
										 |  |  | #beta-logo { | 
					
						
							|  |  |  |     height: 50px; | 
					
						
							|  |  |  |     // looks better when it's hanging off a little
 | 
					
						
							|  |  |  |     right: -3px; | 
					
						
							|  |  |  |     top: -3px; | 
					
						
							|  |  |  |     position: absolute; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | #selector-header { | 
					
						
							|  |  |  |     padding-bottom: 1em; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2022-04-02 12:49:32 +00:00
										 |  |  | .edit-form { | 
					
						
							|  |  |  |   min-width: 70%; | 
					
						
							| 
									
										
										
										
											2022-04-08 12:12:42 +00:00
										 |  |  |   /* so it cant overflow */ | 
					
						
							|  |  |  |   max-width: 95%; | 
					
						
							| 
									
										
										
										
											2021-08-12 10:05:59 +00:00
										 |  |  |   .box-wrap { | 
					
						
							|  |  |  |     position: relative; | 
					
						
							|  |  |  |   } | 
					
						
							|  |  |  |   .inner { | 
					
						
							|  |  |  |     background: #fff;; | 
					
						
							|  |  |  |     padding: $form-edge-padding; | 
					
						
							|  |  |  |   } | 
					
						
							|  |  |  |   #actions { | 
					
						
							|  |  |  |     display: block; | 
					
						
							|  |  |  |     background: #fff; | 
					
						
							|  |  |  |   } | 
					
						
							| 
									
										
										
										
											2022-03-06 16:23:21 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  |   .pure-form-message-inline { | 
					
						
							|  |  |  |     padding-left: 0; | 
					
						
							|  |  |  |   } | 
					
						
							| 
									
										
										
										
											2021-08-12 10:05:59 +00:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2022-02-23 09:49:25 +00:00
										 |  |  | ul { | 
					
						
							|  |  |  |     padding-left: 1em; | 
					
						
							|  |  |  |     padding-top: 0px; | 
					
						
							|  |  |  |     margin-top: 4px; | 
					
						
							| 
									
										
										
										
											2022-04-24 14:56:32 +00:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | .time-check-widget { | 
					
						
							|  |  |  |     tr { | 
					
						
							|  |  |  |         display: inline; | 
					
						
							|  |  |  |         input[type="number"] { | 
					
						
							| 
									
										
										
										
											2022-05-18 11:59:17 +00:00
										 |  |  |             width: 5em; | 
					
						
							| 
									
										
										
										
											2022-04-24 14:56:32 +00:00
										 |  |  |         } | 
					
						
							|  |  |  |     } | 
					
						
							| 
									
										
										
										
											2022-05-18 11:59:17 +00:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2022-05-23 21:44:51 +00:00
										 |  |  | #selector-wrapper { | 
					
						
							|  |  |  |  height: 600px; | 
					
						
							|  |  |  |  overflow-y: scroll; | 
					
						
							|  |  |  |  position: relative; | 
					
						
							|  |  |  |     //width: 100%;
 | 
					
						
							|  |  |  |  > img { | 
					
						
							|  |  |  |     position: absolute; | 
					
						
							|  |  |  |     z-index: 4; | 
					
						
							|  |  |  |     max-width: 100%; | 
					
						
							|  |  |  |  } | 
					
						
							|  |  |  |  >canvas { | 
					
						
							|  |  |  |     position: relative; | 
					
						
							|  |  |  |     z-index: 5; | 
					
						
							|  |  |  |      max-width: 100%; | 
					
						
							|  |  |  |      &:hover { | 
					
						
							|  |  |  |      cursor: pointer; | 
					
						
							|  |  |  |      } | 
					
						
							|  |  |  |  } | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | #selector-current-xpath { | 
					
						
							|  |  |  |   font-size: 80%; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2022-05-18 11:59:17 +00:00
										 |  |  | #webdriver-override-options { | 
					
						
							|  |  |  |         input[type="number"] { | 
					
						
							|  |  |  |             width: 5em; | 
					
						
							|  |  |  |         } | 
					
						
							| 
									
										
										
										
											2022-05-20 14:27:51 +00:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | #api-key { | 
					
						
							|  |  |  |   &:hover { | 
					
						
							|  |  |  |     cursor: pointer; | 
					
						
							|  |  |  |   } | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | #api-key-copy { | 
					
						
							|  |  |  |   color: #0078e7; | 
					
						
							|  |  |  | } | 
					
						
							| 
									
										
										
										
											2022-06-12 10:52:17 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  | /* spinner */ | 
					
						
							|  |  |  | .loader, | 
					
						
							|  |  |  | .loader:after { | 
					
						
							|  |  |  |   border-radius: 50%; | 
					
						
							|  |  |  |   width: 10px; | 
					
						
							|  |  |  |   height: 10px; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | .loader { | 
					
						
							|  |  |  |   margin: 0px auto; | 
					
						
							|  |  |  |   font-size: 3px; | 
					
						
							|  |  |  |   vertical-align: middle; | 
					
						
							|  |  |  |   display: inline-block; | 
					
						
							|  |  |  |   text-indent: -9999em; | 
					
						
							|  |  |  |   border-top: 1.1em solid rgba(38,104,237, 0.2); | 
					
						
							|  |  |  |   border-right: 1.1em solid rgba(38,104,237, 0.2); | 
					
						
							|  |  |  |   border-bottom: 1.1em solid rgba(38,104,237, 0.2); | 
					
						
							|  |  |  |   border-left: 1.1em solid #2668ed; | 
					
						
							|  |  |  |   -webkit-transform: translateZ(0); | 
					
						
							|  |  |  |   -ms-transform: translateZ(0); | 
					
						
							|  |  |  |   transform: translateZ(0); | 
					
						
							|  |  |  |   -webkit-animation: load8 1.1s infinite linear; | 
					
						
							|  |  |  |   animation: load8 1.1s infinite linear; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | @-webkit-keyframes load8 { | 
					
						
							|  |  |  |   0% { | 
					
						
							|  |  |  |     -webkit-transform: rotate(0deg); | 
					
						
							|  |  |  |     transform: rotate(0deg); | 
					
						
							|  |  |  |   } | 
					
						
							|  |  |  |   100% { | 
					
						
							|  |  |  |     -webkit-transform: rotate(360deg); | 
					
						
							|  |  |  |     transform: rotate(360deg); | 
					
						
							|  |  |  |   } | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | @keyframes load8 { | 
					
						
							|  |  |  |   0% { | 
					
						
							|  |  |  |     -webkit-transform: rotate(0deg); | 
					
						
							|  |  |  |     transform: rotate(0deg); | 
					
						
							|  |  |  |   } | 
					
						
							|  |  |  |   100% { | 
					
						
							|  |  |  |     -webkit-transform: rotate(360deg); | 
					
						
							|  |  |  |     transform: rotate(360deg); | 
					
						
							|  |  |  |   } | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2022-08-15 16:56:53 +00:00
										 |  |  | .snapshot-age { | 
					
						
							|  |  |  |   padding: 4px; | 
					
						
							|  |  |  |   background-color: #dfdfdf; | 
					
						
							|  |  |  |   border-radius: 3px; | 
					
						
							|  |  |  |   font-weight: bold; | 
					
						
							|  |  |  |   margin-bottom: 4px; | 
					
						
							|  |  |  |   &.error { | 
					
						
							|  |  |  |     background-color: #ff0000; | 
					
						
							|  |  |  |     color: #fff; | 
					
						
							|  |  |  |   } | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 |