微件:ToiletMap:修订间差异
来自ToiletMC
更多操作
创建页面,内容为“<iframe src="https://map.toiletmc.net" width="100%" height="600" allowfullscreen style="border:0;"> </iframe>” |
无编辑摘要 |
||
第4行: | 第4行: | ||
height="600" | height="600" | ||
allowfullscreen | allowfullscreen | ||
style="border: | style=" | ||
</iframe> | /* 切出四边 50px 的空间 */ | ||
border: 40px solid transparent; | |||
/* 指定边框图和切片、平铺方式 */ | |||
border-image-source: url('https://wfcdn.toiletmc.net/4/43/Map.png'); | |||
border-image-slice: 25; | |||
border-image-repeat: round; | |||
/* 保持像素风格不模糊 */ | |||
image-rendering: pixelated; | |||
" | |||
></iframe> |
2025年5月30日 (五) 21:27的版本
<iframe
src="https://map.toiletmc.net" width="100%" height="600" allowfullscreen style=" /* 切出四边 50px 的空间 */ border: 40px solid transparent; /* 指定边框图和切片、平铺方式 */ border-image-source: url('https://wfcdn.toiletmc.net/4/43/Map.png'); border-image-slice: 25; border-image-repeat: round; /* 保持像素风格不模糊 */ image-rendering: pixelated; "
></iframe>