/* 由 SwitzerCandy 修改 */ /* 字体 */ @import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;700;900&display=swap'); @import url('https://fonts.googleapis.com/css2?family=Noto+Serif+SC&display=swap'); @import url('https://fonts.googleapis.com/css2?family=Long+Cang&display=swap'); @import url('https://fonts.googleapis.com/css2?family=Noto+Sans+SC&display=swap'); :root { --logo-image: url("http://nationarea.wikidot.com/local--files/theme:socialism-daylight/nothin"); /* 版头 */ --header-title: "The Nationarea"; --header-subtitle: "夕照海"; /* 标题字体 */ --title-font: 'Noto Serif SC'; --mono-font: 'Noto Serif SC'; /* 正文字体 */ --body-font: 'Noto Serif SC', sans-serif; /* 页面颜色配置:White Monochrome */ /* 这会影响:Darkblock 的文字颜色 */ --white-monochrome: 255, 255, 255; /* 页面颜色配置:Swatch Background */ /* 这会影响:页面背景的颜色 */ --swatch-background: 82, 62, 52; /* 页面颜色配置:Swatch Menubg Dark Color */ /* 这会影响:顶栏块出现时的背景颜色 */ /* 特别致谢:Liurd */ --swatch-menubg-dark-color: 82, 62, 52; /* 主题色 */ --nationarea-monochrome: 82, 62, 52; /* 第二主题色 */ --pale-gray-monochrome: 175, 155, 130, 0.5; /* 第三主题色 */ --light-gray-monochrome: 115, 101, 82; /* 顶栏主题色 */ --gray-monochrome: 115, 101, 82; /* 黑 */ --black-monochrome: 255, 255, 255; /* 顶栏边框 */ --swatch-topmenu-border-color: 0, 0, 0; /* 横幅 */ --background-image: url(http://nationarea.wikidot.com/local--files/theme:oceanic-sunset/example); /* 版头彩点 */ --medium-accent: 82, 62, 52, 0; --dark-accent: 82, 62, 52; --pale-accent: 144, 96, 73; --bright-accent: 110, 96, 77; --swatch-topmenu-border-color: 82, 62, 52; /* 链接颜色 */ --link-color: 220, 131, 60; /* 死链接的颜色 */ --hover-link-color: 255, 255, 255; /* 曾访问的连接颜色 */ --visited-link-color: 186, 131, 74; /* 版头 */ --background-gradient-distance: 0rem; --gradient-header: linear-gradient(to top, rgba(var(--upbar)) 0%, rgba(var(--medium-accent), 0.90) 100%); --diagonal-stripes: linear-gradient(transparent 0); } /* 横幅 */ body { background-image: var(--background-image); background-repeat: no-repeat; background-position: center; background-blend-mode: normal; background-attachment: fixed; background-size: cover; } @media all and (-moz-min-device-pixel-ratio: 1.41) and (-moz-max-device-pixel-ratio: 1.6), (-webkit-min-device-pixel-ratio: 1.41) and (-webkit-max-device-pixel-ratio: 1.6), (min-resolution: 1.41dppx) and (max-resolution: 1.6dppx) { #content-wrap { max-width: 52rem; } } #footer, #license-area { display: none !important; } #side-bar .side-block div a img { filter: grayscale(100%); } #container { background-image: radial-gradient(circle, transparent 50%, transparent 0); background-size: 0.25em 0.25em; background-repeat: repeat; background-attachment: fixed; } div#page-options-bottom-2>a, div#page-options-bottom>a { border-radius: 0em; -moz-border-radius: 0em; border: none; } div#page-options-bottom-2>a:active, div#page-options-bottom-2>a:hover, div#page-options-bottom>a:active, div#page-options-bottom>a:hover { border: none; } #header, #top-bar { background-attachment: scroll; } #header { background-image: none; } #header::before { content: ""; position: absolute; height: 100%; width: 100%; left: 0; top: 0; background-size: auto 16rem; background-position: center; background-repeat: no-repeat; opacity: 0.4; background-image: var(--logo-image); } #header h1, #header h1 a { position: absolute; top: 1rem; margin: 0; width: 100%; display: flex; justify-content: center; z-index: 0; } #header h2, #header h2 span, #header h2 span::before { position: absolute; top: 2rem; margin: 0; width: 100%; display: flex; justify-content: center; } #header h1 a::before, #header h2 span::before { text-shadow: .063rem 0.1rem 0.1rem #0c0c0c; } a.newpage { background: transparent; text-decoration: none } a.newpage { color: rgb(var(--newpage-color)) } /* div块 */ blockquote { background-color: rgba(var(--pale-gray-monochrome), 0.35); box-shadow: 0.05rem 0.1rem 0.3rem rgba(0, 0, 0, .25); } /* 有特色的div块 */ .styled-quote { background-color: rgba(var(--pale-gray-monochrome), 0.35); border-left: 0.5rem solid rgba(var(--nationarea-monochrome)); padding: 0.1rem 1rem; margin: 0.5rem 0 0.5rem 0.25rem; box-shadow: 0.05rem 0.1rem 0.3rem rgba(0, 0, 0, .25); } /* 暗色样式div块 */ .dark-styled-quote { background-color: rgba(var(--nationarea-monochrome), 0.35); border-left: 0.5rem solid rgba(var(--pale-gray-monochrome)); color: rgb(var(--white-monochrome)); padding: 0.1rem 1rem; margin: 0.5rem 0 0.5rem 0.25rem; box-shadow: 0.05rem 0.1rem 0.3rem rgba(0, 0, 0, .25); } .dark-styled-quote a { color: rgba(var(--swatch-menubg-medium-color), 0.35); } /* 亮色div块 */ .lightblock { background-color: rgba(var(--white-monochrome), 0.35); padding: 0.01rem 1rem; margin: 0.5rem 0 0.5rem 0.25rem; box-shadow: 0 0.2rem 0.3rem rgba(0, 0, 0, .25); } /* 暗色div块 */ .darkblock { background-color: rgba(var(--nationarea-monochrome), 0.35); color: rgb(var(--white-monochrome)); padding: 0.01rem 1rem; margin: 0.5rem 0 0.5rem 0.25rem; box-shadow: 0 0.2rem 0.3rem rgba(0, 0, 0, .25); } .darkblock a { color: rgba(var(--swatch-menubg-medium-color), 0.35); } #side-bar { direction: rtl; left: 2rem; padding-left: 0; top: 0; } #side-bar div.side-block { direction: ltr; border-right: var(--sidebar-internal-border-thickness) solid rgba(var(--swatch-border-color), .08); } #side-bar div.side-block, #side-bar div.side-block .heading { margin-top: 0; } #side-bar div.menu-item.small a { justify-content: center; width: auto; padding: 0 0.25em; text-indent: 0; white-space: nowrap; } #side-bar div.menu-item a { justify-content: flex-start; padding: 0 0 0 calc(var(--base-font-size)*.93333); } #side-bar div.menu-item, #side-bar div.menu-item>p { display: flex; flex-shrink: 0; flex-basis: 100%; flex-flow: row wrap; align-items: center; justify-content: flex-start; height: 1.5rem; min-height: 1.5rem; margin: 0; padding: 0; box-shadow: inset 0 calc(var(--sidebar-internal-border-thickness)*-1) 0 0 rgba(var(--sidebar-border-color)); font-size: 0; } #side-bar div.menu-item>:last-child { flex-grow: 2; } #side-bar div.menu-item a:not(a:first-child) { border-left: var(--sidebar-internal-border-thickness) solid rgba(var(--swatch-border-color), .08) } #side-bar div.menu-item a::before { left: 0; transform: translateX(calc(-100%)); width: calc(100% + 6rem); } #side-bar div.menu-item a:hover::before { transform: translateX(calc(0rem)); } #side-bar div.scpnet-interwiki-wrapper { min-height: 220px; transform: translate(0, 0); } div.scpnet-interwiki-wrapper { margin: 0; width: auto; } iframe.scpnet-interwiki-frame { border: inherit; width: 100%; height: 220px; } @media only screen and (min-width: 768px) { div.scpnet-interwiki-wrapper, iframe.scpnet-interwiki-frame { width: 100%; } } @media only screen and (max-width: 768px) { #side-bar { left: calc(var(--sidebar-width-on-mobile)*-1); } #side-bar:target, #skrollr-body:target #side-bar { left: -0.5rem; } #side-bar .heading p, #side-bar .side-block>.collapsible-block .collapsible-block-link { letter-spacing: 0.016em; } #side-bar div.scpnet-interwiki-wrapper { width: calc(var(--sidebar-width-on-mobile) - 0.5rem); max-width: calc(80vw + var(--base-font-size)*.5); } #side-bar:target .close-menu, #skrollr-body:target .close-menu { margin-left: calc(var(--sidebar-width-on-mobile) - 0.5rem); width: calc(100% - var(--sidebar-width-on-mobile) + 0.5rem); } } /* Content Warning */ #page-content div#u-adult-warning { width: fit-content; margin: 0 auto 1.25rem; padding: 0.5rem 1rem; border: 3px solid #333; background: #e4e4e4; color: #333; text-align: center; font-weight: bold; } #page-content div#u-adult-warning>div#u-adult-header { font-size: 300%; text-shadow: 1px 2px 3px rgba(0, 0, 0, .5); color: #901; } #page-content div#u-adult-warning>div#u-adult-header p { margin: 0; } #page-content div#u-adult-warning>.error-block { color: unset; padding: unset; margin: unset; border: unset; margin-bottom: 1em; } /* 去除用户信息中头像白边 */ #odialog-container .owindow>div.modal-body>img[style*="padding: 2px 8px;"]:first-child { background-color: initial !important; } /* 搜索框修改 */ #search-top-box-input { display: none; } @media only screen and (max-width: 768px) { #search-top-box:not(:focus-within):before { top: calc(var(--header-height-on-mobile)/2 + 0.5em); } } /* 论坛样式修改 */ .thread-container .post .long .content .image:not(.collapsible-block .image) { object-fit: cover; max-height: 2em; width: 100%; transition: max-height 0.5s; } .thread-container .post .long .content .image:hover:not(.collapsible-block .image) { max-height: 100em; } :root { --thread-accent-color: 227, 223, 213; } .thread-container>.options { display: none; } .thread-container .post-container { background-color: rgb(var(--thread-accent-color)); } #thread-container-posts>.post-container { border: 1px solid rgb(var(--dark-accent)); } #recent-posts-container>.thread-container .post { border: 1px solid rgb(var(--dark-accent)); background-color: rgb(var(--thread-accent-color)); margin-bottom: 1rem; } #thread-container-posts>.post-container>.post-container>.post-container>.post-container>.post-container>.post-container { border-right: 1px solid rgb(var(--dark-accent)); } .thread-container .post { padding: 0; width: 100%; border-radius: 3px; padding: 0 0 12px 0; } .thread-container #thread-container-posts>.post-container { margin: 0 0 12px 0; padding: 12px; } .thread-container .post-container .post~.post-container { border-top: 1px solid rgb(var(--dark-accent)); } .thread-container .post .long { position: relative; border: none; } .thread-container .post .head { padding: 0 0 18px 0; background: none; box-shadow: none; border-radius: 0; } .thread-container .post .head .options { display: none; } .thread-container .post .head .title { position: relative; overflow: hidden; } #page-content .post .head .title { word-break: break-all; } .thread-container .post .head .title::after { content: ""; position: absolute; bottom: 1px; left: 0; height: 1px; width: 100%; background-color: rgb(var(--nationarea-monochrome)); } .thread-container .post .head .info { display: grid; align-items: center; padding: 4px 0 0 0; grid-template-areas: "username username date date date" "forum forum forum thread thread"; grid-template-columns: max-content max-content max-content 1fr; grid-template-rows: 1fr max-content; font-size: 0; } .thread-container .post .head .info>* { font-size: initial; } .thread-container .post .head .info .printuser { display: flex; align-items: center; justify-content: flex-start; grid-area: username; } .thread-container .post .head .info .printuser::after { content: "·"; padding: 0 6px; } .thread-container .post .head .info .odate { grid-area: date; display: flex !important; pointer-events: none; } .thread-container .post .head .info br { grid-area: br; width: 100%; } .thread-container .post .head .info>a { font-size: 14px; max-width: fit-content; } .thread-container .post .head .info>a:nth-of-type(1) { grid-area: forum; height: 100%; margin-right: 0.5em; } .thread-container .post .head .info>a:nth-of-type(2) { grid-area: thread; } .thread-container .post .head .info>a:nth-of-type(2)::before { content: "»"; margin-right: 0.5em; } @media (min-width: 768px) { .thread-container .post .head .info>a:nth-of-type(2) { display: flex; } } @media (max-width: 768px) { .thread-container .post .head .info { grid-template-areas: "username username date date date" "forum forum forum forum forum" "thread thread thread thread thread"; grid-template-columns: max-content max-content max-content 1fr; grid-template-rows: 1fr max-content max-content; } .thread-container .post .head .info>a:nth-of-type(2)::before { margin: 0 0.5em 0 0; } } .thread-container .post .head .info .printuser a:first-of-type, .thread-container .post .head .info .printuser.deleted img { margin-right: 0; } .thread-container .post .head .info .printuser a:first-of-type img, .thread-container .post .head .info .printuser.deleted img { box-sizing: border-box; width: 30px; height: 30px; background-image: none !important; padding: 0; border: 2px solid rgb(var(--nationarea-monochrome)); border-radius: 50%; margin-right: 12px; } .thread-container .post .long .content { padding: 0; } .thread-container .post .long .content>p:first-of-type:not(*+p) { margin-top: 0; } .thread-container .post-container .post-container { position: relative; left: 4px; margin: 0; padding: 12px 0 0 12px; } .thread-container .post-container .post-container .post::before { content: ""; height: calc(100% - 36px); width: 3px; position: absolute; background-color: rgb(var(--dark-accent)); left: 0; } .thread-container .post .long .changes>a[onclick*=showHistory] { display: inline-flex; } .thread-container .post .long .changes>a[onclick*=showHistory] .icon-plus::before { content: "+"; font-style: initial; } .thread-container .post .long .revisions { padding-top: 0; } .thread-container .post .long .revisions table { border-spacing: 0; display: flex; flex-direction: column; align-content: flex-end; } .thread-container .post .long .revisions a { color: #77a; } .thread-container .post .long .revisions table tbody { display: contents; } .thread-container .post .long .revisions table tr { display: flex; justify-content: flex-end; } .thread-container .post .long .revisions table tr td:first-of-type, .thread-container .post .long .revisions table tr td:nth-of-type(2) { padding-right: 7px; } .thread-container .post .long .revisions table tr.active td { background-color: rgba(var(--light-gray-monochrome), 0.3); } .thread-container .post .long .revisions table tr.active::before { content: ">"; margin-right: 5px; } #page-content>div.forum-thread-box>div.options a, .thread-container div.post div.long .options a { border: initial; background-color: initial; color: #77a; font-size: 90%; --wght: 500; padding: 0 0.25em; margin: 0 0.1rem; transition: text-decoration-color 150ms cubic-bezier(0.4, 0, 0.2, 1), color 150ms cubic-bezier(0.4, 0, 0.2, 1); } #page-content>div.forum-thread-box>div.options a:hover, .thread-container div.post div.long .options a:hover { text-decoration: underline; color: #77a; } #page-content>div.forum-thread-box>div.options { margin: .2em 0; } .forum-thread-box .description-block { background-color: rgb(var(--thread-accent-color)); box-shadow: none; border-radius: 0; border: 1px solid rgb(var(--dark-accent)); margin: 1em 0; } #main-content .paper { box-shadow: 0.05rem 0.15rem 0.38rem rgba(0,0,0,.3); padding: 2em; background: #fff; min-height: 42em; position: relative; margin: 1em auto } .paper-group { counter-reset: paper } .paper::after { content: counter(paper); display: block; text-align: center; color: #aaa; position: absolute; bottom: 1em; left: 0; right: 0; font-weight: bolder } @media screen and (min-width: 56.25rem) { .paper { width: 65%; padding: 2em } } .paper h1 { font-size: 180%; border-bottom: 2px solid #aaa } /* 虚线div块 */ div.classic-blockquote { border: dashed 0.0625rem rgba(var(--nationarea-monochrome), 0.35); box-shadow: none; } .bblock:hover{ color: rgb(121,137,143); }
简介
您好!我是SwitzerCandy,也可以被叫做白袍糖或白袍天使。曾经是后室中文的活跃写手,但现已淡圈,平时完善 The Nationarea 维基的设定。真人正在杭州上学,基本只有双休和晚上在线,作品通常是有感而发。
我本人的性格较为平和有礼,不会生气/吵架/骂人/发氰,16型人格为ENFP-T和ENFJ,以帮助他人为乐,有轻微的强迫症倾向。文科能力强于理科1,目前正在数学领域奋勇挣扎。讨厌极端的观点,喜欢朴实或浪漫的美好,对政治略解一二。
作品集
Level C-545 自然森林
一个普普通通的宜居层级,也是我的第一篇作品。
Level C-437 药屋
一个可以帮助你从痛苦和绝望中逃脱的地方。
故事 无关紧要
当前厅与后室断绝联系数百年之后,老一辈梦寐以求的故乡已然变得无关紧要。
Entity C-256 帽灵
我的头发遇上了一些帽子。
故事 回忆
那些回忆呼唤着你们,回家吧。
Level C-456 向阳而生
阴云之下,唯有向阳而生。
故事 好评如潮
好评如潮,可惜只是针对那并不完整的真相。
故事 尼克,儿童节快乐
在长大之后,那个天真烂漫的小男孩已经死去了。
Level C-329 自我图书馆
读书破万卷,彷徨走廊间。
故事 云朵并不是棉花糖状的蓬松羊毛
他忽然意识到,云朵并不是棉花糖状的蓬松羊毛,但他仍然非常高兴。
留言板
Level C-329 [+77 (+84/-7)]
创建于:28 Jul 2023 08:23
标签:原创 封闭性 层级 建筑 生存难度0 精神影响 非线性
Level C-456 [+44 (+51/-7)]
创建于:27 Apr 2023 13:29
标签:2023生存本能活动 原创 层级 开阔性 怀旧 生存难度3 积极
Level C-437 [+33 (+41/-8)]
创建于:18 Mar 2023 02:36
标签:中华 原创 层级 怀旧 生存难度0 积极
Level C-545 [+16 (+29/-13)]
创建于:03 Mar 2023 10:43
标签:原创 层级 林地 生存难度宜居 积极 补给可能
Entity C-256 - “帽灵” [+27 (+30/-3)]
创建于:30 Jun 2023 03:46
标签:原创 喜剧 实体 监督者kat
好评如潮 [+71 (+77/-6)]
创建于:14 May 2023 06:36
标签:2023生存本能活动 原创 后室阴谋论 悲喜交加 我们正热烈地活着 故事
云朵并不是棉花糖状的蓬松羊毛 [+60 (+62/-2)]
创建于:19 Feb 2024 05:56
标签:2024群岛活动 原创 怀旧 故事 浪漫 积极 精品 群岛设定
无关紧要 [+37 (+44/-7)]
创建于:19 Mar 2023 04:55
标签:原创 我们正热烈地活着 故事
尼克,儿童节快乐! [+25 (+28/-3)]
创建于:01 Jun 2023 15:06
标签:2023生存本能活动 原创 悲剧 故事
回忆 [+15 (+22/-7)]
创建于:05 Apr 2023 08:05
标签:原创 怀旧 悲剧 故事
Level C-329 [+77 (+84/-7)]
创建于:28 Jul 2023 08:23
标签:原创 封闭性 层级 建筑 生存难度0 精神影响 非线性
好评如潮 [+71 (+77/-6)]
创建于:14 May 2023 06:36
标签:2023生存本能活动 原创 后室阴谋论 悲喜交加 我们正热烈地活着 故事
云朵并不是棉花糖状的蓬松羊毛 [+60 (+62/-2)]
创建于:19 Feb 2024 05:56
标签:2024群岛活动 原创 怀旧 故事 浪漫 积极 精品 群岛设定
Level C-456 [+44 (+51/-7)]
创建于:27 Apr 2023 13:29
标签:2023生存本能活动 原创 层级 开阔性 怀旧 生存难度3 积极
无关紧要 [+37 (+44/-7)]
创建于:19 Mar 2023 04:55
标签:原创 我们正热烈地活着 故事
Level C-437 [+33 (+41/-8)]
创建于:18 Mar 2023 02:36
标签:中华 原创 层级 怀旧 生存难度0 积极
作品 | 创建者 | 评分 |
---|---|---|
* 不是,这哪儿啊? | 101 (+104, -3) | |
* 塔楼街观光指南 | 79 (+83, -4) | |
* 流奶与蜜之地 | 64 (+67, -3) | |
* 云朵并不是棉花糖状的蓬松羊毛 | 60 (+62, -2) | |
* 浸水龙城 | 59 (+70, -11) | |
* 安眠药与蓝色夜晚 | 55 (+58, -3) | |
* 砼隅 | 41 (+43, -2) | |
* 池流 | 40 (+42, -2) | |
* 荷花渡 | 38 (+41, -3) | |
* 群岛指南 | 36 (+40, -4) | |
* 元晖卷 | 35 (+41, -6) | |
* 广播 11:关于群岛信号及第二版岛屿分级组件 | 33 (+33, -0) | |
* 2024 群岛活动 中心页 | 30 (+31, -1) | |
* 黑白珊瑚岛 | 29 (+37, -8) | |
* 覆雪 | 25 (+26, -1) | |
* 碎空岛 | 23 (+26, -3) | |
* 银盛金衰 | 23 (+26, -3) | |
* 海葬 | 21 (+22, -1) | |
* 云屿堡 | 20 (+22, -2) | |
* 方壶岛 | 20 (+24, -4) | |
* 在水中流淌,直到流出这个世界 | 19 (+21, -2) | |
* 灯塔、旅人与繁星 | 19 (+22, -3) | |
* 龙伯国 | 19 (+21, -2) | |
* 星海寰屿 | 19 (+20, -1) | |
* 冰之宫 | 18 (+19, -1) | |
* 一次航行 | 16 (+20, -4) | |
* 雨都 | 16 (+18, -2) | |
* 白芸岛 | 16 (+19, -3) | |
* 红枫 | 15 (+19, -4) | |
* 风鸢岛 | 14 (+15, -1) | |
* 天姥 | 14 (+22, -8) | |
* 埋云岛 | 11 (+11, -0) | |
* 通天木 | 10 (+12, -2) | |
* 游岩 | 10 (+13, -3) | |
* 虚境岛 | 9 (+10, -1) | |
* 岱舆 | 8 (+20, -12) | |
* 旧日之都 | 8 (+15, -7) |
感谢各位作者的付出!
在我们的共同努力下,
本站已经拥有:
6005 个页面,
3791 个高于 10 分的页面,
561 篇故事,
2242 个层级的介绍文档,
一共有 206 位成员建立了他们的作者页。
在最近一周之内,本站的成员们一共发布了 33 个新页面。
终于有自己的作者页啦!基本装修完毕:)
祝诸位拥有美好而快乐的一天。
; )
核电,入站39天就有作者页可谓是吾辈楷模了
ささやくの ことが辛いの,
幸せになるかもー!
实际上
pingd入站第一天就把作者页建了
当然是没这个精美了
关注永雏塔菲喵
核电🎉🎉🎉
当我在站里花了4个月想怎么样才能写点什么东西的时候 才入站39天的大佬甚至已经装修好了作者页 nb啊
在这个真实得太过分的世界里,每个人都需要仰望星空。
哈哈,谢谢啦:)
我一直很空,所以能够多写一些东西……
其实这也没有那么难。
祝诸位拥有美好而快乐的一天。
; )
我看了看自己,都4K了还没作者页,我紫砂TwT
有没有可能是其他原因awa
那你快去装一个啊qwq
这么有名的用户居然没有作者页的吗:{
祝诸位拥有美好而快乐的一天。
; )
期待萌新的一步步成长
111爱尔兰爷拿面包辟邪吗()
啊这 不知道啊(
似乎是有这个说法 但是从没做过()
祝诸位拥有美好而快乐的一天。
; )
核电!
另外因为某些原因我的作者页比我的入站时间要“古老”(
不过大约是入站三个月建立的,后来被制裁过一次(
(用面包砸墙)
Per aspera ad astra
三篇原创我还差两篇
入站快两百天我紫砂
-“To Our Broken Constellations"
-"致我们破碎的星座"
感觉是个佬
o( ̄▽ ̄)d
"The wheel of time keeps spinning, and our time passes by minute by minute"
贴贴
大佬有兴趣一起搞人类观察中心的文吗
可以呀
祝诸位拥有美好而快乐的一天。
; )