首页:修订间差异
来自失传媒体中文维基
更多语言
更多操作
状态:未填写 | 类型:未填写
| 第12行: | 第12行: | ||
=== 最近新增条目 === | === 最近新增条目 === | ||
{{Special:NewPages|limit=10|hideredirects=1|namespace=0}} | {{Special:NewPages|limit=10|hideredirects=1|namespace=0}} | ||
<div style="border: solid 0.15rem rgb(var(--bb-black)) !important;"> | |||
<div class="darkblock" style="margin: auto;"> | |||
<h3 id="toc0"><span>相关站点</span></h3> | |||
</div> | |||
<div class="other-sites"> | |||
<div class="nav-img"> | |||
<div class="site" style="--img:url(https://lostmedia.wdfiles.com/local--files/start/cn-logo-2.svg)" data-content="失传媒体中文维基导航站"> | |||
<p><htmltag tagname="a" href="https://lostmedia.cn/" target="_blank"><br></htmltag></p> | |||
</div> | |||
</div> | |||
<div class="site" style="--img:url(https://lostmedia.wdfiles.com/local--files/nav:side/LMW)" data-content="Lost Media Wiki"> | |||
<p><htmltag tagname="a" href="https://lostmediawiki.com/Home" target="_blank"><br></htmltag></p> | |||
</div> | |||
<div class="site" style="--img:url(https://lostmedia.wdfiles.com/local--files/start/lostwave-org.png)" data-content="Lost Waves Wiki"> | |||
<p><htmltag tagname="a" href="https://lostwaves.org/" target="_blank"><br></htmltag></p> | |||
</div> | |||
<div class="site" style="--img:url(https://lostmedia.wdfiles.com/local--files/start/atwiki_logo_small.svg)" data-content="失传媒体日语维基"> | |||
<p><htmltag tagname="a" href="https://w.atwiki.jp/lostmediatranslation" target="_blank"><br></htmltag></p> | |||
</div> | |||
<div class="nav-img"> | |||
<div class="site" style="--img:url(https://static.miraheze.org/lostmediaruwiki/0/03/Logg1.svg)" data-content="失传媒体俄语维基"> | |||
<p><htmltag tagname="a" href="https://lostmediawiki.ru/" target="_blank"><br></htmltag></p> | |||
</div> | |||
</div> | |||
<div class="site" style="--img:url(https://lostmedia.wdfiles.com/local--files/fragment:start-sites/lostmediawiki-kr.PNG)" data-content="失传媒体韩语维基 🔒此网站暂时关停"> | |||
<p><htmltag tagname="a" href="https://lostmediawiki.kr/" target="_blank"><br></htmltag></p> | |||
</div> | |||
<div class="site" style="--img:url(https://lostmedia.wdfiles.com/local--files/nav:side/Fandom)" data-content="Lostwave's Finest Wiki"> | |||
<p><htmltag tagname="a" href="https://lostwaves-finest.fandom.com/wiki/Lostwave%27s_Finest_Wiki:Home" target="_blank"><br></htmltag></p> | |||
</div> | |||
<div class="site" style="--img:url(https://static.miraheze.org/vocalostwiki/1/12/Theme_Maintenance.png)" data-content="Vocalost Wiki"> | |||
<p><htmltag tagname="a" href="https://vocalost.miraheze.org/wiki/Main_Page" target="_blank"><br></htmltag></p> | |||
</div> | |||
</div> | |||
<div class="darkblock" style="margin: auto;"> | |||
<h3 id="toc1"><span>友情链接</span></h3> | |||
</div> | |||
<div class="other-sites"> | |||
<div class="site" style="--img:url(https://lostmedia.wdfiles.com/local--files/fragment:start-sites/icebergcharts.png)" data-content="中文兔子洞冰山图"> | |||
<p><htmltag tagname="a" href="https://aaaiceberg.netlify.app/charts/chinese-oddities" target="_blank"><br></htmltag></p> | |||
</div> | |||
<div class="site" style="--img:url(https://lostmedia.wdfiles.com/local--files/start/lm-tieba.jpg)" data-content="失传媒体吧"> | |||
<p><htmltag tagname="a" href="https://tieba.baidu.com/f?kw=%E5%A4%B1%E4%BC%A0%E5%AA%92%E4%BD%93" target="_blank"><br></htmltag></p> | |||
</div> | |||
<div class="site" style="--img:url(https://lostmedia.wdfiles.com/local--files/fragment:start-sites/dcinside_lostmedia.png)" data-content="韩国Dcinside失传媒体交流论坛"> | |||
<p><htmltag tagname="a" href="https://gall.dcinside.com/mgallery/board/lists/?id=lostmedia" target="_blank"><br></htmltag></p> | |||
</div> | |||
</div> | |||
</div> | |||
{{#css: | {{#css: | ||
.page-header-info{display:none;} | .page-header-info{display:none;} | ||
.other-sites { | |||
display: grid; | |||
grid-template-columns: repeat(4, 1fr); | |||
justify-items: center; | |||
justify-content: center; | |||
background: rgba(var(--lightblock-background-color)); | |||
} | |||
.other-sites .site { | |||
position: relative; | |||
cursor: pointer; | |||
display: block; | |||
width: 50px; | |||
height: 50px; | |||
background-image: var(--img); | |||
background-size: contain; | |||
background-repeat: no-repeat; | |||
background-position: center; | |||
margin-bottom: 30px; | |||
margin-top: 30px; | |||
transition: all 0.3s ease; | |||
} | |||
.other-sites .site a:after{ | |||
display:none !important; | |||
} | |||
.other-sites .site:hover { | |||
transform: scale3d(1.5, 1.5, 1.5); | |||
filter: drop-shadow(0px 0px 10px rgba(var(--text-color) , 0.4)); | |||
z-index: 20; | |||
} | |||
.site::after { | |||
content: attr(data-content); | |||
position: absolute; | |||
top: calc(100% + 8px); | |||
left: 50%; | |||
transform: translateX(-50%); | |||
background-color: rgba(var(--background-color)); | |||
color: #333; | |||
font-size: 12px; | |||
padding: 4px 8px; | |||
border-radius: 4px; | |||
box-shadow: 0 2px 8px rgba( var(--text-color) , 0.15); | |||
white-space: nowrap; | |||
opacity: 0; | |||
visibility: hidden; | |||
transition: all 0.3s ease; | |||
z-index: 30; | |||
} | |||
.site:hover::after { | |||
opacity: 1; | |||
visibility: visible; | |||
} | |||
.other-sites .site a{ | |||
pointer-events: none; | |||
position: relative; | |||
z-index: 0; | |||
display: block; | |||
width: 0; | |||
height: 0; | |||
} | |||
.other-sites .site:hover a{ | |||
pointer-events: auto; | |||
z-index: 40; | |||
width: 100%; | |||
height: 100%; | |||
} | |||
@media only screen and (max-width: 800px){ | |||
.other-sites { | |||
grid-template-columns: repeat(3, 1fr); | |||
} | |||
.other-sites .site{ | |||
margin-bottom:20px; | |||
margin-top:20px; | |||
} | |||
.site::after { | |||
white-space: normal; | |||
width: min(75px, 33vw); | |||
} | |||
} | |||
/*乱写了个东西,但是感觉加了挺有趣*/ | |||
.other-sites:has(.site:hover) .site:not(:hover){ | |||
filter: blur(7px); | |||
transform: scale(0.8); | |||
} | |||
}} | }} | ||
2026年2月23日 (一) 15:48的版本
注意
本站点仍在建设中,目前尚未开放
失传媒体(Lost Media),是指一些曾经存在但因各种原因在公共领域难以获取或完全消失的媒体内容。包括视频、游戏、音频、图像、文本等。这些东西奇怪而又吸引人的一点在于,它们有的的确存在过,但是因某些原因遗失,也有的源自某人胡编乱造。一些失传媒体却又不是完全失传,很多失传媒体仅仅只是作者(可以为各种企业、单位、及个人)曾短暂公开过后因种种原因不愿再次公开,或资源遗落到某一收藏家之手,该收藏家因某种原因不愿公开,而导致的失传。
本中文维基将创建诸类失传媒体页面以便记录及传播。
最近新增条目
2026年4月7日 (星期二)
- 10:522026年4月7日 (二) 10:52 Home.css (历史 | 编辑) [1,149字节] HW(留言 | 贡献) (创建页面,内容为“ .other-sites { display: grid; grid-template-columns: repeat(4, 1fr); justify-items: center; justify-content: center; background: rgba(var(--lightblock-background-color)); } .site.lostmeida-cn { --img: url(https://lostmedia.wdfiles.com/local--files/start/cn-logo-2.svg) } .other-sites .site { position: relative; cursor: pointer; display: block; width: 50px; height: 50px; background-image: var(--img); background-size: contain; background-repeat: n…”) 标签:可视化编辑:已切换
2026年3月26日 (星期四)
- 15:522026年3月26日 (四) 15:52 約束の場所(约定之地)又名“Sweet Hometown”(甜蜜故乡) (历史 | 编辑) [17,814字节] 失传媒体中文维基bot(留言 | 贡献) (Created by script)
- 15:522026年3月26日 (四) 15:52 《迪迦奥特曼》4kids版配音 (历史 | 编辑) [27,010字节] 失传媒体中文维基bot(留言 | 贡献) (Created by script)
- 15:522026年3月26日 (四) 15:52 Ulterior Motives(别有用心)又名“Everyone Knows That”(“人尽皆知”) (历史 | 编辑) [21,822字节] 失传媒体中文维基bot(留言 | 贡献) (Created by script)
- 15:522026年3月26日 (四) 15:52 Taou Hua Ko Tu(桃花过渡) (历史 | 编辑) [22,133字节] 失传媒体中文维基bot(留言 | 贡献) (Created by script)
- 15:522026年3月26日 (四) 15:52 Subways Of Your Mind(你心目中的地铁)又名“Like The Wind“(“像风一样“) (历史 | 编辑) [20,013字节] 失传媒体中文维基bot(留言 | 贡献) (Created by script)
- 15:522026年3月26日 (四) 15:52 Slamfest '99(搏击盛典'99) (历史 | 编辑) [23,592字节] 失传媒体中文维基bot(留言 | 贡献) (Created by script)
- 15:522026年3月26日 (四) 15:52 Deep Purple乐队早期的演出录像 (历史 | 编辑) [22,032字节] 失传媒体中文维基bot(留言 | 贡献) (Created by script)
- 15:522026年3月26日 (四) 15:52 CR6 (历史 | 编辑) [32,409字节] 失传媒体中文维基bot(留言 | 贡献) (Created by script)
- 15:522026年3月26日 (四) 15:52 Capcom Fighting All-Stars- Code Holder(卡普空格斗全明星:代码掌控者) (历史 | 编辑) [27,941字节] 失传媒体中文维基bot(留言 | 贡献) (Created by script)