@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@700&display=swap'); @import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap'); @import url('https://fonts.googleapis.com/css2?family=Fira+Code&display=swap'); :root { --theme-base: "black-highlighter"; --theme-id: "cloudmonths"; --theme-name: "Cloud months Theme"; /* 版头设置 */ --logo-image: url("https://backroom-wiki-cn.wikidot.com/local--files/main/logo-main.png"); --header-title: "THE CLOUDROOMS"; --header-subtitle: "为您呈现"; --header-height-on-mobile: 20rem; --header-height-on-desktop: var(--header-height-on-mobile); --header-height-on-mobile-bhl: var(--header-height-on-desktop-bhl); --header-height-on-desktop-bhl: 9rem; --h1-fs: 2rem; --body-font: Inter, "Noto Sans SC", "Noto Sans TC", Arimo, Verdana, Geneva, sans-serif; --header-font: "Josefin Sans", sans-serif; --title-font: var(--header-font); --mono-font: Recursive, "Noto Serif SC", "Noto Serif TC", Consolas, monaco, monospace; --header-title-color: 35, 31, 27; --swatch-headerh1-color: 35, 31, 27; --swatch-headerh2-color: 35, 31, 27; --swatch-menutxt-light-color: 35, 31, 27; --swatch-text-light: 35, 31, 27 ; --white-monochrome: 236,232,223; --pale-gray-monochrome: 0,0,0; --light-gray-monochrome: 180, 177, 170; --gray-monochrome: 100, 98, 94; --black-monochrome: 40, 38, 36; --bright-accent: 210, 100, 100; --medium-accent: 170, 80, 80; --dark-accent: 140, 60, 60; --pale-accent: 230, 180, 180; --link-color: 200, 80, 80; --hover-link-color: 180, 60, 60; --visited-link-color: 160, 70, 70; --swatch-topmenu-border-color: rgba(var(--gray-monochrome), 0.5); --background-gradient-distance: 0rem; --gradient-header: linear-gradient(to top, rgba(var(--medium-accent), 0.8) 0%, rgba(var(--medium-accent), 0.6) 100%); --diagonal-stripes: linear-gradient(transparent 0); } /* 适配 */ html{ background-color: rgb(var(--white-monochrome));/* 我要是页面溢出你不炸了吗😭 */ } #skrollr-body { background-image: radial-gradient(circle, rgba(var(--light-gray-monochrome), 0.2) 50%, transparent 0); background: linear-gradient( to bottom, rgb(245, 220, 220) 0%, rgb(180, 177, 170) 100% ); background-repeat: no-repeat; background-size: 0.25em 0.25em; width: 100%; height: 7.5rem; } #container { background-image: radial-gradient(circle, transparent 50%, transparent 0); background-size: 0.25em 0.25em; background-repeat: repeat; background-attachment: fixed; background-color: rgb(var(--white-monochrome)); } div[id*=page-options-bottom]:not(.page-rate-widget-box):not(#search-top-box-form) > a.btn { background-color: rgb(var(--white-monochrome)); color: rgb(var(--black-monochrome)); } div[id*=page-options-bottom]:not(:is(.page-rate-widget-box,#search-top-box-form))>a.btn { box-shadow: -.125rem 0 .25rem 0 rgba(var(--swatch-tertiary-color), .25), inset 0 -.0625rem 0 0 rgba(var(--swatch-tertiary-color), .75), 0 0 0 0 rgb(var(--ui-button-hover-outline)), inset var(--icon-size) 0 0 0 rgb(var(--bright-accent)); } div[id*=page-options-bottom]:not(.page-rate-widget-box):not(#search-top-box-form) > a.btn:is(:hover, :active, :focus, :focus-within) { box-shadow: none; background-color: rgb(var(--bright-accent)); color: rgb(var(--header-title-color)); } :is(#header,#owindow-1) .btn, a.action-area-close.btn, #action-area td:nth-of-type(1), .optionstd a, a#rename-show-backlinks, #action-area [style="padding-left:3em;"] a, p#edit-meta-addbutton a, :is(#page-options-bottom,#page-options-bottom-2) .btn:is(:hover,:active,:focus,:focus-within){ color: rgb(var(--white-monochrome))!important; } textarea#edit-page-comments{ background-color: rgb(var(--white-monochrome))!important; } table.edit-page-bottomtable .sub{display: none;} #action-area td:nth-of-type(1), #action-area #show-upload-button{ background-color: rgb(var(--bright-accent))!important; } .btn:is(:hover,:active,:focus,:focus-within),:not(.page-options-bottom) > .btn a:is(:hover,:active,:focus,:focus-within){ background-color: rgb(var(--bright-accent))!important; transition: background-color 0.1s ease-in; } :is(input.text,textarea):not(:placeholder-shown) { background-color: rgb(var(--white-monochrome)); } :is(form#edit-page-form,form#edit-post-form,form#new-post-form,form#new-thread-form) .wd-editor-toolbar-panel, #license-area { background-color: rgb(var(--white-monochrome)); } :is(form#edit-page-form,form#edit-post-form,form#new-post-form,form#new-thread-form) table.form:first-of-type tr td:first-of-type { background-color: rgb(var(--white-monochrome)); } :is(form#edit-page-form,form#edit-post-form,form#new-post-form,form#new-thread-form) .edit-page-bottomtable tr>td:first-of-type>div:first-of-type textarea:not(:placeholder-shown) { background-color: rgb(var(--bright-accent)); color: rgb(var(--swatch-menutxt-general-color)); border: 1px solid rgb(var(--bright-accent)); } :is(form#edit-page-form,form#edit-post-form,form#new-post-form,form#new-thread-form) .edit-page-bottomtable tr>td:first-of-type>div:first-of-type { background-color: rgb(var(--white-monochrome)); } :is(form#edit-page-form,form#edit-post-form,form#new-post-form,form#new-thread-form) .edit-page-bottomtable tr>td:first-of-type>div:first-of-type:before { background-color: rgb(var(--bright-accent)); border: 1px solid rgb(var(--bright-accent)); color: rgb(var(--white-monochrome)); } textarea, input.text, input.checkbox, div.note, #lock-info { background-color: rgb(var(--white-monochrome)); } :not(:is(.page-rate-widget-box,#search-top-box-form))>div.buttons input { border-radius: 4px; border-color: rgb(var(--bright-accent)); background-color: rgb(var(--white-monochrome)); font-weight: bold; text-align: center; } :not(:is(.page-rate-widget-box,#search-top-box-form))>div.buttons input:is(:hover,:active,:focus,:focus-within) { font-weight: bold; background-color: rgb(var(--white-monochrome)); color: rgb(var(--white-monochrome)); text-align: center; } /* style */ #top-bar{ backdrop-filter: blur(1rem); } #header h1{ position: relative; top: calc((var(--header-height-on-desktop) - var(--header-height-on-desktop-bhl)) / 2 + 1rem); height: auto; } #header h2{ position: relative; top: calc((var(--header-height-on-desktop) - var(--header-height-on-desktop-bhl)) / 2 + var(--h1-fs)); height: auto; } #page-title{ margin: 0; } .mobile-top-bar .open-menu{ background-color: transparent; } .mobile-top-bar .open-menu:hover{ transition:all 0.2s ease; border-radius: 2px; transform: scale(1.1); background-color: rgb(var(--bright-accent)); } #top-bar :is(div.top-bar,div.mobile-top-bar) > ul > li > a{ transition: background 0.2s ease, transform 0.3s ease; } #top-bar :is(div.top-bar,div.mobile-top-bar) > ul > li:hover > a{ background-color: rgb(var(--bright-accent)); transform: scale(1.1); border-radius: 2px; } #top-bar div.top-bar > ul > li:hover > a { background-color: rgb(var(--bright-accent)); transform: scale(1); border-radius: 2px; } #top-bar :is(div.top-bar,div.mobile-top-bar) > ul > li > ul > li > a{ background-color: rgb(var(--white-monochrome)); border: solid 1px rgb(var(--bright-accent)); transition: background 0.2s ease, transform 0.3s ease; } #top-bar :is(div.top-bar,div.mobile-top-bar) > ul > li > ul > li:hover > a{ background-color: rgb(var(--white-monochrome)); border-color: rgb(var(--bright-accent)); transform: translateY(-5px); box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); } #top-bar div.top-bar > ul > li > ul, #top-bar div.mobile-top-bar > ul > li > ul { background-color: rgb(var(--white-monochrome)); } #footer { color: rgb(236 232 223); background-color: #d26464; } #footer a { color: rgb(236 232 223); } #footer .options a { box-shadow: .0625rem 0 0 0 rgb(236 232 223); } #header h1 a::before, #header h1 a::after, #header h2 span::before, #header h2 span::after { text-shadow: none !important; -webkit-text-stroke: 0 !important; text-stroke: 0 !important; } /* content */ #page-content table.wiki-content-table :is(th,td) { border: .0625rem solid rgb(200 80 80) !important; } #page-content table.wiki-content-table { background-color: rgb(236 232 223); } #page-content table.wiki-content-table th { --wght: calc(var(--ui-wght) + 200); background: rgb(210 100 100); color: rgb(236 232 223); font-weight: var(--wght); text-align: center; padding: .5em 1em; } /* toc */ #toc #toc-list { --toc-bg: rgb(236, 232, 223); --toc-border: #d26464; --toc-shadow: rgba(210, 100, 100, 0.1); background-color: var(--toc-bg); border-radius: 8px; border: 2px solid var(--toc-border); box-shadow: 0 2px 8px var(--toc-shadow); padding: 12px; margin: 8px 0; transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1); overflow: hidden; position: relative; } #toc #toc-list:hover { border-color: darken(#d26464, 10%); box-shadow: 0 4px 12px rgba(210, 100, 100, 0.15); transform: translateY(-2px); } #toc #toc-list::after { content: ""; position: absolute; top: 0; left: 0; right: 0; bottom: 0; border-radius: 6px; border: 1px solid transparent; pointer-events: none; transition: all 0.4s ease; } #toc #toc-list:hover::after { border-color: rgba(210, 100, 100, 0.3); animation: borderPulse 2s infinite; } @keyframes borderPulse { 0% { box-shadow: 0 0 0 0 rgba(210, 100, 100, 0.3); } 70% { box-shadow: 0 0 0 5px rgba(210, 100, 100, 0); } 100% { box-shadow: 0 0 0 0 rgba(210, 100, 100, 0); } } #toc #toc-list::-webkit-scrollbar { width: 6px; } #toc #toc-list::-webkit-scrollbar-track { background: rgba(236, 232, 223, 0.5); border-radius: 3px; } #toc #toc-list::-webkit-scrollbar-thumb { background: #d26464; border-radius: 3px; } #toc #toc-list::-webkit-scrollbar-thumb:hover { background: darken(#d26464, 10%); } #toc #toc-list div { margin: 6px 0; } #toc #toc-list a { padding: 5px 10px; border-radius: 3px; transition: all 0.2s ease; } @media (max-width: 768px) { #toc #toc-list { border-radius: 6px; border-width: 1px; margin: 6px 0; } } #toc .title { background-color: #d26464; } #toc #toc-action-bar a:is(:hover,:active,:focus,:focus-within) { color: rgb(236 232 223); background-color: #d26464; } #toc #toc-action-bar a { color: rgb(236 232 223); background-color: #d26464; } #main-content .page-tags { box-shadow: 0 -.125rem 0 0 rgb(210 100 100); } #main-content .page-tags:before { background-color: rgb(210 100 100); color: rgb(236 232 223); } /* div */ .darkblock { color: rgb(236 232 223); } .dark-styled-quote { color: rgb(var(--white-monochrome)); border-left: solid 6px rgb(217 213 203); }


