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; | ||||
|   </script>  | ||||
|   <style> | ||||
|      | ||||
|     * { | ||||
|       font-family: "poketube flex" !important | ||||
|     } | ||||
| @keyframes gradient { | ||||
|   0% { | ||||
|     background-position: 0 50%; | ||||
| @ -36,18 +38,27 @@ | ||||
|   background-size: 400% 400%; | ||||
| } | ||||
|      | ||||
|     a { | ||||
|  	color: #fff; | ||||
| 	font-weight: 686; | ||||
| 	font-stretch: extra-expanded; | ||||
|      } | ||||
|       | ||||
|     .downnav { | ||||
|   position: fixed; | ||||
|   padding:10px; | ||||
|   bottom: 0; | ||||
|   left: 0; | ||||
|   width: 100%; | ||||
|   margin: auto; | ||||
|   overflow: hidden; | ||||
|   z-index: 1; | ||||
|   color:#fff; | ||||
|   background-color: #0f0f0f; | ||||
| }</style> | ||||
|   background-color: #0007; | ||||
|   border-radius: 5px; | ||||
|   width: calc(100% - 33px); | ||||
|   margin-left: 6px; | ||||
|     } | ||||
|   </style> | ||||
|   <script> | ||||
| <!--//-->< ashley
						ashley