mirror of
				https://codeberg.org/ashley/poke
				synced 2025-07-17 16:52:11 +00:00 
			
		
		
		
	add clock :3
This commit is contained in:
		
							parent
							
								
									a74dea4fb4
								
							
						
					
					
						commit
						c540ff27df
					
				| @ -17,7 +17,9 @@ | |||||||
|         NodeList.prototype.forEach = Array.prototype.forEach; |         NodeList.prototype.forEach = Array.prototype.forEach; | ||||||
|   </script>  |   </script>  | ||||||
|   <style> |   <style> | ||||||
|      |     * { | ||||||
|  |       font-family: "poketube flex" !important | ||||||
|  |     } | ||||||
| @keyframes gradient { | @keyframes gradient { | ||||||
|   0% { |   0% { | ||||||
|     background-position: 0 50%; |     background-position: 0 50%; | ||||||
| @ -36,18 +38,27 @@ | |||||||
|   background-size: 400% 400%; |   background-size: 400% 400%; | ||||||
| } | } | ||||||
|      |      | ||||||
|  |     a { | ||||||
|  |  	color: #fff; | ||||||
|  | 	font-weight: 686; | ||||||
|  | 	font-stretch: extra-expanded; | ||||||
|  |      } | ||||||
|  |       | ||||||
|     .downnav { |     .downnav { | ||||||
|   position: fixed; |   position: fixed; | ||||||
|   padding:10px; |   padding:10px; | ||||||
|   bottom: 0; |   bottom: 0; | ||||||
|   left: 0; |   left: 0; | ||||||
|   width: 100%; |  | ||||||
|   margin: auto; |   margin: auto; | ||||||
|   overflow: hidden; |   overflow: hidden; | ||||||
|   z-index: 1; |   z-index: 1; | ||||||
|   color:#fff; |   color:#fff; | ||||||
|   background-color: #0f0f0f; |   background-color: #0007; | ||||||
| }</style> |   border-radius: 5px; | ||||||
|  |   width: calc(100% - 33px); | ||||||
|  |   margin-left: 6px; | ||||||
|  |     } | ||||||
|  |   </style> | ||||||
|   <script> |   <script> | ||||||
| <!--//-->< ashley
						ashley