forked from nyancrimew/maia.crimew.gay
		
	add sleepy.zone webring
This commit is contained in:
		
							parent
							
								
									10a4763b42
								
							
						
					
					
						commit
						0145d6984c
					
				
					 3 changed files with 31 additions and 0 deletions
				
			
		|  | @ -19,6 +19,10 @@ | ||||||
|     "webring": { |     "webring": { | ||||||
|         "version": "0.2.0", |         "version": "0.2.0", | ||||||
|         "siteId": "maia" |         "siteId": "maia" | ||||||
|  |     }, | ||||||
|  |     "sleepyWebring": { | ||||||
|  |         "version": "0.1", | ||||||
|  |         "siteId": "nyancrimew" | ||||||
|     } |     } | ||||||
|   } |   } | ||||||
|    |    | ||||||
|  | @ -14,4 +14,5 @@ | ||||||
|         {% endfor %} |         {% endfor %} | ||||||
|     </div> |     </div> | ||||||
|     <script src="https://lavender.software/webring/webring-{{ site.webring.version }}.js" data-site-id="{{ site.webring.siteId }}"></script> |     <script src="https://lavender.software/webring/webring-{{ site.webring.version }}.js" data-site-id="{{ site.webring.siteId }}"></script> | ||||||
|  |     <script src="http://sleepy.zone/webring/webring-{{ site.sleepyWebring.version }}.js" data-site-id="{{ site.sleepyWebring.siteId }}"></script> | ||||||
| </footer> | </footer> | ||||||
|  | @ -98,3 +98,29 @@ img { | ||||||
|   content: "→"; |   content: "→"; | ||||||
|   margin-inline-start: 1ch; |   margin-inline-start: 1ch; | ||||||
| } | } | ||||||
|  | 
 | ||||||
|  | .sleepy-zone-webring-container { | ||||||
|  |   all: unset; | ||||||
|  |   display: flex; | ||||||
|  |   flex-direction: column; | ||||||
|  |   padding: 1em; | ||||||
|  |   font-size: 1.125rem; | ||||||
|  | } | ||||||
|  | .sleepy-zone-webring-description { | ||||||
|  |   margin-block-end: 0.5em; | ||||||
|  | } | ||||||
|  | .sleepy-zone-webring-site-links { | ||||||
|  |   display: grid; | ||||||
|  |   grid-template-columns: repeat(3, minmax(0, 1fr)); | ||||||
|  |   list-style: none; | ||||||
|  |   margin: 0; | ||||||
|  |   padding: 0; | ||||||
|  | } | ||||||
|  | .sleepy-zone-webring-prev-site a::before { | ||||||
|  |   content: "←"; | ||||||
|  |   margin-inline-end: 1ch; | ||||||
|  | } | ||||||
|  | .sleepy-zone-webring-next-site a::after { | ||||||
|  |   content: "→"; | ||||||
|  |   margin-inline-start: 1ch; | ||||||
|  | } | ||||||
|  |  | ||||||
		Loading…
	
		Reference in a new issue