/* BHL Style Search Top Box And User Account */ /* By Mercuresphere */ /* Based on BHL Theme */ :root, :root:lang(cn) { --merc-light-color: var(--swatch-menutxt-light-color); --merc-dark-color: var(--swatch-menubg-dark-color); --user-account-mask: url("https://fastly.jsdelivr.net/gh/Crimone/crimson-anemone@main/files/user-circle.svg"); --search-top-box-mask: url("https://fastly.jsdelivr.net/gh/Crimone/crimson-anemone@main/files/search-top-box-mask.svg"); } /* ===用户和搜索栏=== */ @media only screen and (max-width: 768px) { #login-status { right: unset; font-size: unset; } #navi-bar, #navi-bar-shadow, #search-top-box-input { display: unset; } #search-top-box-input { min-width: unset; } #search-top-box { top: unset; right: unset; height: unset; } #search-top-box:focus-within { box-shadow: unset; background: unset; padding: unset; } #search-top-box:not(:focus-within):before { -webkit-mask-size: calc(calc(0.9375rem * 1.8) / 2) calc(calc(0.9375rem * 1.8) / 2); -webkit-mask-position: center center; -webkit-mask-repeat: no-repeat; -webkit-mask-image: var(--search-top-box-mask); z-index: 14; background-color: rgb(var(--merc-light-color)); color: rgb(var(--merc-dark-color)); text-align: center; cursor: pointer; mask-image: var(--search-top-box-mask); mask-position: center center; mask-repeat: no-repeat; mask-size: calc(calc(0.9375rem * 1.8) / 2) calc(calc(0.9375rem * 1.8) / 2); pointer-events: none; position: absolute; top: 0; right: 0; width: calc(0.9375rem * 1.8); height: 100%; content: " "; } #search-top-box form[id=search-top-box-form] { visibility: unset; height: unset; } #search-top-box form[id=search-top-box-form]:focus-within { visibility: unset; } #search-top-box form[id=search-top-box-form] input { -webkit-appearance: unset; -moz-appearance: unset; position: unset; top: unset; transform: unset; appearance: unset; height: unset; } #search-top-box form[id=search-top-box-form] input[type=text] { visibility: unset; transition: box-shadow .2s cubic-bezier(.4, 0, .2, 1), font-variation-settings .2s cubic-bezier(.4, 0, .2, 1), font-weight .2s cubic-bezier(.4, 0, .2, 1), background-color .15s cubic-bezier(.4, 0, .2, 1), color .15s cubic-bezier(.4, 0, .2, 1), right .2s cubic-bezier(.4, 0, .2, 1), width .6s cubic-bezier(.4, 0, .2, 1), padding .6s cubic-bezier(.4, 0, .2, 1), max-width .6s cubic-bezier(.4, 0, .2, 1); } #search-top-box form[id=search-top-box-form]:not(:focus-within) input[type=text] { position: unset; right: unset; transform: unset; cursor: unset; border-width: unset; width: unset; height: unset; color: unset; } #search-top-box form[id=search-top-box-form]:not(:focus-within) input[type=text]:hover { background-color: unset; } #search-top-box form[id=search-top-box-form] input[type=submit] { background: none; transition: unset; } #search-top-box form[id=search-top-box-form]:not(:focus-within) input[type=submit] { opacity: unset; margin: unset; padding: unset; width: unset; } #header h1 a { z-index: unset; } } @media only screen and (max-width: 56.25rem) { #search-top-box form[id="search-top-box-form"]:not(:focus-within) input[type="text"] { background-color: rgba(0, 0, 0, 0); } } @media (min-width: 36rem) { #login-status { flex-grow: unset; left: unset; right: unset; } #login-status:not(:hover):not(:focus-within) { visibility: hidden; } #login-status::before { visibility: visible; } } #search-top-box-input { min-width: unset; display: inline-block; } #search-top-box-form input[type=submit], #search-top-box-form input[type=submit]:focus, #search-top-box-form input[type=submit]:hover { color: transparent; } #search-top-box-form input[type=submit]:focus, #search-top-box-form input[type=submit]:hover { border: none; text-shadow: none; } #search-top-box-form input[type=submit], #search-top-box-input:focus, #search-top-box-input:hover { border: none; } #search-top-box { display: flex; z-index: 12; position: absolute; top: 1.5em; right: calc(3% - .25em); align-items: center; justify-content: center; width: auto; height: calc(0.9375rem * 1.8); transform: translateY(-50%); font-size: calc(0.9375rem * .86667); } #search-top-box, #search-top-box * { box-sizing: border-box; margin: 0; padding: 0; border: none; transition: box-shadow .2s cubic-bezier(.4, 0, .2, 1), font-variation-settings .2s cubic-bezier(.4, 0, .2, 1), font-weight .2s cubic-bezier(.4, 0, .2, 1), background-color .15s cubic-bezier(.4, 0, .2, 1), color .15s cubic-bezier(.4, 0, .2, 1), right .2s cubic-bezier(.4, 0, .2, 1), width .6s cubic-bezier(.4, 0, .2, 1), padding .6s cubic-bezier(.4, 0, .2, 1), max-width .6s cubic-bezier(.4, 0, .2, 1); will-change: box-shadow, font-variation-settings, font-weight, background-color, color, right, width, padding, max-width; } #search-top-box:focus-within, #search-top-box:focus-within *, #search-top-box:focus-within :after, #search-top-box:focus-within :before { margin: 0; padding: 0; transition: box-shadow .2s cubic-bezier(.4, 0, .2, 1), font-variation-settings .2s cubic-bezier(.4, 0, .2, 1), font-weight .2s cubic-bezier(.4, 0, .2, 1), background-color .15s cubic-bezier(.4, 0, .2, 1), color .15s cubic-bezier(.4, 0, .2, 1), right .2s cubic-bezier(.4, 0, .2, 1), width .3s cubic-bezier(.4, 0, .2, 1), padding .3s cubic-bezier(.4, 0, .2, 1), max-width .3s cubic-bezier(.4, 0, .2, 1); will-change: box-shadow, font-variation-settings, font-weight, background-color, color, right, width, padding, max-width; } #search-top-box:focus-within { background: rgba(var(--merc-dark-color), .7); box-shadow: calc(calc(0.9375rem * 1.8) / 2 * -1) 0 calc(calc(0.9375rem * 1.8) / 2) rgba(var(--merc-dark-color)); } #search-top-box:after, #search-top-box:before { position: absolute; top: 0; right: 0; width: calc(0.9375rem * 1.8); height: 100%; content: " "; } #search-top-box:before { -webkit-mask-size: calc(calc(0.9375rem * 1.8) / 2) calc(calc(0.9375rem * 1.8) / 2); -webkit-mask-position: center center; -webkit-mask-repeat: no-repeat; -webkit-mask-image: var(--search-top-box-mask); z-index: 14; background-color: rgb(var(--merc-light-color)); color: rgb(var(--merc-dark-color)); text-align: center; cursor: pointer; mask-image: var(--search-top-box-mask); mask-position: center center; mask-repeat: no-repeat; mask-size: calc(calc(0.9375rem * 1.8) / 2) calc(calc(0.9375rem * 1.8) / 2); pointer-events: none; } #search-top-box:not(:focus-within):hover:before { background-color: rgb(var(--merc-light-color)); } #search-top-box:after { --clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%); -webkit-clip-path: var(--clip-path); z-index: 13; clip-path: var(--clip-path); pointer-events: none; background-color: transparent; } #search-top-box:not(:focus-within):after { --clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%); background-color: rgb(var(--merc-light-color), 0); } #search-top-box form[id=search-top-box-form] { display: flex; visibility: visible; position: relative; right: 0; max-width: 100%; height: calc(0.9375rem * 1.8); } #search-top-box form[id=search-top-box-form]:not(:focus-within) { max-width: calc(0.9375rem * 15); } #search-top-box form[id=search-top-box-form] input { -webkit-appearance: none; -moz-appearance: none; appearance: none; position: relative; top: 0; } #search-top-box form[id=search-top-box-form] input[type=text] { z-index: 13; position: absolute; right: 0; width: calc(0.9375rem * 15); max-width: calc(0.9375rem * 15); height: 100%; padding: 0 calc(0.9375rem * 1.8) 0 1em; outline: 0 solid rgb(var(--merc-light-color)); background-color: rgb(var(--merc-dark-color), .7); box-shadow: 0 0 0 .125rem rgb(var(--merc-light-color)); color: rgba(var(--merc-light-color)); } #search-top-box form[id=search-top-box-form]:not(:focus-within) input[type=text] { max-width: calc(0.9375rem * 1.8); padding: 0; outline-width: 0; background-color: rgba(var(--merc-dark-color), 0); box-shadow: 0 0 0 0 rgb(var(--merc-light-color)); color: rgba(0, 0, 0, 0); cursor: pointer; } #search-top-box form[id=search-top-box-form]:not(:focus-within) input[type=text]:hover { background-color: rgba(var(--merc-dark-color), 1); } #search-top-box form[id=search-top-box-form] input[type=submit] { visibility: visible; z-index: 14; position: absolute; right: 0; width: calc(0.9375rem * 1.8); height: calc(0.9375rem * 1.8); outline: 0 solid rgb(var(--merc-light-color)); background-color: transparent; box-shadow: 0 0 0 .125rem rgb(var(--merc-light-color)); color: t; font-size: calc(0.9375rem * .86667); cursor: pointer; pointer-events: all; } #search-top-box form[id=search-top-box-form]:not(:focus-within) input[type=submit] { box-shadow: 0 0 0 0 rgb(var(--merc-light-color)); pointer-events: none; } #login-status { --wght: var(--ui-wght); display: flex; z-index: 11; position: absolute; top: 1.5em; right: calc(3% + calc(0.9375rem * 1.8) - .25em); align-items: center; justify-content: center; height: 2em; margin: 0 0 0 .5em; transform: translateY(-50%); color: rgb(var(--merc-light-color)); font-weight: var(--wght); font-size: 1em; font-family: var(--UI-font); white-space: nowrap; transition: opacity .2s cubic-bezier(.4, 0, .2, 1); } #search-top-box:focus-within ~ #login-status { opacity: 0; } #login-status span.printuser a:first-of-type { width: 1.75em; } #login-status:not(.page-rate-widget-box):not(#search-top-box-form) > a.login-status-create-account, #login-status:not(.page-rate-widget-box):not(#search-top-box-form) > a.login-status-sign-in { margin: 0 1em; background-color: rgb(var(--pale-gray-monochrome)); color: rgb(var(--merc-dark-color)); padding: 0.1em 1em; text-decoration: none; } #login-status:not(.page-rate-widget-box):not(#search-top-box-form) > a.login-status-create-account:active, #login-status:not(.page-rate-widget-box):not(#search-top-box-form) > a.login-status-create-account:hover, #login-status:not(.page-rate-widget-box):not(#search-top-box-form) > a.login-status-sign-in:active, #login-status:not(.page-rate-widget-box):not(#search-top-box-form) > a.login-status-sign-in:hover, #login-status:not(.page-rate-widget-box):not(#search-top-box-form) > a.login-status-create-account:focus-within, #login-status:not(.page-rate-widget-box):not(#search-top-box-form) > a.login-status-sign-in:focus-within { background-color: rgba(var(--merc-light-color), 1); color: rgb(var(--merc-dark-color)); text-decoration: none; } #login-status span.printuser { --wght: var(--ui-wght); margin-right: .5em; color: rgb(var(--merc-light-color)); font-weight: var(--wght); } #login-status a#my-account, #login-status a[href*="account/messages"] { color: rgb(var(--merc-light-color)); } #login-status a#my-account { --wght: var(--ui-wght); -webkit-text-decoration: underline rgb(var(--merc-dark-color)) .125em; display: flex; align-items: center; padding: 0 .5em; background-color: initial; box-shadow: inset 0 0 0 0 rgb(var(--merc-dark-color)); font-weight: var(--wght); text-decoration: underline rgb(var(--merc-dark-color)) .125em; transition: box-shadow .2s cubic-bezier(.4, 0, .2, 1), text-decoration .2s cubic-bezier(.4, 0, .2, 1), -webkit-text-decoration .2s cubic-bezier(.4, 0, .2, 1); } #login-status a#my-account:active, #login-status a#my-account:hover { --wght: var(--ui-hvr-wght); -webkit-text-decoration: underline rgb(var(--merc-dark-color)) 0; box-shadow: inset 0 -2em 0 0 rgb(var(--merc-dark-color)); color: rgb(var(--merc-light-color)); font-weight: var(--wght); text-decoration: underline rgb(var(--merc-dark-color)) 0; } #login-status a#my-account:focus-within { --wght: var(--ui-hvr-wght); -webkit-text-decoration: underline rgb(var(--merc-dark-color)) 0; box-shadow: inset 0 -2em 0 0 rgb(var(--merc-dark-color)); color: rgb(var(--merc-light-color)); font-weight: var(--wght); text-decoration: underline rgb(var(--merc-dark-color)) 0; } #login-status #account-topbutton { --clip-path: polygon(30% 35%, 70% 35%, 50% 60%, 50% 60%); -webkit-clip-path: var(--clip-path); position: relative; width: var(--account-height); height: var(--account-height); margin: 0; padding: 0; background-color: rgb(var(--merc-light-color)); color: transparent; clip-path: var(--clip-path); transition: -webkit-clip-path .1s cubic-bezier(.4, 0, .2, 1); transition: clip-path .1s cubic-bezier(.4, 0, .2, 1), -webkit-clip-path .1s cubic-bezier(.4, 0, .2, 1); } #login-status #account-options { display: block !important; z-index: 12; position: absolute; top: 1.5rem; right: 0; width: 10em; margin: .25em 0 0; padding: 0; overflow: hidden; background-image: var(--gradient-header); background-color: rgb(var(--merc-dark-color)); opacity: 0; pointer-events: none; transition: opacity .15s cubic-bezier(.4, 0, .2, 1); } #login-status #account-options:focus-within, #login-status #account-topbutton:active + #account-options, #login-status #account-topbutton:focus + #account-options { opacity: 1; pointer-events: all; } @media (pointer: coarse) { #login-status #account-options:hover, #login-status #account-topbutton:hover + #account-options { opacity: 1; pointer-events: all; } } #login-status #account-options * { margin: 0; padding: 0; } #login-status #account-options ul { display: grid; grid-template-columns: 1fr 1fr; grid-auto-rows: 2em; flex-grow: 1; align-items: center; justify-content: center; font-size: .85em; } #login-status #account-options ul li { position: relative; } #login-status #account-options ul li, #login-status #account-options ul li a { display: flex; align-items: center; justify-content: center; width: 100%; height: 100%; } #login-status #account-options a { --box-shadow: rgba(var(--merc-dark-color)); --wght: var(--ui-wght); position: relative; flex-grow: 1; height: 100%; max-height: 2em; padding: 0 .25em; box-shadow: inset 0 0 0 .0625rem var(--merc-dark-color); font-weight: var(--wght); transition: color .15s cubic-bezier(.4, 0, .2, 1), font-weight .15s cubic-bezier(.4, 0, .2, 1), font-variation-settings .15s cubic-bezier(.4, 0, .2, 1); } #login-status #account-options li > a, #login-status #account-options li > a:visited { color: rgb(var(--merc-light-color)); } #login-status #account-options li > a:active, #login-status #account-options li > a:hover { --wght: var(--ui-hvr-wght); color: rgb(var(--merc-dark-color)); font-weight: var(--wght); text-decoration: none; } #login-status #account-options li > a:focus-within { --wght: var(--ui-hvr-wght); color: rgb(var(--merc-dark-color)); font-weight: var(--wght); text-decoration: none; } #login-status #account-options li > a[href*="/messages"] { position: absolute; top: 0; left: 0; width: 100%; height: 100%; min-height: 100%; font-size: 0; } #login-status #account-options li > a[href*="/messages"]:after { position: absolute; left: 50%; transform: translateX(-50%); content: "信息"; font-size: calc(0.9375rem * .765); pointer-events: none; } #login-status #account-options li > a:before { --clip-path: polygon(0 0, 0 0, 0 100%, 0 100%); -webkit-clip-path: var(--clip-path); z-index: -1; position: absolute; top: 0; width: 100%; height: 100%; background-color: rgb(var(--merc-light-color)); content: " "; clip-path: var(--clip-path); pointer-events: none; transition: -webkit-clip-path .2s cubic-bezier(.4, 0, .2, 1); transition: clip-path .2s cubic-bezier(.4, 0, .2, 1), -webkit-clip-path .2s cubic-bezier(.4, 0, .2, 1); } #login-status #account-options li > a:active:before, #login-status #account-options li > a:hover:before { --clip-path: polygon(-15% 0, 115% 0, 100% 100%, 0 100%); } #login-status #account-options li > a:focus-within:before { --clip-path: polygon(-15% 0, 115% 0, 100% 100%, 0 100%); } /* ===默认收起用户信息栏和搜索栏=== */ #search-top-box { top: 23px; right: calc(3%); } #login-status { -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; top: 24px; right: calc(3% + calc(0.9375rem * 1.8) + .25em); color: transparent; pointer-events: none; transition: color .2s cubic-bezier(.4, 0, .2, 1); user-select: none; } @media only screen and (min-width: 980px) { #search-top-box { right: calc(3% + (-100vw + var(--header-width-on-desktop, 61.25rem)) / 2); } #login-status { right: calc(3% + calc(0.9375rem * 1.8) + .25em + (-100vw + var(--header-width-on-desktop, 61.25rem)) / 2); } } #login-status:active, #login-status:hover { -webkit-user-select: initial; -moz-user-select: initial; -ms-user-select: initial; color: rgb(var(--merc-light-color)); pointer-events: all; user-select: auto; } #login-status:focus-within { -webkit-user-select: initial; -moz-user-select: initial; -ms-user-select: initial; color: rgb(var(--merc-light-color)); pointer-events: all; user-select: auto; } #login-status:active #account-options, #login-status:hover #account-options { pointer-events: all; } #login-status:focus-within #account-options { pointer-events: all; } #login-status > :not(#account-topbutton):not([href*="account/messages"]) { --clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%); -webkit-clip-path: var(--clip-path); clip-path: var(--clip-path); opacity: 0; transition: box-shadow .2s cubic-bezier(.4, 0, .2, 1), text-decoration .2s cubic-bezier(.4, 0, .2, 1), color .2s cubic-bezier(.4, 0, .2, 1), clip-path .2s cubic-bezier(.4, 0, .2, 1), opacity .2s cubic-bezier(.4, 0, .2, 1), -webkit-text-decoration .2s cubic-bezier(.4, 0, .2, 1), -webkit-clip-path .2s cubic-bezier(.4, 0, .2, 1); } #login-status:active > :not(#account-topbutton):not([href*="account/messages"]), #login-status:hover > :not(#account-topbutton):not([href*="account/messages"]) { --clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%); -webkit-clip-path: var(--clip-path); clip-path: var(--clip-path); opacity: 1; } #login-status:focus-within > :not(#account-topbutton):not([href*="account/messages"]) { --clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%); -webkit-clip-path: var(--clip-path); clip-path: var(--clip-path); opacity: 1; } #login-status #account-topbutton { margin-left: 0; background-color: initial; pointer-events: all; transition: clip-path .15s cubic-bezier(.4, 0, .2, 1), background-color .15s cubic-bezier(.4, 0, .2, 1), -webkit-clip-path .15s cubic-bezier(.4, 0, .2, 1); } #login-status:hover #account-topbutton { background-color: rgb(var(--merc-light-color)); } #login-status:before { -webkit-mask-image: var(--user-account-mask); -webkit-mask-size: calc(calc(0.9375rem * 1.8) - .5em); -webkit-mask-position: center right; -webkit-mask-repeat: no-repeat; z-index: 2; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(var(--merc-light-color), 1); content: ""; cursor: pointer; mask-image: var(--user-account-mask); mask-position: center right; mask-repeat: no-repeat; mask-size: calc(calc(0.9375rem * 1.8) - .5em); pointer-events: all; transition: background-color .15s cubic-bezier(.4, 0, .2, 1); } #login-status:hover:before { background-color: rgba(var(--search-icon-hover-color), 1); } #login-status:active:after, #login-status:active:before, #login-status:hover:after, #login-status:hover:before { background-color: rgba(var(--search-icon-hover-bg-color), 0); cursor: auto; pointer-events: none; } #login-status:focus-within:after, #login-status:focus-within:before { background-color: rgba(var(--search-icon-hover-bg-color), 0); cursor: auto; pointer-events: none; } #login-status #account-topbutton { --clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%); -webkit-clip-path: var(--clip-path); background-color: rgba(var(--merc-light-color), 0); clip-path: var(--clip-path); } #login-status:active #account-topbutton, #login-status:hover #account-topbutton { --clip-path: polygon(30% 35%, 70% 35%, 50% 60%, 50% 60%); -webkit-clip-path: var(--clip-path); background-color: rgb(var(--merc-light-color)); clip-path: var(--clip-path); } #login-status:focus-within #account-topbutton { --clip-path: polygon(30% 35%, 70% 35%, 50% 60%, 50% 60%); -webkit-clip-path: var(--clip-path); background-color: rgb(var(--merc-light-color)); clip-path: var(--clip-path); } #login-status #account-options { margin: 0; } #login-status a[href*="account/messages"] { color: rgb(var(--merc-light-color)); pointer-events: all; } #account-topbutton { border: none; } #account-options { border: none; }
真可爱!要是能吃就更好了:)!
SEVERINESUN
作者叶
亻尔女子,欢迎来到我的作者叶!
这是114号树的第514片叶子!
个人信息:
种族:碳基生物
出生地:地球
年龄:大于0所以这些东西跟没说有什么区别
居住地:地球对啊这不跟没说一样吗
个人简介:写文较烂,不常更新,装饰代码大部分照搬难道还有自制的不对是改了改拿过来的
我家还蛮大的,你可以来看看
普通层级
层级太——TM难写了,主要是因为没点子+文笔烂。
隐秘层级
好!这玩意也难写,但是是我的第一/二篇正经文章!我第一篇煞笔
- wilderness - 荒芜之地
- the-end-of-wilderness - 荒芜之地的终点
- forever-loneilness - 永世孤独
隐秘实体
额,女马白勺连中心页都没有我写个屁啊!
普通故事
老子一点幽默感都没有,但是我能写一堆搞笑故事。
- the-cloudrooms-storytelling-1 - 《关于我重生到后室而系统是M.E.G.数据库而且M.E.G.会穿越平行宇宙这件事》
- the-cloudrooms-storytelling-2 - 《关于我重生到后室而系统是M.E.G.数据库而且M.E.G.会穿越平行宇宙这件事2》
- someone - 有的人死了,他还活着
- joke-entries-joke - 原创梗条目
短篇故事
短小精悍说的就是你!
- the-first-meet - 短篇故事-初见
湮灭系列
这是一个稍微带点休闲的合著科幻故事,只有被加粗的才是我写的。
- annihilate-hub - 湮灭 中心页
- plot - 短篇故事-阴谋
- vacation - 短篇故事-度假
- reclamation - 短篇故事-求助
合著故事
我们抢编辑的情况挺少的。虽然也不是没有过
假如所有梗人物掉到了后室系列
我最喜欢的故事,我从这里认识了我的好盆友们。
合著者luohaotian、
woshilaoliu、
Bailanxingkong、
c jan c、
Macbook0403、
Paidvke
- jinitaimei - 第一集
- jinitaimei-2 - 第二集
- jinitaimei-3 - 第三集
- jinitaimei-4 - 第四集
- jinitaimei-5 - 第五集
- jinitaimei-6 - 第六集(第二季开头)
- jinitaimei-7 - 第七集
- jinitaimei-8 - 第八集
- jinitaimei-9 - 第九集
- jinitaimei-10 - 第十集(第三季开头)
- jinitaimei-11 - 第十一集
- jinitaimei-12 - 第十二集
- jinitaimei-13 - 第十三集
- jinitaimei-14 - 第十四集
- jinitaimei-15 - 第十五集
- jinitaimei-16 - 第十六集
- jinitaimei-17 - 第十七集
- jinitaimei-18 - 第十八集
- jinitaimei-19 - 第十九集
- jinitaimei-20 - 第二十集
- jinitaimei-21 - 第二十一集(第四季开头)
- jinitaimei-22 - 第二十二集
- jinitaimei-23 - 第二十三集
- jinitaimei-24 - 第二十四集
- jinitaimei-25 - 第二十五集
- jinitaimei-26 - 第二十六集(第五季开头)
- jinitaimei-27 - 第二十七集
- jinitaimei-28 - 第二十八集
- jinitaimei-hub - 中心页
- jinitaimei-t-114514 - 团体:JI.NI.TAI.MEI
- jinitaimei-mesege - 番外1
- jinitaimei-french - 法语版
- jinitaimei-only - 一二季纯享版
- jinitaimei-b-1 - 大电影
- jinitaimei-b-2 - 大电影2
- jinitaimei-new-year - 新年特别版
假如所有游戏角色卡入了后室系列
最近新出的,去看看吧。
合著者backroomsjiege
The Backroms但我是实体系列
这是一个已经被遗忘的系列,TMD都落灰了也没人来看!
合著者luohaotian
- backrooms-but-i-m-a-entity-story - The Backrooms但是我是实体
搞笑文章
来看看这些搞笑文章!等下有没有可能第二个也算实体
- level-cloud-any-thing-j - Level-Cloud-你随便填任何东西都行-J
- entity-cloud-100000-j - 流程书
其他的东西
个人页面:https://www.wikidot.com/user:info/severinesun
虚拟名朝阳(zhāo yáng)1
别管它,只是后室OL后台程序又错误了而已!
?:派҈̱̱̰̬̬̝͙̣̮̤̳̙̠̱̙̠̗̝͖͛͂̈́͂͛͋̈́̏͂̊̍̑̋̔̊͆͂͒͛̄̐ͅ 对҈̳͍͇̯͇̳̙̰̘̭̤̳̟͈̰͈̯̘͍̇̓̍̿̿̔̆͂̉̊̅̒̑̏͛̚̚
啊啊啊到底该想些什么啊!!!
点子1
布满浓雾的无尽的大海,流浪者出现在一条大型捕鱼船上,水中有巨型乌贼、巨型鲨鱼、巨型…反正一堆危险生物,流浪者不会饿/渴,任何伤害都会直接免疫。
推荐图片:https://pixabay.com/zh/photos/sea-fog-ocean-waves-ocean-waves-1850228/
说点什么…
共 115 个页面
The Meg Cr Test
创建时间:13 Dec 2022 07:43
页面版本:3, 最后编辑:13 Dec 2022 07:45(分类:theme) | 共28字 | 共有3个历史版本)
评分:1(共1人投票,+1, -0)
Level Cloud Rooms
创建时间:12 Dec 2022 06:35
页面版本:0, 最后编辑:12 Dec 2022 06:35(分类:_default) | 共32字 | 共有0个历史版本)
评分:1(共1人投票,+1, -0)
Include Test
创建时间:17 Dec 2022 10:49
页面版本:1, 最后编辑:17 Dec 2022 10:50(分类:_default) | 共64字 | 共有1个历史版本)
评分:3(共3人投票,+3, -0)
当你使用怪奇灵感生成器出来的东西来写文章
创建时间:07 Jan 2023 02:33
页面版本:0, 最后编辑:07 Jan 2023 02:33(分类:_default) | 共78字 | 共有0个历史版本)
评分:0(共0人投票,+0, -0)
诗室(未完工)
创建时间:12 Dec 2022 08:39
页面版本:0, 最后编辑:12 Dec 2022 08:39(分类:_default) | 共81字 | 共有0个历史版本)
评分:1(共1人投票,+1, -0)
版式:云端工作室重定向页面
创建时间:10 Jun 2023 23:35
页面版本:1, 最后编辑:10 Jun 2023 23:37(分类:_default) | 共96字 | 共有1个历史版本)
评分:1(共1人投票,+1, -0)
Css测试
创建时间:26 Dec 2022 01:09
页面版本:3, 最后编辑:26 Dec 2022 01:11(分类:_default) | 共134字 | 共有3个历史版本)
评分:0(共0人投票,+0, -0)
简繁体切换模块实例Tester
创建时间:13 Dec 2022 05:45
页面版本:5, 最后编辑:17 Dec 2022 01:42(分类:tr) | 共138字 | 共有5个历史版本)
评分:0(共0人投票,+0, -0)
生存难度测试
创建时间:18 Dec 2022 04:50
页面版本:4, 最后编辑:12 Feb 2023 00:21(分类:_default) | 共241字 | 共有4个历史版本)
评分:1(共1人投票,+1, -0)
标签云
创建时间:10 Dec 2022 08:27
页面版本:0, 最后编辑:10 Dec 2022 08:27(分类:system) | 共278字 | 共有0个历史版本)
评分:-1(共1人投票,+0, -1)
假如所有梗人物掉到了后室 幸运轮盘 结果公布!
创建时间:12 Mar 2023 02:32
页面版本:0, 最后编辑:12 Mar 2023 02:32(分类:_default) | 共314字 | 共有0个历史版本)
评分:1(共1人投票,+1, -0)
Bugdot
创建时间:24 Dec 2022 13:06
页面版本:1, 最后编辑:26 Dec 2022 14:04(分类:_default) | 共319字 | 共有1个历史版本)
评分:0(共0人投票,+0, -0)
Level Cloud-XXX-J
创建时间:08 Jul 2023 13:29
页面版本:3, 最后编辑:08 Jul 2023 15:05(分类:_default) | 共417字 | 共有3个历史版本)
评分:3(共3人投票,+3, -0)
叠CSS测试页面
创建时间:12 Dec 2022 01:50
页面版本:6, 最后编辑:12 Dec 2022 02:08(分类:_default) | 共467字 | 共有6个历史版本)
评分:1(共1人投票,+1, -0)
恐怖文字测试
创建时间:22 Dec 2022 07:20
页面版本:3, 最后编辑:22 Dec 2022 07:35(分类:_default) | 共468字 | 共有3个历史版本)
评分:0(共0人投票,+0, -0)
二向箔(小心卡顿)
创建时间:23 Mar 2023 10:43
页面版本:6, 最后编辑:23 Mar 2023 11:11(分类:_default) | 共470字 | 共有6个历史版本)
评分:4(共4人投票,+4, -0)
Entity-Cloud-100000-J
创建时间:12 Dec 2022 03:56
页面版本:5, 最后编辑:18 Apr 2023 10:33(分类:_default) | 共514字 | 共有5个历史版本)
评分:4(共4人投票,+4, -0)
原创梗条目
创建时间:21 Dec 2022 01:56
页面版本:3, 最后编辑:21 Dec 2022 02:01(分类:_default) | 共557字 | 共有3个历史版本)
评分:7(共7人投票,+7, -0)
组件 警告块
创建时间:22 Jun 2023 05:04
页面版本:3, 最后编辑:22 Jun 2023 05:11(分类:_default) | 共565字 | 共有3个历史版本)
评分:4(共6人投票,+5, -1)
建模事件
创建时间:17 Dec 2022 13:19
页面版本:4, 最后编辑:18 Dec 2022 11:25(分类:_default) | 共644字 | 共有4个历史版本)
评分:1(共1人投票,+1, -0)


© The Cloudrooms云室维基 (2022-2026) - 本站不遵循CC协议。