| 
									
										
										
										
											2017-02-12 15:06:01 +01:00
										 |  |  | /* | 
					
						
							|  |  |  | * searx, A privacy-respecting, hackable metasearch engine | 
					
						
							|  |  |  | * | 
					
						
							|  |  |  | * To convert "style.less" to "style.css" run: $make styles | 
					
						
							|  |  |  | */ | 
					
						
							| 
									
										
										
										
											2021-04-28 16:12:34 +02:00
										 |  |  | .github-issue-button { | 
					
						
							|  |  |  |   display: block; | 
					
						
							|  |  |  |   padding: 8px 16px; | 
					
						
							|  |  |  |   font-family: sans-serif; | 
					
						
							|  |  |  |   font-size: 16px; | 
					
						
							|  |  |  |   color: white; | 
					
						
							|  |  |  |   background-color: #238636 !important; | 
					
						
							|  |  |  |   /* important is needed cause to an !important in logicodev-dark */ | 
					
						
							|  |  |  |   border: #2ea043; | 
					
						
							|  |  |  |   border-radius: 10px !important; | 
					
						
							|  |  |  |   box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | .github-issue-button:hover { | 
					
						
							|  |  |  |   background-color: #2ea043; | 
					
						
							|  |  |  | } | 
					
						
							| 
									
										
										
										
											2021-05-17 18:10:53 +02:00
										 |  |  | .issue-hide { | 
					
						
							|  |  |  |   display: none; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | .engine-stats .engine-name { | 
					
						
							|  |  |  |   width: 20rem; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | .engine-stats .engine-score { | 
					
						
							|  |  |  |   width: 7rem; | 
					
						
							|  |  |  |   text-align: right; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | .engine-stats .engine-reliability { | 
					
						
							|  |  |  |   text-align: right; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | .engine-stats table.engine-error { | 
					
						
							|  |  |  |   max-width: 1280px; | 
					
						
							|  |  |  |   margin: 1rem; | 
					
						
							|  |  |  |   border: 1px solid gray; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | .engine-stats table.engine-error th.engine-error-type, | 
					
						
							|  |  |  | .engine-stats table.engine-error td.engine-error-type, | 
					
						
							|  |  |  | .engine-stats failed-test { | 
					
						
							|  |  |  |   width: 10rem; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | .engine-stats table.engine-error span.log_parameters { | 
					
						
							|  |  |  |   border-right: 1px solid gray; | 
					
						
							|  |  |  |   padding: 0 1rem 0 0; | 
					
						
							|  |  |  |   margin: 0 0 0 0.5rem; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | .bar-chart-value { | 
					
						
							|  |  |  |   width: 3em; | 
					
						
							|  |  |  |   display: inline-block; | 
					
						
							|  |  |  |   text-align: right; | 
					
						
							|  |  |  |   padding-right: 0.5rem; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | .bar-chart-graph { | 
					
						
							|  |  |  |   width: calc(100% - 5rem); | 
					
						
							|  |  |  |   display: inline-block; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | .bar-chart-bar { | 
					
						
							|  |  |  |   border: 3px solid #5bc0de; | 
					
						
							|  |  |  |   margin: 1px 0; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | .bar-chart-serie1 { | 
					
						
							|  |  |  |   border: 3px solid #5bc0de; | 
					
						
							|  |  |  |   margin: 1px 0; | 
					
						
							|  |  |  |   float: left; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | .bar-chart-serie2 { | 
					
						
							|  |  |  |   border: 3px solid #deb15b; | 
					
						
							|  |  |  |   margin: 1px 0; | 
					
						
							|  |  |  |   float: left; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | .bar0 { | 
					
						
							|  |  |  |   width: 0; | 
					
						
							|  |  |  |   border: 0; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | .bar1 { | 
					
						
							|  |  |  |   width: 1%; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | .bar2 { | 
					
						
							|  |  |  |   width: 2%; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | .bar3 { | 
					
						
							|  |  |  |   width: 3%; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | .bar4 { | 
					
						
							|  |  |  |   width: 4%; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | .bar5 { | 
					
						
							|  |  |  |   width: 5%; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | .bar6 { | 
					
						
							|  |  |  |   width: 6%; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | .bar7 { | 
					
						
							|  |  |  |   width: 7%; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | .bar8 { | 
					
						
							|  |  |  |   width: 8%; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | .bar9 { | 
					
						
							|  |  |  |   width: 9%; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | .bar10 { | 
					
						
							|  |  |  |   width: 10%; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | .bar11 { | 
					
						
							|  |  |  |   width: 11%; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | .bar12 { | 
					
						
							|  |  |  |   width: 12%; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | .bar13 { | 
					
						
							|  |  |  |   width: 13%; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | .bar14 { | 
					
						
							|  |  |  |   width: 14%; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | .bar15 { | 
					
						
							|  |  |  |   width: 15%; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | .bar16 { | 
					
						
							|  |  |  |   width: 16%; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | .bar17 { | 
					
						
							|  |  |  |   width: 17%; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | .bar18 { | 
					
						
							|  |  |  |   width: 18%; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | .bar19 { | 
					
						
							|  |  |  |   width: 19%; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | .bar20 { | 
					
						
							|  |  |  |   width: 20%; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | .bar21 { | 
					
						
							|  |  |  |   width: 21%; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | .bar22 { | 
					
						
							|  |  |  |   width: 22%; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | .bar23 { | 
					
						
							|  |  |  |   width: 23%; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | .bar24 { | 
					
						
							|  |  |  |   width: 24%; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | .bar25 { | 
					
						
							|  |  |  |   width: 25%; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | .bar26 { | 
					
						
							|  |  |  |   width: 26%; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | .bar27 { | 
					
						
							|  |  |  |   width: 27%; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | .bar28 { | 
					
						
							|  |  |  |   width: 28%; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | .bar29 { | 
					
						
							|  |  |  |   width: 29%; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | .bar30 { | 
					
						
							|  |  |  |   width: 30%; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | .bar31 { | 
					
						
							|  |  |  |   width: 31%; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | .bar32 { | 
					
						
							|  |  |  |   width: 32%; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | .bar33 { | 
					
						
							|  |  |  |   width: 33%; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | .bar34 { | 
					
						
							|  |  |  |   width: 34%; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | .bar35 { | 
					
						
							|  |  |  |   width: 35%; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | .bar36 { | 
					
						
							|  |  |  |   width: 36%; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | .bar37 { | 
					
						
							|  |  |  |   width: 37%; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | .bar38 { | 
					
						
							|  |  |  |   width: 38%; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | .bar39 { | 
					
						
							|  |  |  |   width: 39%; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | .bar40 { | 
					
						
							|  |  |  |   width: 40%; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | .bar41 { | 
					
						
							|  |  |  |   width: 41%; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | .bar42 { | 
					
						
							|  |  |  |   width: 42%; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | .bar43 { | 
					
						
							|  |  |  |   width: 43%; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | .bar44 { | 
					
						
							|  |  |  |   width: 44%; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | .bar45 { | 
					
						
							|  |  |  |   width: 45%; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | .bar46 { | 
					
						
							|  |  |  |   width: 46%; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | .bar47 { | 
					
						
							|  |  |  |   width: 47%; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | .bar48 { | 
					
						
							|  |  |  |   width: 48%; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | .bar49 { | 
					
						
							|  |  |  |   width: 49%; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | .bar50 { | 
					
						
							|  |  |  |   width: 50%; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | .bar51 { | 
					
						
							|  |  |  |   width: 51%; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | .bar52 { | 
					
						
							|  |  |  |   width: 52%; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | .bar53 { | 
					
						
							|  |  |  |   width: 53%; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | .bar54 { | 
					
						
							|  |  |  |   width: 54%; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | .bar55 { | 
					
						
							|  |  |  |   width: 55%; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | .bar56 { | 
					
						
							|  |  |  |   width: 56%; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | .bar57 { | 
					
						
							|  |  |  |   width: 57%; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | .bar58 { | 
					
						
							|  |  |  |   width: 58%; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | .bar59 { | 
					
						
							|  |  |  |   width: 59%; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | .bar60 { | 
					
						
							|  |  |  |   width: 60%; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | .bar61 { | 
					
						
							|  |  |  |   width: 61%; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | .bar62 { | 
					
						
							|  |  |  |   width: 62%; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | .bar63 { | 
					
						
							|  |  |  |   width: 63%; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | .bar64 { | 
					
						
							|  |  |  |   width: 64%; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | .bar65 { | 
					
						
							|  |  |  |   width: 65%; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | .bar66 { | 
					
						
							|  |  |  |   width: 66%; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | .bar67 { | 
					
						
							|  |  |  |   width: 67%; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | .bar68 { | 
					
						
							|  |  |  |   width: 68%; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | .bar69 { | 
					
						
							|  |  |  |   width: 69%; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | .bar70 { | 
					
						
							|  |  |  |   width: 70%; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | .bar71 { | 
					
						
							|  |  |  |   width: 71%; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | .bar72 { | 
					
						
							|  |  |  |   width: 72%; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | .bar73 { | 
					
						
							|  |  |  |   width: 73%; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | .bar74 { | 
					
						
							|  |  |  |   width: 74%; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | .bar75 { | 
					
						
							|  |  |  |   width: 75%; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | .bar76 { | 
					
						
							|  |  |  |   width: 76%; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | .bar77 { | 
					
						
							|  |  |  |   width: 77%; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | .bar78 { | 
					
						
							|  |  |  |   width: 78%; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | .bar79 { | 
					
						
							|  |  |  |   width: 79%; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | .bar80 { | 
					
						
							|  |  |  |   width: 80%; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | .bar81 { | 
					
						
							|  |  |  |   width: 81%; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | .bar82 { | 
					
						
							|  |  |  |   width: 82%; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | .bar83 { | 
					
						
							|  |  |  |   width: 83%; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | .bar84 { | 
					
						
							|  |  |  |   width: 84%; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | .bar85 { | 
					
						
							|  |  |  |   width: 85%; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | .bar86 { | 
					
						
							|  |  |  |   width: 86%; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | .bar87 { | 
					
						
							|  |  |  |   width: 87%; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | .bar88 { | 
					
						
							|  |  |  |   width: 88%; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | .bar89 { | 
					
						
							|  |  |  |   width: 89%; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | .bar90 { | 
					
						
							|  |  |  |   width: 90%; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | .bar91 { | 
					
						
							|  |  |  |   width: 91%; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | .bar92 { | 
					
						
							|  |  |  |   width: 92%; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | .bar93 { | 
					
						
							|  |  |  |   width: 93%; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | .bar94 { | 
					
						
							|  |  |  |   width: 94%; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | .bar95 { | 
					
						
							|  |  |  |   width: 95%; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | .bar96 { | 
					
						
							|  |  |  |   width: 96%; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | .bar97 { | 
					
						
							|  |  |  |   width: 97%; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | .bar98 { | 
					
						
							|  |  |  |   width: 98%; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | .bar99 { | 
					
						
							|  |  |  |   width: 99%; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | .bar100 { | 
					
						
							|  |  |  |   width: 100%; | 
					
						
							|  |  |  | } | 
					
						
							| 
									
										
										
										
											2021-09-06 11:12:17 +02:00
										 |  |  | .osm-map-box { | 
					
						
							|  |  |  |   height: 300px; | 
					
						
							|  |  |  |   width: 100%; | 
					
						
							|  |  |  |   margin: 10px 0; | 
					
						
							|  |  |  | } | 
					
						
							| 
									
										
										
										
											2021-06-22 08:04:10 +02:00
										 |  |  | /*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */ | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2017-02-12 15:06:01 +01:00
										 |  |  | /* Document | 
					
						
							|  |  |  |    ========================================================================== */ | 
					
						
							| 
									
										
										
										
											2021-06-22 08:04:10 +02:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2017-02-12 15:06:01 +01:00
										 |  |  | /** | 
					
						
							|  |  |  |  * 1. Correct the line height in all browsers. | 
					
						
							| 
									
										
										
										
											2018-08-09 16:13:50 +02:00
										 |  |  |  * 2. Prevent adjustments of font size after orientation changes in iOS. | 
					
						
							| 
									
										
										
										
											2017-02-12 15:06:01 +01:00
										 |  |  |  */ | 
					
						
							| 
									
										
										
										
											2021-06-22 08:04:10 +02:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2017-02-12 15:06:01 +01:00
										 |  |  | html { | 
					
						
							| 
									
										
										
										
											2021-06-22 08:04:10 +02:00
										 |  |  |   line-height: 1.15; /* 1 */ | 
					
						
							|  |  |  |   -webkit-text-size-adjust: 100%; /* 2 */ | 
					
						
							| 
									
										
										
										
											2017-02-12 15:06:01 +01:00
										 |  |  | } | 
					
						
							| 
									
										
										
										
											2021-06-22 08:04:10 +02:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2017-02-12 15:06:01 +01:00
										 |  |  | /* Sections | 
					
						
							|  |  |  |    ========================================================================== */ | 
					
						
							| 
									
										
										
										
											2021-06-22 08:04:10 +02:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2017-02-12 15:06:01 +01:00
										 |  |  | /** | 
					
						
							| 
									
										
										
										
											2018-08-09 16:13:50 +02:00
										 |  |  |  * Remove the margin in all browsers. | 
					
						
							| 
									
										
										
										
											2017-02-12 15:06:01 +01:00
										 |  |  |  */ | 
					
						
							| 
									
										
										
										
											2021-06-22 08:04:10 +02:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2017-02-12 15:06:01 +01:00
										 |  |  | body { | 
					
						
							|  |  |  |   margin: 0; | 
					
						
							|  |  |  | } | 
					
						
							| 
									
										
										
										
											2021-06-22 08:04:10 +02:00
										 |  |  | 
 | 
					
						
							|  |  |  | /** | 
					
						
							|  |  |  |  * Render the `main` element consistently in IE. | 
					
						
							|  |  |  |  */ | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | main { | 
					
						
							|  |  |  |   display: block; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2017-02-12 15:06:01 +01:00
										 |  |  | /** | 
					
						
							|  |  |  |  * Correct the font size and margin on `h1` elements within `section` and | 
					
						
							|  |  |  |  * `article` contexts in Chrome, Firefox, and Safari. | 
					
						
							|  |  |  |  */ | 
					
						
							| 
									
										
										
										
											2021-06-22 08:04:10 +02:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2017-02-12 15:06:01 +01:00
										 |  |  | h1 { | 
					
						
							|  |  |  |   font-size: 2em; | 
					
						
							|  |  |  |   margin: 0.67em 0; | 
					
						
							|  |  |  | } | 
					
						
							| 
									
										
										
										
											2021-06-22 08:04:10 +02:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2017-02-12 15:06:01 +01:00
										 |  |  | /* Grouping content | 
					
						
							|  |  |  |    ========================================================================== */ | 
					
						
							| 
									
										
										
										
											2021-06-22 08:04:10 +02:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2017-02-12 15:06:01 +01:00
										 |  |  | /** | 
					
						
							|  |  |  |  * 1. Add the correct box sizing in Firefox. | 
					
						
							|  |  |  |  * 2. Show the overflow in Edge and IE. | 
					
						
							|  |  |  |  */ | 
					
						
							| 
									
										
										
										
											2021-06-22 08:04:10 +02:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2017-02-12 15:06:01 +01:00
										 |  |  | hr { | 
					
						
							| 
									
										
										
										
											2021-06-22 08:04:10 +02:00
										 |  |  |   box-sizing: content-box; /* 1 */ | 
					
						
							|  |  |  |   height: 0; /* 1 */ | 
					
						
							|  |  |  |   overflow: visible; /* 2 */ | 
					
						
							| 
									
										
										
										
											2017-02-12 15:06:01 +01:00
										 |  |  | } | 
					
						
							| 
									
										
										
										
											2021-06-22 08:04:10 +02:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2017-02-12 15:06:01 +01:00
										 |  |  | /** | 
					
						
							|  |  |  |  * 1. Correct the inheritance and scaling of font size in all browsers. | 
					
						
							|  |  |  |  * 2. Correct the odd `em` font sizing in all browsers. | 
					
						
							|  |  |  |  */ | 
					
						
							| 
									
										
										
										
											2021-06-22 08:04:10 +02:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2017-02-12 15:06:01 +01:00
										 |  |  | pre { | 
					
						
							| 
									
										
										
										
											2021-06-22 08:04:10 +02:00
										 |  |  |   font-family: monospace, monospace; /* 1 */ | 
					
						
							|  |  |  |   font-size: 1em; /* 2 */ | 
					
						
							| 
									
										
										
										
											2017-02-12 15:06:01 +01:00
										 |  |  | } | 
					
						
							| 
									
										
										
										
											2021-06-22 08:04:10 +02:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2017-02-12 15:06:01 +01:00
										 |  |  | /* Text-level semantics | 
					
						
							|  |  |  |    ========================================================================== */ | 
					
						
							| 
									
										
										
										
											2021-06-22 08:04:10 +02:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2017-02-12 15:06:01 +01:00
										 |  |  | /** | 
					
						
							| 
									
										
										
										
											2018-08-09 16:13:50 +02:00
										 |  |  |  * Remove the gray background on active links in IE 10. | 
					
						
							| 
									
										
										
										
											2017-02-12 15:06:01 +01:00
										 |  |  |  */ | 
					
						
							| 
									
										
										
										
											2021-06-22 08:04:10 +02:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2017-02-12 15:06:01 +01:00
										 |  |  | a { | 
					
						
							|  |  |  |   background-color: transparent; | 
					
						
							|  |  |  | } | 
					
						
							| 
									
										
										
										
											2021-06-22 08:04:10 +02:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2017-02-12 15:06:01 +01:00
										 |  |  | /** | 
					
						
							| 
									
										
										
										
											2018-08-09 16:13:50 +02:00
										 |  |  |  * 1. Remove the bottom border in Chrome 57- | 
					
						
							| 
									
										
										
										
											2017-02-12 15:06:01 +01:00
										 |  |  |  * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari. | 
					
						
							|  |  |  |  */ | 
					
						
							| 
									
										
										
										
											2021-06-22 08:04:10 +02:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2017-02-12 15:06:01 +01:00
										 |  |  | abbr[title] { | 
					
						
							| 
									
										
										
										
											2021-06-22 08:04:10 +02:00
										 |  |  |   border-bottom: none; /* 1 */ | 
					
						
							|  |  |  |   text-decoration: underline; /* 2 */ | 
					
						
							|  |  |  |   text-decoration: underline dotted; /* 2 */ | 
					
						
							| 
									
										
										
										
											2017-02-12 15:06:01 +01:00
										 |  |  | } | 
					
						
							| 
									
										
										
										
											2021-06-22 08:04:10 +02:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2017-02-12 15:06:01 +01:00
										 |  |  | /** | 
					
						
							|  |  |  |  * Add the correct font weight in Chrome, Edge, and Safari. | 
					
						
							|  |  |  |  */ | 
					
						
							| 
									
										
										
										
											2021-06-22 08:04:10 +02:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2017-02-12 15:06:01 +01:00
										 |  |  | b, | 
					
						
							|  |  |  | strong { | 
					
						
							|  |  |  |   font-weight: bolder; | 
					
						
							|  |  |  | } | 
					
						
							| 
									
										
										
										
											2021-06-22 08:04:10 +02:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2017-02-12 15:06:01 +01:00
										 |  |  | /** | 
					
						
							|  |  |  |  * 1. Correct the inheritance and scaling of font size in all browsers. | 
					
						
							|  |  |  |  * 2. Correct the odd `em` font sizing in all browsers. | 
					
						
							|  |  |  |  */ | 
					
						
							| 
									
										
										
										
											2021-06-22 08:04:10 +02:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2017-02-12 15:06:01 +01:00
										 |  |  | code, | 
					
						
							|  |  |  | kbd, | 
					
						
							|  |  |  | samp { | 
					
						
							| 
									
										
										
										
											2021-06-22 08:04:10 +02:00
										 |  |  |   font-family: monospace, monospace; /* 1 */ | 
					
						
							|  |  |  |   font-size: 1em; /* 2 */ | 
					
						
							| 
									
										
										
										
											2017-02-12 15:06:01 +01:00
										 |  |  | } | 
					
						
							| 
									
										
										
										
											2021-06-22 08:04:10 +02:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2017-02-12 15:06:01 +01:00
										 |  |  | /** | 
					
						
							|  |  |  |  * Add the correct font size in all browsers. | 
					
						
							|  |  |  |  */ | 
					
						
							| 
									
										
										
										
											2021-06-22 08:04:10 +02:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2017-02-12 15:06:01 +01:00
										 |  |  | small { | 
					
						
							|  |  |  |   font-size: 80%; | 
					
						
							|  |  |  | } | 
					
						
							| 
									
										
										
										
											2021-06-22 08:04:10 +02:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2017-02-12 15:06:01 +01:00
										 |  |  | /** | 
					
						
							|  |  |  |  * Prevent `sub` and `sup` elements from affecting the line height in | 
					
						
							|  |  |  |  * all browsers. | 
					
						
							|  |  |  |  */ | 
					
						
							| 
									
										
										
										
											2021-06-22 08:04:10 +02:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2017-02-12 15:06:01 +01:00
										 |  |  | sub, | 
					
						
							|  |  |  | sup { | 
					
						
							|  |  |  |   font-size: 75%; | 
					
						
							|  |  |  |   line-height: 0; | 
					
						
							|  |  |  |   position: relative; | 
					
						
							|  |  |  |   vertical-align: baseline; | 
					
						
							|  |  |  | } | 
					
						
							| 
									
										
										
										
											2021-06-22 08:04:10 +02:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2017-02-12 15:06:01 +01:00
										 |  |  | sub { | 
					
						
							|  |  |  |   bottom: -0.25em; | 
					
						
							|  |  |  | } | 
					
						
							| 
									
										
										
										
											2021-06-22 08:04:10 +02:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2017-02-12 15:06:01 +01:00
										 |  |  | sup { | 
					
						
							|  |  |  |   top: -0.5em; | 
					
						
							|  |  |  | } | 
					
						
							| 
									
										
										
										
											2021-06-22 08:04:10 +02:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2017-02-12 15:06:01 +01:00
										 |  |  | /* Embedded content | 
					
						
							|  |  |  |    ========================================================================== */ | 
					
						
							| 
									
										
										
										
											2021-06-22 08:04:10 +02:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2017-02-12 15:06:01 +01:00
										 |  |  | /** | 
					
						
							| 
									
										
										
										
											2018-08-09 16:13:50 +02:00
										 |  |  |  * Remove the border on images inside links in IE 10. | 
					
						
							| 
									
										
										
										
											2017-02-12 15:06:01 +01:00
										 |  |  |  */ | 
					
						
							| 
									
										
										
										
											2021-06-22 08:04:10 +02:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2017-02-12 15:06:01 +01:00
										 |  |  | img { | 
					
						
							|  |  |  |   border-style: none; | 
					
						
							|  |  |  | } | 
					
						
							| 
									
										
										
										
											2021-06-22 08:04:10 +02:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2017-02-12 15:06:01 +01:00
										 |  |  | /* Forms | 
					
						
							|  |  |  |    ========================================================================== */ | 
					
						
							| 
									
										
										
										
											2021-06-22 08:04:10 +02:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2017-02-12 15:06:01 +01:00
										 |  |  | /** | 
					
						
							| 
									
										
										
										
											2018-08-09 16:13:50 +02:00
										 |  |  |  * 1. Change the font styles in all browsers. | 
					
						
							| 
									
										
										
										
											2017-02-12 15:06:01 +01:00
										 |  |  |  * 2. Remove the margin in Firefox and Safari. | 
					
						
							|  |  |  |  */ | 
					
						
							| 
									
										
										
										
											2021-06-22 08:04:10 +02:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2017-02-12 15:06:01 +01:00
										 |  |  | button, | 
					
						
							|  |  |  | input, | 
					
						
							|  |  |  | optgroup, | 
					
						
							|  |  |  | select, | 
					
						
							|  |  |  | textarea { | 
					
						
							| 
									
										
										
										
											2021-06-22 08:04:10 +02:00
										 |  |  |   font-family: inherit; /* 1 */ | 
					
						
							|  |  |  |   font-size: 100%; /* 1 */ | 
					
						
							|  |  |  |   line-height: 1.15; /* 1 */ | 
					
						
							|  |  |  |   margin: 0; /* 2 */ | 
					
						
							| 
									
										
										
										
											2017-02-12 15:06:01 +01:00
										 |  |  | } | 
					
						
							| 
									
										
										
										
											2021-06-22 08:04:10 +02:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2017-02-12 15:06:01 +01:00
										 |  |  | /** | 
					
						
							|  |  |  |  * Show the overflow in IE. | 
					
						
							|  |  |  |  * 1. Show the overflow in Edge. | 
					
						
							|  |  |  |  */ | 
					
						
							| 
									
										
										
										
											2021-06-22 08:04:10 +02:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2017-02-12 15:06:01 +01:00
										 |  |  | button, | 
					
						
							| 
									
										
										
										
											2021-06-22 08:04:10 +02:00
										 |  |  | input { /* 1 */ | 
					
						
							| 
									
										
										
										
											2017-02-12 15:06:01 +01:00
										 |  |  |   overflow: visible; | 
					
						
							|  |  |  | } | 
					
						
							| 
									
										
										
										
											2021-06-22 08:04:10 +02:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2017-02-12 15:06:01 +01:00
										 |  |  | /** | 
					
						
							|  |  |  |  * Remove the inheritance of text transform in Edge, Firefox, and IE. | 
					
						
							|  |  |  |  * 1. Remove the inheritance of text transform in Firefox. | 
					
						
							|  |  |  |  */ | 
					
						
							| 
									
										
										
										
											2021-06-22 08:04:10 +02:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2017-02-12 15:06:01 +01:00
										 |  |  | button, | 
					
						
							| 
									
										
										
										
											2021-06-22 08:04:10 +02:00
										 |  |  | select { /* 1 */ | 
					
						
							| 
									
										
										
										
											2017-02-12 15:06:01 +01:00
										 |  |  |   text-transform: none; | 
					
						
							|  |  |  | } | 
					
						
							| 
									
										
										
										
											2021-06-22 08:04:10 +02:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2017-02-12 15:06:01 +01:00
										 |  |  | /** | 
					
						
							| 
									
										
										
										
											2018-08-09 16:13:50 +02:00
										 |  |  |  * Correct the inability to style clickable types in iOS and Safari. | 
					
						
							| 
									
										
										
										
											2017-02-12 15:06:01 +01:00
										 |  |  |  */ | 
					
						
							| 
									
										
										
										
											2021-06-22 08:04:10 +02:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2017-02-12 15:06:01 +01:00
										 |  |  | button, | 
					
						
							| 
									
										
										
										
											2018-08-09 16:13:50 +02:00
										 |  |  | [type="button"], | 
					
						
							| 
									
										
										
										
											2017-02-12 15:06:01 +01:00
										 |  |  | [type="reset"], | 
					
						
							|  |  |  | [type="submit"] { | 
					
						
							|  |  |  |   -webkit-appearance: button; | 
					
						
							|  |  |  | } | 
					
						
							| 
									
										
										
										
											2021-06-22 08:04:10 +02:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2017-02-12 15:06:01 +01:00
										 |  |  | /** | 
					
						
							|  |  |  |  * Remove the inner border and padding in Firefox. | 
					
						
							|  |  |  |  */ | 
					
						
							| 
									
										
										
										
											2021-06-22 08:04:10 +02:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2017-02-12 15:06:01 +01:00
										 |  |  | button::-moz-focus-inner, | 
					
						
							|  |  |  | [type="button"]::-moz-focus-inner, | 
					
						
							|  |  |  | [type="reset"]::-moz-focus-inner, | 
					
						
							|  |  |  | [type="submit"]::-moz-focus-inner { | 
					
						
							|  |  |  |   border-style: none; | 
					
						
							|  |  |  |   padding: 0; | 
					
						
							|  |  |  | } | 
					
						
							| 
									
										
										
										
											2021-06-22 08:04:10 +02:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2017-02-12 15:06:01 +01:00
										 |  |  | /** | 
					
						
							|  |  |  |  * Restore the focus styles unset by the previous rule. | 
					
						
							|  |  |  |  */ | 
					
						
							| 
									
										
										
										
											2021-06-22 08:04:10 +02:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2017-02-12 15:06:01 +01:00
										 |  |  | button:-moz-focusring, | 
					
						
							|  |  |  | [type="button"]:-moz-focusring, | 
					
						
							|  |  |  | [type="reset"]:-moz-focusring, | 
					
						
							|  |  |  | [type="submit"]:-moz-focusring { | 
					
						
							|  |  |  |   outline: 1px dotted ButtonText; | 
					
						
							|  |  |  | } | 
					
						
							| 
									
										
										
										
											2021-06-22 08:04:10 +02:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2017-02-12 15:06:01 +01:00
										 |  |  | /** | 
					
						
							|  |  |  |  * Correct the padding in Firefox. | 
					
						
							|  |  |  |  */ | 
					
						
							| 
									
										
										
										
											2021-06-22 08:04:10 +02:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2017-02-12 15:06:01 +01:00
										 |  |  | fieldset { | 
					
						
							|  |  |  |   padding: 0.35em 0.75em 0.625em; | 
					
						
							|  |  |  | } | 
					
						
							| 
									
										
										
										
											2021-06-22 08:04:10 +02:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2017-02-12 15:06:01 +01:00
										 |  |  | /** | 
					
						
							|  |  |  |  * 1. Correct the text wrapping in Edge and IE. | 
					
						
							|  |  |  |  * 2. Correct the color inheritance from `fieldset` elements in IE. | 
					
						
							|  |  |  |  * 3. Remove the padding so developers are not caught out when they zero out | 
					
						
							|  |  |  |  *    `fieldset` elements in all browsers. | 
					
						
							|  |  |  |  */ | 
					
						
							| 
									
										
										
										
											2021-06-22 08:04:10 +02:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2017-02-12 15:06:01 +01:00
										 |  |  | legend { | 
					
						
							| 
									
										
										
										
											2021-06-22 08:04:10 +02:00
										 |  |  |   box-sizing: border-box; /* 1 */ | 
					
						
							|  |  |  |   color: inherit; /* 2 */ | 
					
						
							|  |  |  |   display: table; /* 1 */ | 
					
						
							|  |  |  |   max-width: 100%; /* 1 */ | 
					
						
							|  |  |  |   padding: 0; /* 3 */ | 
					
						
							|  |  |  |   white-space: normal; /* 1 */ | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2017-02-12 15:06:01 +01:00
										 |  |  | /** | 
					
						
							| 
									
										
										
										
											2018-08-09 16:13:50 +02:00
										 |  |  |  * Add the correct vertical alignment in Chrome, Firefox, and Opera. | 
					
						
							| 
									
										
										
										
											2017-02-12 15:06:01 +01:00
										 |  |  |  */ | 
					
						
							| 
									
										
										
										
											2021-06-22 08:04:10 +02:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2017-02-12 15:06:01 +01:00
										 |  |  | progress { | 
					
						
							|  |  |  |   vertical-align: baseline; | 
					
						
							|  |  |  | } | 
					
						
							| 
									
										
										
										
											2021-06-22 08:04:10 +02:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2017-02-12 15:06:01 +01:00
										 |  |  | /** | 
					
						
							| 
									
										
										
										
											2018-08-09 16:13:50 +02:00
										 |  |  |  * Remove the default vertical scrollbar in IE 10+. | 
					
						
							| 
									
										
										
										
											2017-02-12 15:06:01 +01:00
										 |  |  |  */ | 
					
						
							| 
									
										
										
										
											2021-06-22 08:04:10 +02:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2017-02-12 15:06:01 +01:00
										 |  |  | textarea { | 
					
						
							|  |  |  |   overflow: auto; | 
					
						
							|  |  |  | } | 
					
						
							| 
									
										
										
										
											2021-06-22 08:04:10 +02:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2017-02-12 15:06:01 +01:00
										 |  |  | /** | 
					
						
							| 
									
										
										
										
											2018-08-09 16:13:50 +02:00
										 |  |  |  * 1. Add the correct box sizing in IE 10. | 
					
						
							|  |  |  |  * 2. Remove the padding in IE 10. | 
					
						
							| 
									
										
										
										
											2017-02-12 15:06:01 +01:00
										 |  |  |  */ | 
					
						
							| 
									
										
										
										
											2021-06-22 08:04:10 +02:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2017-02-12 15:06:01 +01:00
										 |  |  | [type="checkbox"], | 
					
						
							|  |  |  | [type="radio"] { | 
					
						
							| 
									
										
										
										
											2021-06-22 08:04:10 +02:00
										 |  |  |   box-sizing: border-box; /* 1 */ | 
					
						
							|  |  |  |   padding: 0; /* 2 */ | 
					
						
							| 
									
										
										
										
											2017-02-12 15:06:01 +01:00
										 |  |  | } | 
					
						
							| 
									
										
										
										
											2021-06-22 08:04:10 +02:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2017-02-12 15:06:01 +01:00
										 |  |  | /** | 
					
						
							|  |  |  |  * Correct the cursor style of increment and decrement buttons in Chrome. | 
					
						
							|  |  |  |  */ | 
					
						
							| 
									
										
										
										
											2021-06-22 08:04:10 +02:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2017-02-12 15:06:01 +01:00
										 |  |  | [type="number"]::-webkit-inner-spin-button, | 
					
						
							|  |  |  | [type="number"]::-webkit-outer-spin-button { | 
					
						
							|  |  |  |   height: auto; | 
					
						
							|  |  |  | } | 
					
						
							| 
									
										
										
										
											2021-06-22 08:04:10 +02:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2017-02-12 15:06:01 +01:00
										 |  |  | /** | 
					
						
							|  |  |  |  * 1. Correct the odd appearance in Chrome and Safari. | 
					
						
							|  |  |  |  * 2. Correct the outline style in Safari. | 
					
						
							|  |  |  |  */ | 
					
						
							| 
									
										
										
										
											2021-06-22 08:04:10 +02:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2017-02-12 15:06:01 +01:00
										 |  |  | [type="search"] { | 
					
						
							| 
									
										
										
										
											2021-06-22 08:04:10 +02:00
										 |  |  |   -webkit-appearance: textfield; /* 1 */ | 
					
						
							|  |  |  |   outline-offset: -2px; /* 2 */ | 
					
						
							| 
									
										
										
										
											2017-02-12 15:06:01 +01:00
										 |  |  | } | 
					
						
							| 
									
										
										
										
											2021-06-22 08:04:10 +02:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2017-02-12 15:06:01 +01:00
										 |  |  | /** | 
					
						
							| 
									
										
										
										
											2018-08-09 16:13:50 +02:00
										 |  |  |  * Remove the inner padding in Chrome and Safari on macOS. | 
					
						
							| 
									
										
										
										
											2017-02-12 15:06:01 +01:00
										 |  |  |  */ | 
					
						
							| 
									
										
										
										
											2021-06-22 08:04:10 +02:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2017-02-12 15:06:01 +01:00
										 |  |  | [type="search"]::-webkit-search-decoration { | 
					
						
							|  |  |  |   -webkit-appearance: none; | 
					
						
							|  |  |  | } | 
					
						
							| 
									
										
										
										
											2021-06-22 08:04:10 +02:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2017-02-12 15:06:01 +01:00
										 |  |  | /** | 
					
						
							|  |  |  |  * 1. Correct the inability to style clickable types in iOS and Safari. | 
					
						
							|  |  |  |  * 2. Change font properties to `inherit` in Safari. | 
					
						
							|  |  |  |  */ | 
					
						
							| 
									
										
										
										
											2021-06-22 08:04:10 +02:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2017-02-12 15:06:01 +01:00
										 |  |  | ::-webkit-file-upload-button { | 
					
						
							| 
									
										
										
										
											2021-06-22 08:04:10 +02:00
										 |  |  |   -webkit-appearance: button; /* 1 */ | 
					
						
							|  |  |  |   font: inherit; /* 2 */ | 
					
						
							| 
									
										
										
										
											2017-02-12 15:06:01 +01:00
										 |  |  | } | 
					
						
							| 
									
										
										
										
											2021-06-22 08:04:10 +02:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2017-02-12 15:06:01 +01:00
										 |  |  | /* Interactive | 
					
						
							|  |  |  |    ========================================================================== */ | 
					
						
							| 
									
										
										
										
											2021-06-22 08:04:10 +02:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2017-02-12 15:06:01 +01:00
										 |  |  | /* | 
					
						
							| 
									
										
										
										
											2018-08-09 16:13:50 +02:00
										 |  |  |  * Add the correct display in Edge, IE 10+, and Firefox. | 
					
						
							| 
									
										
										
										
											2017-02-12 15:06:01 +01:00
										 |  |  |  */ | 
					
						
							| 
									
										
										
										
											2021-06-22 08:04:10 +02:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2018-08-09 16:13:50 +02:00
										 |  |  | details { | 
					
						
							| 
									
										
										
										
											2017-02-12 15:06:01 +01:00
										 |  |  |   display: block; | 
					
						
							|  |  |  | } | 
					
						
							| 
									
										
										
										
											2021-06-22 08:04:10 +02:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2017-02-12 15:06:01 +01:00
										 |  |  | /* | 
					
						
							|  |  |  |  * Add the correct display in all browsers. | 
					
						
							|  |  |  |  */ | 
					
						
							| 
									
										
										
										
											2021-06-22 08:04:10 +02:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2017-02-12 15:06:01 +01:00
										 |  |  | summary { | 
					
						
							|  |  |  |   display: list-item; | 
					
						
							|  |  |  | } | 
					
						
							| 
									
										
										
										
											2021-06-22 08:04:10 +02:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2018-08-09 16:13:50 +02:00
										 |  |  | /* Misc | 
					
						
							| 
									
										
										
										
											2017-02-12 15:06:01 +01:00
										 |  |  |    ========================================================================== */ | 
					
						
							| 
									
										
										
										
											2021-06-22 08:04:10 +02:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2017-02-12 15:06:01 +01:00
										 |  |  | /** | 
					
						
							| 
									
										
										
										
											2018-08-09 16:13:50 +02:00
										 |  |  |  * Add the correct display in IE 10+. | 
					
						
							| 
									
										
										
										
											2017-02-12 15:06:01 +01:00
										 |  |  |  */ | 
					
						
							| 
									
										
										
										
											2021-06-22 08:04:10 +02:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2017-02-12 15:06:01 +01:00
										 |  |  | template { | 
					
						
							|  |  |  |   display: none; | 
					
						
							|  |  |  | } | 
					
						
							| 
									
										
										
										
											2021-06-22 08:04:10 +02:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2017-02-12 15:06:01 +01:00
										 |  |  | /** | 
					
						
							| 
									
										
										
										
											2018-08-09 16:13:50 +02:00
										 |  |  |  * Add the correct display in IE 10. | 
					
						
							| 
									
										
										
										
											2017-02-12 15:06:01 +01:00
										 |  |  |  */ | 
					
						
							| 
									
										
										
										
											2021-06-22 08:04:10 +02:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2017-02-12 15:06:01 +01:00
										 |  |  | [hidden] { | 
					
						
							|  |  |  |   display: none; | 
					
						
							|  |  |  | } | 
					
						
							| 
									
										
										
										
											2021-06-22 08:04:10 +02:00
										 |  |  | 
 | 
					
						
							|  |  |  | @font-face { | 
					
						
							|  |  |  |   font-family: "ion"; | 
					
						
							|  |  |  |   src: url("../fonts/ion.eot?31a1b735188db616a2142d17947e8a45"); | 
					
						
							|  |  |  |   src: url("../fonts/ion.eot?31a1b735188db616a2142d17947e8a45#iefix") format("embedded-opentype"), url("../fonts/ion.woff2?31a1b735188db616a2142d17947e8a45") format("woff2"), url("../fonts/ion.woff?31a1b735188db616a2142d17947e8a45") format("woff"), url("../fonts/ion.ttf?31a1b735188db616a2142d17947e8a45") format("truetype"), url("../fonts/ion.svg?31a1b735188db616a2142d17947e8a45#ion") format("svg"); | 
					
						
							|  |  |  |   font-weight: normal; | 
					
						
							|  |  |  |   font-style: normal; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | .ion-icon { | 
					
						
							|  |  |  |   display: inline-block; | 
					
						
							|  |  |  |   line-height: 1; | 
					
						
							|  |  |  |   font-weight: normal; | 
					
						
							|  |  |  |   font-style: normal; | 
					
						
							|  |  |  |   speak: none; | 
					
						
							|  |  |  |   text-decoration: inherit; | 
					
						
							|  |  |  |   text-transform: none; | 
					
						
							|  |  |  |   text-rendering: auto; | 
					
						
							|  |  |  |   -webkit-font-smoothing: antialiased; | 
					
						
							|  |  |  |   -moz-osx-font-smoothing: grayscale; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | .ion-icon:before { | 
					
						
							|  |  |  |   font-family: "ion"; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | .ion-navicon-round:before { | 
					
						
							|  |  |  |   content: "\f101"; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | .ion-search:before { | 
					
						
							|  |  |  |   content: "\f102"; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | .ion-play:before { | 
					
						
							|  |  |  |   content: "\f103"; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | .ion-link:before { | 
					
						
							|  |  |  |   content: "\f104"; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | .ion-chevron-up:before { | 
					
						
							|  |  |  |   content: "\f105"; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | .ion-chevron-left:before { | 
					
						
							|  |  |  |   content: "\f106"; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | .ion-chevron-right:before { | 
					
						
							|  |  |  |   content: "\f107"; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | .ion-arrow-down-a:before { | 
					
						
							|  |  |  |   content: "\f108"; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | .ion-arrow-up-a:before { | 
					
						
							|  |  |  |   content: "\f109"; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | .ion-arrow-swap:before { | 
					
						
							|  |  |  |   content: "\f10a"; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | .ion-arrow-dropdown:before { | 
					
						
							|  |  |  |   content: "\f10b"; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | .ion-globe:before { | 
					
						
							|  |  |  |   content: "\f10c"; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | .ion-time:before { | 
					
						
							|  |  |  |   content: "\f10d"; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | .ion-location:before { | 
					
						
							|  |  |  |   content: "\f10e"; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | .ion-warning:before { | 
					
						
							|  |  |  |   content: "\f10f"; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | .ion-error:before { | 
					
						
							|  |  |  |   content: "\f110"; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | .ion-film-outline:before { | 
					
						
							|  |  |  |   content: "\f111"; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | .ion-music-note:before { | 
					
						
							|  |  |  |   content: "\f112"; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | .ion-more-vertical:before { | 
					
						
							|  |  |  |   content: "\f113"; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | .ion-magnet:before { | 
					
						
							|  |  |  |   content: "\f114"; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | .ion-close:before { | 
					
						
							|  |  |  |   content: "\f115"; | 
					
						
							|  |  |  | } | 
					
						
							| 
									
										
										
										
											2017-02-12 15:06:01 +01:00
										 |  |  | /* | 
					
						
							|  |  |  |  * searx, A privacy-respecting, hackable metasearch engine | 
					
						
							|  |  |  |  * | 
					
						
							|  |  |  |  * To change the colors of the site, simple edit this variables | 
					
						
							|  |  |  |  */ | 
					
						
							|  |  |  | /* | 
					
						
							|  |  |  | * searx, A privacy-respecting, hackable metasearch engine | 
					
						
							|  |  |  | */ | 
					
						
							| 
									
										
										
										
											2020-09-16 08:53:05 +02:00
										 |  |  | .code-highlight pre { | 
					
						
							|  |  |  |   overflow: auto; | 
					
						
							|  |  |  |   background-color: inherit; | 
					
						
							|  |  |  |   color: inherit; | 
					
						
							|  |  |  |   border: inherit; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | /* | 
					
						
							| 
									
										
										
										
											2021-04-28 16:12:34 +02:00
										 |  |  |    this file is generated automatically by searx_extra/update/update_pygments.py | 
					
						
							| 
									
										
										
										
											2021-09-06 11:12:17 +02:00
										 |  |  |    using pygments version 2.10.0 | 
					
						
							| 
									
										
										
										
											2020-09-16 08:53:05 +02:00
										 |  |  | */ | 
					
						
							|  |  |  | .code-highlight .linenos { | 
					
						
							|  |  |  |   -webkit-touch-callout: none; | 
					
						
							|  |  |  |   -webkit-user-select: none; | 
					
						
							|  |  |  |   -khtml-user-select: none; | 
					
						
							|  |  |  |   -moz-user-select: none; | 
					
						
							|  |  |  |   -ms-user-select: none; | 
					
						
							|  |  |  |   user-select: none; | 
					
						
							|  |  |  |   cursor: default; | 
					
						
							|  |  |  |   margin-right: 8px; | 
					
						
							|  |  |  |   text-align: right; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | .code-highlight .linenos::selection { | 
					
						
							|  |  |  |   background: transparent; | 
					
						
							|  |  |  |   /* WebKit/Blink Browsers */ | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | .code-highlight .linenos::-moz-selection { | 
					
						
							|  |  |  |   background: transparent; | 
					
						
							|  |  |  |   /* Gecko Browsers */ | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | .code-highlight pre { | 
					
						
							|  |  |  |   line-height: 125%; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | .code-highlight td.linenos .normal { | 
					
						
							|  |  |  |   color: inherit; | 
					
						
							|  |  |  |   background-color: transparent; | 
					
						
							|  |  |  |   padding-left: 5px; | 
					
						
							|  |  |  |   padding-right: 5px; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | .code-highlight span.linenos { | 
					
						
							|  |  |  |   color: inherit; | 
					
						
							|  |  |  |   background-color: transparent; | 
					
						
							|  |  |  |   padding-left: 5px; | 
					
						
							|  |  |  |   padding-right: 5px; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | .code-highlight td.linenos .special { | 
					
						
							|  |  |  |   color: #000000; | 
					
						
							|  |  |  |   background-color: #ffffc0; | 
					
						
							|  |  |  |   padding-left: 5px; | 
					
						
							|  |  |  |   padding-right: 5px; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | .code-highlight span.linenos.special { | 
					
						
							|  |  |  |   color: #000000; | 
					
						
							|  |  |  |   background-color: #ffffc0; | 
					
						
							|  |  |  |   padding-left: 5px; | 
					
						
							|  |  |  |   padding-right: 5px; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | .code-highlight .hll { | 
					
						
							| 
									
										
										
										
											2017-02-12 15:06:01 +01:00
										 |  |  |   background-color: #ffffcc; | 
					
						
							|  |  |  | } | 
					
						
							| 
									
										
										
										
											2020-09-16 08:53:05 +02:00
										 |  |  | .code-highlight { | 
					
						
							| 
									
										
										
										
											2017-02-12 15:06:01 +01:00
										 |  |  |   background: #f8f8f8; | 
					
						
							|  |  |  | } | 
					
						
							| 
									
										
										
										
											2020-09-16 08:53:05 +02:00
										 |  |  | .code-highlight .c { | 
					
						
							| 
									
										
										
										
											2017-02-12 15:06:01 +01:00
										 |  |  |   color: #408080; | 
					
						
							|  |  |  |   font-style: italic; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | /* Comment */ | 
					
						
							| 
									
										
										
										
											2020-09-16 08:53:05 +02:00
										 |  |  | .code-highlight .err { | 
					
						
							| 
									
										
										
										
											2017-02-12 15:06:01 +01:00
										 |  |  |   border: 1px solid #FF0000; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | /* Error */ | 
					
						
							| 
									
										
										
										
											2020-09-16 08:53:05 +02:00
										 |  |  | .code-highlight .k { | 
					
						
							| 
									
										
										
										
											2017-02-12 15:06:01 +01:00
										 |  |  |   color: #008000; | 
					
						
							|  |  |  |   font-weight: bold; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | /* Keyword */ | 
					
						
							| 
									
										
										
										
											2020-09-16 08:53:05 +02:00
										 |  |  | .code-highlight .o { | 
					
						
							| 
									
										
										
										
											2017-02-12 15:06:01 +01:00
										 |  |  |   color: #666666; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | /* Operator */ | 
					
						
							| 
									
										
										
										
											2020-09-16 08:53:05 +02:00
										 |  |  | .code-highlight .ch { | 
					
						
							|  |  |  |   color: #408080; | 
					
						
							|  |  |  |   font-style: italic; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | /* Comment.Hashbang */ | 
					
						
							|  |  |  | .code-highlight .cm { | 
					
						
							| 
									
										
										
										
											2017-02-12 15:06:01 +01:00
										 |  |  |   color: #408080; | 
					
						
							|  |  |  |   font-style: italic; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | /* Comment.Multiline */ | 
					
						
							| 
									
										
										
										
											2020-09-16 08:53:05 +02:00
										 |  |  | .code-highlight .cp { | 
					
						
							| 
									
										
										
										
											2017-02-12 15:06:01 +01:00
										 |  |  |   color: #BC7A00; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | /* Comment.Preproc */ | 
					
						
							| 
									
										
										
										
											2020-09-16 08:53:05 +02:00
										 |  |  | .code-highlight .cpf { | 
					
						
							|  |  |  |   color: #408080; | 
					
						
							|  |  |  |   font-style: italic; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | /* Comment.PreprocFile */ | 
					
						
							|  |  |  | .code-highlight .c1 { | 
					
						
							| 
									
										
										
										
											2017-02-12 15:06:01 +01:00
										 |  |  |   color: #408080; | 
					
						
							|  |  |  |   font-style: italic; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | /* Comment.Single */ | 
					
						
							| 
									
										
										
										
											2020-09-16 08:53:05 +02:00
										 |  |  | .code-highlight .cs { | 
					
						
							| 
									
										
										
										
											2017-02-12 15:06:01 +01:00
										 |  |  |   color: #408080; | 
					
						
							|  |  |  |   font-style: italic; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | /* Comment.Special */ | 
					
						
							| 
									
										
										
										
											2020-09-16 08:53:05 +02:00
										 |  |  | .code-highlight .gd { | 
					
						
							| 
									
										
										
										
											2017-02-12 15:06:01 +01:00
										 |  |  |   color: #A00000; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | /* Generic.Deleted */ | 
					
						
							| 
									
										
										
										
											2020-09-16 08:53:05 +02:00
										 |  |  | .code-highlight .ge { | 
					
						
							| 
									
										
										
										
											2017-02-12 15:06:01 +01:00
										 |  |  |   font-style: italic; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | /* Generic.Emph */ | 
					
						
							| 
									
										
										
										
											2020-09-16 08:53:05 +02:00
										 |  |  | .code-highlight .gr { | 
					
						
							| 
									
										
										
										
											2017-02-12 15:06:01 +01:00
										 |  |  |   color: #FF0000; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | /* Generic.Error */ | 
					
						
							| 
									
										
										
										
											2020-09-16 08:53:05 +02:00
										 |  |  | .code-highlight .gh { | 
					
						
							| 
									
										
										
										
											2017-02-12 15:06:01 +01:00
										 |  |  |   color: #000080; | 
					
						
							|  |  |  |   font-weight: bold; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | /* Generic.Heading */ | 
					
						
							| 
									
										
										
										
											2020-09-16 08:53:05 +02:00
										 |  |  | .code-highlight .gi { | 
					
						
							| 
									
										
										
										
											2017-02-12 15:06:01 +01:00
										 |  |  |   color: #00A000; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | /* Generic.Inserted */ | 
					
						
							| 
									
										
										
										
											2020-09-16 08:53:05 +02:00
										 |  |  | .code-highlight .go { | 
					
						
							| 
									
										
										
										
											2017-02-12 15:06:01 +01:00
										 |  |  |   color: #888888; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | /* Generic.Output */ | 
					
						
							| 
									
										
										
										
											2020-09-16 08:53:05 +02:00
										 |  |  | .code-highlight .gp { | 
					
						
							| 
									
										
										
										
											2017-02-12 15:06:01 +01:00
										 |  |  |   color: #000080; | 
					
						
							|  |  |  |   font-weight: bold; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | /* Generic.Prompt */ | 
					
						
							| 
									
										
										
										
											2020-09-16 08:53:05 +02:00
										 |  |  | .code-highlight .gs { | 
					
						
							| 
									
										
										
										
											2017-02-12 15:06:01 +01:00
										 |  |  |   font-weight: bold; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | /* Generic.Strong */ | 
					
						
							| 
									
										
										
										
											2020-09-16 08:53:05 +02:00
										 |  |  | .code-highlight .gu { | 
					
						
							| 
									
										
										
										
											2017-02-12 15:06:01 +01:00
										 |  |  |   color: #800080; | 
					
						
							|  |  |  |   font-weight: bold; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | /* Generic.Subheading */ | 
					
						
							| 
									
										
										
										
											2020-09-16 08:53:05 +02:00
										 |  |  | .code-highlight .gt { | 
					
						
							| 
									
										
										
										
											2017-02-12 15:06:01 +01:00
										 |  |  |   color: #0044DD; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | /* Generic.Traceback */ | 
					
						
							| 
									
										
										
										
											2020-09-16 08:53:05 +02:00
										 |  |  | .code-highlight .kc { | 
					
						
							| 
									
										
										
										
											2017-02-12 15:06:01 +01:00
										 |  |  |   color: #008000; | 
					
						
							|  |  |  |   font-weight: bold; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | /* Keyword.Constant */ | 
					
						
							| 
									
										
										
										
											2020-09-16 08:53:05 +02:00
										 |  |  | .code-highlight .kd { | 
					
						
							| 
									
										
										
										
											2017-02-12 15:06:01 +01:00
										 |  |  |   color: #008000; | 
					
						
							|  |  |  |   font-weight: bold; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | /* Keyword.Declaration */ | 
					
						
							| 
									
										
										
										
											2020-09-16 08:53:05 +02:00
										 |  |  | .code-highlight .kn { | 
					
						
							| 
									
										
										
										
											2017-02-12 15:06:01 +01:00
										 |  |  |   color: #008000; | 
					
						
							|  |  |  |   font-weight: bold; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | /* Keyword.Namespace */ | 
					
						
							| 
									
										
										
										
											2020-09-16 08:53:05 +02:00
										 |  |  | .code-highlight .kp { | 
					
						
							| 
									
										
										
										
											2017-02-12 15:06:01 +01:00
										 |  |  |   color: #008000; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | /* Keyword.Pseudo */ | 
					
						
							| 
									
										
										
										
											2020-09-16 08:53:05 +02:00
										 |  |  | .code-highlight .kr { | 
					
						
							| 
									
										
										
										
											2017-02-12 15:06:01 +01:00
										 |  |  |   color: #008000; | 
					
						
							|  |  |  |   font-weight: bold; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | /* Keyword.Reserved */ | 
					
						
							| 
									
										
										
										
											2020-09-16 08:53:05 +02:00
										 |  |  | .code-highlight .kt { | 
					
						
							| 
									
										
										
										
											2017-02-12 15:06:01 +01:00
										 |  |  |   color: #B00040; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | /* Keyword.Type */ | 
					
						
							| 
									
										
										
										
											2020-09-16 08:53:05 +02:00
										 |  |  | .code-highlight .m { | 
					
						
							| 
									
										
										
										
											2017-02-12 15:06:01 +01:00
										 |  |  |   color: #666666; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | /* Literal.Number */ | 
					
						
							| 
									
										
										
										
											2020-09-16 08:53:05 +02:00
										 |  |  | .code-highlight .s { | 
					
						
							| 
									
										
										
										
											2017-02-12 15:06:01 +01:00
										 |  |  |   color: #BA2121; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | /* Literal.String */ | 
					
						
							| 
									
										
										
										
											2020-09-16 08:53:05 +02:00
										 |  |  | .code-highlight .na { | 
					
						
							| 
									
										
										
										
											2017-02-12 15:06:01 +01:00
										 |  |  |   color: #7D9029; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | /* Name.Attribute */ | 
					
						
							| 
									
										
										
										
											2020-09-16 08:53:05 +02:00
										 |  |  | .code-highlight .nb { | 
					
						
							| 
									
										
										
										
											2017-02-12 15:06:01 +01:00
										 |  |  |   color: #008000; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | /* Name.Builtin */ | 
					
						
							| 
									
										
										
										
											2020-09-16 08:53:05 +02:00
										 |  |  | .code-highlight .nc { | 
					
						
							| 
									
										
										
										
											2017-02-12 15:06:01 +01:00
										 |  |  |   color: #0000FF; | 
					
						
							|  |  |  |   font-weight: bold; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | /* Name.Class */ | 
					
						
							| 
									
										
										
										
											2020-09-16 08:53:05 +02:00
										 |  |  | .code-highlight .no { | 
					
						
							| 
									
										
										
										
											2017-02-12 15:06:01 +01:00
										 |  |  |   color: #880000; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | /* Name.Constant */ | 
					
						
							| 
									
										
										
										
											2020-09-16 08:53:05 +02:00
										 |  |  | .code-highlight .nd { | 
					
						
							| 
									
										
										
										
											2017-02-12 15:06:01 +01:00
										 |  |  |   color: #AA22FF; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | /* Name.Decorator */ | 
					
						
							| 
									
										
										
										
											2020-09-16 08:53:05 +02:00
										 |  |  | .code-highlight .ni { | 
					
						
							| 
									
										
										
										
											2017-02-12 15:06:01 +01:00
										 |  |  |   color: #999999; | 
					
						
							|  |  |  |   font-weight: bold; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | /* Name.Entity */ | 
					
						
							| 
									
										
										
										
											2020-09-16 08:53:05 +02:00
										 |  |  | .code-highlight .ne { | 
					
						
							| 
									
										
										
										
											2017-02-12 15:06:01 +01:00
										 |  |  |   color: #D2413A; | 
					
						
							|  |  |  |   font-weight: bold; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | /* Name.Exception */ | 
					
						
							| 
									
										
										
										
											2020-09-16 08:53:05 +02:00
										 |  |  | .code-highlight .nf { | 
					
						
							| 
									
										
										
										
											2017-02-12 15:06:01 +01:00
										 |  |  |   color: #0000FF; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | /* Name.Function */ | 
					
						
							| 
									
										
										
										
											2020-09-16 08:53:05 +02:00
										 |  |  | .code-highlight .nl { | 
					
						
							| 
									
										
										
										
											2017-02-12 15:06:01 +01:00
										 |  |  |   color: #A0A000; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | /* Name.Label */ | 
					
						
							| 
									
										
										
										
											2020-09-16 08:53:05 +02:00
										 |  |  | .code-highlight .nn { | 
					
						
							| 
									
										
										
										
											2017-02-12 15:06:01 +01:00
										 |  |  |   color: #0000FF; | 
					
						
							|  |  |  |   font-weight: bold; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | /* Name.Namespace */ | 
					
						
							| 
									
										
										
										
											2020-09-16 08:53:05 +02:00
										 |  |  | .code-highlight .nt { | 
					
						
							| 
									
										
										
										
											2017-02-12 15:06:01 +01:00
										 |  |  |   color: #008000; | 
					
						
							|  |  |  |   font-weight: bold; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | /* Name.Tag */ | 
					
						
							| 
									
										
										
										
											2020-09-16 08:53:05 +02:00
										 |  |  | .code-highlight .nv { | 
					
						
							| 
									
										
										
										
											2017-02-12 15:06:01 +01:00
										 |  |  |   color: #19177C; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | /* Name.Variable */ | 
					
						
							| 
									
										
										
										
											2020-09-16 08:53:05 +02:00
										 |  |  | .code-highlight .ow { | 
					
						
							| 
									
										
										
										
											2017-02-12 15:06:01 +01:00
										 |  |  |   color: #AA22FF; | 
					
						
							|  |  |  |   font-weight: bold; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | /* Operator.Word */ | 
					
						
							| 
									
										
										
										
											2020-09-16 08:53:05 +02:00
										 |  |  | .code-highlight .w { | 
					
						
							| 
									
										
										
										
											2017-02-12 15:06:01 +01:00
										 |  |  |   color: #bbbbbb; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | /* Text.Whitespace */ | 
					
						
							| 
									
										
										
										
											2020-09-16 08:53:05 +02:00
										 |  |  | .code-highlight .mb { | 
					
						
							|  |  |  |   color: #666666; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | /* Literal.Number.Bin */ | 
					
						
							|  |  |  | .code-highlight .mf { | 
					
						
							| 
									
										
										
										
											2017-02-12 15:06:01 +01:00
										 |  |  |   color: #666666; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | /* Literal.Number.Float */ | 
					
						
							| 
									
										
										
										
											2020-09-16 08:53:05 +02:00
										 |  |  | .code-highlight .mh { | 
					
						
							| 
									
										
										
										
											2017-02-12 15:06:01 +01:00
										 |  |  |   color: #666666; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | /* Literal.Number.Hex */ | 
					
						
							| 
									
										
										
										
											2020-09-16 08:53:05 +02:00
										 |  |  | .code-highlight .mi { | 
					
						
							| 
									
										
										
										
											2017-02-12 15:06:01 +01:00
										 |  |  |   color: #666666; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | /* Literal.Number.Integer */ | 
					
						
							| 
									
										
										
										
											2020-09-16 08:53:05 +02:00
										 |  |  | .code-highlight .mo { | 
					
						
							| 
									
										
										
										
											2017-02-12 15:06:01 +01:00
										 |  |  |   color: #666666; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | /* Literal.Number.Oct */ | 
					
						
							| 
									
										
										
										
											2020-09-16 08:53:05 +02:00
										 |  |  | .code-highlight .sa { | 
					
						
							|  |  |  |   color: #BA2121; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | /* Literal.String.Affix */ | 
					
						
							|  |  |  | .code-highlight .sb { | 
					
						
							| 
									
										
										
										
											2017-02-12 15:06:01 +01:00
										 |  |  |   color: #BA2121; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | /* Literal.String.Backtick */ | 
					
						
							| 
									
										
										
										
											2020-09-16 08:53:05 +02:00
										 |  |  | .code-highlight .sc { | 
					
						
							| 
									
										
										
										
											2017-02-12 15:06:01 +01:00
										 |  |  |   color: #BA2121; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | /* Literal.String.Char */ | 
					
						
							| 
									
										
										
										
											2020-09-16 08:53:05 +02:00
										 |  |  | .code-highlight .dl { | 
					
						
							|  |  |  |   color: #BA2121; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | /* Literal.String.Delimiter */ | 
					
						
							|  |  |  | .code-highlight .sd { | 
					
						
							| 
									
										
										
										
											2017-02-12 15:06:01 +01:00
										 |  |  |   color: #BA2121; | 
					
						
							|  |  |  |   font-style: italic; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | /* Literal.String.Doc */ | 
					
						
							| 
									
										
										
										
											2020-09-16 08:53:05 +02:00
										 |  |  | .code-highlight .s2 { | 
					
						
							| 
									
										
										
										
											2017-02-12 15:06:01 +01:00
										 |  |  |   color: #BA2121; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | /* Literal.String.Double */ | 
					
						
							| 
									
										
										
										
											2020-09-16 08:53:05 +02:00
										 |  |  | .code-highlight .se { | 
					
						
							| 
									
										
										
										
											2017-02-12 15:06:01 +01:00
										 |  |  |   color: #BB6622; | 
					
						
							|  |  |  |   font-weight: bold; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | /* Literal.String.Escape */ | 
					
						
							| 
									
										
										
										
											2020-09-16 08:53:05 +02:00
										 |  |  | .code-highlight .sh { | 
					
						
							| 
									
										
										
										
											2017-02-12 15:06:01 +01:00
										 |  |  |   color: #BA2121; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | /* Literal.String.Heredoc */ | 
					
						
							| 
									
										
										
										
											2020-09-16 08:53:05 +02:00
										 |  |  | .code-highlight .si { | 
					
						
							| 
									
										
										
										
											2017-02-12 15:06:01 +01:00
										 |  |  |   color: #BB6688; | 
					
						
							|  |  |  |   font-weight: bold; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | /* Literal.String.Interpol */ | 
					
						
							| 
									
										
										
										
											2020-09-16 08:53:05 +02:00
										 |  |  | .code-highlight .sx { | 
					
						
							| 
									
										
										
										
											2017-02-12 15:06:01 +01:00
										 |  |  |   color: #008000; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | /* Literal.String.Other */ | 
					
						
							| 
									
										
										
										
											2020-09-16 08:53:05 +02:00
										 |  |  | .code-highlight .sr { | 
					
						
							| 
									
										
										
										
											2017-02-12 15:06:01 +01:00
										 |  |  |   color: #BB6688; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | /* Literal.String.Regex */ | 
					
						
							| 
									
										
										
										
											2020-09-16 08:53:05 +02:00
										 |  |  | .code-highlight .s1 { | 
					
						
							| 
									
										
										
										
											2017-02-12 15:06:01 +01:00
										 |  |  |   color: #BA2121; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | /* Literal.String.Single */ | 
					
						
							| 
									
										
										
										
											2020-09-16 08:53:05 +02:00
										 |  |  | .code-highlight .ss { | 
					
						
							| 
									
										
										
										
											2017-02-12 15:06:01 +01:00
										 |  |  |   color: #19177C; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | /* Literal.String.Symbol */ | 
					
						
							| 
									
										
										
										
											2020-09-16 08:53:05 +02:00
										 |  |  | .code-highlight .bp { | 
					
						
							| 
									
										
										
										
											2017-02-12 15:06:01 +01:00
										 |  |  |   color: #008000; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | /* Name.Builtin.Pseudo */ | 
					
						
							| 
									
										
										
										
											2020-09-16 08:53:05 +02:00
										 |  |  | .code-highlight .fm { | 
					
						
							|  |  |  |   color: #0000FF; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | /* Name.Function.Magic */ | 
					
						
							|  |  |  | .code-highlight .vc { | 
					
						
							| 
									
										
										
										
											2017-02-12 15:06:01 +01:00
										 |  |  |   color: #19177C; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | /* Name.Variable.Class */ | 
					
						
							| 
									
										
										
										
											2020-09-16 08:53:05 +02:00
										 |  |  | .code-highlight .vg { | 
					
						
							| 
									
										
										
										
											2017-02-12 15:06:01 +01:00
										 |  |  |   color: #19177C; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | /* Name.Variable.Global */ | 
					
						
							| 
									
										
										
										
											2020-09-16 08:53:05 +02:00
										 |  |  | .code-highlight .vi { | 
					
						
							| 
									
										
										
										
											2017-02-12 15:06:01 +01:00
										 |  |  |   color: #19177C; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | /* Name.Variable.Instance */ | 
					
						
							| 
									
										
										
										
											2020-09-16 08:53:05 +02:00
										 |  |  | .code-highlight .vm { | 
					
						
							|  |  |  |   color: #19177C; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | /* Name.Variable.Magic */ | 
					
						
							|  |  |  | .code-highlight .il { | 
					
						
							| 
									
										
										
										
											2017-02-12 15:06:01 +01:00
										 |  |  |   color: #666666; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | /* Literal.Number.Integer.Long */ | 
					
						
							|  |  |  | html.no-js .hide_if_nojs { | 
					
						
							|  |  |  |   display: none; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | html.js .show_if_nojs { | 
					
						
							|  |  |  |   display: none; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | .center { | 
					
						
							|  |  |  |   text-align: center; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | .right { | 
					
						
							| 
									
										
										
										
											2021-06-28 10:39:10 +02:00
										 |  |  |   float: right; | 
					
						
							| 
									
										
										
										
											2017-02-12 15:06:01 +01:00
										 |  |  | } | 
					
						
							|  |  |  | .left { | 
					
						
							|  |  |  |   float: left; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | .invisible { | 
					
						
							| 
									
										
										
										
											2018-08-09 16:13:50 +02:00
										 |  |  |   display: none !important; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | .list-unstyled { | 
					
						
							|  |  |  |   list-style-type: none; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | .list-unstyled li { | 
					
						
							|  |  |  |   margin-top: 4px; | 
					
						
							|  |  |  |   margin-bottom: 4px; | 
					
						
							| 
									
										
										
										
											2017-02-12 15:06:01 +01:00
										 |  |  | } | 
					
						
							|  |  |  | .danger { | 
					
						
							|  |  |  |   background-color: #fae1e1; | 
					
						
							|  |  |  | } | 
					
						
							| 
									
										
										
										
											2021-04-14 18:11:35 +02:00
										 |  |  | .warning { | 
					
						
							|  |  |  |   background: #faf5e1; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | .success { | 
					
						
							|  |  |  |   background: #e3fae1; | 
					
						
							|  |  |  | } | 
					
						
							| 
									
										
										
										
											2017-02-12 15:06:01 +01:00
										 |  |  | .badge { | 
					
						
							|  |  |  |   display: inline-block; | 
					
						
							|  |  |  |   color: #fff; | 
					
						
							|  |  |  |   background-color: #777; | 
					
						
							|  |  |  |   text-align: center; | 
					
						
							|  |  |  |   white-space: nowrap; | 
					
						
							|  |  |  |   vertical-align: baseline; | 
					
						
							|  |  |  |   min-width: 10px; | 
					
						
							|  |  |  |   padding: 1px 5px; | 
					
						
							|  |  |  |   border-radius: 5px; | 
					
						
							|  |  |  | } | 
					
						
							| 
									
										
										
										
											2018-08-09 16:13:50 +02:00
										 |  |  | kbd { | 
					
						
							|  |  |  |   padding: 2px 4px; | 
					
						
							|  |  |  |   margin: 1px; | 
					
						
							|  |  |  |   font-size: 90%; | 
					
						
							|  |  |  |   color: white; | 
					
						
							|  |  |  |   background: black; | 
					
						
							|  |  |  | } | 
					
						
							| 
									
										
										
										
											2017-02-12 15:06:01 +01:00
										 |  |  | table { | 
					
						
							|  |  |  |   width: 100%; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | table.striped tr { | 
					
						
							|  |  |  |   border-bottom: 1px solid #ececec; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | th { | 
					
						
							|  |  |  |   padding: 0.4em; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | td { | 
					
						
							|  |  |  |   padding: 0 4px; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | tr:hover { | 
					
						
							|  |  |  |   background: #ececec; | 
					
						
							|  |  |  | } | 
					
						
							| 
									
										
										
										
											2018-08-09 16:13:50 +02:00
										 |  |  | div.selectable_url { | 
					
						
							| 
									
										
										
										
											2021-06-28 10:39:10 +02:00
										 |  |  |   display: block; | 
					
						
							| 
									
										
										
										
											2018-08-09 16:13:50 +02:00
										 |  |  |   border: 1px solid #888; | 
					
						
							|  |  |  |   padding: 4px; | 
					
						
							|  |  |  |   color: #444; | 
					
						
							|  |  |  |   margin: 0.1em; | 
					
						
							|  |  |  |   overflow: hidden; | 
					
						
							|  |  |  |   height: 1.2em; | 
					
						
							|  |  |  |   line-height: 1.2em; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | div.selectable_url pre { | 
					
						
							|  |  |  |   display: block; | 
					
						
							|  |  |  |   font-size: 0.8em; | 
					
						
							|  |  |  |   word-break: break-all; | 
					
						
							|  |  |  |   margin: 0.1em; | 
					
						
							|  |  |  |   -webkit-user-select: all; | 
					
						
							|  |  |  |   -moz-user-select: all; | 
					
						
							|  |  |  |   -ms-user-select: element; | 
					
						
							|  |  |  |   user-select: all; | 
					
						
							|  |  |  | } | 
					
						
							| 
									
										
										
										
											2017-02-12 15:06:01 +01:00
										 |  |  | .dialog-error { | 
					
						
							|  |  |  |   position: relative; | 
					
						
							|  |  |  |   padding: 1em 1em 1em 2.7em; | 
					
						
							| 
									
										
										
										
											2021-09-27 13:47:00 +02:00
										 |  |  |   margin: 0 0 1em 0; | 
					
						
							| 
									
										
										
										
											2017-02-12 15:06:01 +01:00
										 |  |  |   border: 1px solid black; | 
					
						
							|  |  |  |   border-radius: 4px; | 
					
						
							|  |  |  |   text-align: left; | 
					
						
							|  |  |  |   color: #db3434; | 
					
						
							|  |  |  |   background: #fae1e1; | 
					
						
							|  |  |  |   border-color: #db3434; | 
					
						
							|  |  |  | } | 
					
						
							| 
									
										
										
										
											2021-06-28 10:39:10 +02:00
										 |  |  | .dialog-error::before { | 
					
						
							| 
									
										
										
										
											2017-02-12 15:06:01 +01:00
										 |  |  |   position: absolute; | 
					
						
							|  |  |  |   top: 0.5em; | 
					
						
							|  |  |  |   left: 0.5em; | 
					
						
							|  |  |  |   font-family: "ion"; | 
					
						
							|  |  |  |   font-size: 1.5em; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | .dialog-error .close { | 
					
						
							|  |  |  |   float: right; | 
					
						
							|  |  |  |   position: relative; | 
					
						
							|  |  |  |   top: -3px; | 
					
						
							|  |  |  |   color: inherit; | 
					
						
							|  |  |  |   font-size: 1.5em; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | .dialog-error ul, | 
					
						
							|  |  |  | .dialog-error ol, | 
					
						
							|  |  |  | .dialog-error p { | 
					
						
							|  |  |  |   margin: 1px 0 0 0; | 
					
						
							|  |  |  | } | 
					
						
							| 
									
										
										
										
											2018-08-09 16:13:50 +02:00
										 |  |  | .dialog-error table { | 
					
						
							|  |  |  |   width: auto; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | .dialog-error tr { | 
					
						
							|  |  |  |   vertical-align: text-top; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | .dialog-error tr:hover { | 
					
						
							|  |  |  |   background: transparent; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | .dialog-error td { | 
					
						
							|  |  |  |   padding: 0 1em 0 0; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | .dialog-error h4 { | 
					
						
							|  |  |  |   margin-top: 0.3em; | 
					
						
							|  |  |  |   margin-bottom: 0.3em; | 
					
						
							|  |  |  | } | 
					
						
							| 
									
										
										
										
											2017-02-12 15:06:01 +01:00
										 |  |  | .dialog-error:before { | 
					
						
							|  |  |  |   content: "\f110"; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | .dialog-warning { | 
					
						
							|  |  |  |   position: relative; | 
					
						
							|  |  |  |   padding: 1em 1em 1em 2.7em; | 
					
						
							| 
									
										
										
										
											2021-09-27 13:47:00 +02:00
										 |  |  |   margin: 0 0 1em 0; | 
					
						
							| 
									
										
										
										
											2017-02-12 15:06:01 +01:00
										 |  |  |   border: 1px solid black; | 
					
						
							|  |  |  |   border-radius: 4px; | 
					
						
							|  |  |  |   text-align: left; | 
					
						
							|  |  |  |   color: #dbba34; | 
					
						
							|  |  |  |   background: #faf5e1; | 
					
						
							|  |  |  |   border-color: #dbba34; | 
					
						
							|  |  |  | } | 
					
						
							| 
									
										
										
										
											2021-06-28 10:39:10 +02:00
										 |  |  | .dialog-warning::before { | 
					
						
							| 
									
										
										
										
											2017-02-12 15:06:01 +01:00
										 |  |  |   position: absolute; | 
					
						
							|  |  |  |   top: 0.5em; | 
					
						
							|  |  |  |   left: 0.5em; | 
					
						
							|  |  |  |   font-family: "ion"; | 
					
						
							|  |  |  |   font-size: 1.5em; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | .dialog-warning .close { | 
					
						
							|  |  |  |   float: right; | 
					
						
							|  |  |  |   position: relative; | 
					
						
							|  |  |  |   top: -3px; | 
					
						
							|  |  |  |   color: inherit; | 
					
						
							|  |  |  |   font-size: 1.5em; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | .dialog-warning ul, | 
					
						
							|  |  |  | .dialog-warning ol, | 
					
						
							|  |  |  | .dialog-warning p { | 
					
						
							|  |  |  |   margin: 1px 0 0 0; | 
					
						
							|  |  |  | } | 
					
						
							| 
									
										
										
										
											2018-08-09 16:13:50 +02:00
										 |  |  | .dialog-warning table { | 
					
						
							|  |  |  |   width: auto; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | .dialog-warning tr { | 
					
						
							|  |  |  |   vertical-align: text-top; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | .dialog-warning tr:hover { | 
					
						
							|  |  |  |   background: transparent; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | .dialog-warning td { | 
					
						
							|  |  |  |   padding: 0 1em 0 0; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | .dialog-warning h4 { | 
					
						
							|  |  |  |   margin-top: 0.3em; | 
					
						
							|  |  |  |   margin-bottom: 0.3em; | 
					
						
							|  |  |  | } | 
					
						
							| 
									
										
										
										
											2017-02-12 15:06:01 +01:00
										 |  |  | .dialog-warning:before { | 
					
						
							|  |  |  |   content: "\f10f"; | 
					
						
							|  |  |  | } | 
					
						
							| 
									
										
										
										
											2018-08-09 16:13:50 +02:00
										 |  |  | .dialog-modal { | 
					
						
							|  |  |  |   position: relative; | 
					
						
							|  |  |  |   padding: 1em 1em 1em 2.7em; | 
					
						
							| 
									
										
										
										
											2021-09-27 13:47:00 +02:00
										 |  |  |   margin: 0 0 1em 0; | 
					
						
							| 
									
										
										
										
											2018-08-09 16:13:50 +02:00
										 |  |  |   border: 1px solid black; | 
					
						
							|  |  |  |   border-radius: 4px; | 
					
						
							|  |  |  |   text-align: left; | 
					
						
							|  |  |  |   background: white; | 
					
						
							|  |  |  |   position: fixed; | 
					
						
							|  |  |  |   top: 50%; | 
					
						
							|  |  |  |   left: 50%; | 
					
						
							|  |  |  |   /* bring your own prefixes */ | 
					
						
							|  |  |  |   transform: translate(-50%, -50%); | 
					
						
							|  |  |  |   z-index: 100000; | 
					
						
							|  |  |  |   margin: 0 50% 0 0; | 
					
						
							|  |  |  |   box-shadow: 0 0 1em; | 
					
						
							|  |  |  | } | 
					
						
							| 
									
										
										
										
											2021-06-28 10:39:10 +02:00
										 |  |  | .dialog-modal::before { | 
					
						
							| 
									
										
										
										
											2018-08-09 16:13:50 +02:00
										 |  |  |   position: absolute; | 
					
						
							|  |  |  |   top: 0.5em; | 
					
						
							|  |  |  |   left: 0.5em; | 
					
						
							|  |  |  |   font-family: "ion"; | 
					
						
							|  |  |  |   font-size: 1.5em; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | .dialog-modal .close { | 
					
						
							|  |  |  |   float: right; | 
					
						
							|  |  |  |   position: relative; | 
					
						
							|  |  |  |   top: -3px; | 
					
						
							|  |  |  |   color: inherit; | 
					
						
							|  |  |  |   font-size: 1.5em; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | .dialog-modal ul, | 
					
						
							|  |  |  | .dialog-modal ol, | 
					
						
							|  |  |  | .dialog-modal p { | 
					
						
							|  |  |  |   margin: 1px 0 0 0; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | .dialog-modal table { | 
					
						
							|  |  |  |   width: auto; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | .dialog-modal tr { | 
					
						
							|  |  |  |   vertical-align: text-top; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | .dialog-modal tr:hover { | 
					
						
							|  |  |  |   background: transparent; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | .dialog-modal td { | 
					
						
							|  |  |  |   padding: 0 1em 0 0; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | .dialog-modal h4 { | 
					
						
							|  |  |  |   margin-top: 0.3em; | 
					
						
							|  |  |  |   margin-bottom: 0.3em; | 
					
						
							|  |  |  | } | 
					
						
							| 
									
										
										
										
											2017-02-12 15:06:01 +01:00
										 |  |  | .btn-collapse { | 
					
						
							|  |  |  |   cursor: pointer; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | .scrollx { | 
					
						
							|  |  |  |   overflow-x: auto; | 
					
						
							|  |  |  |   overflow-y: hidden; | 
					
						
							|  |  |  |   display: block; | 
					
						
							|  |  |  |   padding: 0; | 
					
						
							|  |  |  |   margin: 0; | 
					
						
							|  |  |  |   border: none; | 
					
						
							|  |  |  | } | 
					
						
							| 
									
										
										
										
											2021-06-28 10:39:10 +02:00
										 |  |  | /* -- tabs -- */ | 
					
						
							| 
									
										
										
										
											2017-02-12 15:06:01 +01:00
										 |  |  | .tabs .tabs > label { | 
					
						
							|  |  |  |   font-size: 90%; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | .tabs { | 
					
						
							|  |  |  |   display: -webkit-box; | 
					
						
							|  |  |  |   display: -moz-box; | 
					
						
							|  |  |  |   display: -webkit-flex; | 
					
						
							|  |  |  |   display: -ms-flexbox; | 
					
						
							|  |  |  |   display: flex; | 
					
						
							|  |  |  |   flex-wrap: wrap; | 
					
						
							|  |  |  |   width: 100%; | 
					
						
							|  |  |  |   min-width: 100%; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | .tabs > * { | 
					
						
							|  |  |  |   order: 2; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | .tabs > input[type=radio] { | 
					
						
							|  |  |  |   display: none; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | .tabs > label { | 
					
						
							|  |  |  |   order: 1; | 
					
						
							|  |  |  |   padding: 0.7em; | 
					
						
							|  |  |  |   margin: 0 0.7em; | 
					
						
							|  |  |  |   letter-spacing: 0.5px; | 
					
						
							|  |  |  |   text-transform: uppercase; | 
					
						
							|  |  |  |   border: solid white; | 
					
						
							| 
									
										
										
										
											2021-06-28 10:39:10 +02:00
										 |  |  |   border-width: 0 0 2px 0; | 
					
						
							| 
									
										
										
										
											2017-02-12 15:06:01 +01:00
										 |  |  |   -webkit-touch-callout: none; | 
					
						
							|  |  |  |   -webkit-user-select: none; | 
					
						
							|  |  |  |   -khtml-user-select: none; | 
					
						
							|  |  |  |   -moz-user-select: none; | 
					
						
							|  |  |  |   -ms-user-select: none; | 
					
						
							|  |  |  |   user-select: none; | 
					
						
							|  |  |  |   cursor: pointer; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | .tabs > label:hover { | 
					
						
							|  |  |  |   border-bottom: 2px solid #084999; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | .tabs > section { | 
					
						
							|  |  |  |   min-width: 100%; | 
					
						
							|  |  |  |   padding: 0.7rem 0; | 
					
						
							|  |  |  |   box-sizing: border-box; | 
					
						
							|  |  |  |   border-top: 1px solid black; | 
					
						
							|  |  |  |   display: none; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | .tabs > label:last-of-type { | 
					
						
							|  |  |  |   border-bottom: 2px solid #084999; | 
					
						
							|  |  |  |   background: #3498DB; | 
					
						
							|  |  |  |   color: #FFF; | 
					
						
							|  |  |  |   font-weight: bold; | 
					
						
							|  |  |  |   letter-spacing: -0.1px; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | .tabs > section:last-of-type { | 
					
						
							|  |  |  |   display: block; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | html body .tabs > input:checked ~ section { | 
					
						
							|  |  |  |   display: none; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | html body .tabs > input:checked ~ label { | 
					
						
							|  |  |  |   position: inherited; | 
					
						
							|  |  |  |   background: inherit; | 
					
						
							|  |  |  |   border-bottom: 2px solid transparent; | 
					
						
							|  |  |  |   font-weight: normal; | 
					
						
							|  |  |  |   color: inherit; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | html body .tabs > input:checked ~ label:hover { | 
					
						
							|  |  |  |   border-bottom: 2px solid #084999; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | html body .tabs > input:checked + label { | 
					
						
							|  |  |  |   border-bottom: 2px solid #084999; | 
					
						
							|  |  |  |   background: #3498DB; | 
					
						
							|  |  |  |   color: #FFF; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | html body .tabs > input:checked + label + section { | 
					
						
							|  |  |  |   display: block; | 
					
						
							|  |  |  | } | 
					
						
							| 
									
										
										
										
											2018-08-09 16:13:50 +02:00
										 |  |  | /* -- select -- */ | 
					
						
							| 
									
										
										
										
											2017-02-12 15:06:01 +01:00
										 |  |  | select { | 
					
						
							|  |  |  |   height: 28px; | 
					
						
							|  |  |  |   margin: 0 1em 0 0; | 
					
						
							|  |  |  |   padding: 2px 8px 2px 0 !important; | 
					
						
							|  |  |  |   color: #222; | 
					
						
							|  |  |  |   font-size: 12px; | 
					
						
							|  |  |  |   z-index: 2; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | select:hover, | 
					
						
							|  |  |  | select:focus { | 
					
						
							|  |  |  |   cursor: pointer; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | @supports ((background-position-x: 100%) and ((appearance: none) or (-webkit-appearance: none) or (-moz-appearance: none))) { | 
					
						
							|  |  |  |   select { | 
					
						
							|  |  |  |     appearance: none; | 
					
						
							|  |  |  |     -webkit-appearance: none; | 
					
						
							|  |  |  |     -moz-appearance: none; | 
					
						
							|  |  |  |     border: none; | 
					
						
							|  |  |  |     border-bottom: 1px solid #d7d7d7; | 
					
						
							|  |  |  |     background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCFET0NUWVBFIHN2ZyBQVUJMSUMgIi0vL1czQy8vRFREIFNWRyAxLjEvL0VOIiAiaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkIj4KPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSI1MTJweCIgaGVpZ2h0PSI1MTJweCIgdmlld0JveD0iMCAwIDUxMiA1MTIiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDUxMiA1MTIiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxnPjxwb2x5Z29uIHBvaW50cz0iMTI4LDE5MiAyNTYsMzIwIDM4NCwxOTIiLz48L2c+PC9zdmc+Cg==) no-repeat; | 
					
						
							|  |  |  |     background-position-x: 105%; | 
					
						
							|  |  |  |     background-size: 2em; | 
					
						
							|  |  |  |     background-origin: content-box; | 
					
						
							|  |  |  |     outline: medium none; | 
					
						
							|  |  |  |   } | 
					
						
							|  |  |  |   select:hover, | 
					
						
							|  |  |  |   select:focus { | 
					
						
							|  |  |  |     border-bottom: 1px solid #3498DB; | 
					
						
							|  |  |  |   } | 
					
						
							|  |  |  | } | 
					
						
							| 
									
										
										
										
											2018-08-09 16:13:50 +02:00
										 |  |  | /* -- checkbox-onoff -- */ | 
					
						
							| 
									
										
										
										
											2017-02-12 15:06:01 +01:00
										 |  |  | @supports (border-radius: 50px) { | 
					
						
							|  |  |  |   .checkbox-onoff { | 
					
						
							|  |  |  |     display: inline-block; | 
					
						
							|  |  |  |     width: 40px; | 
					
						
							|  |  |  |     height: 10px; | 
					
						
							|  |  |  |     background: #dcdcdc; | 
					
						
							| 
									
										
										
										
											2021-09-27 13:47:00 +02:00
										 |  |  |     margin: 8px 1rem; | 
					
						
							| 
									
										
										
										
											2017-02-12 15:06:01 +01:00
										 |  |  |     position: relative; | 
					
						
							|  |  |  |     border-radius: 50px; | 
					
						
							|  |  |  |   } | 
					
						
							|  |  |  |   .checkbox-onoff label { | 
					
						
							|  |  |  |     display: block; | 
					
						
							|  |  |  |     width: 20px; | 
					
						
							|  |  |  |     height: 20px; | 
					
						
							|  |  |  |     position: absolute; | 
					
						
							|  |  |  |     top: -5px; | 
					
						
							|  |  |  |     cursor: pointer; | 
					
						
							|  |  |  |     border-radius: 50px; | 
					
						
							| 
									
										
										
										
											2021-06-28 10:39:10 +02:00
										 |  |  |     box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.3); | 
					
						
							| 
									
										
										
										
											2017-02-12 15:06:01 +01:00
										 |  |  |     transition: all 0.4s ease; | 
					
						
							|  |  |  |     left: 27px; | 
					
						
							| 
									
										
										
										
											2021-06-28 10:39:10 +02:00
										 |  |  |     background-color: #3498db; | 
					
						
							| 
									
										
										
										
											2017-02-12 15:06:01 +01:00
										 |  |  |   } | 
					
						
							|  |  |  |   .checkbox-onoff input[type=checkbox] { | 
					
						
							|  |  |  |     visibility: hidden; | 
					
						
							|  |  |  |   } | 
					
						
							|  |  |  |   .checkbox-onoff input[type=checkbox]:checked + label { | 
					
						
							|  |  |  |     left: -5px; | 
					
						
							|  |  |  |     background: #dcdcdc; | 
					
						
							|  |  |  |   } | 
					
						
							|  |  |  | } | 
					
						
							| 
									
										
										
										
											2021-06-28 10:39:10 +02:00
										 |  |  | /* -- checkbox -- */ | 
					
						
							| 
									
										
										
										
											2017-02-12 15:06:01 +01:00
										 |  |  | @supports (transform: rotate(-45deg)) { | 
					
						
							|  |  |  |   .checkbox { | 
					
						
							|  |  |  |     width: 20px; | 
					
						
							|  |  |  |     position: relative; | 
					
						
							|  |  |  |     margin: 20px auto; | 
					
						
							|  |  |  |   } | 
					
						
							|  |  |  |   .checkbox label { | 
					
						
							|  |  |  |     width: 20px; | 
					
						
							|  |  |  |     height: 20px; | 
					
						
							|  |  |  |     cursor: pointer; | 
					
						
							|  |  |  |     position: absolute; | 
					
						
							|  |  |  |     top: 0; | 
					
						
							|  |  |  |     left: 0; | 
					
						
							|  |  |  |     background: white; | 
					
						
							|  |  |  |     border-radius: 4px; | 
					
						
							| 
									
										
										
										
											2021-06-28 10:39:10 +02:00
										 |  |  |     box-shadow: inset 0 1px 1px white, 0 1px 4px rgba(0, 0, 0, 0.5); | 
					
						
							| 
									
										
										
										
											2017-02-12 15:06:01 +01:00
										 |  |  |   } | 
					
						
							| 
									
										
										
										
											2021-06-28 10:39:10 +02:00
										 |  |  |   .checkbox label::after { | 
					
						
							| 
									
										
										
										
											2017-02-12 15:06:01 +01:00
										 |  |  |     content: ''; | 
					
						
							|  |  |  |     width: 9px; | 
					
						
							|  |  |  |     height: 5px; | 
					
						
							|  |  |  |     position: absolute; | 
					
						
							|  |  |  |     top: 4px; | 
					
						
							|  |  |  |     left: 4px; | 
					
						
							|  |  |  |     border: 3px solid #333; | 
					
						
							|  |  |  |     border-top: none; | 
					
						
							|  |  |  |     border-right: none; | 
					
						
							|  |  |  |     background: transparent; | 
					
						
							|  |  |  |     opacity: 0; | 
					
						
							|  |  |  |     transform: rotate(-45deg); | 
					
						
							|  |  |  |   } | 
					
						
							|  |  |  |   .checkbox input[type=checkbox] { | 
					
						
							|  |  |  |     visibility: hidden; | 
					
						
							|  |  |  |   } | 
					
						
							| 
									
										
										
										
											2021-06-28 10:39:10 +02:00
										 |  |  |   .checkbox input[type=checkbox]:checked + label::after { | 
					
						
							|  |  |  |     border-color: #3498db; | 
					
						
							| 
									
										
										
										
											2017-02-12 15:06:01 +01:00
										 |  |  |     opacity: 1; | 
					
						
							|  |  |  |   } | 
					
						
							|  |  |  |   .checkbox input[disabled] + label { | 
					
						
							|  |  |  |     background-color: transparent !important; | 
					
						
							|  |  |  |     box-shadow: none !important; | 
					
						
							|  |  |  |     cursor: inherit; | 
					
						
							|  |  |  |   } | 
					
						
							|  |  |  |   .checkbox input:not(:checked):not([readonly]):not([disabled]) + label:hover::after { | 
					
						
							|  |  |  |     opacity: 0.5; | 
					
						
							|  |  |  |   } | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | @media screen and (max-width: 50em) { | 
					
						
							|  |  |  |   .tabs > label { | 
					
						
							|  |  |  |     width: 100%; | 
					
						
							|  |  |  |   } | 
					
						
							|  |  |  | } | 
					
						
							| 
									
										
										
										
											2018-08-09 16:13:50 +02:00
										 |  |  | /* -- loader -- */ | 
					
						
							|  |  |  | .loader, | 
					
						
							| 
									
										
										
										
											2021-06-28 10:39:10 +02:00
										 |  |  | .loader::after { | 
					
						
							| 
									
										
										
										
											2018-08-09 16:13:50 +02:00
										 |  |  |   border-radius: 50%; | 
					
						
							|  |  |  |   width: 2em; | 
					
						
							|  |  |  |   height: 2em; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | .loader { | 
					
						
							|  |  |  |   margin: 1em auto; | 
					
						
							|  |  |  |   font-size: 10px; | 
					
						
							|  |  |  |   position: relative; | 
					
						
							|  |  |  |   text-indent: -9999em; | 
					
						
							|  |  |  |   border-top: 0.5em solid rgba(0, 0, 0, 0.2); | 
					
						
							|  |  |  |   border-right: 0.5em solid rgba(0, 0, 0, 0.2); | 
					
						
							|  |  |  |   border-bottom: 0.5em solid rgba(0, 0, 0, 0.2); | 
					
						
							|  |  |  |   border-left: 0.5em solid rgba(255, 255, 255, 0); | 
					
						
							|  |  |  |   -webkit-transform: translateZ(0); | 
					
						
							|  |  |  |   -ms-transform: translateZ(0); | 
					
						
							|  |  |  |   transform: translateZ(0); | 
					
						
							|  |  |  |   -webkit-animation: load8 1.2s infinite linear; | 
					
						
							|  |  |  |   animation: load8 1.2s 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); | 
					
						
							|  |  |  |   } | 
					
						
							|  |  |  | } | 
					
						
							| 
									
										
										
										
											2021-04-23 11:01:54 +02:00
										 |  |  | /* -- engine-tooltip -- */ | 
					
						
							|  |  |  | .engine-tooltip { | 
					
						
							|  |  |  |   display: none; | 
					
						
							|  |  |  |   position: absolute; | 
					
						
							|  |  |  |   padding: 0.5rem 1rem; | 
					
						
							| 
									
										
										
										
											2021-06-28 10:39:10 +02:00
										 |  |  |   margin: 0 0 0 2rem; | 
					
						
							| 
									
										
										
										
											2021-04-23 11:01:54 +02:00
										 |  |  |   border: 1px solid #ddd; | 
					
						
							| 
									
										
										
										
											2021-06-28 10:39:10 +02:00
										 |  |  |   box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.1); | 
					
						
							| 
									
										
										
										
											2021-04-23 11:01:54 +02:00
										 |  |  |   background: white; | 
					
						
							|  |  |  |   font-size: 14px; | 
					
						
							|  |  |  |   font-weight: normal; | 
					
						
							|  |  |  |   z-index: 1000000; | 
					
						
							|  |  |  |   text-align: left; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | th:hover .engine-tooltip, | 
					
						
							|  |  |  | td:hover .engine-tooltip, | 
					
						
							|  |  |  | .engine-tooltip:hover { | 
					
						
							|  |  |  |   display: inline-block; | 
					
						
							|  |  |  | } | 
					
						
							| 
									
										
										
										
											2021-04-14 18:11:35 +02:00
										 |  |  | /* -- stacked bar chart -- */ | 
					
						
							|  |  |  | .stacked-bar-chart { | 
					
						
							|  |  |  |   margin: 0; | 
					
						
							|  |  |  |   padding: 0 0.125rem 0 4rem; | 
					
						
							|  |  |  |   width: 100%; | 
					
						
							|  |  |  |   width: -moz-available; | 
					
						
							|  |  |  |   width: -webkit-fill-available; | 
					
						
							|  |  |  |   width: fill; | 
					
						
							|  |  |  |   flex-direction: row; | 
					
						
							|  |  |  |   flex-wrap: nowrap; | 
					
						
							|  |  |  |   align-items: center; | 
					
						
							|  |  |  |   display: inline-flex; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | .stacked-bar-chart-value { | 
					
						
							|  |  |  |   width: 3rem; | 
					
						
							|  |  |  |   display: inline-block; | 
					
						
							|  |  |  |   position: absolute; | 
					
						
							|  |  |  |   padding: 0 0.5rem; | 
					
						
							|  |  |  |   text-align: right; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | .stacked-bar-chart-base { | 
					
						
							|  |  |  |   display: flex; | 
					
						
							|  |  |  |   flex-shrink: 0; | 
					
						
							|  |  |  |   flex-grow: 0; | 
					
						
							|  |  |  |   flex-basis: unset; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | .stacked-bar-chart-median { | 
					
						
							|  |  |  |   display: flex; | 
					
						
							|  |  |  |   flex-shrink: 0; | 
					
						
							|  |  |  |   flex-grow: 0; | 
					
						
							|  |  |  |   flex-basis: unset; | 
					
						
							|  |  |  |   background: #000000; | 
					
						
							|  |  |  |   border: 1px solid rgba(0, 0, 0, 0.9); | 
					
						
							|  |  |  |   padding: 0.3rem 0; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | .stacked-bar-chart-rate80 { | 
					
						
							|  |  |  |   display: flex; | 
					
						
							|  |  |  |   flex-shrink: 0; | 
					
						
							|  |  |  |   flex-grow: 0; | 
					
						
							|  |  |  |   flex-basis: unset; | 
					
						
							|  |  |  |   background: transparent; | 
					
						
							|  |  |  |   border: 1px solid rgba(0, 0, 0, 0.3); | 
					
						
							|  |  |  |   padding: 0.3rem 0; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | .stacked-bar-chart-rate95 { | 
					
						
							|  |  |  |   display: flex; | 
					
						
							|  |  |  |   flex-shrink: 0; | 
					
						
							|  |  |  |   flex-grow: 0; | 
					
						
							|  |  |  |   flex-basis: unset; | 
					
						
							|  |  |  |   background: transparent; | 
					
						
							|  |  |  |   border-bottom: 1px dotted rgba(0, 0, 0, 0.5); | 
					
						
							|  |  |  |   padding: 0; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | .stacked-bar-chart-rate100 { | 
					
						
							|  |  |  |   display: flex; | 
					
						
							|  |  |  |   flex-shrink: 0; | 
					
						
							|  |  |  |   flex-grow: 0; | 
					
						
							|  |  |  |   flex-basis: unset; | 
					
						
							|  |  |  |   background: transparent; | 
					
						
							|  |  |  |   border-left: 1px solid rgba(0, 0, 0, 0.9); | 
					
						
							|  |  |  |   padding: 0.4rem 0; | 
					
						
							|  |  |  |   width: 1px; | 
					
						
							|  |  |  | } | 
					
						
							| 
									
										
										
										
											2017-11-26 14:33:11 +01:00
										 |  |  | /*! Autocomplete.js v2.6.3 | license MIT | (c) 2017, Baptiste Donaux | http://autocomplete-js.com */ | 
					
						
							| 
									
										
										
										
											2017-02-12 15:06:01 +01:00
										 |  |  | .autocomplete { | 
					
						
							|  |  |  |   position: absolute; | 
					
						
							|  |  |  |   max-height: 0; | 
					
						
							|  |  |  |   overflow-y: hidden; | 
					
						
							|  |  |  |   text-align: left; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | .autocomplete:active, | 
					
						
							|  |  |  | .autocomplete:focus, | 
					
						
							|  |  |  | .autocomplete:hover { | 
					
						
							|  |  |  |   background-color: white; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | .autocomplete:empty { | 
					
						
							|  |  |  |   display: none; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | .autocomplete > ul { | 
					
						
							|  |  |  |   list-style-type: none; | 
					
						
							|  |  |  |   margin: 0; | 
					
						
							|  |  |  |   padding: 0; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | .autocomplete > ul > li { | 
					
						
							|  |  |  |   cursor: pointer; | 
					
						
							|  |  |  |   padding: 5px 0 5px 10px; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | .autocomplete > ul > li.active, | 
					
						
							|  |  |  | .autocomplete > ul > li:active, | 
					
						
							|  |  |  | .autocomplete > ul > li:focus { | 
					
						
							|  |  |  |   background-color: #3498DB; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | .autocomplete > ul > li.active a:active, | 
					
						
							|  |  |  | .autocomplete > ul > li:active a:active, | 
					
						
							|  |  |  | .autocomplete > ul > li:focus a:active, | 
					
						
							|  |  |  | .autocomplete > ul > li.active a:focus, | 
					
						
							|  |  |  | .autocomplete > ul > li:active a:focus, | 
					
						
							|  |  |  | .autocomplete > ul > li:focus a:focus, | 
					
						
							|  |  |  | .autocomplete > ul > li.active a:hover, | 
					
						
							|  |  |  | .autocomplete > ul > li:active a:hover, | 
					
						
							|  |  |  | .autocomplete > ul > li:focus a:hover { | 
					
						
							|  |  |  |   text-decoration: none; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | .autocomplete > ul > li.locked { | 
					
						
							|  |  |  |   cursor: inherit; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | .autocomplete.open { | 
					
						
							|  |  |  |   display: block; | 
					
						
							|  |  |  |   background-color: white; | 
					
						
							|  |  |  |   border: 1px solid #3498DB; | 
					
						
							|  |  |  |   max-height: 500px; | 
					
						
							|  |  |  |   overflow-y: auto; | 
					
						
							|  |  |  |   z-index: 100; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | .autocomplete.open:empty { | 
					
						
							|  |  |  |   display: none; | 
					
						
							|  |  |  | } | 
					
						
							| 
									
										
										
										
											2021-09-27 13:47:00 +02:00
										 |  |  | @media screen and (max-width: 45rem) { | 
					
						
							| 
									
										
										
										
											2017-02-12 15:06:01 +01:00
										 |  |  |   .autocomplete { | 
					
						
							|  |  |  |     bottom: 0; | 
					
						
							|  |  |  |   } | 
					
						
							|  |  |  |   .autocomplete > ul > li { | 
					
						
							|  |  |  |     padding: 7px 0 7px 10px; | 
					
						
							|  |  |  |     border-bottom: 1px solid #E8E7E6; | 
					
						
							|  |  |  |     text-align: left; | 
					
						
							|  |  |  |   } | 
					
						
							|  |  |  | } | 
					
						
							| 
									
										
										
										
											2021-09-27 13:47:00 +02:00
										 |  |  | #main_index { | 
					
						
							|  |  |  |   margin-top: 16em; | 
					
						
							|  |  |  | } | 
					
						
							| 
									
										
										
										
											2017-02-12 15:06:01 +01:00
										 |  |  | .index { | 
					
						
							|  |  |  |   text-align: center; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | .index .title { | 
					
						
							|  |  |  |   background: url('../img/searx.png') no-repeat; | 
					
						
							|  |  |  |   width: 100%; | 
					
						
							|  |  |  |   min-height: 80px; | 
					
						
							|  |  |  |   background-position: center; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | .index h1 { | 
					
						
							|  |  |  |   font-size: 5em; | 
					
						
							|  |  |  |   visibility: hidden; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | .index #search { | 
					
						
							|  |  |  |   margin: 0 auto; | 
					
						
							|  |  |  |   background: inherit; | 
					
						
							|  |  |  |   border: inherit; | 
					
						
							| 
									
										
										
										
											2021-09-27 13:47:00 +02:00
										 |  |  |   padding: 0; | 
					
						
							| 
									
										
										
										
											2017-02-12 15:06:01 +01:00
										 |  |  | } | 
					
						
							|  |  |  | .index .search_filters { | 
					
						
							|  |  |  |   display: block; | 
					
						
							|  |  |  |   margin: 1em 0; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | .index .category label { | 
					
						
							|  |  |  |   padding: 6px 10px; | 
					
						
							|  |  |  |   border-bottom: initial !important; | 
					
						
							|  |  |  | } | 
					
						
							| 
									
										
										
										
											2021-09-27 13:47:00 +02:00
										 |  |  | @media screen and (max-width: 80em) { | 
					
						
							| 
									
										
										
										
											2017-02-12 15:06:01 +01:00
										 |  |  |   div.title h1 { | 
					
						
							|  |  |  |     font-size: 1em; | 
					
						
							|  |  |  |   } | 
					
						
							| 
									
										
										
										
											2021-09-27 13:47:00 +02:00
										 |  |  |   #main_index { | 
					
						
							|  |  |  |     margin-top: 6em; | 
					
						
							|  |  |  |   } | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | @media screen and (max-width: 50em) { | 
					
						
							|  |  |  |   #main_index { | 
					
						
							|  |  |  |     margin-top: 0; | 
					
						
							|  |  |  |   } | 
					
						
							| 
									
										
										
										
											2017-02-12 15:06:01 +01:00
										 |  |  | } | 
					
						
							| 
									
										
										
										
											2021-09-07 17:48:56 +02:00
										 |  |  | .column-reliability .engine-tooltip { | 
					
						
							|  |  |  |   right: 12rem; | 
					
						
							|  |  |  | } | 
					
						
							| 
									
										
										
										
											2021-09-24 18:02:07 +02:00
										 |  |  | #tab-contentquery table td, | 
					
						
							|  |  |  | #tab-contentquery table th { | 
					
						
							|  |  |  |   text-align: left !important; | 
					
						
							|  |  |  |   height: 3rem; | 
					
						
							|  |  |  | } | 
					
						
							| 
									
										
										
										
											2017-02-12 15:06:01 +01:00
										 |  |  | #main_preferences form { | 
					
						
							|  |  |  |   width: 100%; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | #main_preferences fieldset { | 
					
						
							|  |  |  |   margin: 8px; | 
					
						
							|  |  |  |   border: none; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | #main_preferences legend { | 
					
						
							|  |  |  |   margin: 0; | 
					
						
							|  |  |  |   padding: 5px 0 0 0; | 
					
						
							|  |  |  |   display: block; | 
					
						
							|  |  |  |   float: left; | 
					
						
							|  |  |  |   width: 300px; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | #main_preferences .value { | 
					
						
							|  |  |  |   margin: 0; | 
					
						
							|  |  |  |   padding: 0; | 
					
						
							|  |  |  |   float: left; | 
					
						
							|  |  |  |   width: 15em; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | #main_preferences .description { | 
					
						
							|  |  |  |   margin: 0; | 
					
						
							|  |  |  |   padding: 5px 0 0 0; | 
					
						
							|  |  |  |   float: left; | 
					
						
							|  |  |  |   width: 50%; | 
					
						
							|  |  |  |   color: #909090; | 
					
						
							|  |  |  |   font-size: 90%; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | #main_preferences select { | 
					
						
							|  |  |  |   width: 200px; | 
					
						
							|  |  |  |   font-size: inherit !important; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | #main_preferences table { | 
					
						
							|  |  |  |   border-collapse: collapse; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | #main_preferences table td { | 
					
						
							|  |  |  |   text-align: center; | 
					
						
							|  |  |  | } | 
					
						
							| 
									
										
										
										
											2018-08-09 16:13:50 +02:00
										 |  |  | #main_preferences table.cookies { | 
					
						
							|  |  |  |   width: auto; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | #main_preferences table.cookies th, | 
					
						
							|  |  |  | #main_preferences table.cookies td { | 
					
						
							|  |  |  |   text-align: left; | 
					
						
							|  |  |  |   padding: 0.25em; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | #main_preferences table.cookies th:first-child, | 
					
						
							|  |  |  | #main_preferences table.cookies td:first-child { | 
					
						
							|  |  |  |   padding-right: 4em; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | #main_preferences table.cookies > tbody > tr:nth-child(even) > th, | 
					
						
							|  |  |  | #main_preferences table.cookies > tbody > tr:nth-child(even) > td { | 
					
						
							|  |  |  |   background-color: #ececec; | 
					
						
							|  |  |  | } | 
					
						
							| 
									
										
										
										
											2017-02-12 15:06:01 +01:00
										 |  |  | #main_preferences .name, | 
					
						
							|  |  |  | #main_preferences .shortcut { | 
					
						
							|  |  |  |   text-align: left; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | #main_preferences .preferences_back { | 
					
						
							|  |  |  |   background: none repeat scroll 0 0 #3498DB; | 
					
						
							|  |  |  |   color: white; | 
					
						
							|  |  |  |   border: 0 none; | 
					
						
							|  |  |  |   -webkit-border-radius: 4px; | 
					
						
							|  |  |  |   -moz-border-radius: 4px; | 
					
						
							|  |  |  |   border-radius: 4px; | 
					
						
							|  |  |  |   cursor: pointer; | 
					
						
							|  |  |  |   display: inline-block; | 
					
						
							|  |  |  |   margin: 2px 4px; | 
					
						
							|  |  |  |   padding: 0.5em; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | #main_preferences .preferences_back a { | 
					
						
							|  |  |  |   display: block; | 
					
						
							|  |  |  |   color: #FFF; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | #main_preferences .preferences_back a::first-letter { | 
					
						
							|  |  |  |   text-transform: uppercase; | 
					
						
							|  |  |  | } | 
					
						
							| 
									
										
										
										
											2018-08-09 16:13:50 +02:00
										 |  |  | #main_preferences div.selectable_url pre { | 
					
						
							|  |  |  |   width: 100%; | 
					
						
							|  |  |  | } | 
					
						
							| 
									
										
										
										
											2021-09-24 20:38:56 +02:00
										 |  |  | #main_preferences th.name .engine-tooltip { | 
					
						
							|  |  |  |   margin-top: 1.8rem; | 
					
						
							| 
									
										
										
										
											2021-09-28 00:26:43 +02:00
										 |  |  |   left: calc((100% - 85em) / 2 + 10em); | 
					
						
							| 
									
										
										
										
											2021-09-24 20:38:56 +02:00
										 |  |  |   max-width: 40rem; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | #main_preferences th.name .engine-tooltip .engine-description { | 
					
						
							|  |  |  |   margin-top: 0.5rem; | 
					
						
							|  |  |  | } | 
					
						
							| 
									
										
										
										
											2021-09-27 13:47:00 +02:00
										 |  |  | @media screen and (max-width: 80em) { | 
					
						
							| 
									
										
										
										
											2017-02-12 15:06:01 +01:00
										 |  |  |   .preferences_back { | 
					
						
							|  |  |  |     clear: both; | 
					
						
							|  |  |  |   } | 
					
						
							| 
									
										
										
										
											2021-09-28 00:26:43 +02:00
										 |  |  |   .engine-tooltip { | 
					
						
							|  |  |  |     left: 10em !important; | 
					
						
							|  |  |  |   } | 
					
						
							| 
									
										
										
										
											2017-02-12 15:06:01 +01:00
										 |  |  | } | 
					
						
							|  |  |  | /* | 
					
						
							|  |  |  | * searx, A privacy-respecting, hackable metasearch engine | 
					
						
							|  |  |  | */ | 
					
						
							|  |  |  | #search { | 
					
						
							| 
									
										
										
										
											2021-09-27 13:47:00 +02:00
										 |  |  |   padding: 0 2em 0 10rem; | 
					
						
							| 
									
										
										
										
											2017-02-12 15:06:01 +01:00
										 |  |  |   margin: 0; | 
					
						
							|  |  |  |   background: #f7f7f7; | 
					
						
							|  |  |  |   border-bottom: 1px solid #d7d7d7; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | #search_wrapper { | 
					
						
							|  |  |  |   padding: 10px 0; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | .search_box { | 
					
						
							|  |  |  |   margin: 0 12px 0 0; | 
					
						
							|  |  |  |   display: inline-flex; | 
					
						
							|  |  |  |   flex-direction: row; | 
					
						
							|  |  |  |   white-space: nowrap; | 
					
						
							|  |  |  |   /* | 
					
						
							|  |  |  |   &:has(q:focus) { | 
					
						
							|  |  |  |   box-shadow: 0px 0px 5px #CCC; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | */ | 
					
						
							|  |  |  | } | 
					
						
							| 
									
										
										
										
											2018-08-09 16:13:50 +02:00
										 |  |  | #clear_search { | 
					
						
							|  |  |  |   display: block; | 
					
						
							|  |  |  |   border-collapse: separate; | 
					
						
							|  |  |  |   box-sizing: border-box; | 
					
						
							|  |  |  |   width: 1.8em; | 
					
						
							|  |  |  |   margin: 0; | 
					
						
							|  |  |  |   padding: 2px; | 
					
						
							|  |  |  |   height: 2.2em; | 
					
						
							|  |  |  |   background: none repeat scroll 0 0 #FFF; | 
					
						
							|  |  |  |   border-top: 1px solid #3498DB; | 
					
						
							|  |  |  |   border-bottom: 1px solid #3498DB; | 
					
						
							|  |  |  |   border-right: none; | 
					
						
							|  |  |  |   border-left: none; | 
					
						
							| 
									
										
										
										
											2021-06-28 10:39:10 +02:00
										 |  |  |   border-radius: 0; | 
					
						
							| 
									
										
										
										
											2018-08-09 16:13:50 +02:00
										 |  |  |   outline: none; | 
					
						
							|  |  |  |   color: #222; | 
					
						
							|  |  |  |   font-size: 16px; | 
					
						
							|  |  |  |   z-index: 10000; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | #clear_search:hover { | 
					
						
							|  |  |  |   color: #3498DB; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | #clear_search.empty * { | 
					
						
							|  |  |  |   display: none; | 
					
						
							|  |  |  | } | 
					
						
							| 
									
										
										
										
											2017-02-12 15:06:01 +01:00
										 |  |  | #q, | 
					
						
							|  |  |  | #send_search { | 
					
						
							|  |  |  |   display: block !important; | 
					
						
							|  |  |  |   border-collapse: separate; | 
					
						
							|  |  |  |   box-sizing: border-box; | 
					
						
							|  |  |  |   margin: 0; | 
					
						
							|  |  |  |   padding: 2px; | 
					
						
							|  |  |  |   height: 2.2em; | 
					
						
							|  |  |  |   background: none repeat scroll 0 0 #FFF; | 
					
						
							|  |  |  |   border: 1px solid #3498DB; | 
					
						
							| 
									
										
										
										
											2021-06-28 10:39:10 +02:00
										 |  |  |   border-radius: 0; | 
					
						
							| 
									
										
										
										
											2017-02-12 15:06:01 +01:00
										 |  |  |   outline: none; | 
					
						
							|  |  |  |   color: #222; | 
					
						
							|  |  |  |   font-size: 16px; | 
					
						
							|  |  |  |   z-index: 2; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | #q { | 
					
						
							|  |  |  |   outline: medium none; | 
					
						
							|  |  |  |   padding-left: 8px; | 
					
						
							| 
									
										
										
										
											2021-06-28 10:39:10 +02:00
										 |  |  |   padding-right: 0 !important; | 
					
						
							| 
									
										
										
										
											2017-02-12 15:06:01 +01:00
										 |  |  |   border-right: none; | 
					
						
							| 
									
										
										
										
											2021-09-27 13:47:00 +02:00
										 |  |  |   width: 40rem; | 
					
						
							| 
									
										
										
										
											2017-02-12 15:06:01 +01:00
										 |  |  | } | 
					
						
							| 
									
										
										
										
											2021-06-28 10:39:10 +02:00
										 |  |  | #q::-ms-clear, | 
					
						
							|  |  |  | #q::-webkit-search-cancel-button { | 
					
						
							|  |  |  |   display: none; | 
					
						
							|  |  |  | } | 
					
						
							| 
									
										
										
										
											2017-02-12 15:06:01 +01:00
										 |  |  | #send_search { | 
					
						
							|  |  |  |   border-left: none; | 
					
						
							|  |  |  |   width: 2.2em; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | #send_search:hover { | 
					
						
							|  |  |  |   cursor: pointer; | 
					
						
							|  |  |  |   background-color: #3498DB; | 
					
						
							|  |  |  |   color: #ECF0F1; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | .no-js #send_search { | 
					
						
							|  |  |  |   width: auto !important; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | .search_filters { | 
					
						
							|  |  |  |   display: inline-block; | 
					
						
							|  |  |  |   vertical-align: middle; | 
					
						
							|  |  |  | } | 
					
						
							| 
									
										
										
										
											2021-09-27 13:47:00 +02:00
										 |  |  | @media screen and (max-width: 80em) { | 
					
						
							|  |  |  |   #search { | 
					
						
							|  |  |  |     padding: 0 0.5rem; | 
					
						
							|  |  |  |   } | 
					
						
							| 
									
										
										
										
											2017-02-12 15:06:01 +01:00
										 |  |  |   #categories { | 
					
						
							|  |  |  |     font-size: 90%; | 
					
						
							|  |  |  |     clear: both; | 
					
						
							|  |  |  |   } | 
					
						
							|  |  |  |   #categories .checkbox_container { | 
					
						
							|  |  |  |     margin: auto; | 
					
						
							| 
									
										
										
										
											2021-06-28 10:39:10 +02:00
										 |  |  |     margin-top: 2px; | 
					
						
							| 
									
										
										
										
											2017-02-12 15:06:01 +01:00
										 |  |  |   } | 
					
						
							|  |  |  |   html.touch #main_index #categories_container, | 
					
						
							|  |  |  |   html.touch #main_results #categories_container { | 
					
						
							|  |  |  |     width: 1000px; | 
					
						
							|  |  |  |     width: -moz-max-content; | 
					
						
							|  |  |  |     width: -webkit-max-content; | 
					
						
							|  |  |  |     width: max-content; | 
					
						
							|  |  |  |   } | 
					
						
							|  |  |  |   html.touch #main_index #categories_container .category, | 
					
						
							|  |  |  |   html.touch #main_results #categories_container .category { | 
					
						
							|  |  |  |     display: inline-block; | 
					
						
							|  |  |  |     width: auto; | 
					
						
							|  |  |  |   } | 
					
						
							|  |  |  |   html.touch #main_index #categories, | 
					
						
							|  |  |  |   html.touch #main_results #categories { | 
					
						
							|  |  |  |     width: 100%; | 
					
						
							|  |  |  |     margin: 0; | 
					
						
							|  |  |  |     text-align: left; | 
					
						
							|  |  |  |     overflow-x: scroll; | 
					
						
							|  |  |  |     overflow-y: hidden; | 
					
						
							|  |  |  |     -webkit-overflow-scrolling: touch; | 
					
						
							|  |  |  |   } | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | @media screen and (max-width: 50em) { | 
					
						
							|  |  |  |   #search { | 
					
						
							|  |  |  |     width: 100%; | 
					
						
							|  |  |  |     margin: 0; | 
					
						
							|  |  |  |     padding: 0.1em 0 0 0; | 
					
						
							|  |  |  |   } | 
					
						
							|  |  |  |   #search_wrapper { | 
					
						
							|  |  |  |     width: 100%; | 
					
						
							|  |  |  |     margin: 0 0 0.7em 0; | 
					
						
							|  |  |  |     padding: 0; | 
					
						
							|  |  |  |   } | 
					
						
							|  |  |  |   .search_box { | 
					
						
							|  |  |  |     width: 99%; | 
					
						
							|  |  |  |     margin: 0.1em; | 
					
						
							|  |  |  |     padding: 0 0.1em 0 0; | 
					
						
							|  |  |  |     display: flex; | 
					
						
							|  |  |  |     flex-direction: row; | 
					
						
							|  |  |  |   } | 
					
						
							|  |  |  |   #q { | 
					
						
							|  |  |  |     width: auto !important; | 
					
						
							|  |  |  |     flex: 1; | 
					
						
							|  |  |  |   } | 
					
						
							|  |  |  |   .search_filters { | 
					
						
							|  |  |  |     display: block; | 
					
						
							|  |  |  |     margin: 0.5em; | 
					
						
							|  |  |  |   } | 
					
						
							|  |  |  |   .language, | 
					
						
							|  |  |  |   .time_range { | 
					
						
							|  |  |  |     width: 45%; | 
					
						
							|  |  |  |   } | 
					
						
							|  |  |  |   .category { | 
					
						
							|  |  |  |     display: block; | 
					
						
							| 
									
										
										
										
											2021-09-27 13:47:00 +02:00
										 |  |  |     width: 100%; | 
					
						
							| 
									
										
										
										
											2017-02-12 15:06:01 +01:00
										 |  |  |   } | 
					
						
							|  |  |  |   .category label { | 
					
						
							|  |  |  |     border-bottom: 0; | 
					
						
							|  |  |  |   } | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | #categories { | 
					
						
							|  |  |  |   margin: 0 10px 0 0; | 
					
						
							|  |  |  |   -webkit-touch-callout: none; | 
					
						
							|  |  |  |   -webkit-user-select: none; | 
					
						
							|  |  |  |   -khtml-user-select: none; | 
					
						
							|  |  |  |   -moz-user-select: none; | 
					
						
							|  |  |  |   -ms-user-select: none; | 
					
						
							|  |  |  |   user-select: none; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | #categories::-webkit-scrollbar { | 
					
						
							|  |  |  |   width: 0; | 
					
						
							|  |  |  |   height: 0; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | .category { | 
					
						
							|  |  |  |   display: inline-block; | 
					
						
							|  |  |  |   position: relative; | 
					
						
							|  |  |  |   margin: 0 3px; | 
					
						
							| 
									
										
										
										
											2021-06-28 10:39:10 +02:00
										 |  |  |   padding: 0; | 
					
						
							|  |  |  |   /* label:hover { | 
					
						
							| 
									
										
										
										
											2017-02-12 15:06:01 +01:00
										 |  |  |   border-bottom: 2px solid @color-categories-item-border-unselected-hover; | 
					
						
							| 
									
										
										
										
											2021-06-28 10:39:10 +02:00
										 |  |  |   } */ | 
					
						
							| 
									
										
										
										
											2017-02-12 15:06:01 +01:00
										 |  |  | } | 
					
						
							|  |  |  | .category input { | 
					
						
							|  |  |  |   display: none; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | .category label { | 
					
						
							|  |  |  |   cursor: pointer; | 
					
						
							|  |  |  |   padding: 4px 10px; | 
					
						
							|  |  |  |   margin: 0; | 
					
						
							|  |  |  |   display: block; | 
					
						
							|  |  |  |   text-transform: capitalize; | 
					
						
							|  |  |  |   font-size: 0.9em; | 
					
						
							|  |  |  |   border-bottom: 2px solid transparent; | 
					
						
							|  |  |  |   -webkit-touch-callout: none; | 
					
						
							|  |  |  |   -webkit-user-select: none; | 
					
						
							|  |  |  |   -khtml-user-select: none; | 
					
						
							|  |  |  |   -moz-user-select: none; | 
					
						
							|  |  |  |   -ms-user-select: none; | 
					
						
							|  |  |  |   user-select: none; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | .category input[type="checkbox"]:focus + label { | 
					
						
							| 
									
										
										
										
											2021-06-28 10:39:10 +02:00
										 |  |  |   box-shadow: 0 0 8px #3498db; | 
					
						
							| 
									
										
										
										
											2017-02-12 15:06:01 +01:00
										 |  |  | } | 
					
						
							|  |  |  | .category input[type="checkbox"]:checked + label { | 
					
						
							|  |  |  |   background: #3498DB; | 
					
						
							|  |  |  |   color: #FFF; | 
					
						
							|  |  |  |   border-bottom: 2px solid #084999; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | #categories_container { | 
					
						
							|  |  |  |   position: relative; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | #categories_container .help { | 
					
						
							|  |  |  |   position: absolute; | 
					
						
							|  |  |  |   width: 100%; | 
					
						
							|  |  |  |   bottom: -20px; | 
					
						
							|  |  |  |   overflow: hidden; | 
					
						
							|  |  |  |   opacity: 0; | 
					
						
							|  |  |  |   transition: opacity 1s ease; | 
					
						
							|  |  |  |   font-size: 0.8em; | 
					
						
							| 
									
										
										
										
											2021-06-28 10:39:10 +02:00
										 |  |  |   text-align: center; | 
					
						
							| 
									
										
										
										
											2017-02-12 15:06:01 +01:00
										 |  |  |   background: white; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | #categories_container:hover .help { | 
					
						
							|  |  |  |   opacity: 0.8; | 
					
						
							|  |  |  |   transition: opacity 1s ease; | 
					
						
							|  |  |  | } | 
					
						
							| 
									
										
										
										
											2021-06-28 10:39:10 +02:00
										 |  |  | .ion-icon-big { | 
					
						
							|  |  |  |   display: inline-block; | 
					
						
							|  |  |  |   line-height: 1; | 
					
						
							|  |  |  |   font-weight: normal; | 
					
						
							|  |  |  |   font-style: normal; | 
					
						
							|  |  |  |   speak: none; | 
					
						
							|  |  |  |   text-decoration: inherit; | 
					
						
							|  |  |  |   text-transform: none; | 
					
						
							|  |  |  |   text-rendering: auto; | 
					
						
							|  |  |  |   -webkit-font-smoothing: antialiased; | 
					
						
							|  |  |  |   -moz-osx-font-smoothing: grayscale; | 
					
						
							|  |  |  |   font-size: 149%; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | .ion-icon-big:before { | 
					
						
							|  |  |  |   font-family: "ion"; | 
					
						
							|  |  |  | } | 
					
						
							| 
									
										
										
										
											2017-02-12 15:06:01 +01:00
										 |  |  | html { | 
					
						
							| 
									
										
										
										
											2021-09-27 17:40:11 +02:00
										 |  |  |   font-family: sans-serif; | 
					
						
							| 
									
										
										
										
											2017-02-12 15:06:01 +01:00
										 |  |  |   font-size: 0.9em; | 
					
						
							|  |  |  |   -webkit-text-size-adjust: 100%; | 
					
						
							|  |  |  |   -ms-text-size-adjust: 100%; | 
					
						
							|  |  |  |   -moz-text-size-adjust: 100%; | 
					
						
							|  |  |  |   text-size-adjust: 100%; | 
					
						
							|  |  |  |   color: #444; | 
					
						
							|  |  |  |   padding: 0; | 
					
						
							|  |  |  |   margin: 0; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | body, | 
					
						
							|  |  |  | main { | 
					
						
							|  |  |  |   padding: 0; | 
					
						
							|  |  |  |   margin: 0; | 
					
						
							|  |  |  | } | 
					
						
							| 
									
										
										
										
											2021-09-27 13:47:00 +02:00
										 |  |  | body { | 
					
						
							|  |  |  |   display: flex; | 
					
						
							|  |  |  |   flex-direction: column; | 
					
						
							|  |  |  |   height: 100vh; | 
					
						
							|  |  |  |   margin: 0; | 
					
						
							|  |  |  | } | 
					
						
							| 
									
										
										
										
											2017-02-12 15:06:01 +01:00
										 |  |  | main { | 
					
						
							|  |  |  |   width: 100%; | 
					
						
							| 
									
										
										
										
											2021-09-27 13:47:00 +02:00
										 |  |  |   margin-bottom: 2rem; | 
					
						
							|  |  |  |   flex: 1; | 
					
						
							| 
									
										
										
										
											2017-02-12 15:06:01 +01:00
										 |  |  | } | 
					
						
							|  |  |  | #main_preferences, | 
					
						
							|  |  |  | #main_about, | 
					
						
							|  |  |  | #main_stats { | 
					
						
							| 
									
										
										
										
											2021-09-27 13:47:00 +02:00
										 |  |  |   margin: 2em auto; | 
					
						
							|  |  |  |   width: 85em; | 
					
						
							| 
									
										
										
										
											2017-02-12 15:06:01 +01:00
										 |  |  | } | 
					
						
							|  |  |  | footer { | 
					
						
							|  |  |  |   clear: both; | 
					
						
							| 
									
										
										
										
											2021-09-27 13:47:00 +02:00
										 |  |  |   min-height: 4rem; | 
					
						
							|  |  |  |   padding: 1rem 0; | 
					
						
							| 
									
										
										
										
											2017-02-12 15:06:01 +01:00
										 |  |  |   width: 100%; | 
					
						
							|  |  |  |   text-align: center; | 
					
						
							| 
									
										
										
										
											2021-09-27 13:47:00 +02:00
										 |  |  |   background-color: #f7f7f7; | 
					
						
							|  |  |  |   border-top: 1px solid #d7d7d7; | 
					
						
							|  |  |  |   overflow: hidden; | 
					
						
							| 
									
										
										
										
											2017-02-12 15:06:01 +01:00
										 |  |  | } | 
					
						
							|  |  |  | footer p { | 
					
						
							|  |  |  |   font-size: 0.9em; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | #main_preferences h1, | 
					
						
							|  |  |  | #main_stats h1 { | 
					
						
							|  |  |  |   background: url('../img/searx.png') no-repeat; | 
					
						
							|  |  |  |   background-size: auto 75%; | 
					
						
							|  |  |  |   min-height: 40px; | 
					
						
							|  |  |  |   margin: 0 auto; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | #main_preferences h1 span, | 
					
						
							|  |  |  | #main_stats h1 span { | 
					
						
							|  |  |  |   visibility: hidden; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | input[type="submit"], | 
					
						
							|  |  |  | #results button[type="submit"] { | 
					
						
							|  |  |  |   padding: 0.5rem; | 
					
						
							|  |  |  |   display: inline-block; | 
					
						
							|  |  |  |   background: #3498DB; | 
					
						
							|  |  |  |   color: #FFF; | 
					
						
							|  |  |  |   -webkit-border-radius: 4px; | 
					
						
							|  |  |  |   -moz-border-radius: 4px; | 
					
						
							|  |  |  |   border-radius: 4px; | 
					
						
							|  |  |  |   border: 0; | 
					
						
							|  |  |  |   cursor: pointer; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | a { | 
					
						
							|  |  |  |   text-decoration: none; | 
					
						
							|  |  |  |   color: #29314d; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | a:visited { | 
					
						
							|  |  |  |   color: #684898; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | a:visited .highlight { | 
					
						
							|  |  |  |   color: #684898; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | article[data-vim-selected] { | 
					
						
							|  |  |  |   background: #f7f7f7; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | article[data-vim-selected]::before { | 
					
						
							|  |  |  |   position: absolute; | 
					
						
							| 
									
										
										
										
											2021-09-27 13:47:00 +02:00
										 |  |  |   left: 8rem; | 
					
						
							| 
									
										
										
										
											2017-02-12 15:06:01 +01:00
										 |  |  |   padding: 2px; | 
					
						
							|  |  |  |   content: ">"; | 
					
						
							|  |  |  |   font-weight: bold; | 
					
						
							|  |  |  |   color: #3498DB; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | article.result-images[data-vim-selected] { | 
					
						
							|  |  |  |   background: #3498DB; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | article.result-images[data-vim-selected]::before { | 
					
						
							|  |  |  |   display: none; | 
					
						
							|  |  |  |   content: ""; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | .result { | 
					
						
							|  |  |  |   margin: 19px 0 18px 0; | 
					
						
							|  |  |  |   padding: 0; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | .result h3 { | 
					
						
							|  |  |  |   font-size: 1.1em; | 
					
						
							|  |  |  |   word-wrap: break-word; | 
					
						
							|  |  |  |   margin: 5px 0 1px 0; | 
					
						
							|  |  |  |   padding: 0; | 
					
						
							|  |  |  |   margin-bottom: 0; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | .result h3 a { | 
					
						
							|  |  |  |   color: #084999; | 
					
						
							|  |  |  |   font-weight: normal; | 
					
						
							|  |  |  |   font-size: 1.1em; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | .result h3 a:visited { | 
					
						
							|  |  |  |   color: #684898; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | .result h3 a:focus, | 
					
						
							|  |  |  | .result h3 a:hover { | 
					
						
							|  |  |  |   text-decoration: underline; | 
					
						
							|  |  |  |   border: none; | 
					
						
							|  |  |  |   -webkit-box-shadow: none; | 
					
						
							|  |  |  |   box-shadow: none; | 
					
						
							|  |  |  |   outline: none; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | .result .cache_link, | 
					
						
							|  |  |  | .result .proxyfied_link { | 
					
						
							|  |  |  |   font-size: 0.9em !important; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | .result .content, | 
					
						
							|  |  |  | .result .stat, | 
					
						
							|  |  |  | .result .altlink { | 
					
						
							|  |  |  |   font-size: 0.9em; | 
					
						
							|  |  |  |   margin: 0; | 
					
						
							|  |  |  |   padding: 0; | 
					
						
							|  |  |  |   max-width: 54em; | 
					
						
							|  |  |  |   word-wrap: break-word; | 
					
						
							|  |  |  |   line-height: 1.24; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | .result .content .highlight, | 
					
						
							|  |  |  | .result .stat .highlight, | 
					
						
							|  |  |  | .result .altlink .highlight { | 
					
						
							|  |  |  |   color: #000000; | 
					
						
							|  |  |  |   background: inherit; | 
					
						
							|  |  |  |   font-weight: bold; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | .result .codelines .highlight { | 
					
						
							|  |  |  |   color: inherit; | 
					
						
							|  |  |  |   background: inherit; | 
					
						
							|  |  |  |   font-weight: normal; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | .result .url { | 
					
						
							|  |  |  |   font-size: 0.9em; | 
					
						
							|  |  |  |   margin: 0 0 3px 0; | 
					
						
							|  |  |  |   padding: 0; | 
					
						
							|  |  |  |   max-width: 54em; | 
					
						
							|  |  |  |   word-wrap: break-word; | 
					
						
							|  |  |  |   color: #25a55b; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | .result .published_date { | 
					
						
							|  |  |  |   font-size: 0.8em; | 
					
						
							|  |  |  |   color: #888; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | .result img.thumbnail { | 
					
						
							|  |  |  |   float: left; | 
					
						
							|  |  |  |   padding: 0 5px 10px 0; | 
					
						
							|  |  |  |   width: 20em; | 
					
						
							|  |  |  |   min-width: 20em; | 
					
						
							|  |  |  |   min-height: 8em; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | .result img.image { | 
					
						
							|  |  |  |   float: left; | 
					
						
							|  |  |  |   padding: 0 5px 10px 0; | 
					
						
							|  |  |  |   width: 100px; | 
					
						
							|  |  |  |   max-height: 100px; | 
					
						
							|  |  |  |   object-fit: scale-down; | 
					
						
							|  |  |  |   object-position: right top; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | .result .break { | 
					
						
							|  |  |  |   clear: both; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | .category-social .image { | 
					
						
							|  |  |  |   width: auto !important; | 
					
						
							|  |  |  |   min-width: 48px; | 
					
						
							|  |  |  |   min-height: 48px; | 
					
						
							|  |  |  |   padding: 0 5px 25px 0 !important; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | .result-videos .content { | 
					
						
							|  |  |  |   overflow: hidden; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | .engines { | 
					
						
							|  |  |  |   float: right; | 
					
						
							|  |  |  |   color: #888; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | .engines span { | 
					
						
							|  |  |  |   font-size: smaller; | 
					
						
							|  |  |  |   margin: 0 0.5em 0 0; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | .small_font { | 
					
						
							|  |  |  |   font-size: 0.8em; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | .highlight { | 
					
						
							|  |  |  |   color: #094089; | 
					
						
							|  |  |  |   background: inherit; | 
					
						
							|  |  |  |   font-weight: bold; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | .result-images { | 
					
						
							|  |  |  |   display: inline-block; | 
					
						
							|  |  |  |   margin: 0; | 
					
						
							|  |  |  |   padding: 0; | 
					
						
							|  |  |  |   position: relative; | 
					
						
							|  |  |  |   max-height: 200px; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | .result-images img { | 
					
						
							|  |  |  |   float: inherit; | 
					
						
							|  |  |  |   margin: 0; | 
					
						
							|  |  |  |   padding: 0; | 
					
						
							|  |  |  |   border: none; | 
					
						
							|  |  |  |   max-height: 200px; | 
					
						
							|  |  |  |   background: #084999; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | .result-images span a { | 
					
						
							|  |  |  |   display: none; | 
					
						
							|  |  |  |   color: #FFF; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | .result-images:hover span a { | 
					
						
							|  |  |  |   display: block; | 
					
						
							|  |  |  |   position: absolute; | 
					
						
							|  |  |  |   bottom: 0; | 
					
						
							|  |  |  |   right: 0; | 
					
						
							|  |  |  |   padding: 4px; | 
					
						
							|  |  |  |   margin: 0 0 4px 4px; | 
					
						
							|  |  |  |   background-color: rgba(0, 0, 0, 0.6); | 
					
						
							|  |  |  |   font-size: 0.7em; | 
					
						
							|  |  |  | } | 
					
						
							| 
									
										
										
										
											2021-06-10 09:18:59 +02:00
										 |  |  | .result-map img.image { | 
					
						
							|  |  |  |   float: right !important; | 
					
						
							|  |  |  |   height: 100px !important; | 
					
						
							|  |  |  |   width: auto !important; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | .result-map table { | 
					
						
							|  |  |  |   font-size: 0.9em; | 
					
						
							|  |  |  |   width: auto; | 
					
						
							|  |  |  |   border-collapse: separate; | 
					
						
							|  |  |  |   border-spacing: 0 0.35rem; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | .result-map table th { | 
					
						
							|  |  |  |   font-weight: inherit; | 
					
						
							|  |  |  |   width: 17rem; | 
					
						
							|  |  |  |   vertical-align: top; | 
					
						
							|  |  |  |   text-align: left; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | .result-map table td { | 
					
						
							|  |  |  |   vertical-align: top; | 
					
						
							|  |  |  |   text-align: left; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | .hidden { | 
					
						
							|  |  |  |   display: none !important; | 
					
						
							|  |  |  | } | 
					
						
							| 
									
										
										
										
											2017-02-12 15:06:01 +01:00
										 |  |  | .torrent_result { | 
					
						
							|  |  |  |   border-left: 10px solid lightgray; | 
					
						
							|  |  |  |   padding-left: 3px; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | .torrent_result p { | 
					
						
							|  |  |  |   margin: 3px; | 
					
						
							|  |  |  |   font-size: 0.8em; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | .torrent_result a { | 
					
						
							|  |  |  |   color: #084999; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | .torrent_result a:hover { | 
					
						
							|  |  |  |   text-decoration: underline; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | .torrent_result a:visited { | 
					
						
							|  |  |  |   color: #684898; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | #results { | 
					
						
							| 
									
										
										
										
											2021-09-27 13:47:00 +02:00
										 |  |  |   margin: 2rem 2rem 0 10rem; | 
					
						
							|  |  |  |   display: grid; | 
					
						
							|  |  |  |   grid-template-columns: 45rem 25rem; | 
					
						
							|  |  |  |   grid-template-rows: min-content min-content 1fr min-content; | 
					
						
							|  |  |  |   gap: 0 5rem; | 
					
						
							|  |  |  |   grid-template-areas: "corrections sidebar" "answers sidebar" "urls sidebar" "pagination sidebar"; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | #results #answers *:first-child, | 
					
						
							|  |  |  | #results #sidebar *:first-child, | 
					
						
							|  |  |  | #results #urls *:first-child { | 
					
						
							|  |  |  |   margin-top: 0; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | #urls { | 
					
						
							| 
									
										
										
										
											2017-02-12 15:06:01 +01:00
										 |  |  |   padding: 0; | 
					
						
							| 
									
										
										
										
											2021-09-27 13:47:00 +02:00
										 |  |  |   grid-area: urls; | 
					
						
							| 
									
										
										
										
											2017-02-12 15:06:01 +01:00
										 |  |  | } | 
					
						
							|  |  |  | #suggestions .wrapper { | 
					
						
							|  |  |  |   display: flex; | 
					
						
							|  |  |  |   flex-flow: row wrap; | 
					
						
							|  |  |  |   justify-content: flex-end; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | #suggestions .wrapper form { | 
					
						
							|  |  |  |   display: inline-block; | 
					
						
							|  |  |  |   flex: 1 1 50%; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | #suggestions input, | 
					
						
							|  |  |  | #answers input, | 
					
						
							|  |  |  | #infoboxes input, | 
					
						
							|  |  |  | #corrections input { | 
					
						
							|  |  |  |   padding: 0; | 
					
						
							|  |  |  |   margin: 3px; | 
					
						
							|  |  |  |   font-size: 0.9em; | 
					
						
							|  |  |  |   display: inline-block; | 
					
						
							|  |  |  |   background: transparent; | 
					
						
							|  |  |  |   color: #444; | 
					
						
							|  |  |  |   cursor: pointer; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | #suggestions input[type="submit"], | 
					
						
							|  |  |  | #answers input[type="submit"], | 
					
						
							|  |  |  | #infoboxes input[type="submit"], | 
					
						
							|  |  |  | #corrections input[type="submit"], | 
					
						
							|  |  |  | #suggestions .infobox .url a, | 
					
						
							|  |  |  | #answers .infobox .url a, | 
					
						
							|  |  |  | #infoboxes .infobox .url a, | 
					
						
							|  |  |  | #corrections .infobox .url a { | 
					
						
							|  |  |  |   color: #084999; | 
					
						
							|  |  |  |   text-decoration: none; | 
					
						
							|  |  |  |   font-size: 0.9rem; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | #suggestions input[type="submit"]:hover, | 
					
						
							|  |  |  | #answers input[type="submit"]:hover, | 
					
						
							|  |  |  | #infoboxes input[type="submit"]:hover, | 
					
						
							|  |  |  | #corrections input[type="submit"]:hover, | 
					
						
							|  |  |  | #suggestions .infobox .url a:hover, | 
					
						
							|  |  |  | #answers .infobox .url a:hover, | 
					
						
							|  |  |  | #infoboxes .infobox .url a:hover, | 
					
						
							|  |  |  | #corrections .infobox .url a:hover { | 
					
						
							|  |  |  |   text-decoration: underline; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | #corrections { | 
					
						
							| 
									
										
										
										
											2021-09-27 13:47:00 +02:00
										 |  |  |   grid-area: corrections; | 
					
						
							| 
									
										
										
										
											2017-02-12 15:06:01 +01:00
										 |  |  |   display: flex; | 
					
						
							|  |  |  |   flex-flow: row wrap; | 
					
						
							| 
									
										
										
										
											2021-09-27 13:47:00 +02:00
										 |  |  |   margin: 0 0 1em 0; | 
					
						
							| 
									
										
										
										
											2017-02-12 15:06:01 +01:00
										 |  |  | } | 
					
						
							|  |  |  | #corrections h4, | 
					
						
							|  |  |  | #corrections input[type="submit"] { | 
					
						
							|  |  |  |   display: inline-block; | 
					
						
							|  |  |  |   margin: 0 0.5em 0 0; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | #corrections input[type="submit"]::after { | 
					
						
							|  |  |  |   content: ", "; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | #suggestions .title, | 
					
						
							|  |  |  | #search_url .title, | 
					
						
							|  |  |  | #apis .title { | 
					
						
							|  |  |  |   margin: 2em 0 0.5em 0; | 
					
						
							|  |  |  |   color: #444; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | #answers { | 
					
						
							| 
									
										
										
										
											2021-09-27 13:47:00 +02:00
										 |  |  |   grid-area: answers; | 
					
						
							| 
									
										
										
										
											2017-02-12 15:06:01 +01:00
										 |  |  |   border: 1px solid #ddd; | 
					
						
							|  |  |  |   padding: 0.9em; | 
					
						
							| 
									
										
										
										
											2021-06-28 10:39:10 +02:00
										 |  |  |   box-shadow: 0 0 5px #ccc; | 
					
						
							| 
									
										
										
										
											2017-02-12 15:06:01 +01:00
										 |  |  | } | 
					
						
							|  |  |  | #answers h4 { | 
					
						
							|  |  |  |   display: none; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | #answers .answer { | 
					
						
							|  |  |  |   display: block; | 
					
						
							|  |  |  |   font-size: 1.2em; | 
					
						
							|  |  |  |   font-weight: bold; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | #answers form, | 
					
						
							|  |  |  | #infoboxes form { | 
					
						
							|  |  |  |   min-width: 210px; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | #sidebar { | 
					
						
							| 
									
										
										
										
											2021-09-27 13:47:00 +02:00
										 |  |  |   grid-area: sidebar; | 
					
						
							| 
									
										
										
										
											2017-02-12 15:06:01 +01:00
										 |  |  |   word-wrap: break-word; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | #sidebar .infobox { | 
					
						
							|  |  |  |   margin: 10px 0 10px; | 
					
						
							|  |  |  |   border: 1px solid #ddd; | 
					
						
							|  |  |  |   padding: 0.9em; | 
					
						
							|  |  |  |   font-size: 0.9em; | 
					
						
							| 
									
										
										
										
											2021-06-28 10:39:10 +02:00
										 |  |  |   box-shadow: 0 0 5px #ccc; | 
					
						
							| 
									
										
										
										
											2017-02-12 15:06:01 +01:00
										 |  |  | } | 
					
						
							|  |  |  | #sidebar .infobox h2 { | 
					
						
							| 
									
										
										
										
											2021-05-17 18:10:53 +02:00
										 |  |  |   margin: 0 0 0.5em 0; | 
					
						
							| 
									
										
										
										
											2017-02-12 15:06:01 +01:00
										 |  |  | } | 
					
						
							|  |  |  | #sidebar .infobox img { | 
					
						
							|  |  |  |   max-width: 100%; | 
					
						
							|  |  |  |   max-height: 12em; | 
					
						
							|  |  |  |   display: block; | 
					
						
							|  |  |  |   margin: 0; | 
					
						
							|  |  |  |   padding: 0; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | #sidebar .infobox dl { | 
					
						
							|  |  |  |   margin: 0.5em 0; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | #sidebar .infobox dt { | 
					
						
							|  |  |  |   display: inline; | 
					
						
							|  |  |  |   margin: 0.5em 0.25em 0.5em 0; | 
					
						
							|  |  |  |   padding: 0; | 
					
						
							|  |  |  |   font-weight: bold; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | #sidebar .infobox dd { | 
					
						
							|  |  |  |   display: inline; | 
					
						
							|  |  |  |   margin: 0.5em 0; | 
					
						
							|  |  |  |   padding: 0; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | #sidebar .infobox input { | 
					
						
							|  |  |  |   font-size: 1em; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | #sidebar .infobox br { | 
					
						
							|  |  |  |   clear: both; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | #sidebar .infobox .attributes, | 
					
						
							|  |  |  | #sidebar .infobox .urls { | 
					
						
							|  |  |  |   clear: both; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | #search_url { | 
					
						
							|  |  |  |   margin-top: 8px; | 
					
						
							|  |  |  | } | 
					
						
							| 
									
										
										
										
											2018-08-09 16:13:50 +02:00
										 |  |  | #search_url div.selectable_url pre { | 
					
						
							| 
									
										
										
										
											2017-02-12 15:06:01 +01:00
										 |  |  |   width: 200em; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | #linkto_preferences { | 
					
						
							|  |  |  |   position: absolute; | 
					
						
							|  |  |  |   right: 10px; | 
					
						
							|  |  |  |   top: 0.9em; | 
					
						
							|  |  |  |   padding: 0; | 
					
						
							|  |  |  |   border: 0; | 
					
						
							|  |  |  |   display: block; | 
					
						
							|  |  |  |   font-size: 1.2em; | 
					
						
							|  |  |  |   color: #222; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | #linkto_preferences a:link *, | 
					
						
							|  |  |  | #linkto_preferences a:hover *, | 
					
						
							|  |  |  | #linkto_preferences a:visited *, | 
					
						
							|  |  |  | #linkto_preferences a:active * { | 
					
						
							|  |  |  |   color: #222; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | #pagination { | 
					
						
							| 
									
										
										
										
											2021-09-27 13:47:00 +02:00
										 |  |  |   grid-area: pagination; | 
					
						
							| 
									
										
										
										
											2017-02-12 15:06:01 +01:00
										 |  |  | } | 
					
						
							|  |  |  | #pagination br { | 
					
						
							|  |  |  |   clear: both; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | #apis { | 
					
						
							|  |  |  |   margin-top: 8px; | 
					
						
							|  |  |  |   clear: both; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | #backToTop { | 
					
						
							|  |  |  |   border: 1px solid #ddd; | 
					
						
							| 
									
										
										
										
											2021-09-27 13:47:00 +02:00
										 |  |  |   margin: 0; | 
					
						
							| 
									
										
										
										
											2017-02-12 15:06:01 +01:00
										 |  |  |   padding: 0; | 
					
						
							|  |  |  |   font-size: 1em; | 
					
						
							| 
									
										
										
										
											2021-06-28 10:39:10 +02:00
										 |  |  |   box-shadow: 0 0 5px #ccc; | 
					
						
							| 
									
										
										
										
											2017-02-12 15:06:01 +01:00
										 |  |  |   background: white; | 
					
						
							|  |  |  |   position: fixed; | 
					
						
							| 
									
										
										
										
											2021-09-27 13:47:00 +02:00
										 |  |  |   bottom: 8rem; | 
					
						
							|  |  |  |   left: 56.3rem; | 
					
						
							| 
									
										
										
										
											2017-02-12 15:06:01 +01:00
										 |  |  |   transition: opacity 0.5s; | 
					
						
							|  |  |  |   opacity: 0; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | #backToTop a { | 
					
						
							|  |  |  |   display: block; | 
					
						
							|  |  |  |   margin: 0; | 
					
						
							|  |  |  |   padding: 0.6em; | 
					
						
							|  |  |  | } | 
					
						
							| 
									
										
										
										
											2021-09-27 13:47:00 +02:00
										 |  |  | @media screen and (max-width: 80em) { | 
					
						
							| 
									
										
										
										
											2017-02-12 15:06:01 +01:00
										 |  |  |   #main_preferences, | 
					
						
							|  |  |  |   #main_about, | 
					
						
							|  |  |  |   #main_stats { | 
					
						
							| 
									
										
										
										
											2021-09-27 13:47:00 +02:00
										 |  |  |     margin: 2rem 0.5rem; | 
					
						
							| 
									
										
										
										
											2017-02-12 15:06:01 +01:00
										 |  |  |     width: auto; | 
					
						
							|  |  |  |   } | 
					
						
							|  |  |  |   #infoboxes { | 
					
						
							|  |  |  |     position: inherit; | 
					
						
							|  |  |  |     max-width: inherit; | 
					
						
							|  |  |  |   } | 
					
						
							|  |  |  |   #infoboxes .infobox { | 
					
						
							|  |  |  |     clear: both; | 
					
						
							|  |  |  |   } | 
					
						
							|  |  |  |   #infoboxes .infobox img { | 
					
						
							|  |  |  |     float: left; | 
					
						
							|  |  |  |     max-width: 10em; | 
					
						
							|  |  |  |     margin: 0.5em 0.5em 0.5em 0; | 
					
						
							|  |  |  |   } | 
					
						
							|  |  |  |   #sidebar { | 
					
						
							|  |  |  |     padding: 0; | 
					
						
							|  |  |  |     float: none; | 
					
						
							|  |  |  |     border: none; | 
					
						
							|  |  |  |     width: auto; | 
					
						
							|  |  |  |   } | 
					
						
							|  |  |  |   #sidebar input { | 
					
						
							|  |  |  |     border: 0; | 
					
						
							|  |  |  |   } | 
					
						
							|  |  |  |   #apis { | 
					
						
							|  |  |  |     display: none; | 
					
						
							|  |  |  |   } | 
					
						
							|  |  |  |   #search_url { | 
					
						
							|  |  |  |     display: none; | 
					
						
							|  |  |  |   } | 
					
						
							|  |  |  |   .result { | 
					
						
							|  |  |  |     border-bottom: 1px solid #E8E7E6; | 
					
						
							|  |  |  |     margin: 0; | 
					
						
							|  |  |  |     padding-top: 8px; | 
					
						
							|  |  |  |     padding-bottom: 6px; | 
					
						
							|  |  |  |   } | 
					
						
							|  |  |  |   .result h3 { | 
					
						
							|  |  |  |     margin: 0 0 1px 0; | 
					
						
							|  |  |  |   } | 
					
						
							|  |  |  |   .result .thumbnail { | 
					
						
							|  |  |  |     max-width: 98%; | 
					
						
							|  |  |  |   } | 
					
						
							|  |  |  |   .result .url span.url { | 
					
						
							|  |  |  |     display: block; | 
					
						
							|  |  |  |     white-space: nowrap; | 
					
						
							|  |  |  |     text-overflow: ellipsis; | 
					
						
							|  |  |  |     overflow: hidden; | 
					
						
							|  |  |  |     width: 100%; | 
					
						
							|  |  |  |   } | 
					
						
							|  |  |  |   .result .url a { | 
					
						
							|  |  |  |     float: right; | 
					
						
							|  |  |  |     padding: 0 0.5em; | 
					
						
							|  |  |  |   } | 
					
						
							|  |  |  |   .result .engines { | 
					
						
							|  |  |  |     float: right; | 
					
						
							|  |  |  |     padding: 0 0 3px 0; | 
					
						
							|  |  |  |   } | 
					
						
							|  |  |  |   .result-images { | 
					
						
							|  |  |  |     border-bottom: none !important; | 
					
						
							|  |  |  |   } | 
					
						
							|  |  |  |   .image_result { | 
					
						
							|  |  |  |     max-width: 98%; | 
					
						
							|  |  |  |   } | 
					
						
							|  |  |  |   .image_result img { | 
					
						
							|  |  |  |     max-width: 98%; | 
					
						
							|  |  |  |   } | 
					
						
							| 
									
										
										
										
											2021-09-27 13:47:00 +02:00
										 |  |  |   #backToTop { | 
					
						
							|  |  |  |     display: none; | 
					
						
							|  |  |  |   } | 
					
						
							|  |  |  |   #pagination { | 
					
						
							|  |  |  |     margin: 2rem 0 0 0 !important; | 
					
						
							|  |  |  |   } | 
					
						
							|  |  |  |   #main_results div#results { | 
					
						
							|  |  |  |     margin: 2rem 0.5rem 0 0.5rem; | 
					
						
							|  |  |  |     display: grid; | 
					
						
							|  |  |  |     grid-template-columns: 45rem; | 
					
						
							|  |  |  |     grid-template-rows: min-content min-content min-content 1fr min-content min-content; | 
					
						
							|  |  |  |     gap: 0; | 
					
						
							|  |  |  |     grid-template-areas: "corrections" "answers" "sidebar" "urls" "pagination"; | 
					
						
							|  |  |  |   } | 
					
						
							|  |  |  |   article[data-vim-selected]::before { | 
					
						
							|  |  |  |     left: 0; | 
					
						
							|  |  |  |   } | 
					
						
							| 
									
										
										
										
											2017-02-12 15:06:01 +01:00
										 |  |  | } | 
					
						
							| 
									
										
										
										
											2018-08-09 16:13:50 +02:00
										 |  |  | #main_results div#results.only_template_images { | 
					
						
							| 
									
										
										
										
											2021-09-27 13:47:00 +02:00
										 |  |  |   margin: 2rem 0.5rem 0 0.5rem; | 
					
						
							|  |  |  |   display: grid; | 
					
						
							|  |  |  |   grid-template-columns: 100%; | 
					
						
							|  |  |  |   grid-template-rows: min-content min-content 1fr min-content min-content; | 
					
						
							|  |  |  |   gap: 0; | 
					
						
							|  |  |  |   grid-template-areas: "corrections" "urls" "answers" "sidebar" "pagination"; | 
					
						
							| 
									
										
										
										
											2018-08-09 16:13:50 +02:00
										 |  |  | } | 
					
						
							|  |  |  | #main_results div#results.only_template_images #urls { | 
					
						
							| 
									
										
										
										
											2021-09-27 13:47:00 +02:00
										 |  |  |   width: inherit; | 
					
						
							|  |  |  |   margin: 0; | 
					
						
							| 
									
										
										
										
											2018-08-09 16:13:50 +02:00
										 |  |  | } | 
					
						
							|  |  |  | #main_results div#results.only_template_images #backToTop { | 
					
						
							|  |  |  |   left: auto; | 
					
						
							| 
									
										
										
										
											2021-09-27 13:47:00 +02:00
										 |  |  |   right: 2rem; | 
					
						
							| 
									
										
										
										
											2018-08-09 16:13:50 +02:00
										 |  |  | } | 
					
						
							|  |  |  | #main_results div#results.only_template_images #pagination { | 
					
						
							| 
									
										
										
										
											2021-09-27 13:47:00 +02:00
										 |  |  |   margin-right: 4rem; | 
					
						
							| 
									
										
										
										
											2018-08-09 16:13:50 +02:00
										 |  |  | } | 
					
						
							| 
									
										
										
										
											2017-02-12 15:06:01 +01:00
										 |  |  | @media screen and (max-width: 50em) { | 
					
						
							| 
									
										
										
										
											2021-09-27 13:47:00 +02:00
										 |  |  |   #main_results div#results { | 
					
						
							|  |  |  |     grid-template-columns: 100%; | 
					
						
							|  |  |  |     margin: 2rem 0 0 0; | 
					
						
							|  |  |  |   } | 
					
						
							| 
									
										
										
										
											2017-02-12 15:06:01 +01:00
										 |  |  |   article[data-vim-selected]::before { | 
					
						
							|  |  |  |     display: none; | 
					
						
							|  |  |  |     content: ""; | 
					
						
							|  |  |  |   } | 
					
						
							|  |  |  |   #linkto_preferences { | 
					
						
							|  |  |  |     display: none; | 
					
						
							| 
									
										
										
										
											2021-06-28 10:39:10 +02:00
										 |  |  |     position: fixed !important; | 
					
						
							| 
									
										
										
										
											2017-02-12 15:06:01 +01:00
										 |  |  |     top: 100px; | 
					
						
							| 
									
										
										
										
											2021-06-28 10:39:10 +02:00
										 |  |  |     right: 0; | 
					
						
							| 
									
										
										
										
											2017-02-12 15:06:01 +01:00
										 |  |  |   } | 
					
						
							|  |  |  |   #sidebar { | 
					
						
							|  |  |  |     margin: 0 5px 2px 5px; | 
					
						
							|  |  |  |   } | 
					
						
							| 
									
										
										
										
											2021-09-27 13:47:00 +02:00
										 |  |  |   #corrections, | 
					
						
							|  |  |  |   #answers { | 
					
						
							|  |  |  |     margin: 0 5px 1em 5px; | 
					
						
							| 
									
										
										
										
											2017-02-12 15:06:01 +01:00
										 |  |  |   } | 
					
						
							|  |  |  |   #results { | 
					
						
							|  |  |  |     margin: 0; | 
					
						
							|  |  |  |     padding: 0; | 
					
						
							|  |  |  |   } | 
					
						
							| 
									
										
										
										
											2021-09-27 13:47:00 +02:00
										 |  |  |   #pagination { | 
					
						
							|  |  |  |     margin: 2rem 1rem 0 1rem !important; | 
					
						
							| 
									
										
										
										
											2017-02-12 15:06:01 +01:00
										 |  |  |   } | 
					
						
							|  |  |  |   .result { | 
					
						
							|  |  |  |     padding: 8px 10px 6px 10px; | 
					
						
							|  |  |  |   } | 
					
						
							|  |  |  |   .result-images { | 
					
						
							|  |  |  |     margin: 0; | 
					
						
							|  |  |  |     padding: 0; | 
					
						
							|  |  |  |     border: none; | 
					
						
							|  |  |  |   } | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | @media screen and (max-width: 35em) { | 
					
						
							|  |  |  |   .result-videos img.thumbnail { | 
					
						
							|  |  |  |     float: none !important; | 
					
						
							|  |  |  |   } | 
					
						
							|  |  |  |   .result-videos .content { | 
					
						
							|  |  |  |     overflow: inherit; | 
					
						
							|  |  |  |   } | 
					
						
							|  |  |  | } | 
					
						
							| 
									
										
										
										
											2020-06-04 23:22:44 +02:00
										 |  |  | pre code { | 
					
						
							|  |  |  |   white-space: pre-wrap; | 
					
						
							|  |  |  | } |