1 | 2 | 3 |
---|---|---|
11 | 21 | 31 |
12 | 22 | 32 |
13 | 23 | 33 |
點此排序 |
---|
瘋狂動物城 |
尋夢環遊記 |
神偷奶爸3 |
num |
---|
1 |
2 |
3 |
4 |
Text 1
Text 2
>點此真相<、混蛋撩妹狂
原文
原文
譯文
譯文
用的小部件和toggle一樣但有的地方又不一樣(指的不是樣式上的)
▼此討論串已被隱藏。點擊展開。
需要隱藏的討論串
<templatestyles src="User:Iskyex/home/style.css" /> <div class="mw-parser-output"> <div style="width:100%; height: 40rem;margin-top:4rem; display: flex; justify-content: center;"> {{tabs/core |style= |label1=Label 1 |text1= |label2=Label 2 |text2= |label3=Label 3 |text3= |label4=<div class="main"> <div class="card info"> <div class="header">我是<span>ISKYEX</span>。</div> 22222 </div> <div class="menu"> <div class="card status"> <div class="header"> 狀態 </div> <div class="footer"> </div> </div> <div class="card collection"> <div class="header"> 雜物 </div> <div class="footer"> </div> </div> <div class="card dedication"> <div class="header"> </div> <div class="footer"> </div> </div> </div> </div> |text4= |DefaultTab=5 }} </div> </div> * { box-sizing: border-box; } .TabContent { visibility: hidden; } div.main { height: 40rem; } .card { height: 28rem; width: 20rem; background-color: #ffffff; border-radius: 2rem; filter: drop-shadow(5px 5px 5px #999999); padding: 2.5rem; position: absolute; } .card > .header { font-size: 1.5rem; font-weight: bold; text-transform: capitalize; border: none; } .card.info { background-color: #000000; color: #ffffff; transform: translate(-8rem, 5rem) rotate(-15deg); } .card.info > .header { font-size: 1.2rem; } .card.info > .header > span { font-size: 1.5rem; margin-left: 0.6rem; margin-right: 0.6rem; padding-left: 0.3rem; padding-right: 0.3rem; box-shadow: 0 -14px #0ebeff inset; } .card.info > p { font-size: larger; } .card.info a { text-decoration: none; color: currentColor; padding-left: 0.3rem; padding-right: 0.3rem; box-shadow: 0 -2px currentColor inset; } .menu { width: 24rem; font-size: 10px; font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", PingFang SC, miui, system-ui, -apple-system, sans-serif; user-select: none; } .menu > .card:nth-of-type(3) { transform: translate(8rem, 0rem) rotate(15deg); z-index: 0; } .menu > .card:nth-of-type(2) { transform: translate(8rem, 4rem) rotate(15deg); z-index: 1; } .menu > .card:nth-of-type(1) { transform: translate(8rem, 8rem) rotate(15deg); z-index: 2; } .TabLabelText.selected { padding: unset !important; border: none !important; background-color: transparent !important; } .TabLabelText:not(:last-of-type) { opacity: 0; cursor: pointer; height: 38rem; width: 24rem; position: absolute; transform: translate(5rem, -1rem) rotate(15deg); } .TabLabelText:not(:last-of-type):nth-of-type(1) { z-index: 3; } .TabLabelText:not(:last-of-type):nth-of-type(1).selected ~ .TabLabelText:last-of-type > .main > .menu > .card:nth-of-type(3) { animation: cut-card-top 1 0.6s ease-out both; } .TabLabelText:not(:last-of-type):nth-of-type(1).selected ~ .TabLabelText:last-of-type > .main > .menu > .card:nth-of-type(2) { animation: cut-card-mid 1 0.3s 0.15s ease-out both; } .TabLabelText:not(:last-of-type):nth-of-type(1).selected ~ .TabLabelText:last-of-type > .main > .menu > .card:nth-of-type(1) { animation: cut-card-bottom 1 0.3s ease-out both; } .TabLabelText:not(:last-of-type):nth-of-type(1).selected ~ .TabLabelText:nth-of-type(2) { z-index: 4; } .TabLabelText:not(:last-of-type):nth-of-type(2).selected ~ .TabLabelText:last-of-type > .main > .menu > .card:nth-of-type(1) { animation: cut-card-top 1 0.6s ease-out both; } .TabLabelText:not(:last-of-type):nth-of-type(2).selected ~ .TabLabelText:last-of-type > .main > .menu > .card:nth-of-type(3) { animation: cut-card-mid 1 0.3s 0.15s ease-out both; } .TabLabelText:not(:last-of-type):nth-of-type(2).selected ~ .TabLabelText:last-of-type > .main > .menu > .card:nth-of-type(2) { animation: cut-card-bottom 1 0.3s ease-out both; } .TabLabelText:not(:last-of-type):nth-of-type(2).selected ~ .TabLabelText:nth-of-type(3) { z-index: 4; } .TabLabelText:not(:last-of-type):nth-of-type(3).selected ~ .TabLabelText:last-of-type > .main > .menu > .card:nth-of-type(2) { animation: cut-card-top 1 0.6s ease-out both; } .TabLabelText:not(:last-of-type):nth-of-type(3).selected ~ .TabLabelText:last-of-type > .main > .menu > .card:nth-of-type(1) { animation: cut-card-mid 1 0.3s 0.15s ease-out both; } .TabLabelText:not(:last-of-type):nth-of-type(3).selected ~ .TabLabelText:last-of-type > .main > .menu > .card:nth-of-type(3) { animation: cut-card-bottom 1 0.3s ease-out both; } .TabLabelText:not(:last-of-type):nth-of-type(3).selected ~ .TabLabelText:nth-of-type(1) { z-index: 4; } /* 切牌動畫 */ @keyframes cut-card-top { from { transform: translate(8rem, 8rem) rotate(15deg); z-index: 3; } 45% { transform: translate(-18rem, -4rem) rotate(-30deg); filter: drop-shadow(2px 2px 0px #999999); z-index: 3; } 46% { z-index: 0; } to { transform: translate(8rem, 0) rotate(15deg); z-index: 0; } } @keyframes cut-card-mid { from { transform: translate(8rem, 0) rotate(15deg); z-index: 0; } to { transform: translate(8rem, 4rem) rotate(15deg); z-index: 1; } } @keyframes cut-card-bottom { from { transform: translate(8rem, 4rem) rotate(15deg); z-index: 1; } to { transform: translate(8rem, 8rem) rotate(15deg); z-index: 2; } }
<div style="width:60%;"> {{tabs |color=green |bt1=活動 |tab1= <div style="align:center; padding: 1em; border: {{{border|solid 3px #98FB98;}}}"> <div style="overflow:auto;height:180px;"> *mobamas:公演 6.30-7.8 *kirara:活動 6.23-7.9 *cgss:LIVE Carnival 6.30-7.8 *mltd:週年活動 6.29-7.11 *土豆繁體服:週年活動 6.29-7.11 *公主連接:活動 6.30-7.14 </div> </div> |bt2=卡池 |tab2=<div style="align:center; padding: 1em; border: {{{border|solid 3px #98FB98;}}}"> <div style="overflow:auto;height:240px;"> *mobamas:{{lj|夏空へと導く!ファンタジックストーリーガチャ}} 十時愛梨、神谷奈緒 *kirara:{{lj|七夕の約束 期間限定ピックアップ召喚 第1彈}} ランプ【七夕】、キョージュ【七夕】 ** {{lj|七夕の約束 期間限定ピックアップ召喚 第2彈}} 惠那【七夕】、翼【七夕】 **{{lj|新規キャラクターピックアップ召喚}} 祠堂圭 *cgss:{{lj|シンデレラフェス}} 宮本フレデリカ(fes限定)、高森藍子(fes限定) *mltd:{{lj|ミリオンフェス}} 天空橋朋花(fes限定)、德川まつり(fes限定)、宮尾美也(fes限定) *土豆繁體服:百萬祭典 春日未來(fes限定)、最上靜香(fes限定)、伊吹翼(fes限定) *公主連接:{{lj|プリンセスフェスガチャ}} ユイ(プリンセス)(fes限定) </div> </div> |bt3=公告 |tab3=<div style="align:center; padding: 1em; border: {{{border|solid 3px #98FB98;}}}"> <div style="overflow:auto;height:180px;"> </div> </div> |bt4=攻略 |tab4=<div style="align:center; padding: 1em; border: {{{border|solid 3px #98FB98;}}}"> <div style="overflow:auto;height:220px;"> * [https://seesaawiki.jp/imascg/ 灰姑娘] * [https://imascg-slstage-wiki.gamerch.com/ 星光舞台] * [https://imasml-theater-wiki.gamerch.com/ 劇場時光] * [https://gamewith.jp/pricone-re/ 公主連接] * [https://pcredivewiki.tw/ 公主連接繁中wiki] * [https://wiki.kirafan.moe/ kirara] * [https://gamewith.jp/konosubafd/ 素晴] * [https://netoge-antenna.com/atelier/ 工作室] * [https://bbs.nga.cn/thread.php?fid=-10308342 公主連結Re:Dive NGA玩家社區] </div> </div> |bt5=相關連結 |tab5=<div style="align:center; padding: 1em; border: {{{border|solid 3px #98FB98;}}}"> <div style="overflow:auto;height:220px;"> * [https://cinderella.idolmaster.jp/ {{lj|アイドルマスターシンデレラガールズ}}] * [https://cinderella.idolmaster.jp/sl-stage/ {{lj|アイドルマスター シンデレラガールズ スターライトステージ(デレステ)}}] * [https://millionlive.idolmaster.jp/theaterdays/ {{lj|アイドルマスター ミリオンライブ! シアターデイズ}}] * [https://millionlive.idolmaster.jp/theaterdays-ch/ {{lang|zh-hant|偶像大師 百萬人演唱會! 劇場時光(劇場時光)}}] * [https://priconne-redive.jp/ {{lj|プリンセスコネクト!Re:Dive (プリコネR) 公式サイト}}] * [https://kirarafantasia.com/ {{lj|きららファンタジア 公式サイト}}] * [https://game.bilibili.com/pcr/ 《公主連結Re:Dive》- bilibili] * [https://konosubafd.jp/ {{lj|この素晴らしい世界に祝福を!ファンタスティックデイズ(このファン)}}]<!--https://mltd.matsurihi.me/cards/ --> </div> </div> }} </div>
<div style = " position: fixed; bottom: 0px; left: 0px; z-index: max; width: 90px; font-family: Berlin; background: #2083BB; box-shadow: 2px 2px 7px gray; text-align: center; font-size: large; color: white; line-height: 1.3; margin-right: 4px;"> {{#time:Y|+8 hours}} <hr style = "color:white" /> <div style = " font-size: xx-large;"> <span style = " font-size: small;"> {{#time:F|+8 hours}} </span> {{#time:j|+8 hours}} </div> <hr style = "color:white" /> <div style = " font-size: small;"> {{#time:H|+8 hours}}:{{#time:i|+8 hours}} </div> </div>
<div !--主容器,不設置顏色以應用倒角-- id="最新投稿" height={{{高度|auto}}} width={{{寬度|100%}}} align={{{整體對齊|center}}} style="text-align:{{{文字對齊|left}}}; vertical-align:{{{文字排版|middle}}}; margin-left:auto; border:{{{邊框樣式|2px solid {{{文字顏色|#A00}}}}}}; opacity:{{{不透明度|0.85}}}; border-collapse:collapse; margin:0.5em 0; border-radius:{{{表格圓角大小|12px}}}; overflow:hidden;"> <div !--主容器顏色呈現-- style="color:{{{文字顏色|#000F}}}; text-shadow:{{{文字陰影|0}}}; background:{{{背景|#DDDF}}};"> <div !--內容呈現-- style="padding:{{{表格留空|1em}}};"> <div !--標題-- style="vertical-align:top;">Warma的新投稿<span !--長期更新-- title="此視頻展示卡需要長期更新,現在呈現的資料未必是最新內容。" style="text-shadow:0px 0px 2px #DDDF; color:#333D; background-color:{{{文字顏色|#F009}}}; float:right; cursor:help;">不間斷更新</span><hr> <span style="font-size:1.5em; font-weight:bold; text-shadow:{{{標題陰影|0px 0px 0px #0000}}}">{{{視頻標題|【warma】即將呈現的新稿件}}}</span> <span !--配圖-- style="width:200px; float:right; border:1px dotted;"> {{#if:{{{圖片地址|}}}|[[{{{圖片地址}}}|200px|link={{#if:{{{視頻序列號|none}}}|https://www.bilibili.com/video/{{{視頻序列號}}}{{#if:{{{播放時間|}}}{{{選集|}}}|?t={{{播放時間|0}}}&p={{{選集|1}}} |}} |}} ]]|<i>此稿件沒有封面圖</i>}} <span !--放大圖按鈕-- class="mw-collapsible {{#if:{{{直接展開|}}}||<includeonly>mw-collapsed</includeonly>}}" id="mw-customcollapsible-Warma_New_Vid">{{#if:{{{圖片地址|}}}|<span style="text-align:center;">[[:{{{圖片地址|#}}}|<span class="mw-ui-button" style="text-shadow: 0px 0px 1em #FFFF; color:{{{文字顏色|#000F}}}; width:200px;">單擊此處查看大圖🔎</span>]]</span>| }} </span !--放大圖按鈕--> </span !--配圖--> <small>{{#if:{{{視頻序列號|}}}|[https://www.bilibili.com/video/{{{視頻序列號}}}{{#if:{{{播放時間|}}}{{{選集|}}} |?t={{{播放時間|0}}}&p={{{選集|1}}} |}}<span style="color:{{{文字顏色|#000F}}};">{{{視頻序列號}}}{{#if:{{{時間|}}}{{{選集|}}}|<br><i>{{#if:{{{播放時間|}}}|從第{{{播放時間}}}秒處}}播放{{#if:{{{選集|}}}|第{{{選集}}}選集}}|}}</i></span>]|未指定視頻序列號,視頻序列號可以是<span style="color:#FFF;background-color:#000;">av#</span>或者<span style="color:#FFF;background-color:#000;">BV??????????</span>}}<br>{{#if:{{{一句話說明|}}}{{{註釋|}}}|</small><br><small>|}}{{#if:{{{一句話說明|}}}|{{{一句話說明|}}}<br>|}}{{#if:{{{註釋|}}}|<i>{{{註釋}}}</i>|}}</small><div style="clear:both;"></div> </div !--標題--> <div !--視頻簡介和元信息-- class="mw-collapsible {{#if:{{{直接展開|}}}||<includeonly>mw-collapsed</includeonly>}}" id="mw-customcollapsible-Warma_New_Vid" style="clear:both;"><hr> <div !--簡介_置左-- style="float:left; width:auto;"><poem>{{{視頻簡介|Warma可能有點累,忘了寫視頻簡介了……🤔}}}</poem></div> <div !--元信息_置右-- style="float:right; width:200px;"> 🗂投稿分區: <span style="word-break:keep-all;">{{#if:{{{主分區|}}}|{{{主分區|生活}}}{{#if:{{{子分區|}}}|>{{{子分區}}} |}}|未指定}}</span><br> 📤投稿: <span style="word-break:keep-all;">{{{UP主|[[Warma|<span title="單擊此處查看Warma的萌娘百科條目">Warma</span>]]}}}<br> {{#if:{{{其他職責|}}}|<span>{{{其他職責}}}<br></span>}} <hr> {{#if:{{{投稿日期|}}}|<span>✔️投稿{{#if:{{{投稿時間|}}}|時間|日期}}:</span><br> 📆{{{投稿日期|YYYY年MM月DD日}}}<br> {{#if:{{{投稿時間|}}}|🕓{{{投稿時間|HH時MM分SS秒}}}<br> |}}|❌<i>尚未發佈</i><br>}} {{#if:{{{自制聲明|}}}|<span title="未獲得UP主授權的情況下不能轉載至其他視頻平台,發現無授權轉載、低創或惡意破壞視聽體驗的現象,請及時發起舉報。">🚫未經作者授權,禁止轉載</span><br>|💬轉載時請註明視頻源和作者}} {{#if:{{{附加元信息|}}}|<br>{{{附加元信息|}}}| }} </div !--元信息_置右--> </div !--視頻簡介和元信息--> <div !--視頻簡介觸發器-- class="mw-customtoggle-Warma_New_Vid mw-customtoggle" style="cursor:pointer; font-style:italic; text-align:center; clear:both;" title="單擊此處展開視頻簡介,建議您再單擊一次收起簡介後查看其他內容。"> <hr> <small>單擊此處展開/收起視頻簡介</small> </div !--視頻簡介觸發器--> </div !--內容呈現--> </div !--主容器顏色呈現--> </div !--主容器--> {{ptl|use=新投稿展示卡 <!--請從此處開始修改--> |高度 |邊框樣式=2px solid #F89 |表格留空 |表格圓角大小 |寬度 |整體對齊 |文字對齊 |文字排版 |不透明度=0.9 |文字顏色=#F89 |文字陰影=0px, 0px, 0.6em, #000F |標題陰影=1px 1px 5px #000F |背景=#038 |視頻標題=【warma】怎麼辦!我現在好怕被2233娘封號 |視頻序列號=BV1tT4y17733 |播放時間 |選集 |一句話說明=啊,至於動畫的最後沃瑪怎樣了,看封面和標題就知道啦hh |註釋=<i>B站11週年慶賀作品,同時參加[https://www.bilibili.com/blackboard/activity-KDYkOqKYl.html <span style="color:#F89;">“夏日搞笑大賞”</span>]活動。</i> |視頻簡介= <poem>#BILIBILI 11週年演講# 腳本/繪畫/配音/動畫:warma B站11週年快樂呀!做了個搞笑小動畫,裡面放了很多元素進去,祝看得開心~ 啊,至於動畫的最後沃瑪怎樣了,看封面和標題就知道啦hh 我的微博:_warma_</poem> |圖片地址=File:Warma-怎麼辦_我現在好怕被2233娘封號.jpg |主分區=:動畫 |子分區=短片·手書·配音 |UP主=Warma |其他職責 |投稿日期=2020-06-27 |投稿時間=12:00:33 |自制聲明=1 |附加元信息 }}
你呀 總是能給我出點新花樣
你現在的信號是:
<div class="mw-collapsible mw-collapsed" id="mw-customcollapsible-QandA" style="position:fixed; top:150px; right:80px; z-index:100; background-color:#E1EDFE; border:1px solid #91BFFE; border-radius:10px; padding: 0.2em; box-shadow:0.1em 0.1em #888;"> :Q: 你的用戶名「Bhsd」是什麼意思?{{s|4}} :A: {{font|'''{{rubya|不_B|會_h|說_s|的_d}}'''!|size=110%}}{{s|4}} :Q: 你怎麼2020年5月每週刪掉的字節數比你之前2年增加的還多?{{s|4}} :A: {{font|'''{{rubya|不_B|會_h|說_s|的_d}}'''!|size=110%}}{{s|4}} :Q: 為什麼你不懂HTML和CSS還硬要整花活?{{s|4}} :A: {{font|'''{{rubya|不_B|會_h|說_s|的_d}}'''!|size=110%}}{{s|4}} <br><center>{{jk|{{font|更多常見問題待補充|size=50%}}|}}</center> </div>{{clear}} <span class="mw-customtoggle-QandA" style="cursor:pointer; height:auto; position:fixed; top:150px; right:27px; z-index:100; background-color:#F1F6FE; border:1px solid #91BFFE; border-radius:10px; box-shadow:0.1em 0.1em #888; writing-mode:vertical-rl; white-space:no-wrap; padding: 0.2em; font-size:150%; color:white; {{文字描邊}}">萌百大哉問</span> __NOTOC__{{標題替換|t=1|萌百假期中:Bhsd(析石父)}}<templatestyles src="User:Bhsd/fun.css" /><!-- -->{{#vardefine:maskstyle|position:fixed;width:210px;height:210px;right:0;bottom:0;opacity:0;z-index:100000}}<!-- -->{{#vardefine:facestyle|width:100%;height:100%;position:absolute;bottom:0;right:0;}}<!-- --><div class="mw-collapsible mw-customtoggle-lastmask eliFaceMask" id="mw-customcollapsible-lastmask" style="{{#var:maskstyle}}"></div>{{#loop:i|1|2|<div class="mw-collapsible mw-customtoggle-mask{{#var:i}} eliFaceMask" id="mw-customcollapsible-mask{{#var:i}}" style="{{#var:maskstyle}}"></div>}}<!-- --><div class="eliFace" style="position:fixed;width:210px;height:210px;right:0;animation:eliFaceAnime 3s linear;animation-fill-mode:forwards;z-index:99999;transition:all linear 3s;"><!-- --><div style="{{#var:facestyle}}"><img src="{{filepath:Name_eli_icon2.png}}" style="width:100%"></div><!-- --><div class="eliFaceUp" style="{{#var:facestyle}}"><img src="{{filepath:Name_eli_icon1.png}}" style="width:100%"></div></div> {{摺疊屬性|entry|div={{#vardefine:anniversary|{{#switch:{{LOCALMONTH1}}/{{LOCALDAY}}|#default=none |2/13=C8H17OH_2019 |2/21=Wym6912_2018 |3/1=魔法少女ヨハネ_2020 |5/23=冬青月_2017 |6/27=花生仔_2018 |6/30=遷璃_2019 |7/4=Tile BZ_2018 |7/26=Masanaga_2016 |8/26=Yumeto_2017 |9/15=Shatterme_2018_Shatter Me |10/2=胡祥又_2015_葫蘆又 |10/15=bob1301_2019}}}}{{#ifeq:{{#var:anniversary}}|none|| ==[[Template:萌百LL系列編輯團隊|LL系列編輯團隊]]== {{split|{{#var:anniversary}}|_|anniv}}今天是{{user|{{#var:anniv1}}|{{#var:anniv3|{{#var:anniv1}}}}}}大佬的萌百{{#expr:{{LOCALYEAR}}{{0}}開始加載|size=18px}} <div style="width:100%;border:#66ccff 1px solid;height:15px;"> {{styleToggle|width=0|css=height:15px;background-color:#66ccff;line-height:15px;text-align:center;overflow:hidden|1={{styleToggle|opacity=0|css=transition-delay:1s|{{摺疊標籤|entry|text-on='''點擊進入'''|len=4}}}}}} </div>}} {{摺疊屬性|entry|off|div={{/main}}}}
一些東西 |
---|
一些東西 |
一些東西 |
一些東西 |
心中魔鬼聆聽祈禱 中心(註)唱作中心,原PV的歌詞中這裡是左右調換的,這裡遵照原PV歌詞將中心左右調換魔鬼聆聽祈禱
綾波login.mp3
你想橫過來的字
我的愛情不求回報,我的樂園盡是虛假。
{{Main Characters Infolist2 |name7=<poem style="font-size:16px">[[八代讓葉]]({{ruby|八代|やつしろ|ja}} {{ruby|譲葉|ゆずりは|ja}})</poem> |width7=60% |header-height7=45px |header-color7=a3a1c7 |border-color7=b6a7ee |body-color7=f3f3f3 |image7={{PicHover|pic=Yatsushiro_yuzuriha_03.png|hover=Yatsushiro_yuzuriha_03_hover.png}} |image-width7=350px |min-width7=0 |image-height7=534px |infoA7=<poem style="color:#a3a1c7;font:bold 20px KaiTi,STSong;text-shadow:#a3a1c7 2px 2px 4px;width:100%" class="one-half column"></poem> |infoB7=<poem style="color:#a3a1c7;font:bold 20px KaiTi,STSong;text-shadow:#a3a1c7 2px 2px 4px;width:100%" class="one-half column"> </poem> |info-valign7=middle |info-align7=left |CV7=[[瑞沢渓|瑞澤溪]] |VOICE7=<flashmp3>File:Flowers3_yuz1.mp3,Flowers3_yuz2.mp3,Flowers3_yuz3.mp3|bg=0xa3a1c7|openplaylist=no</flashmp3> }}
{{filepath:chimame_march2.jpg}} {{Cquote|size=25px|{{#invoke:戰艦少女|彩色|我不像你們那麼脆弱。可以一死了之。可我也不像你們那麼堅強。可以忘掉一個人從頭開始。我要找他回來,可以說是自私。我只能找他回來。}}}} {{Gradient_Text|left,orange,red,#8B00FF,#007FFF|我不像你們那麼脆弱。可以一死了之。可我也不像你們那麼堅強。可以忘掉一個人從頭開始。我要找他回來,可以說是自私。我只能找他回來。}} {{Color|#fff; text-shadow:0 0 1em #DA70D6,0 0 0.7em #DA70D6,0 0 0.5em #DA70D6,0 0 0.2em #DA70D6|'''{{ruby|待到春之雪消融,潺潺地流回此處——吾將在那等著你,在花蕾綻放之時……|春待つ雪は、とけて流れ又ここに帰る——いつもの場所で待つよ、蕾がひらくとき……}}'''}} {{Color|#fff; text-shadow:0 0 1em #9665c2,0 0 0.7em #9665c2,0 0 0.5em #9665c2,0 0 0.2em #9665c2|'''{{ruby|……我的名字嗎……那種東西,我並沒有——|}}'''}} {{Color|#fff; text-shadow:0 0 1em #DA70D6,0 0 0.7em #DA70D6,0 0 0.5em #DA70D6,0 0 0.2em #DA70D6|'''{{ruby|……我的名字嗎……我的名字是夜刀神十香,是我最重要的人給我起的最重要的名字——很好聽吧!|}}'''}}
♪ 1. MAGICAL GIRL & PHANTOM THIEF
王邊城大佬的js if(Math.random()<0.7){ KizunaAINormal=document.createElement("img")//創建一個img元素 KizunaAINormal.src="http://p1.qhimg.com/t015203bd03feea295e.png" KizunaAITouch=document.createElement("img") KizunaAITouch.src="http://p0.qhimg.com/t01e0ea2c460e5884fe.png" KizunaAISize=0 KizunaAITouchTimes=0 KizunaAI=document.createElement("div") KizunaAI.style.height="0px" KizunaAI.style.width="0px" KizunaAI.style.right="0px" KizunaAI.style.bottom="0px" KizunaAI.style.position="fixed" KizunaAI.style.zIndex="99999" KizunaAI.style.backgroundImage="url("+KizunaAINormal.src+")" KizunaAI.style.backgroundSize="100%" if(IsPC())//判斷訪問類型是電腦還是手機{ KizunaAI.onmousedown//按下鼠標=KizunaAIDown window.onmouseup//鬆開鼠標=KizunaAIUp } else{ KizunaAI.ontouchstart//兼容有問題=KizunaAIDown window.ontouchend//監聽觸摸結束事件。=KizunaAIUp } document.body.appendChild(KizunaAI) KizunaAINormal.onload//加載完=function()//函數{ Bigger=setInterval//計時(KizunaAIBig//code,50) } function KizunaAIDown(){ KizunaAITouchTimes++ if(KizunaAITouchTimes>=3){ window.clearInterval//不懂(Bigger) Smaller=setInterval(KizunaAISmall,1); } KizunaAISize-=10 KizunaAI.style.height=KizunaAINormal.height*KizunaAISize/100+"px" KizunaAI.style.width=KizunaAINormal.width*KizunaAISize/100+"px" KizunaAI.style.backgroundImage="url("+KizunaAITouch.src+")" } function KizunaAIUp(){ if(KizunaAITouchTimes<3){ KizunaAI.style.backgroundImage="url("+KizunaAINormal.src+")" } } function KizunaAIBig(){ if(KizunaAISize<100&&parseInt(KizunaAI.style.width)<document.body.offsetWidth*0.8){ KizunaAI.style.height=KizunaAINormal.height*KizunaAISize/100+"px" KizunaAI.style.width=KizunaAINormal.width*KizunaAISize/100+"px" KizunaAISize++ } } function KizunaAISmall(){ if(KizunaAISize>=0){ KizunaAI.style.height=KizunaAINormal.height*KizunaAISize/100+"px" KizunaAI.style.width=KizunaAINormal.width*KizunaAISize/100+"px" KizunaAISize-=5 } else{ KizunaAI.style.display="none" window.clearInterval(Smaller) } } function IsPC(){ userAgentInfo=navigator.userAgent//聲明瞭瀏覽器用於 HTTP 請求的用戶代理頭的值 Agents=["Android","iPhone","SymbianOS","Windows Phone","iPad","iPod"] flag=true for(i=0;i<Agents.length;i++){ if(userAgentInfo.indexOf//返回某個指定的字符串值在字符串中首次出現的位置。(Agents[i])>0){ flag=false break } } return flag } }
<!-| !$wglargeNavbox-><!-assign var="wglargeNavbox" value=true scope="global"-><script>window.RLQ = window.RLQ || []; window.RLQ.push(function() { $(function() { $('.largeNavbox').each(function() { var self = $(this); self.find('.navbox .navbox-title').first().append('<span class="largeNavbox-toggle"></span>'); var button = $('.largeNavbox-toggle'); button.append('[<a>全隱/全顯</a>]'); button.find('a').on('click', function() { var buttons = button.closest('tr').siblings(':not(:first)').map(function() { return $(this).find('.navbox-title').first().find('.mw-collapsible-toggle')[0]; }); if (buttons.filter('.mw-collapsible-toggle-collapsed').length * 2 > buttons.length) { buttons.filter('.mw-collapsible-toggle-collapsed').click(); } else { buttons.filter(':not(.mw-collapsible-toggle-collapsed)').click(); } }); }); $('.largeNavbox-toggle').css({ position: "absolute", right: "73px", "user-select": "none" }).find('a').css("cursor", "pointer"); }); });</script><!-/if->
{{ptl|define=foo|tl=<div style="display:inline-block; font-size:18px; margin:5px; padding:10px; background:#eee; border:3px #ccc solid; text-align:center; color:#666; font-weight:bold;" class="hoversfade}} {{ptl|fade-deep}} {{ptl|fade-shallow}} {{ptl|bloom}} {{ptl|bloom-deep}} {{ptl|bloom-shallow}} {{ptl|grow}} {{ptl|grow-deep}} {{ptl|grow-shallow}} {{ptl|shrink}} {{ptl|shrink-deep}} {{ptl|shrink-shallow}} {{ptl|shake}} {{ptl|bounce}} {{ptl|pulse-grow}} {{ptl|pulse-shrink}} {{ptl|push}} {{#fornumargs: num | val |{{split|{{#var:val}}|[_、]|reg=on}}}} {{#ifeq:{{{1}}}|top|80%|400px;max-width:calc(100% - 10px);}} image = <img src="{{filepath:2233.png}}" style="width:100%; height:100%; object-fit:contain; position:absolute; top:0; left:0; opacity:0.3; pointer-events:none;" /> {{#var_final:minghuang_Song_Counter|0}}//顯示 {{#vardefine:minghuang_Song_Counter|{{#expr:{{#var:minghuang_Song_Counter|0}}+1}}//計數
{{#vardefine:xxx|{{random|1|{{{times|}}}}}}} {{#fornumargs: num | val |{{#ifexpr:{{#var:num}{{#var:xxx}} ||{{#var:val}}}}}} {{split|str={{{1}}}|ptn=,|name=sentence}} {{#var:sentence{{random|1|{{#var:sentence.count}}}}}}
{{Randtext}}
<span class="noRedlink"> {{#if:{{{char|}}} |{{#fornumargs: num| val |{{#if:{{#var:val|}} |{{#ifexpr:{{#var:num}1 |{{{char|}}} }} [[{{#var:val|}}]] }} }} |[[{{{1|}}} |{{#if:{{{2|}}} |{{{2|}}} |{{{1|}}} }}]] }}</span> <templatestyles src="Template:Link/page.css" /> .noRedlink a.new, .noRedlink a.new:hover { color: #000!important; text-decoration: none!important; } {{#forargs:tab | key | val |<div class="Tab"><div class="TabLabelText">{{{bticon{{#var:key}}|}}}{{{bt{{#var:key|}}|}}}</div><div class="TabContentText">{{#var:val}}</div></div> }} //navbox {{#switch:崩壞學園2|{{{1}}}|{{{2}}}|{{{3}}}|{{{4}}}|{{{5}}}=mw-uncollapsed|mw-collapsed}} {{#ifeq: {{{1|}}} | collapsed | mw-collapsed | mw-uncollapsed }} {{#ifexpr:{{#var:num}}-1 |{{{char|}}} }} {{#switch:{{#var:num}} | 1= | #default={{{char|{{w}} }}} }} //循環好還是複製粘貼好,這樣的循環還不如複製粘貼簡單 {{#forargs: | key | val |{{#if: {{#switch: {{#var:key|}} |模板= |#default={{#var:key}}}} |{{{{{模板|}}}|{{#var:val}}|{{#switch: {{#var:key|}} |模板= |#default={{#var:key}}}}}} | {{{{{模板|}}}|{{#var:val}}}} }} }} {{#switch: {{{char|}}} |<br> |<br/> |<br /> = {{#ifexpr:{{#var:num}}-1|<br />}} | #default = {{{char|*}}}}} //大部分情況是正常的,但有時會莫名其妙的第一行除第一個外會空出來 <table> {{#fornumargs: num| val |{{#switch: {{#var:table|1}} |1=<tr><td>{{#var:val}}{{#vardefine:table|{{#expr:{{#var:table|1}}+1}}}}</td> |{{{列數}}}=<td>{{#var:val}}{{#vardefine:table|1}} </td></tr> |#default =<td>{{#var:val}}{{#vardefine:table|{{#expr:{{#var:table}}+1}}}}</td> }} }} </table> {| {{#fornumargs: num| val |{{#ifeq: {{#var:table|1}} |{{{列數}}} |{{{列數}}}={{!}}{{#var:val}}{{#vardefine:table|1}} {{!-}} |{{!}}{{#var:val}}{{#vardefine:table|{{#expr:{{#var:table|1}}+1}}}} }} }} |} {{#fornumargs: num| val |{{#switch:{{{type|}}} |cv表={{#ifeq: {{#var:a|1}}|1 |{{#ifexpr:{{#var:num}}-1 |<br />}}{{#vardefine:a|2}} |:{{#vardefine:a|1}}}}{{List/noredlink|{{#var:val}}}} |配音角色={{#ifeq: {{#var:a|1}}|1 |{{#ifexpr:{{#var:num}}-1 |<br />}}{{List/noredlink|{{#var:val}}}}{{#vardefine:a|2}} |《{{List/noredlink|{{#var:val}}}}》{{#vardefine:a|1}}}} }}}} //可以用了 <div class="Tabs" data-text-padding="10px 10px">{{#fornumargs: num| val |{{#ifeq: {{#var:a|1}}|1 |<div class="Tab"><div class="TabLabelText">{{#var:val}}{{#vardefine:a|2}}</div> |<div class="TabContentText">{{#var:val}}{{#vardefine:a|1}}</div></div>}}}}</div> {{背景圖片|url=|position=top}} 中間:{{替換側邊欄底圖|url=|bottom=15%|left=37%}} 左上:{{替換側邊欄底圖|url=|width=180px|bottom=35%}} 左下:{{替換側邊欄底圖|url=|width=180px}} <div style="display:none"><flashmp3>Septum of the Heavens.mp3|autostart=no|loop=yes|</flashmp3></div> <div class="nomobile" style="display:inline-block">如果你正在使用PC或桌面版視圖,你將看到本行文字。</div><div class="mobileonly" style="display:inline-block">如果你正在使用手機或移動版視圖,你將看到本行文字。</div> <img src="http://c.hiphotos.baidu.com/forum/w%3D340%3Bq%3D100%3Bg%3D0/sign=ed7841b6f7f2b211e42e834afabb1405/9e2f070828381f301464aa6ca5014c086f06f0f2.jpg?&src=http%3A%2F%2Fimgsrc.baidu.com%2Fforum%2Fpic%2Fitem%2F9e2f070828381f301464aa6ca5014c086f06f0f2.jpg" style="width: 2.5em;border-radius: 100%;box-shadow: 1px 1px 4px 0px rgba(0,0,51,.4);"/> {{#time: Y/m/d|-1 day}} <div style="visibility: hidden"><flashmp3>http://music.163.com/song/media/outer/url?id=445703106.mp3|autostart=no|loop=yes|</flashmp3></div> {{#switch: {{{x|1}}} | Y = A | #default = B}} {| class="mw-collapsible wikitable" !colspan="3"|標題 |- ! 方法 !! 輸入文字 !! 預覽 |- |1||2||3 |- |4||5||6 |} {| class="mw-collapsible mw-collapsed wikitable" !colspan="3"|標題 |- ! 方法 !! 輸入文字 !! 預覽 |- |1||2||3 |- |4||5||6 |} pre style="display:inline-block" <div class="mw-collapsible mw-collapsed" id="mw-customcollapsible-QandA" style="position:fixed; top:150px; right:80px; z-index:100; background-color:#E1EDFE; border:1px solid #91BFFE; border-radius:10px; padding: 0.2em; box-shadow:0.1em 0.1em #888;"> :Q: 你的用戶名「Bhsd」是什麼意思?{{s|4}} :A: {{font|'''{{rubya|不_B|會_h|說_s|的_d}}'''!|size=110%}}{{s|4}} {{clear}} <span class="mw-customtoggle-QandA" style="cursor:pointer; height:auto; position:fixed; top:150px; right:27px; z-index:100; background-color:#F1F6FE; border:1px solid #91BFFE; border-radius:10px; box-shadow:0.1em 0.1em #888; writing-mode:vertical-rl; white-space:no-wrap; padding: 0.2em; font-size:150%; color:white; {{文字描邊}}">萌百大哉問</span> <u> [[User:{{{1}}}|{{{2|{{{1}}}}}}]] </u> <span class="userlink"> <span class="userlink-label"> [更多] </span> <span class="userlink-menu"> <span class="userlink-item"> [[User talk:{{{1}}}|討論頁]] </span> <span class="userlink-item"> [[Special:Contributions/{{{1}}}|貢獻]] </span> <span class="userlink-item"> [[萌娘共享:Special:文件列表/{{{1}}}|上傳歷史]] </span> <span class="userlink-item"> [[Special:封禁/{{{1}}}|封禁及歷史]] </span> <span class="userlink-item"> [[Special:DeletedContributions/{{{1}}}|被刪貢獻]] </span> <span class="sysop-show"> <span class="userlink-item"> [[Special:log/move/{{{1}}}|移動日誌]] </span> <span class="userlink-item"> [[Special:log/patrol/{{{1}}}|巡查日誌]] </span> <span class="userlink-item"> [[Special:log/comments/{{{1}}}|評論管理日誌]] </span> <span class="userlink-item"> [//zh.moegirl.org/index.php?title=Special:log/rights&page=User:{{urlencode:{{{1}}}}} 提/降權日誌] </span> <span class="userlink-item"> [[Special:用戶權限/{{{1}}}|用戶權限管理]] </span> <span class="userlink-item"> [//zh.moegirl.org/index.php?title=Special:FlowThreadManage&filter=reported&user={{urlencode:{{{1}}}}} 被舉報評論] </span> <span class="userlink-item"> [//zh.moegirl.org/index.php?title=Special:FlowThreadManage&filter=deleted&user={{urlencode:{{{1}}}}} 被刪除評論] </span> <span class="userlink-item"> [//zh.moegirl.org/index.php?title=Special:FlowThreadManage&filter=spam&user={{urlencode:{{{1}}}}} 垃圾評論] </span> <span class="userlink-item"> [//zh.moegirl.org/index.php?title=Special:FlowThreadManage&filter=all&user={{urlencode:{{{1}}}}} 其他評論] </span> </span> </span> </span> <templatestyles src="User/style.css"/>
<div style="position:fixed; right:30px; bottom:30px; z-index:1000"> <div class="hover-remote" style="position:relative"> <div style="width:100px; line-height:38px; text-align:center; background:white; border:1px #666 solid; cursor:pointer;">傳送門</div> <div class="hover-remote-target" style="left:-100%;"> <div style="display:inline-block; max-height:400px;overflow:auto; transform:translateY(-100%); position:relative; top:40px; background:white; border:1px #ccc solid;"><!--end--> <div class="hovers-bloom {{pagename|{{{2|}}}|active}}" style="margin:10px; display:block"> <div style="display:inline-block; text-align:center; min-width:79px; box-sizing:border-box; {{pagename|{{{2|}}}|border:2px #58ABFA solid|box-shadow:0 0 5px #666}}">[[file:喵賽克.jpg|x29px|link=同步音律喵賽克]]</div> </div> ---- <div class="hovers-bloom {{pagename|{{{2|}}}|active}}" style="margin:10px; display:block"><div style="display:inline-block; text-align:center; min-width:29px; box-sizing:border-box; {{pagename|{{{2|}}}|border:2px #58ABFA solid|box-shadow:0 0 5px #666}}">[[file:BanGDreamGBP4.jpg.png|x29px|link=BanG Dream!少女樂團派對!]]</div> </div><!--rs--> </div> </div> </div> </div>
山梨酸甲
好人卡
八代讓葉是百合遊戲《FLOWERS》系列中的登場角色。在《FLOWERS -Le volume sur automne-(秋篇)》中擔任主視角。
❀友情提示:後面作品的簡介可能會劇透到前作的內容❀以下翻譯由@壽司提供,部分地方會有出入,感謝翻
✿ | 就算天地崩壞 單純的心依然靜待春暖花開 |
❀ |
庚子正月,蝶影移居於是百科。至今五年數日餘矣。
是室號曰蝶翼齋,蓋取莊周夢蝶之義。
套娃 | ||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
.userlink { font-size: inherit; position: relative; cursor: pointer; } .userlink .userlink-label { padding: 0 .625em; display: inline; font-size: smaller; } .userlink .userlink-menu { display: none; position: absolute; top: calc(1.25em - 1px); left: 0; /* width: max-content; */ z-index: 2; box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .1); padding-top: 3px; } .userlink:hover .userlink-menu, .userlink:active .userlink-menu { display: block; } .userlink .userlink-item { display: block; transition: all .37s ease-in-out; background-color: #fff; border: 1px solid #a2a9b1; border-width: 0 1px; } .userlink .userlink-item:last-child { border-bottom-width: 1px; } .userlink .userlink-item:hover { background-color: rgb(241, 247, 255); } .userlink .userlink-item a { display: block; white-space: nowrap; color: #0645ad; cursor: pointer; font-size: .8em; padding: .3125em .625em!important; } .userlink .userlink-item a.external { margin-right: .625em; padding-right: 13px!important; } .userlink-normal { font-size: smaller; } .userlink-normal::before { content: "("; } .userlink-normal::after { content: ")"; } .userlink-normal .userlink-label { display: none; } .userlink-normal .userlink-item::before { content: "、"; } .userlink-normal .userlink-item:first-child::before { content: ""; }
title ——Recital君 (留言)
全家福強路 紅葉入秋葉更美
追番記錄