| 
									
										
										
										
											2016-06-26 01:57:43 +02:00
										 |  |  | .infobox { | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     .panel-heading{ | 
					
						
							|  |  |  |         background-color: @dim-gray; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |         .panel-title{ | 
					
						
							|  |  |  |             font-weight: 700; | 
					
						
							|  |  |  |         } | 
					
						
							|  |  |  |     } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-08-03 03:18:30 +02:00
										 |  |  |     .header_url { | 
					
						
							|  |  |  |         white-space: nowrap; | 
					
						
							|  |  |  |         overflow: hidden; | 
					
						
							|  |  |  |         text-overflow: ellipsis; | 
					
						
							|  |  |  |         display: block; | 
					
						
							|  |  |  |     } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2016-06-26 01:57:43 +02:00
										 |  |  | 
 | 
					
						
							|  |  |  |     p{ | 
					
						
							|  |  |  |         font-family: "DejaVu Serif", Georgia, Cambria, "Times New Roman", Times, serif !important; | 
					
						
							|  |  |  |         font-style: italic; | 
					
						
							|  |  |  |     } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-08-03 02:11:24 +02:00
										 |  |  |     img{ | 
					
						
							|  |  |  |         max-height: "250px"; | 
					
						
							|  |  |  |     } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2016-06-26 01:57:43 +02:00
										 |  |  |     .btn{ | 
					
						
							| 
									
										
										
										
											2020-06-28 22:43:37 +02:00
										 |  |  |         background-color: @dark-blue; | 
					
						
							| 
									
										
										
										
											2016-06-26 01:57:43 +02:00
										 |  |  |         border: none; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |         a{ | 
					
						
							|  |  |  |             color: white; | 
					
						
							|  |  |  |             margin: 5px; | 
					
						
							|  |  |  |         } | 
					
						
							|  |  |  |     } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     .infobox_part { | 
					
						
							|  |  |  |         margin-bottom: 20px; | 
					
						
							|  |  |  |         word-wrap: break-word; | 
					
						
							|  |  |  |         table-layout: fixed; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     } | 
					
						
							| 
									
										
										
										
											2019-12-10 18:10:33 +01:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2016-06-26 01:57:43 +02:00
										 |  |  |     .infobox_part:last-child { | 
					
						
							|  |  |  |         margin-bottom: 0; | 
					
						
							|  |  |  |     } | 
					
						
							| 
									
										
										
										
											2020-08-03 09:15:54 +02:00
										 |  |  | 
 | 
					
						
							|  |  |  |     .infobox_toggle { | 
					
						
							|  |  |  |         width: 100%; | 
					
						
							|  |  |  |         text-align: center; | 
					
						
							|  |  |  |         margin-bottom: 0px; | 
					
						
							|  |  |  |     } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     // Shrink infobox size when toggle is off | 
					
						
							|  |  |  |     .infobox_checkbox ~ .infobox_body { | 
					
						
							|  |  |  |         max-height: 300px; | 
					
						
							|  |  |  |         overflow: hidden; | 
					
						
							|  |  |  |     } | 
					
						
							|  |  |  |     .infobox_checkbox:checked ~ .infobox_body { | 
					
						
							|  |  |  |         max-height: none; | 
					
						
							|  |  |  |     } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     // Show toggle button as down when infobox is shrunk | 
					
						
							|  |  |  |     .infobox_checkbox ~ .infobox_toggle .infobox_label_down { | 
					
						
							|  |  |  |         display: block; | 
					
						
							|  |  |  |     } | 
					
						
							|  |  |  |     .infobox_checkbox ~ .infobox_toggle .infobox_label_up { | 
					
						
							|  |  |  |         display: none; | 
					
						
							|  |  |  |     } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     // Show toggle button as up when infobox is expanded | 
					
						
							|  |  |  |     .infobox_checkbox:checked ~ .infobox_toggle .infobox_label_up { | 
					
						
							|  |  |  |         display: block; | 
					
						
							|  |  |  |     } | 
					
						
							|  |  |  |     .infobox_checkbox:checked ~ .infobox_toggle .infobox_label_down { | 
					
						
							|  |  |  |         display: none; | 
					
						
							|  |  |  |     } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     // Hide main image when toggle is off | 
					
						
							|  |  |  |     .infobox_checkbox ~ .infobox_body img.infobox_part { | 
					
						
							|  |  |  |         display: none; | 
					
						
							|  |  |  |     } | 
					
						
							|  |  |  |     .infobox_checkbox:checked ~ .infobox_body img.infobox_part { | 
					
						
							|  |  |  |         display: block; | 
					
						
							|  |  |  |     } | 
					
						
							| 
									
										
										
										
											2016-06-26 01:57:43 +02:00
										 |  |  | } |