mirror of
				https://github.com/searxng/searxng
				synced 2024-01-01 19:24:07 +01:00 
			
		
		
		
	[build] /static
This commit is contained in:
		
							parent
							
								
									7996619691
								
							
						
					
					
						commit
						67d3dc01a2
					
				
					 9 changed files with 21 additions and 19 deletions
				
			
		
										
											
												File diff suppressed because one or more lines are too long
											
										
									
								
							
										
											
												File diff suppressed because one or more lines are too long
											
										
									
								
							
										
											
												File diff suppressed because one or more lines are too long
											
										
									
								
							|  | @ -853,7 +853,8 @@ template { | ||||||
|   --color-autocomplete-background: #fff; |   --color-autocomplete-background: #fff; | ||||||
|   --color-autocomplete-background-hover: #f7f7f7; |   --color-autocomplete-background-hover: #f7f7f7; | ||||||
|   --color-answer-border: #ddd; |   --color-answer-border: #ddd; | ||||||
|   --color-answer-font: #000; |   --color-answer-font: #444; | ||||||
|  |   --color-answer-background: #f7f7f7; | ||||||
|   --color-result-shadow: #ccc; |   --color-result-shadow: #ccc; | ||||||
|   --color-result-border: #ddd; |   --color-result-border: #ddd; | ||||||
|   --color-result-url-font: #000; |   --color-result-url-font: #000; | ||||||
|  | @ -935,8 +936,9 @@ template { | ||||||
|     --color-autocomplete-border: #444; |     --color-autocomplete-border: #444; | ||||||
|     --color-autocomplete-background: #222; |     --color-autocomplete-background: #222; | ||||||
|     --color-autocomplete-background-hover: #181818; |     --color-autocomplete-background-hover: #181818; | ||||||
|     --color-answer-border: #ddd; |     --color-answer-border: #333; | ||||||
|     --color-answer-font: #fff; |     --color-answer-font: #bbb; | ||||||
|  |     --color-answer-background: #181818; | ||||||
|     --color-result-shadow: #444; |     --color-result-shadow: #444; | ||||||
|     --color-result-border: #333; |     --color-result-border: #333; | ||||||
|     --color-result-url-font: #fff; |     --color-result-url-font: #fff; | ||||||
|  | @ -2941,6 +2943,7 @@ article.result-images[data-vim-selected] .image_thumbnail { | ||||||
| #answers { | #answers { | ||||||
|   grid-area: answers; |   grid-area: answers; | ||||||
|   border: 1px solid var(--color-answer-border); |   border: 1px solid var(--color-answer-border); | ||||||
|  |   background: var(--color-answer-background); | ||||||
|   padding: 0.9em; |   padding: 0.9em; | ||||||
|   margin-bottom: 0.125rem; |   margin-bottom: 0.125rem; | ||||||
|   color: var(--color-answer-font); |   color: var(--color-answer-font); | ||||||
|  | @ -2953,8 +2956,6 @@ article.result-images[data-vim-selected] .image_thumbnail { | ||||||
| } | } | ||||||
| #answers .answer { | #answers .answer { | ||||||
|   display: block; |   display: block; | ||||||
|   font-size: 1.2em; |  | ||||||
|   font-weight: bold; |  | ||||||
| } | } | ||||||
| #answers form, | #answers form, | ||||||
| #infoboxes form { | #infoboxes form { | ||||||
|  | @ -3183,7 +3184,7 @@ article.result-images[data-vim-selected] .image_thumbnail { | ||||||
|   } |   } | ||||||
|   #corrections, |   #corrections, | ||||||
|   #answers { |   #answers { | ||||||
|     margin: 0 5px 1em 5px; |     margin: 1rem 0.5rem; | ||||||
|     box-shadow: 0 0 5px var(--color-result-shadow); |     box-shadow: 0 0 5px var(--color-result-shadow); | ||||||
|   } |   } | ||||||
|   #results { |   #results { | ||||||
|  |  | ||||||
										
											
												File diff suppressed because one or more lines are too long
											
										
									
								
							
										
											
												File diff suppressed because one or more lines are too long
											
										
									
								
							|  | @ -853,7 +853,8 @@ template { | ||||||
|   --color-autocomplete-background: #fff; |   --color-autocomplete-background: #fff; | ||||||
|   --color-autocomplete-background-hover: #f7f7f7; |   --color-autocomplete-background-hover: #f7f7f7; | ||||||
|   --color-answer-border: #ddd; |   --color-answer-border: #ddd; | ||||||
|   --color-answer-font: #000; |   --color-answer-font: #444; | ||||||
|  |   --color-answer-background: #f7f7f7; | ||||||
|   --color-result-shadow: #ccc; |   --color-result-shadow: #ccc; | ||||||
|   --color-result-border: #ddd; |   --color-result-border: #ddd; | ||||||
|   --color-result-url-font: #000; |   --color-result-url-font: #000; | ||||||
|  | @ -935,8 +936,9 @@ template { | ||||||
|     --color-autocomplete-border: #444; |     --color-autocomplete-border: #444; | ||||||
|     --color-autocomplete-background: #222; |     --color-autocomplete-background: #222; | ||||||
|     --color-autocomplete-background-hover: #181818; |     --color-autocomplete-background-hover: #181818; | ||||||
|     --color-answer-border: #ddd; |     --color-answer-border: #333; | ||||||
|     --color-answer-font: #fff; |     --color-answer-font: #bbb; | ||||||
|  |     --color-answer-background: #181818; | ||||||
|     --color-result-shadow: #444; |     --color-result-shadow: #444; | ||||||
|     --color-result-border: #333; |     --color-result-border: #333; | ||||||
|     --color-result-url-font: #fff; |     --color-result-url-font: #fff; | ||||||
|  | @ -2941,6 +2943,7 @@ article.result-images[data-vim-selected] .image_thumbnail { | ||||||
| #answers { | #answers { | ||||||
|   grid-area: answers; |   grid-area: answers; | ||||||
|   border: 1px solid var(--color-answer-border); |   border: 1px solid var(--color-answer-border); | ||||||
|  |   background: var(--color-answer-background); | ||||||
|   padding: 0.9em; |   padding: 0.9em; | ||||||
|   margin-bottom: 0.125rem; |   margin-bottom: 0.125rem; | ||||||
|   color: var(--color-answer-font); |   color: var(--color-answer-font); | ||||||
|  | @ -2953,8 +2956,6 @@ article.result-images[data-vim-selected] .image_thumbnail { | ||||||
| } | } | ||||||
| #answers .answer { | #answers .answer { | ||||||
|   display: block; |   display: block; | ||||||
|   font-size: 1.2em; |  | ||||||
|   font-weight: bold; |  | ||||||
| } | } | ||||||
| #answers form, | #answers form, | ||||||
| #infoboxes form { | #infoboxes form { | ||||||
|  | @ -3183,7 +3184,7 @@ article.result-images[data-vim-selected] .image_thumbnail { | ||||||
|   } |   } | ||||||
|   #corrections, |   #corrections, | ||||||
|   #answers { |   #answers { | ||||||
|     margin: 0 5px 1em 5px; |     margin: 1rem 0.5rem; | ||||||
|     box-shadow: 0 0 5px var(--color-result-shadow); |     box-shadow: 0 0 5px var(--color-result-shadow); | ||||||
|   } |   } | ||||||
|   #results { |   #results { | ||||||
|  |  | ||||||
										
											
												File diff suppressed because one or more lines are too long
											
										
									
								
							
										
											
												File diff suppressed because one or more lines are too long
											
										
									
								
							
		Loading…
	
	Add table
		
		Reference in a new issue
	
	 Markus Heiser
						Markus Heiser