@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@700&display=swap'); @import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap'); @import url('https://fonts.googleapis.com/css2?family=Fira+Code&display=swap'); :root { --theme-base: "black-highlighter"; --theme-id: "cloudmonths"; --theme-name: "Cloud months Theme"; /* 版头设置 */ --logo-image: url("https://backroom-wiki-cn.wikidot.com/local--files/main/logo-main.png"); --header-title: "THE CLOUDROOMS"; --header-subtitle: "为您呈现"; --header-height-on-mobile: 20rem; --header-height-on-desktop: var(--header-height-on-mobile); --header-height-on-mobile-bhl: var(--header-height-on-desktop-bhl); --header-height-on-desktop-bhl: 9rem; --h1-fs: 2rem; --body-font: Inter, "Noto Sans SC", "Noto Sans TC", Arimo, Verdana, Geneva, sans-serif; --header-font: "Josefin Sans", sans-serif; --title-font: var(--header-font); --mono-font: Recursive, "Noto Serif SC", "Noto Serif TC", Consolas, monaco, monospace; --header-title-color: 35, 31, 27; --swatch-headerh1-color: 35, 31, 27; --swatch-headerh2-color: 35, 31, 27; --swatch-menutxt-light-color: 35, 31, 27; --swatch-text-light: 35, 31, 27 ; --white-monochrome: 236,232,223; --pale-gray-monochrome: 0,0,0; --light-gray-monochrome: 180, 177, 170; --gray-monochrome: 100, 98, 94; --black-monochrome: 40, 38, 36; --bright-accent: 210, 100, 100; --medium-accent: 170, 80, 80; --dark-accent: 140, 60, 60; --pale-accent: 230, 180, 180; --link-color: 200, 80, 80; --hover-link-color: 180, 60, 60; --visited-link-color: 160, 70, 70; --swatch-topmenu-border-color: rgba(var(--gray-monochrome), 0.5); --background-gradient-distance: 0rem; --gradient-header: linear-gradient(to top, rgba(var(--medium-accent), 0.8) 0%, rgba(var(--medium-accent), 0.6) 100%); --diagonal-stripes: linear-gradient(transparent 0); } /* 适配 */ html{ background-color: rgb(var(--white-monochrome));/* 我要是页面溢出你不炸了吗😭 */ } #skrollr-body { background-image: radial-gradient(circle, rgba(var(--light-gray-monochrome), 0.2) 50%, transparent 0); background: linear-gradient( to bottom, rgb(245, 220, 220) 0%, rgb(180, 177, 170) 100% ); background-repeat: no-repeat; background-size: 0.25em 0.25em; width: 100%; height: 7.5rem; } #container { background-image: radial-gradient(circle, transparent 50%, transparent 0); background-size: 0.25em 0.25em; background-repeat: repeat; background-attachment: fixed; background-color: rgb(var(--white-monochrome)); } div[id*=page-options-bottom]:not(.page-rate-widget-box):not(#search-top-box-form) > a.btn { background-color: rgb(var(--white-monochrome)); color: rgb(var(--black-monochrome)); } div[id*=page-options-bottom]:not(:is(.page-rate-widget-box,#search-top-box-form))>a.btn { box-shadow: -.125rem 0 .25rem 0 rgba(var(--swatch-tertiary-color), .25), inset 0 -.0625rem 0 0 rgba(var(--swatch-tertiary-color), .75), 0 0 0 0 rgb(var(--ui-button-hover-outline)), inset var(--icon-size) 0 0 0 rgb(var(--bright-accent)); } div[id*=page-options-bottom]:not(.page-rate-widget-box):not(#search-top-box-form) > a.btn:is(:hover, :active, :focus, :focus-within) { box-shadow: none; background-color: rgb(var(--bright-accent)); color: rgb(var(--header-title-color)); } :is(#header,#owindow-1) .btn, a.action-area-close.btn, #action-area td:nth-of-type(1), .optionstd a, a#rename-show-backlinks, #action-area [style="padding-left:3em;"] a, p#edit-meta-addbutton a, :is(#page-options-bottom,#page-options-bottom-2) .btn:is(:hover,:active,:focus,:focus-within){ color: rgb(var(--white-monochrome))!important; } textarea#edit-page-comments{ background-color: rgb(var(--white-monochrome))!important; } table.edit-page-bottomtable .sub{display: none;} #action-area td:nth-of-type(1), #action-area #show-upload-button{ background-color: rgb(var(--bright-accent))!important; } .btn:is(:hover,:active,:focus,:focus-within),:not(.page-options-bottom) > .btn a:is(:hover,:active,:focus,:focus-within){ background-color: rgb(var(--bright-accent))!important; transition: background-color 0.1s ease-in; } :is(input.text,textarea):not(:placeholder-shown) { background-color: rgb(var(--white-monochrome)); } :is(form#edit-page-form,form#edit-post-form,form#new-post-form,form#new-thread-form) .wd-editor-toolbar-panel, #license-area { background-color: rgb(var(--white-monochrome)); } :is(form#edit-page-form,form#edit-post-form,form#new-post-form,form#new-thread-form) table.form:first-of-type tr td:first-of-type { background-color: rgb(var(--white-monochrome)); } :is(form#edit-page-form,form#edit-post-form,form#new-post-form,form#new-thread-form) .edit-page-bottomtable tr>td:first-of-type>div:first-of-type textarea:not(:placeholder-shown) { background-color: rgb(var(--bright-accent)); color: rgb(var(--swatch-menutxt-general-color)); border: 1px solid rgb(var(--bright-accent)); } :is(form#edit-page-form,form#edit-post-form,form#new-post-form,form#new-thread-form) .edit-page-bottomtable tr>td:first-of-type>div:first-of-type { background-color: rgb(var(--white-monochrome)); } :is(form#edit-page-form,form#edit-post-form,form#new-post-form,form#new-thread-form) .edit-page-bottomtable tr>td:first-of-type>div:first-of-type:before { background-color: rgb(var(--bright-accent)); border: 1px solid rgb(var(--bright-accent)); color: rgb(var(--white-monochrome)); } textarea, input.text, input.checkbox, div.note, #lock-info { background-color: rgb(var(--white-monochrome)); } :not(:is(.page-rate-widget-box,#search-top-box-form))>div.buttons input { border-radius: 4px; border-color: rgb(var(--bright-accent)); background-color: rgb(var(--white-monochrome)); font-weight: bold; text-align: center; } :not(:is(.page-rate-widget-box,#search-top-box-form))>div.buttons input:is(:hover,:active,:focus,:focus-within) { font-weight: bold; background-color: rgb(var(--white-monochrome)); color: rgb(var(--white-monochrome)); text-align: center; } /* style */ #top-bar{ backdrop-filter: blur(1rem); } #header h1{ position: relative; top: calc((var(--header-height-on-desktop) - var(--header-height-on-desktop-bhl)) / 2 + 1rem); height: auto; } #header h2{ position: relative; top: calc((var(--header-height-on-desktop) - var(--header-height-on-desktop-bhl)) / 2 + var(--h1-fs)); height: auto; } #page-title{ margin: 0; } .mobile-top-bar .open-menu{ background-color: transparent; } .mobile-top-bar .open-menu:hover{ transition:all 0.2s ease; border-radius: 2px; transform: scale(1.1); background-color: rgb(var(--bright-accent)); } #top-bar :is(div.top-bar,div.mobile-top-bar) > ul > li > a{ transition: background 0.2s ease, transform 0.3s ease; } #top-bar :is(div.top-bar,div.mobile-top-bar) > ul > li:hover > a{ background-color: rgb(var(--bright-accent)); transform: scale(1.1); border-radius: 2px; } #top-bar div.top-bar > ul > li:hover > a { background-color: rgb(var(--bright-accent)); transform: scale(1); border-radius: 2px; } #top-bar :is(div.top-bar,div.mobile-top-bar) > ul > li > ul > li > a{ background-color: rgb(var(--white-monochrome)); border: solid 1px rgb(var(--bright-accent)); transition: background 0.2s ease, transform 0.3s ease; } #top-bar :is(div.top-bar,div.mobile-top-bar) > ul > li > ul > li:hover > a{ background-color: rgb(var(--white-monochrome)); border-color: rgb(var(--bright-accent)); transform: translateY(-5px); box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); } #top-bar div.top-bar > ul > li > ul, #top-bar div.mobile-top-bar > ul > li > ul { background-color: rgb(var(--white-monochrome)); } #footer { color: rgb(236 232 223); background-color: #d26464; } #footer a { color: rgb(236 232 223); } #footer .options a { box-shadow: .0625rem 0 0 0 rgb(236 232 223); } #header h1 a::before, #header h1 a::after, #header h2 span::before, #header h2 span::after { text-shadow: none !important; -webkit-text-stroke: 0 !important; text-stroke: 0 !important; } /* content */ #page-content table.wiki-content-table :is(th,td) { border: .0625rem solid rgb(200 80 80) !important; } #page-content table.wiki-content-table { background-color: rgb(236 232 223); } #page-content table.wiki-content-table th { --wght: calc(var(--ui-wght) + 200); background: rgb(210 100 100); color: rgb(236 232 223); font-weight: var(--wght); text-align: center; padding: .5em 1em; } /* toc */ #toc #toc-list { --toc-bg: rgb(236, 232, 223); --toc-border: #d26464; --toc-shadow: rgba(210, 100, 100, 0.1); background-color: var(--toc-bg); border-radius: 8px; border: 2px solid var(--toc-border); box-shadow: 0 2px 8px var(--toc-shadow); padding: 12px; margin: 8px 0; transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1); overflow: hidden; position: relative; } #toc #toc-list:hover { border-color: darken(#d26464, 10%); box-shadow: 0 4px 12px rgba(210, 100, 100, 0.15); transform: translateY(-2px); } #toc #toc-list::after { content: ""; position: absolute; top: 0; left: 0; right: 0; bottom: 0; border-radius: 6px; border: 1px solid transparent; pointer-events: none; transition: all 0.4s ease; } #toc #toc-list:hover::after { border-color: rgba(210, 100, 100, 0.3); animation: borderPulse 2s infinite; } @keyframes borderPulse { 0% { box-shadow: 0 0 0 0 rgba(210, 100, 100, 0.3); } 70% { box-shadow: 0 0 0 5px rgba(210, 100, 100, 0); } 100% { box-shadow: 0 0 0 0 rgba(210, 100, 100, 0); } } #toc #toc-list::-webkit-scrollbar { width: 6px; } #toc #toc-list::-webkit-scrollbar-track { background: rgba(236, 232, 223, 0.5); border-radius: 3px; } #toc #toc-list::-webkit-scrollbar-thumb { background: #d26464; border-radius: 3px; } #toc #toc-list::-webkit-scrollbar-thumb:hover { background: darken(#d26464, 10%); } #toc #toc-list div { margin: 6px 0; } #toc #toc-list a { padding: 5px 10px; border-radius: 3px; transition: all 0.2s ease; } @media (max-width: 768px) { #toc #toc-list { border-radius: 6px; border-width: 1px; margin: 6px 0; } } #toc .title { background-color: #d26464; } #toc #toc-action-bar a:is(:hover,:active,:focus,:focus-within) { color: rgb(236 232 223); background-color: #d26464; } #toc #toc-action-bar a { color: rgb(236 232 223); background-color: #d26464; } #main-content .page-tags { box-shadow: 0 -.125rem 0 0 rgb(210 100 100); } #main-content .page-tags:before { background-color: rgb(210 100 100); color: rgb(236 232 223); } /* div */ .darkblock { color: rgb(236 232 223); } .dark-styled-quote { color: rgb(var(--white-monochrome)); border-left: solid 6px rgb(217 213 203); }
读者您好,欢迎来到云室维基月刊的中心页。
月刊参与者
已参与:
JgPz E-100、
FNHanBao、
simon laau
DX_com4、
Lg-YanChu、
BanAllAD
Genshvn_P、
1Level 256
(排名不分先后)
如果你参与了月刊的撰写,可以将自己的名字加在上方。
如果你想参与月刊文章的投票和内容的创作等活动,请在QQ中加入群号为1043091327的群聊参与讨论。由于编写人数达标,暂时封闭该群聊。
中心页制作者:JgPz E-100
:root { --lh-red: #c0392b; --lh-blue: #2980b9; --lh-green: #27ae60; --lh-dark-green: #16a085; --lh-purple: #8e44ad; --lh-orange: #e67e22; --lh-yellow: #f1c40f; --lh-paper-bg: 255, 251, 240; --lh-string-color: 192, 57, 43; --lh-book-color: var(--gray-monochrome); --lh-tape-color: 90,90,90,0.3; --lh-white-bg: 249,249,249; --lh-dark-bg: 50, 50, 50; --lh-highlighter: var(--bright-accent); --lh-border-color: var(--gray-monochrome); --lh-wiki-note-color: var(--bright-accent) } /** * 旧代码合集 * 为了向下兼容而保留 */ .grid-container{display:flex;flex-direction:row;flex-wrap:wrap;width:100%}.grid-container,.grid-container [class*=grid]{box-sizing:border-box}[class*=grid]{padding:5px}.grid{width:100%}.grid-large{width:75%}.grid-big{width:50%}.grid-medium{width:33.33%}.grid-small{width:25%}@media screen and (min-width:768px){.wd-grid-large{width:75%}.wd-grid,.wd-grid-big{width:50%}.wd-grid-medium{width:33.33%}.wd-grid-small{width:25%}}.text-hover-hide{opacity:0;transition:opacity .3s}.text-hover-hide:hover{opacity:1}.text-block-hide{background:rgb(var(--black-monochrome));color:rgb(var(--black-monochrome));transition:background .3s}.text-block-hide:hover{background:0 0}.text-blur-hide,.text-blur-hover-hide{filter:blur(.3rem);-webkit-filter:blur(.3rem) transition: blur .3s}.text-blur-hover-hide:hover{filter:blur(0);-webkit-filter:blur(0)}.lyric-box{text-align:center;font-size:1.05rem;display:flex;flex-direction:column;flex-wrap:wrap;justify-content:center}.lyric-box p{margin:1.5em auto}.lyric-box.with-bigger-line p{margin:3em auto} /** * 便签纸 * notepaper */ .notepaper { background: linear-gradient(rgb(var(--lh-paper-bg)) 95%, #ddd 0); line-height: 2em; background-size: 100% 2em; background-attachment: local; border: 2em solid rgb(var(--lh-paper-bg)); box-shadow: 0 0.1rem 0.3rem rgba(0,0,0,0.2); padding: 0; margin: 1em auto; box-sizing: border-box; position: relative } .notepaper p { margin: 0; font-size: 1.05rem; letter-spacing: 0.1rem; line-height: inherit } .notepaper.narrow, .notepaper.wide { width: 90% } @media screen and (min-width:768px){ .notepaper.narrow { width: 50% } .notepaper.wide { width: 75% } } .notepaper.tight { border-width: 1rem; border-left-width: 1.2rem; border-right-width: 1.2rem; line-height: 1.8em; background-size: 100% 1.8em; font-size: 13px } .notepaper.with-string::before { content: ''; width: 0.5em; height: 6rem; background: rgb(var(--lh-string-color)); top: -2rem; right: -1rem; display: block; position: absolute; box-shadow: 0 0.1em 0.2em rgba(0,0,0,0.2); clip-path: polygon(-100% -100%,100% 0%,100% 100%,50% 98%,0% 100%); } .notepaper.with-tape::before { content: ''; border: 1px solid #ddd; background: rgba(var(--lh-tape-color)); width: 1.5em; height: 4em; transform: rotate(45deg); display: block; position: absolute; top: -3em; left: -1.8em } .notepaper.tight.with-string::before { top: -1rem; right: -0.25rem; } .notepaper.tight.with-tape::before { top: -2.5em; left: -1.3em } .notepaper.page { min-height: 36em; counter-increment: page; display: flex; flex-direction: column; justify-content: space-between } @media screen and (min-width:768px){ .notepaper.page { width: 70% } } .notepaper.page:after { content: counter(page); display: block; text-align: center } .notepaper-group { counter-reset: page; } .book-pattern { display: flex; flex-wrap: wrap; flex-direction: row } .book-pattern .notepaper.page:not(.notepaper > .notepaper) { width: 100% } @media screen and (min-width: 768px) { .book-pattern .notepaper.page:not(.notepaper > .notepaper) { width: 50% } } .book-wrapper { background: rgb(var(--lh-book-color)); padding: 0.5rem; box-shadow: 0 0.1rem 0.2rem rgba(0,0,0,0.2); border-radius: 5px; margin: 1rem auto } @media screen and (min-width: 768px) { .book-wrapper .notepaper { margin: 0 } } /** * 文字修饰 */ .text-highlighted { position: relative } .text-highlighted::before { content: ""; position: absolute; height: 0.9em; bottom: 2px; left: -2px; width: 105%; z-index: -1; background-color: rgb(var(--lh-highlighter)); opacity: .6; transform: skew(-15deg); transition: opacity .2s ease; border-radius: 3px 8px 10px 6px; transition: 0.1s ease background-color; } .text-underlined { text-decoration: underline; text-underline-offset: 4px; text-decoration-thickness: 2px; text-decoration-color: rgb(var(--lh-highlighter)) } .text-wavy { text-decoration: underline wavy; text-underline-offset: 4px; text-decoration-color: rgb(var(--lh-highlighter)) } .text-circled, .text-squared { display: inline-block; border: 2px solid rgb(var(--lh-highlighter)); border-radius: 100%; box-sizing: border-box } .text-squared { border-radius: 0 } .text-shadow { text-shadow: 0.075em 0.075em 0 rgb(var(--lh-highlighter)) } .text-highlighted.td-red::before { background: var(--lh-red) } .text-circled.td-red, .text-squared.td-red { border-color: var(--lh-red) } .text-underlined.td-red, .text-wavy.td-red { text-decoration-color: var(--lh-red) } .text-highlighted.td-blue::before { background: var(--lh-blue) } .text-circled.td-blue, .text-squared.td-blue { border-color: var(--lh-blue) } .text-underlined.td-blue, .text-wavy.td-blue { text-decoration-color: var(--lh-blue) } .text-highlighted.td-green::before { background: var(--lh-green) } .text-circled.td-green, .text-squared.td-green { border-color: var(--lh-green) } .text-underlined.td-green, .text-wavy.td-green { text-decoration-color: var(--lh-green) } .text-highlighted.td-darkgreen::before { background: var(--lh-dark-green) } .text-circled.td-darkgreen, .text-squared.td-darkgreen { border-color: var(--lh-dark-green) } .text-underlined.td-darkgreen, .text-wavy.td-darkgreen { text-decoration-color: var(--lh-dark-green) } .text-highlighted.td-purple::before { background: var(--lh-purple) } .text-circled.td-purple, .text-squared.td-purple { border-color: var(--lh-purple) } .text-underlined.td-purple, .text-wavy.td-purple { text-decoration-color: var(--lh-purple) } .text-highlighted.td-yellow::before { background: var(--lh-yellow) } .text-circled.td-yellow, .text-squared.td-yellow { border-color: var(--lh-yellow) } .text-underlined.td-yellow, .text-wavy.td-yellow { text-decoration-color: var(--lh-yellow) } .text-highlighted.td-orange::before { background: var(--lh-orange) } .text-circled.td-orange, .text-squared.td-orange { border-color: var(--lh-orange) } .text-underlined.td-orange, .text-wavy.td-orange { text-decoration-color: var(--lh-orange) } /* 隐藏文字 */ .text-blank { color: rgba(0,0,0,0) } .text-block { background: rgb(var(--black-monochrome)); color: rgb(var(--black-monochrome)); } .text-blur { filter: blur(0.3em); -webkit-filter: blur(0.3em) } .text-hoverback, .text-selectback { transition-duration: 0.3s; transition-property: background, transform, color } .text-blank.text-hoverback:hover, .text-blank.text-selectback::selection, .text-blank.text-selectback *::selection { color: rgb(var(--black-monochrome)) } .text-block.text-hoverback:hover { background: transparent!important } .text-block.text-selectback::selection, .text-block.text-selectback *::selection { color: rgb(var(--white-monochrome, 255, 255, 255)) } .text-blur.text-hoverback:hover { filter: blur(0)!important; -webkit-filter: blur(0)!important } /** * 附加项 */ .with-border, .with-box-style { border: 1px solid rgb(var(--bright-accent)) } .with-border-dark { border: 1px solid rgb(var(--black-monochrome)) } .with-border-light { border: 1px solid rgb(var(--white-monochrome)) } .with-border-thick { border-width: 2px } .with-shadow-sm { box-shadow: 0 0 0.1em rgba(0,0,0,0.2) } .with-shadow { box-shadow: 0 0.1em 0.2em rgba(0,0,0,0.2) } .with-shadow-lg { box-shadow: 0 0.15em 0.3em rgba(0,0,0,0.2) } .with-shadow-xl { box-shadow: 0 0.2em 0.5em rgba(0,0,0,0.2) } .with-shadow-xxl { box-shadow: 0 0.25em 0.8em rgba(0,0,0,0.2) } .with-padding, .with-box-style { padding: 0.25em 1em } .with-p-sm { padding: 0.125em 0.5em } .with-p-lg { padding: 0.5em 2em } .with-margin, .with-box-style { margin: 1em auto } .with-m-sm { margin: 0.5em auto } .with-m-lg { margin: 2em auto } .with-narrow-width { width: 90%!important; margin-left: auto; margin-right: auto } @media screen and (min-width: 768px) { .with-narrow-width { width: 75%!important } } [class*="with-bg-"], [class*="with-bg-"] h1 { color: #fff!important } .with-bg-red { background: var(--lh-red)!important } .with-bg-blue { background: var(--lh-blue)!important } .with-bg-green { background: var(--lh-green)!important } .with-bg-darkgreen { background: var(--lh-dark-green)!important } .with-bg-yellow { background: var(--lh-yellow)!important } .with-bg-orange { background: var(--lh-orange)!important } .with-bg-purple { background: var(--lh-purple)!important } /** * 删除类 */ .offwith-shadow { box-shadow: none!important } .offwith-border { border: none!important } .offwith-padding, .offwith-pam { padding: 0!important } .offwith-margin, .offwith-pam { margin: 0!important } .offwith-width-limit { width: auto!important; margin-left: auto!important; margin-right: auto!important } div[class*="grider"].offwith-grid-gap { grid-gap: 0!important } /** * 网格布局 */ /* Gridder 容器 */ div[class*="gridder"] { display: grid; box-sizing: border-box; grid-gap: 1rem; padding: 0 } div[class*="gridder"] * { box-sizing: border-box } .gridder, .gridder-col-2 { grid-template-columns: 1fr 1fr; } .gridder-col-3 { grid-template-columns: repeat(3, 1fr); } .gridder-col-4 { grid-template-columns: repeat(4, 1fr); } @media screen and (min-width: 768px) { .pc-gridder, .pc-gridder-col-2 { grid-template-columns: 1fr 1fr; } .pc-gridder-col-3 { grid-template-columns: repeat(3, 1fr); } .pc-gridder-col-4 { grid-template-columns: repeat(4, 1fr); } } .spanner, .spanner-2 { grid-column-start: span 2; } .spanner-3 { grid-column-start: span 3; } /** * 告示组件 */ .signblock, .signblock-dark, .signblock-warn { margin: 1rem auto; box-shadow: 0 0.1rem 0.3rem rgba(0,0,0,0.4); background: rgb(var(--lh-white-bg)); font-size: 1.05rem; padding: 2rem } @media screen and (min-width: 768px) { .signblock, .signblock-dark, .signblock-warn { width: 75% } } .signblock-dark, .signblock-dark h1 { background: rgb(var(--lh-dark-bg)); color: #fff } .signblock-warn, .signblock-warn h1 { background: var(--lh-red); color: #fff } .signblock h1, .signblock-dark h1, .signblock-warn h1 { text-align: center; font-size: 2rem; margin: 0; font-weight: 700 } .signblock-img { display: flex; flex-direction: row; justify-content: center } .signblock-img img { width: 8em } .signblock-footer { font-size: 0.9em; text-align: center; margin: 0.5rem 0; font-weight: bolder; display: block } /** * 报告 */ .reportblock, .reportblock-dark { border: 2px solid rgb(var(--lh-border-color)); box-shadow: 0 0.1rem 0.2rem rgba(0,0,0,0.3); background: rgb(var(--white-monochrome)); padding: 0.8rem 1.5rem; padding-bottom: 0.4rem; margin: 1.5rem auto; margin-bottom: 1rem; position: relative } .reportblock hr, .reportblock-dark hr { background-color: rgb(var(--lh-border-color)); margin-left: -1.5rem; margin-right: -1.5rem } .reportblock h1:first-child, .reportblock-dark h1:first-child { position: absolute; top: -1rem; left: 1.5rem; font-size: 110%; font-weight: 600; background: rgb(var(--lh-border-color)); color: #fff; padding: 0.2rem 0.5rem; margin: 0; } .reportblock-dark, .reportblock-dark h1 { border-color: rgb(var(--lh-white-bg)); background: rgb(var(--lh-dark-bg)); color: #fff } .reportblock-dark hr { background-color: rgb(var(--lh-white-bg)); } /* 更好的折叠框 */ .bettercollap { margin: 1em 0; } .bettercollap .collapsible-block { width: auto; overflow: hidden; border: 1px solid rgb(var(--lh-border-color)) } .bettercollap .collapsible-block-content, .bettercollap .collapsible-block-link { background: rgb(var(--white-monochrome)); padding: 0.5em } .bettercollap .collapsible-block-content { padding-left: 1em; padding-right: 1em } .bettercollap .collapsible-block-link { color: rgb(var(--lh-border-color)); background: rgb(var(--white-monochrome)); transition: .3s; display: block; } .bettercollap .collapsible-block-link:hover, .bettercollap .collapsible-block-unfolded .collapsible-block-link, .styledcollap.bettercollap .collapsible-block-link { color: rgb(var(--white-monochrome)); background: rgb(var(--lh-border-color))!important; text-decoration: none } .bettercollap .collapsible-block-link:hover a { color: rgb(var(--white-monochrome)) } .bettercollap .collapsible-block-link::before { content: "\25BC"; display: inline-block; margin-right: 0.5em; transform: rotate(-90deg) scale(0.9) } .bettercollap .collapsible-block-unfolded .collapsible-block-link::before { transform: rotate(0) scale(0.9) } .bettercollap .collapsible-block + .collapsible-block { border-top: none } .styledcollap.bettercollap .collapsible-block { border-radius: 2px; box-shadow: 0 0.1rem 0.2rem rgba(0,0,0,0.3) } .styledcollap.bettercollap .collapsible-block-content { background-color: rgb(var(--pale-gray-monochrome)); border-width: 3px } .styledcollap.bettercollap .collapsible-block-link:hover { background: rgba(var(--lh-border-color),0.95)!important; } /** * 提示框 */ .infoblock { color: #f1f1f1; font-weight: bold; background: #424242; padding: 5px 5px 5px 5px; border-radius: 4px; margin: -0.5rem 0 1rem 0; display: block; width: fit-content; padding-right: 25px; } .infoblock::before { content: "ⓘ " } /** * 单页迭代 */ .offset-page:not(:target), .offset-page:target ~ div#u-default-page { display: none } .offset-page:target { display: block }
|
云室维基 二〇二六年一月刊 |
|
{$caption}
时序流转,新岁已临
欢迎收看云室维基 二〇二六年一月刊。
朔风裹着未尽的寒意掠过檐角,窗棂上凝着薄霜,日光斜斜切过桌面,将书页的影子拉得细长。旧年的余韵尚未散尽,新岁的序章已然铺展。我们依旧在这里,以文字为炬,收录那些散落在云室角落的故事、考据与回响。本期月刊,将为你呈上一月里的新发现、新撰述,以及那些被时光沉淀的珍贵记录。愿这份文字,能伴你度过冬日里的每一段闲暇时光。
——月刊组

竞赛回顾
2025年云室维基0.1k竞赛回顾
云室维基 0.1k 竞赛已于二〇二五年十二月二十日完美落幕。方寸篇幅间,是创作者们凝练的巧思;寥寥千字内,藏着独属于云室的鲜活脉络。从字斟句酌的落笔,到反复打磨的定稿,每一篇投稿都承载着对这片文字疆域的热忱。那些被定格的瞬间、被梳理的脉络、被书写的故事,皆成竞赛里的闪光印记。
在此,感谢每一位参赛者的倾力付出,也致敬每一份热忱的文字回响——让我们回顾这些竞赛文章吧!
Level Cloud-100
Level Cloud-100
https://backroom-wiki-cn.wikidot.com/theme:level-cloud-100
{$caption}
作者摒弃了传统后室层级 “平铺直叙介绍设定” 的写法,采用M.E.G.-Cr 数据库操作界面的形式切入 —— 从输入账户 ID、密码,到验证权限、访问 “弑神计划” 子档案,整个过程模拟了流浪者 / 研究员查阅机密文件的真实流程。
这种 “沉浸式解密” 的角度,让读者的阅读行为与故事中的 “权限获取” 行为完全重合:前期接触 Level Cloud-100 的基础环境设定,是低权限的 “公开资料”;后期深入 ω 系列档案,则是解锁了 “α 级机密” 的核心剧情。层级设定不再是孤立的背景板,而是成为 “弑神计划” 悲剧的重要载体。
其次,作者没有将 M.E.G.-Cr 塑造成 “伟光正” 的后室守护者,而是通过会议记录、行动报告、私人信件三类档案,还原了一个从 “雄心勃勃” 到 “穷途末路” 的组织的完整悲剧。整个故事的核心悲剧在于“反抗者成为了自己最憎恨的存在”:M.E.G.-Cr 为了终结 “神明” 的统治而创造 Entity Cloud-ω,最终却被自己的造物反噬 —— 祂不仅屠戮了其他神明,更吞噬了层级、毁灭了创造者,甚至获得了被弑神明的能力,成为了新的、更可怕的 “终结之神”。
作者通过行动编号的递增(257 次~269 次)、伤亡数字的飙升、现实稳定度的跌破临界值,将这种 “越反抗越沉沦” 的宿命感渲染到极致。最终,监督者 - D 想要执行 “终结计划” 与祂同归于尽,却连最后一击都未能打出 —— 这种 “连毁灭都无法自主” 的结局,完美契合了后室世界观中 “人类在混沌中无力挣扎” 的核心基调。
这篇文档的最大亮点,在于将 “层级设定” 与 “剧情叙事” 完美绑定——Level Cloud-100 的 “和平属性” 与 “封闭环境”,既是后室的一个独特层级,也是 “弑神计划” 悲剧的缩影。作者以 “机密档案” 为手术刀,层层剖开一个组织从崛起、辉煌到崩溃的全过程,最终指向后室世界观最核心的命题:在混沌的虚无中,所有的反抗与挣扎,最终都不过是命运的注脚。
文章作者:luohaotian
本条编写:FNHanBao

Level Cloud-784
Level Cloud-784
https://backroom-wiki-cn.wikidot.com/level-cloud-784
{$caption}
作者将Level Cloud-784塑造成一个没有实体、没有致命危险,却能精准捕捉流浪者负面情绪的精神空间。这个角度的妙处在于:层级的每一个设定,都不是孤立的 “背景板”,而是流浪者内心状态的具象化。作者对Level Cloud-784的描写完全摒弃了“恐怖元素”,转而用一系列平静却压抑的细节,构建一个充满隐喻的环境:无生命的死寂、永恒的清晨、自动复原的建筑。
作者在文档开头,用一段极具韵律感的诗性文字,直接奠定了全文的情感基调:“堕落吧 / 广阔而无涯的碧蓝大海 / 前往天国吧 / 神明通往彼界的试炼之路”。这段文字用 “堕落、死亡、悲伤、恐惧” 等直白的词汇,叠加拉丁语注释,营造出一种神圣又绝望的仪式感。同时,作者选用的三张图片 —— 蓝色的夜、灰蒙蒙的海、忧郁的枝桠,都紧扣 “迷核(Dazecore)” 的视觉风格:模糊的画质、冷调的色彩、空无一人的场景,完美契合了层级 “怀旧又疏离” 的氛围。
这篇文档的最大亮点,在于将 “后室层级设定” 与 “流浪者的个人情感” 完美地融为一体。作者没有刻意制造恐怖,而是用最平静的细节、最碎片化的手记,勾勒出一个 “没有危险,却能吞噬精神” 的层级。Level Cloud-784不再是一个 “地方”,而是一个 “符号”—— 它象征着每一个孤独者内心的囚笼,也象征着后室世界观中最核心的命题:比怪物更可怕的,是无处可逃的孤独。

Level Cloud-262
Level Cloud-262
https://backroom-wiki-cn.wikidot.com/level-cloud-262
{$caption}
作者将Level Cloud-262塑造成 “极光海” 与 “破碎之城” 两大层级意志博弈的战场,而人类(A.E.A 与流浪者)只是夹缝中挣扎的棋子。这个角度的妙处在于:
- 层级异常的本质是意志的延伸。极光的翻涌、灰白照片的蛊惑、镜子的认知污染,都不是孤立的 “危险设定”,而是 “极光海” 与 “破碎之城” 争夺层级控制权的具象化表现 —— 比如极光翻涌对应 “极光海” 力量的增强,灰白照片对应 “破碎之城” 的同化侵蚀。
- 人类的挣扎是打破平衡的尝试。A.E.A 制定的繁杂守则,本质是在两大意志的夹缝中寻找生存空间;而 “崩解极光计划” 则是人类主动出击,试图通过杀死 “持恒”(维持平衡的核心意志)来终结博弈,为层级争取新生。
- 宿命与反抗的对立统一。文档中反复强调 “极光城所孕育之人终将归于极光”,但人类仍以 “毁掉持恒、冲向城外” 的决绝姿态反抗 —— 这种 “明知不可为而为之” 的悲壮感,让整个层级的叙事深度远超普通后室文档。
总之,作者太强势了。
❤️❤️❤️❤️❤️❤️❤️❤️
给四网大蛇桂霞惹,所以你我强弱联手

Level Cloud-985
Level Cloud-985
https://backroom-wiki-cn.wikidot.com/level-cloud-985
{$caption}
这篇文档极具人文深度的女性抗争叙事,作者以“被压迫者的觉醒与复仇”为核心角度,通过碎片化折叠叙事、环境与权力的隐喻绑定、科技与人性的对抗共生 三个方面,构建了一个 “以冰雪为牢笼,以神明为枷锁” 的父权极权世界,最终完成了从 “受害者” 到 “革命者” 的蜕变史诗。
文章最大亮点,在于将后室的 “层级异常” 与 “女性抗争的人文叙事” 完美融合。作者没有刻意渲染后室的恐怖,而是通过 “冰雪牢笼” 的意象体系、“碎片化折叠” 的叙事结构、“科技与人性共生” 的主角塑造,构建了一个充满力量感的抗争史诗。Level Cloud-985 不再是一个简单的 “危险层级”,而是一个承载着 “反抗压迫、追求自由” 核心命题的寓言舞台—— 它的冰雪,冻住了过去;而c.w.种下的仙女木,则预示着未来。

Level Cloud-939
Level Cloud-939
https://backroom-wiki-cn.wikidot.com/level-cloud-939
{$caption}
这是最亮眼的创意 —— 作者没有写虚无缥缈的异常现象,而是精准捕捉了云室维基创作者的共同噩梦:Wikidot他妈的卡保存(怒)
辛辛苦苦堆的字数付之一炬,何尝不是一种“毁掉故事”
去你妈的wikidot
文章作者:corn-maize
本条编写:FNHanBao
竞赛的帷幕虽已落下,但云室的故事从未止步。那些在千字篇幅里绽放的灵感,那些为勾勒世界而倾注的心力,都将化作新的火种,点燃更多关于云室的书写热忱。愿我们带着这份对文字与世界的热爱,继续在云室的疆域里探索、记录、创造,在下一次的聚首中,遇见更精彩的篇章!

2025年度总结
颁奖环节
回望这一年,无数创作者以笔为刃,以字为砖,在云室的疆域里拓荒、筑垒,将零散的碎片编织成脉络清晰的故事,把模糊的轮廓雕琢为具象可感的图景。每一篇文字的落笔,每一次细节的打磨,都藏着对这片虚构天地的热忱与执着。
此刻,聚光灯已点亮,我们将为那些闪耀的创作者与作品,献上最诚挚的敬意与嘉奖。

一、年度最佳文章
二、 年度最佳搞笑文
三、 年度最抽象评论
由DX_com4于云分特供版梗与黑话合集下发布的
你好可爱啊
四、 年度最高奉献奖
五、 年度最佳写手
此刻站在这里,我们不谈数据,不言名次,只说一段属于我们的共同旅程。这一年里,有人在层级的字里行间构筑恢弘天地,有人用幽默的笔触消解跋涉的疲惫,有人以抽象的表达碰撞出思维的火花,更有人默默扎根,为社区的运转添砖加瓦。每一篇文字的落笔,每一次评论的发声,每一分热忱的投入,都不是孤星的闪烁,而是汇成了云室维基独有的星河。
今天的奖项,是一份认可,更是一份铭记。它铭记着创作者伏案的日夜,铭记着参与者真诚的投票,铭记着每一个名字背后,对这片虚拟疆域的热爱与坚守。没有所谓的 “孤胆英雄”,只有一群因热爱而聚的同路人 —— 是你们,让冰冷的代码有了温度,让虚构的层级有了生命力。
最后,再次感谢每一位的参与、支持与陪伴。2026 年,云室维基,我们再会!
推荐曲目
VIP不给生成链接()
中心页 | 下期 - 二〇二六年二月刊 »


