引用的页面 “component:toggle-sidebar-bhl” 尚不存在(立即创建)
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+SC:wght@100;300;400;500;700;900&display=swap'); /* root variables */ :root { max-width: 100vw; overflow-x: hidden; /* ===S-CSjavascript:;S-P INTEGRATION=== */ --theme-base: "black-highlighter"; --theme-id: "isolate-canon"; --theme-name: "Isolate Canon"; /* ===HEADER ELEMENTS=== */ --logo-image: url("http://backrooms-wiki-cnn.wikidot.com/local--files/theme:watch-your-back/isolate%20canon.png"); --header-title: "后室"; --header-subtitle: "留意身后……"; /* ===TYPEFACES=== */ --body-font: Ubuntu Mono, Consolas, Noto Sans SC, Noto Sans TC, monospace; --UI-font: var(--body-font); --header-font: var(--body-font); --title-font: var(--body-font); --mono-font: var(--body-font); /* ===HEADER TITLES=== */ --header-h1-font-size: 4rem; --header-h2-font-size: 2rem; --swatch-headerh2-color: var(--light-gray-monochrome); /* ===STANDARD THEME COLORS=== */ --white-monochrome: 255, 255, 255; --pale-gray-monochrome: 255, 255, 255, 0.8; --light-pale-gray-monochrome: 255, 255, 255, 0.5; --very-light-gray-monochrome: 255, 255, 255, 0.4; --light-gray-monochrome: 255, 255, 255, 0.5; --gray-monochrome: 0, 0, 0, 0.3; --dark-gray-monochrome: 0, 0, 0, 0.7; --black-monochrome: 0, 0, 0, 0.8; --pale-accent: 112,126,125; /* background */ --bright-accent: 255, 170, 0; /* link */ --medium-accent: 143, 150, 160; --dark-accent: 87, 91, 96; --alt-accent: 255, 125, 125; /* newpage link */ --link-color: var(--bright-accent); --visited-link-color: 215, 193, 246; --newpage-link-color: var(--alt-accent); --swatch-background: var(--pale-accent); --article-image: url("http://backrooms-split-library.wikidot.com/local--files/the-baserooms/20220426124255_99872.jpg"); /* ===GENERAL TEXT COLORS=== */ --swatch-text-dark: var(--black-monochrome); --swatch-text-light: var(--white-monochrome); --swatch-text-general: var(--swatch-text-light); --swatch-important-text: var(--bright-accent); /* ===MENU COLORS=== */ /* ===MENU BACKGROUND COLORS=== */ --swatch-menubg-color: var(--white-monochrome); --swatch-menubg-light-color: var(--pale-gray-monochrome); --swatch-menubg-medium-color: var(--dark-gray-monochrome); --swatch-menubg-medium-dark-color: var(--gray-monochrome); --swatch-menubg-dark-color: var(--gray-monochrome); --swatch-menubg-black-color: var(--black-monochrome); --swatch-menubg-hover-color: var(--black-monochrome); /* ===MENU TEXT COLORS=== */ --swatch-menutxt-dark-color: var(--black-monochrome); --swatch-menutxt-light-color: var(--white-monochrome); --swatch-menutxt-general-color: var(--swatch-menutxt-dark-color); /* ===SECONDARY & TERTIARY COLORS=== */ /* Editing these will edit a vast majority of theme elements. Useful for making dark themes */ /* Colors for Secondary & Tertiary items like Blockquote and YUI Tabs */ --swatch-secondary-color: var(--swatch-menubg-dark-color); --swatch-tertiary-color: var(--swatch-menubg-light-color); --swatch-alternate-color: var(--medium-accent); /* Text Colors for Secondary & Tertiary items like Sidebar Headers and Top-Bar Menu Text */ --swatch-text-secondary-color: var(--swatch-menutxt-light-color); --swatch-text-tertiary-color: var(--swatch-menutxt-light-color); /* ===STRUCTURAL MEASUREMENTS=== */ --header-height-on-desktop: 12rem; --header-height-on-mobile: 12rem; --header-width-on-desktop: 40rem; --body-width-on-desktop: 45rem; --topbar-height-on-desktop: 1.9rem; /* ===SIDEBAR BUTTON=== */ --toggle-button-bg: rgb(var(--gray-monochrome)); --toggle-border-color: transparent; --toggle-border-width: 0; --toggle-icon-color: rgb(var(--white-monochrome)); --toggle-roundness: 25%; } /* background */ #skrollr-body { background-color: rgb(var(--swatch-background)); } #skrollr-body::before { content: ""; position: fixed; background-image: linear-gradient(to bottom, transparent, rgb(var(--swatch-background))), var(--article-image); background-size: 100% 100%, cover; width: 100vw; height: 100vh; } #container-wrap-wrap::before { content: ""; position: fixed; width: 100vw; height: 100vh; -webkit-backdrop-filter: blur(13px); backdrop-filter: blur(13px); } @media only screen and (min-width: 56.25rem) { /* main content */ #main-content { padding: 0.5rem 1rem; margin: 3.5rem auto 1.5rem auto; background: rgba(var(--gray-monochrome)); --swatch-background: 0,0,0,0; grid-template-areas: "action-area-top action-area-top action-area-top action-area-top action-area-top action-area-top""page-tags page-tags page-tags page-tags page-tags page-tags""page-title page-title page-title page-title page-title page-title""breadcrumbs breadcrumbs breadcrumbs breadcrumbs breadcrumbs breadcrumbs""page-content page-content page-content page-content page-content page-content""page-info-break page-info-break page-info-break page-info-break page-info-break page-info-break"". . pwatch pwatch pwatch pwatch"". . pinfo pinfo pinfo pinfo""options-1 options-1 options-1 options-1 options-1 options-1""options-2 options-2 options-2 options-2 options-2 options-2""pbottom pbottom pbottom pbottom pbottom pbottom""action-area-btm action-area-btm action-area-btm action-area-btm action-area-btm action-area-btm"; } /* topmenu */ #header div[class*="top-bar"] > ul { background: rgba(var(--gray-monochrome)); border-radius: 0.75rem; padding: 0 1rem; box-sizing: border-box; } #header div[class*="top-bar"] > ul > li > a { border-left: 1px dotted rgb(var(--white-monochrome)); } #header div[class*="top-bar"] > ul > li:first-of-type > a{ border: none; } /* make the login info go to the actual screen edge */ #header { position: static; } /* border under topmenu */ #header::after { content: ""; position: absolute; height: 1px; background: rgba(var(--pale-gray-monochrome)); width: 60rem; left: calc(calc(100vw - 60rem) / 2); } /* header logo */ #header { background-image: none; } #header::before { content: ""; width: 100%; height: var(--header-height-on-desktop); position: absolute; top: 0; left: 0; background: var(--logo-image); opacity: 0.25; background-position: center bottom; background-size: auto calc(var(--header-height-on-desktop) - 2rem); background-repeat: no-repeat; } #header div#top-bar { font-size: 1rem; } } /* tags */ #main-content .page-tags { box-shadow: none; padding: 0; margin: 0; font-size: 1rem; } #main-content .page-tags::before { display: none; } #main-content .page-tags span { display: inline-flex; padding-top: -1px; font-size: inherit; } #main-content .page-tags span::before { color: rgb(var(--swatch-text-general)); content: "标签:" font-weight: bold; } @media only screen and (min-width: 56.25rem) { /* title */ #page-title, .meta-title { margin: 0; margin-top: 0.5rem; font-size: 2.5em; } #page-title, .meta-title { font-size: 3em; } /* center header */ #header :is(h1, h2) { width: 100%; max-width: var(--header-width-on-desktop); display: flex; } #header h1 a { margin: 4rem auto; } #header h2 span { margin-left: unset; font-size: 0; margin-top: 7.5rem; align-content: center; width: 100%; text-align: center; } #header h2 span::before { font-size: var(--header-h2-font-size); } } /* buttons */ div[id*=page-options-bottom]:not(.page-rate-widget-box):not(#search-top-box-form)>a.btn { padding: 3px; box-shadow: none; flex-basis: 7rem; } div[id*=page-options-bottom]>a:after { content: none; } /* removing --swatch-background in places */ form#edit-page-form table.form:first-of-type tr:focus-within td:first-of-type, form#edit-post-form table.form:first-of-type tr:focus-within td:first-of-type, form#new-post-form table.form:first-of-type tr:focus-within td:first-of-type, form#new-thread-form table.form:first-of-type tr:focus-within td:first-of-type { color: rgb(var(--pale-gray-monochrome)); } form#edit-page-form .edit-page-bottomtable tr > td:nth-of-type(1) > div:nth-of-type(1):focus-within::before, form#edit-post-form .edit-page-bottomtable tr > td:nth-of-type(1) > div:nth-of-type(1):focus-within::before, form#new-post-form .edit-page-bottomtable tr > td:nth-of-type(1) > div:nth-of-type(1):focus-within::before, form#new-thread-form .edit-page-bottomtable tr > td:nth-of-type(1) > div:nth-of-type(1):focus-within::before { color: rgb(var(--pale-gray-monochrome)); } /* mobile */ @media only screen and (max-width: 56.25rem) { :root { --header-h1-font-size: 6vw; --header-h2-font-size: 3vw; } #main-content > *, #main-content > * ~ * { max-width: var(--body-width-on-mobile); } #header :is(h1, h2), #top-bar { max-width: unset; } #header div#top-bar { max-width: unset; } #header div[class*="top-bar"] > ul { max-width: unset; } #content-wrap { background: rgba(var(--gray-monochrome)); } #main-content { --swatch-background: 0,0,0,0; grid-template-areas: "action-area-top action-area-top action-area-top action-area-top action-area-top action-area-top""page-tags page-tags page-tags page-tags page-tags page-tags""page-title page-title page-title page-title page-title page-title""breadcrumbs breadcrumbs breadcrumbs breadcrumbs breadcrumbs breadcrumbs""page-content page-content page-content page-content page-content page-content""page-info-break page-info-break page-info-break page-info-break page-info-break page-info-break"". . pwatch pwatch pwatch pwatch"". . pinfo pinfo pinfo pinfo""options-1 options-1 options-1 options-1 options-1 options-1""options-2 options-2 options-2 options-2 options-2 options-2""pbottom pbottom pbottom pbottom pbottom pbottom""action-area-btm action-area-btm action-area-btm action-area-btm action-area-btm action-area-btm"; } #top-bar { -webkit-backdrop-filter: blur(13px); backdrop-filter: blur(13px); } } /* blockquote */ :is(blockquote, .blockquote, div.blockquote, [class*="blockquote"]) { background-color: rgb(var(--gray-monochrome)); } /* footnotes */ .hovertip { -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px); } .footnotes-footer a[href*="javascript"]::before { display: none; } .footnotes-footer a[href*="javascript"], .footnotes-footer a[href*="javascript"]:visited { color: rgb(var(--link-color)); min-width: unset; width: 1ch; } /* owindow */ #odialog-container div.owindow { -webkit-backdrop-filter: blur(13px); backdrop-filter: blur(13px); } /* tags */ #main-content { --pagetags-text-color: var(--pale-gray-monochrome); --pagetags-text-hover-color: var(--dark-gray-monochrome); } .page-tags span::before { content: "标签:"; font-size: 90%; display: inline-flex; align-items: center; } #main-content .page-tags span a:not([href^="/system:page-tags/tag/_"]), #main-content .page-tags span a:visited:not([href^="/system:page-tags/tag/_"]) { margin: 0; font-size: 90%; }
"接上……(干扰音)信号了?”
"你觉得……[信号中断][信号重连]这里(白噪音)会有……人类(噪音)吗?(信号受到严重干扰)”
"您现在所(噪音)处……的(杂乱噪音)位置是"底室-The baserooms"”
“这里没有任何信号,规则基本与前室一致(信号干扰)没有非欧几里得空间……”
“该无线电信……号由这里不幸的……(电磁干扰)(白噪音)不到六百的人口……最后发布,借助回音效应无限回荡”
“这里是……没有希望的,所有实体都是……悲剧的,要想活下去,请耐心倾听……无线电无限循环回音数据库”
“(严重干扰)接下来……是访问回音shjdjk(干扰)数据库的方法,对你很……重要,请仔细(信号严重干扰)[信号消失]”
你焦急的试图重连那仅存着的信号,可无论你如何进行连接,手机荧屏上只有“无信号”三字,逐渐的,你愈发感到绝望……
维度特点
后室之下1,存在着一片巨大的黑色虚空,位于后室的最底处,以后室为原点,其于坐标系对应Y轴上的值大约为-9223372036854775808个维度单位,特性极为反常。几乎所有的M.E.G数据库中都没有将其记录下来,且无人知道此维度存在。
底室是位于虚空中的空间,坠入至这里的人将彻底被时间遗忘,类似于黑洞的时间膨胀效应2。在流浪者坠入至底室后,对于底室外的人,流浪者自身的时间失去意义。在流浪者感官看来依旧存在时间,但实则外部维度已经度过了数量级大至无法被估量的时间3。对底室内的人而言,底室外部的维度已不存在。亘古的时间使底室充分锚固而难以产生非欧几里得空间。
底室为一个对流浪者生存造成极大威胁并以单调、破败、废弃建筑为基调风格的室。底室被分为多个区域,而不是楼层,参见底室区域列表。底室最多只会有一百个几乎单调无一、枯燥乏味的破旧区域,仅区域列表中的区域编号不会超过99。
底室中没有任何电子信号,唯一的联系方法仅是回音效应。
实体
从后室跌入此处的实体极为罕见,如同人类在这里也极为罕见一样,也鲜有底室的实体存在。
物品
被陈列于底室数据库内的的物品是唯一可在底室中存在的物品,在流浪者卡入底室时所携带的不来源于底室的物品会瞬间瓦解,仿佛从不存在。流浪者仅能通过底室特有的物品去制造作为其衍生而得以存在的实用物品。
死水
死水主要分布于底室破败建筑的缝隙内,偶尔也从建筑顶部渗出并滴落于地表构成死水洼,几乎为底室唯一的淡水替代品,相较于前室的饮用水,死水的外观与质地更接近无杂质的墨水,亦可用于书写信息,而较于后室的杏仁水,死水不具有任何营养,仅依靠补充死水不足以使底室的流浪者存活。
风化陶片
风化陶片是底室流浪者常用于记录文档的载体,外观为一块硬而脆的薄陶片。风化陶片一经死水浸润则具有优异的柔韧性4,多个风化陶片于数小时的死水浸润下可粘连为一体5。在含有较多死水的情况下,陶片将停止自身的持续风化,底室的流浪者通过频繁喷洒死水得以留存大量陶片。陶片作为建筑废料广泛存在于底室破败建筑的地表与墙体,大多以堆垛形式呈现。
锈蚀螺栓
螺栓6的远头端饱经锈蚀而变尖锐,螺杆7内部因风化出现细小的中空缝隙。通过调整螺母配件的附着位置可作为简易的笔具使用,向缝隙内注入死水即可在风化陶片上写出文字。可从脱落的混凝土中发现,亦可破坏不稳固的墙体获得螺栓。
剥落钢筋
钢筋锈蚀后体积扩增形成较大的锈蚀物,会对周遭混凝土形成一定的爆胀压力,进而导致构筑物表面发生龟裂,最终使自身从建筑体脱出而散落于地面。坚固且长的钢筋可充当性能优秀的武器,利用死水使依附表面的氧化物剥落,并用受死水浸润的陶片覆盖遏制其进一步氧化以延长使用寿命。
收音机
收音机于陈旧的建筑房间内分布。收音机外壳破损,大多电子元件外裸,经过重新接线后用陶片填充破损处仍能使用,可进行调频处理直接收听回音数据库,对于初入的流浪者至关重要。
组织
底室的人口没有超过六百,在这里的流浪者也无法进行有效的生殖行为,非同一亲本的染色体在底室是无法结合的,再者来到这里的流浪者本就是一种悲剧8,因而这里组织极少,目前位于底室最大的组织是“Baserooms.Main.Explore.Group.”(底室主要探索集团),其次为“底室聚落”组织,除这两种组织外目前并没有发现其他组织。仅有260名流浪者加入过组织,但即便只有260位,却也占据了底室一半的人口,底室被认为拥有大约五百名人类,他们不可能产生任何后代,且相对于外部世界他们的寿命是无限长的,也不存在所谓有限的寿命。
“B.M.E.G”
- 总计163名成员
- 与底边聚落一起控制着底室回音数据库
- 主要目的为对底室进行探索
- 正在吸纳新成员
“底边聚落”组织
- 目前有97名成员
- 目标合作所有底室流浪者,在令人绝望的残酷环境中艰难求生
- 成员生活极为贫苦
入口和出口
入口
出口
- 自流浪者坠入底室那一刻,外部世界就已宛若消失,只有底室为流浪者的最终的归属。
回音效应
你将无线电调至89Mhz9之外,信号声再次响起
“(连接信号)(白噪音)(嘈杂音)”
回音效应是底室的一种无线电现象,主要表现为发射出的无线电无限次重复在底室中,拥有无线电设备的流浪者可以在回音内随意增添新信号,但会使在这里的无线电变得更加不稳定、错乱,产生更多的干扰。建议大家不要在底室仅有的回音内发射新内容,除非内容确实重要,否则请当好一位听众,回音是这里唯一的交流手段,我们不能让最后的资源再受到污染,谢谢配合。
不同内容的回音可通过调整频道收听,增添内容会导致Mhz增加
流浪者可以通过使用无线电发射信号,添加内容,请添加有价值内容……
“[信号中断]”
通篇设定由Love Small Black完全独自撰写,不接受任何形式的转载、引用,有且只有本页面展示本篇设定。经Love Small Black授权后可应用本篇设定。
一份世界观内对底室设定的介绍,详见“底室”。
由 Love Small Black 撰写
荒芜,破旧与衰败之现实
声明
1.涉及底室内容的网站区域作为独立底室站点存在,Lolfoxy!为底室站点站长。
2.底室与割裂室为密切合作关系,二者仅共享网站,并非附属一类的一切不平等地位,若有人刻意曲解底室与割裂室的关系,并散播该类错误言论,必将受到严惩,底室站点站长Lolfoxy!亲自定夺处罚标准,包括但不限于封号在内的一切处罚。
条目一览
区域列表
- Base 0 - 荒芜伊始
- Base 1 - 数据缺失
- Base 2 - 数据缺失
- Base 3 - 数据缺失
- Base 4 - 数据缺失
- Base 5 - 数据缺失
- Base 6 - 数据缺失
- Base 7 - 数据缺失
- Base 8 - 数据缺失
- Base 9 - 数据缺失
- Base 10 - 数据缺失
目前底室只存在100个区域,没有其他更多的区域
目前发现,底室存在一个真正的最底处的区域,所有区域都在其之上。我们将该区域命名为“底边”。
引用的页面 “component:toggle-sidebar-bhl” 尚不存在(立即创建)
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+SC:wght@100;300;400;500;700;900&display=swap'); /* root variables */ :root { max-width: 100vw; overflow-x: hidden; /* ===S-CSjavascript:;S-P INTEGRATION=== */ --theme-base: "black-highlighter"; --theme-id: "isolate-canon"; --theme-name: "Isolate Canon"; /* ===HEADER ELEMENTS=== */ --logo-image: url("http://backrooms-wiki-cnn.wikidot.com/local--files/theme:watch-your-back/isolate%20canon.png"); --header-title: "后室"; --header-subtitle: "留意身后……"; /* ===TYPEFACES=== */ --body-font: Ubuntu Mono, Consolas, Noto Sans SC, Noto Sans TC, monospace; --UI-font: var(--body-font); --header-font: var(--body-font); --title-font: var(--body-font); --mono-font: var(--body-font); /* ===HEADER TITLES=== */ --header-h1-font-size: 4rem; --header-h2-font-size: 2rem; --swatch-headerh2-color: var(--light-gray-monochrome); /* ===STANDARD THEME COLORS=== */ --white-monochrome: 255, 255, 255; --pale-gray-monochrome: 255, 255, 255, 0.8; --light-pale-gray-monochrome: 255, 255, 255, 0.5; --very-light-gray-monochrome: 255, 255, 255, 0.4; --light-gray-monochrome: 255, 255, 255, 0.5; --gray-monochrome: 0, 0, 0, 0.3; --dark-gray-monochrome: 0, 0, 0, 0.7; --black-monochrome: 0, 0, 0, 0.8; --pale-accent: 112,126,125; /* background */ --bright-accent: 255, 170, 0; /* link */ --medium-accent: 143, 150, 160; --dark-accent: 87, 91, 96; --alt-accent: 255, 125, 125; /* newpage link */ --link-color: var(--bright-accent); --visited-link-color: 215, 193, 246; --newpage-link-color: var(--alt-accent); --swatch-background: var(--pale-accent); --article-image: url("http://backrooms-split-library.wikidot.com/local--files/the-baserooms/1"); /* ===GENERAL TEXT COLORS=== */ --swatch-text-dark: var(--black-monochrome); --swatch-text-light: var(--white-monochrome); --swatch-text-general: var(--swatch-text-light); --swatch-important-text: var(--bright-accent); /* ===MENU COLORS=== */ /* ===MENU BACKGROUND COLORS=== */ --swatch-menubg-color: var(--white-monochrome); --swatch-menubg-light-color: var(--pale-gray-monochrome); --swatch-menubg-medium-color: var(--dark-gray-monochrome); --swatch-menubg-medium-dark-color: var(--gray-monochrome); --swatch-menubg-dark-color: var(--gray-monochrome); --swatch-menubg-black-color: var(--black-monochrome); --swatch-menubg-hover-color: var(--black-monochrome); /* ===MENU TEXT COLORS=== */ --swatch-menutxt-dark-color: var(--black-monochrome); --swatch-menutxt-light-color: var(--white-monochrome); --swatch-menutxt-general-color: var(--swatch-menutxt-dark-color); /* ===SECONDARY & TERTIARY COLORS=== */ /* Editing these will edit a vast majority of theme elements. Useful for making dark themes */ /* Colors for Secondary & Tertiary items like Blockquote and YUI Tabs */ --swatch-secondary-color: var(--swatch-menubg-dark-color); --swatch-tertiary-color: var(--swatch-menubg-light-color); --swatch-alternate-color: var(--medium-accent); /* Text Colors for Secondary & Tertiary items like Sidebar Headers and Top-Bar Menu Text */ --swatch-text-secondary-color: var(--swatch-menutxt-light-color); --swatch-text-tertiary-color: var(--swatch-menutxt-light-color); /* ===STRUCTURAL MEASUREMENTS=== */ --header-height-on-desktop: 12rem; --header-height-on-mobile: 12rem; --header-width-on-desktop: 40rem; --body-width-on-desktop: 45rem; --topbar-height-on-desktop: 1.9rem; /* ===SIDEBAR BUTTON=== */ --toggle-button-bg: rgb(var(--gray-monochrome)); --toggle-border-color: transparent; --toggle-border-width: 0; --toggle-icon-color: rgb(var(--white-monochrome)); --toggle-roundness: 25%; } /* background */ #skrollr-body { background-color: rgb(var(--swatch-background)); } #skrollr-body::before { content: ""; position: fixed; background-image: linear-gradient(to bottom, transparent, rgb(var(--swatch-background))), var(--article-image); background-size: 100% 100%, cover; width: 100vw; height: 100vh; } #container-wrap-wrap::before { content: ""; position: fixed; width: 100vw; height: 100vh; -webkit-backdrop-filter: blur(13px); backdrop-filter: blur(13px); } @media only screen and (min-width: 56.25rem) { /* main content */ #main-content { padding: 0.5rem 1rem; margin: 3.5rem auto 1.5rem auto; background: rgba(var(--gray-monochrome)); --swatch-background: 0,0,0,0; grid-template-areas: "action-area-top action-area-top action-area-top action-area-top action-area-top action-area-top""page-tags page-tags page-tags page-tags page-tags page-tags""page-title page-title page-title page-title page-title page-title""breadcrumbs breadcrumbs breadcrumbs breadcrumbs breadcrumbs breadcrumbs""page-content page-content page-content page-content page-content page-content""page-info-break page-info-break page-info-break page-info-break page-info-break page-info-break"". . pwatch pwatch pwatch pwatch"". . pinfo pinfo pinfo pinfo""options-1 options-1 options-1 options-1 options-1 options-1""options-2 options-2 options-2 options-2 options-2 options-2""pbottom pbottom pbottom pbottom pbottom pbottom""action-area-btm action-area-btm action-area-btm action-area-btm action-area-btm action-area-btm"; } /* topmenu */ #header div[class*="top-bar"] > ul { background: rgba(var(--gray-monochrome)); border-radius: 0.75rem; padding: 0 1rem; box-sizing: border-box; } #header div[class*="top-bar"] > ul > li > a { border-left: 1px dotted rgb(var(--white-monochrome)); } #header div[class*="top-bar"] > ul > li:first-of-type > a{ border: none; } /* make the login info go to the actual screen edge */ #header { position: static; } /* border under topmenu */ #header::after { content: ""; position: absolute; height: 1px; background: rgba(var(--pale-gray-monochrome)); width: 60rem; left: calc(calc(100vw - 60rem) / 2); } /* header logo */ #header { background-image: none; } #header::before { content: ""; width: 100%; height: var(--header-height-on-desktop); position: absolute; top: 0; left: 0; background: var(--logo-image); opacity: 0.25; background-position: center bottom; background-size: auto calc(var(--header-height-on-desktop) - 2rem); background-repeat: no-repeat; } #header div#top-bar { font-size: 1rem; } } /* tags */ #main-content .page-tags { box-shadow: none; padding: 0; margin: 0; font-size: 1rem; } #main-content .page-tags::before { display: none; } #main-content .page-tags span { display: inline-flex; padding-top: -1px; font-size: inherit; } #main-content .page-tags span::before { color: rgb(var(--swatch-text-general)); content: "标签:" font-weight: bold; } @media only screen and (min-width: 56.25rem) { /* title */ #page-title, .meta-title { margin: 0; margin-top: 0.5rem; font-size: 2.5em; } #page-title, .meta-title { font-size: 3em; } /* center header */ #header :is(h1, h2) { width: 100%; max-width: var(--header-width-on-desktop); display: flex; } #header h1 a { margin: 4rem auto; } #header h2 span { margin-left: unset; font-size: 0; margin-top: 7.5rem; align-content: center; width: 100%; text-align: center; } #header h2 span::before { font-size: var(--header-h2-font-size); } } /* buttons */ div[id*=page-options-bottom]:not(.page-rate-widget-box):not(#search-top-box-form)>a.btn { padding: 3px; box-shadow: none; flex-basis: 7rem; } div[id*=page-options-bottom]>a:after { content: none; } /* removing --swatch-background in places */ form#edit-page-form table.form:first-of-type tr:focus-within td:first-of-type, form#edit-post-form table.form:first-of-type tr:focus-within td:first-of-type, form#new-post-form table.form:first-of-type tr:focus-within td:first-of-type, form#new-thread-form table.form:first-of-type tr:focus-within td:first-of-type { color: rgb(var(--pale-gray-monochrome)); } form#edit-page-form .edit-page-bottomtable tr > td:nth-of-type(1) > div:nth-of-type(1):focus-within::before, form#edit-post-form .edit-page-bottomtable tr > td:nth-of-type(1) > div:nth-of-type(1):focus-within::before, form#new-post-form .edit-page-bottomtable tr > td:nth-of-type(1) > div:nth-of-type(1):focus-within::before, form#new-thread-form .edit-page-bottomtable tr > td:nth-of-type(1) > div:nth-of-type(1):focus-within::before { color: rgb(var(--pale-gray-monochrome)); } /* mobile */ @media only screen and (max-width: 56.25rem) { :root { --header-h1-font-size: 6vw; --header-h2-font-size: 3vw; } #main-content > *, #main-content > * ~ * { max-width: var(--body-width-on-mobile); } #header :is(h1, h2), #top-bar { max-width: unset; } #header div#top-bar { max-width: unset; } #header div[class*="top-bar"] > ul { max-width: unset; } #content-wrap { background: rgba(var(--gray-monochrome)); } #main-content { --swatch-background: 0,0,0,0; grid-template-areas: "action-area-top action-area-top action-area-top action-area-top action-area-top action-area-top""page-tags page-tags page-tags page-tags page-tags page-tags""page-title page-title page-title page-title page-title page-title""breadcrumbs breadcrumbs breadcrumbs breadcrumbs breadcrumbs breadcrumbs""page-content page-content page-content page-content page-content page-content""page-info-break page-info-break page-info-break page-info-break page-info-break page-info-break"". . pwatch pwatch pwatch pwatch"". . pinfo pinfo pinfo pinfo""options-1 options-1 options-1 options-1 options-1 options-1""options-2 options-2 options-2 options-2 options-2 options-2""pbottom pbottom pbottom pbottom pbottom pbottom""action-area-btm action-area-btm action-area-btm action-area-btm action-area-btm action-area-btm"; } #top-bar { -webkit-backdrop-filter: blur(13px); backdrop-filter: blur(13px); } } /* blockquote */ :is(blockquote, .blockquote, div.blockquote, [class*="blockquote"]) { background-color: rgb(var(--gray-monochrome)); } /* footnotes */ .hovertip { -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px); } .footnotes-footer a[href*="javascript"]::before { display: none; } .footnotes-footer a[href*="javascript"], .footnotes-footer a[href*="javascript"]:visited { color: rgb(var(--link-color)); min-width: unset; width: 1ch; } /* owindow */ #odialog-container div.owindow { -webkit-backdrop-filter: blur(13px); backdrop-filter: blur(13px); } /* tags */ #main-content { --pagetags-text-color: var(--pale-gray-monochrome); --pagetags-text-hover-color: var(--dark-gray-monochrome); } .page-tags span::before { content: "标签:"; font-size: 90%; display: inline-flex; align-items: center; } #main-content .page-tags span a:not([href^="/system:page-tags/tag/_"]), #main-content .page-tags span a:visited:not([href^="/system:page-tags/tag/_"]) { margin: 0; font-size: 90%; }