:root { /* header measurements */ --header-height-on-desktop: 10rem; --header-height-on-mobile: 10rem; --header-h1-font-size: clamp(2rem, 5vw, 2.8125rem); --header-h2-font-size: clamp(0.875rem, 3vw, 0.9375rem); --logo-image: url("https://nu-scptheme.github.io/Black-Highlighter/img/logo.svg"); } #header { --search-textbox-text-color: var(--swatch-secondary-color); background: none; } #header::before { content: " "; position: absolute; width: 100%; height: 100%; left: 0; top: 0.75rem; background-image: var(--logo-image); background-repeat: no-repeat; background-position: center 0; background-size: auto calc(var(--header-height-on-desktop) - 1.5rem); opacity: 0.8; pointer-events: none; } #header h1, #header h2 { margin: 0; padding: 0; width: 100%; height: var(--header-height-on-desktop); display: flex; align-items: center; justify-content: center; display: flex; align-items: center; justify-content: center; } #header h1 a, #header h1 a::before, #header h2 span, #header h2 span::before { margin: 0; padding: 0; z-index: 0; display: block; text-align: center; } #header h1 { z-index: 1; } #header h1 a::before, #header h1 a::after { content: var(--header-title); } #header h1 a::before { color: rgb(var(--swatch-text-tertiary-color)); z-index: -1; -webkit-text-stroke: 0.325rem rgb(var(--swatch-text-dark)); } #header h1 a::after { color: rgb(var(--swatch-headerh1-color)); z-index: 1; } #header h2 { z-index: 0; text-transform: uppercase; pointer-events: none; } #header h2 span { margin-top: calc(var(--header-height-on-mobile)/2 + var(--header-h1-font-size)/2 - 2em); } #header h2 span::before, #header h2 span::after { --wght: 600; content: var(--header-subtitle); position: absolute; left: 50%; transform: translateY(-50%) translateX(-50%); width: 100%; text-align: center; } #header h2 span::before { -webkit-text-stroke: 0.25rem rgb(var(--swatch-text-dark)); } #header h2 span::after { color: rgb(var(--swatch-headerh2-color)); z-index: 1; } #search-top-box form[id="search-top-box-form"]:not(:focus-within) input[type="text"] { color: rgba(0, 0, 0, 0); } @media (min-width: 36rem) { #login-status { flex-grow: 1; left: 3%; right: initial; } #login-status::before { --mask-image: none; background-color: transparent; } #login-status:not(:focus-within) { color: rgb(var(--login-line-divider-color)); -webkit-user-select: initial; -moz-user-select: initial; -ms-user-select: initial; user-select: initial; } #login-status #account-topbutton, #login-status:not(:focus-within) #account-topbutton { --clip-path: polygon( 0 0, 100% 0, 100% 100%, 0 100% ); background-color: rgba(var(--login-arrow-color), 0); } #login-status #account-topbutton::before{ --clip-path: polygon( 30% 35%, 70% 35%, 50% 60%, 50% 60% ); --mask-image: initial; content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(var(--login-arrow-color), 1); -webkit-clip-path: var(--clip-path); clip-path: var(--clip-path); } #login-status #account-topbutton::before, #login-status:not(:focus-within) #account-topbutton::before, #login-status:not(:focus-within) #account-topbutton:hover::before { --clip-path: polygon( 30% 35%, 70% 35%, 50% 60%, 50% 60% ); --mask-image: initial; } #login-status:not(:focus-within) #account-topbutton::after { display: none; } #login-status:not(:focus-within) *:not(#account-topbutton):not([href*="account/messages"]) { --clip-path: polygon( 0 0, 100% 0, 100% 100%, 0 100% ); pointer-events: all; -webkit-clip-path: var(--clip-path); clip-path: var(--clip-path); } #login-status:not(:focus-within) *:not(#account-topbutton):not(#account-options):not([href*="account/messages"]) { opacity: 1; } #login-status #my-account { --wght: 300; } #account-options { background: var(--gradient-header); } #search-top-box { top: 1.5em; right: 3%; background: rgba(var(--search-focus-textbox-bg-color), 0.4); } #search-top-box:focus-within ~ #login-status { opacity: 1; } #search-top-box::after { transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1), -webkit-clip-path 150ms cubic-bezier(0.4, 0, 0.2, 1); transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1), clip-path 150ms cubic-bezier(0.4, 0, 0.2, 1); transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1), clip-path 150ms cubic-bezier(0.4, 0, 0.2, 1), -webkit-clip-path 150ms cubic-bezier(0.4, 0, 0.2, 1); } #search-top-box:not(:focus-within)::after { --clip-path: polygon( 0 0, 100% 0, 100% 100%, 0% 100% ); background-color: rgba(var(--search-icon-bg-color, --dark-accent), 1); -webkit-clip-path: var(--clip-path); clip-path: var(--clip-path); } #search-top-box:not(:focus-within):hover::after { --clip-path: polygon( 0 0, 100% 0, 100% 100%, 0 100% ); background-color: rgb(var(--search-icon-hover-bg-color)); } #search-top-box form[id="search-top-box-form"]:not(:focus-within) { max-width: var(--search-width); } #search-top-box form[id="search-top-box-form"]:not(:focus-within) input[type="text"] { max-width: var(--search-width); padding: 0 var(--search-height) 0 1em; outline-width: 0; background-color: rgb(var(--search-focus-textbox-bg-color), 0.35); color: rgba(var(--search-textbox-text-color), 0.4); cursor: pointer; } #search-top-box form[id="search-top-box-form"]:not(:focus-within) input[type="submit"], #search-top-box form[id="search-top-box-form"]:focus-within input[type="submit"] { pointer-events: all; border: none; } } #page-title::after, .meta-title::after, #page-title::before, .meta-title::before { content: ""; flex-grow: 1; height: 0.0625rem; background: rgb(var(--swatch-primary)); } #page-title::before, .meta-title::before { margin: auto 1.25rem auto auto; }
@supports(display: grid) { :root { --sidebar-width-on-desktop: calc((var(--base-font-size) * (14 / 15)) * 19); --body-width-on-desktop: 45.75rem; } @media only screen and (min-width: 769px) { #side-bar .close-menu { display: block; position: fixed; top: 0.5rem; left: 0.5rem; width: 3rem; height: 3rem; background: unset; opacity: 1; pointer-events: all; z-index: -1; } #side-bar .close-menu img { color: transparent; } #side-bar .close-menu::before, #side-bar .close-menu::after { content: ""; box-sizing: border-box; position: fixed; display: block; top: 0.5rem; left: 0.5rem; width: 3rem; height: 3rem; padding: 0; margin: 0; text-align: center; pointer-events: all; cursor: pointer; transition: opacity var(--sidebar-transition-timing); } #side-bar .close-menu::before { --mask:url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' id='Hamburger' x='0' y='0' baseProfile='tiny' overflow='visible' version='1.2' viewBox='0 0 32 32' xml:space='preserve'%3E%3Cpath d='M4 10h24c1.1 0 2-.9 2-2s-.9-2-2-2H4c-1.1 0-2 .9-2 2s.9 2 2 2zm24 4H4c-1.1 0-2 .9-2 2s.9 2 2 2h24c1.1 0 2-.9 2-2s-.9-2-2-2zm0 8H4c-1.1 0-2 .9-2 2s.9 2 2 2h24c1.1 0 2-.9 2-2s-.9-2-2-2z'/%3E%3C/svg%3E"); z-index: -1; background-color: var(--toggle-icon-color, rgb(var(--sidebar-links-text))) !important; -webkit-mask: var(--mask); mask: var(--mask); -webkit-mask-repeat: no-repeat; mask-repeat: no-repeat; -webkit-mask-position: 50% 50%; mask-position: 50% 50%; -webkit-mask-size: 60%; mask-size: 60%; } #side-bar .close-menu::after { z-index: -2; background-color: var(--toggle-button-bg, rgb(var(--sidebar-bg-color))) !important; border-radius: var(--toggle-roundness, 50%); border: var(--toggle-border-color, rgb(var(--sidebar-links-text))) var(--toggle-border-width, 0.25rem) solid; } #side-bar:focus-within .close-menu, #side-bar:not(:has(.close-menu:hover)):not(:focus-within):hover .close-menu { pointer-events: none; } #side-bar:focus-within .close-menu::before, #side-bar:focus-within .close-menu::after { opacity: 0; pointer-events: none; } #side-bar:not(:has(.close-menu:hover)):not(:focus-within):hover .close-menu::before, #side-bar:not(:has(.close-menu:hover)):not(:focus-within):hover .close-menu::after { opacity: 0; pointer-events: none; } #side-bar { display: block; position: fixed; top: 0; left: calc(var(--sidebar-width-on-desktop)*-1); z-index: 10; transition: left 500ms cubic-bezier(0.4, 0, 0.2, 1) 100ms; height: 100%; overflow-y: auto; overflow-x: hidden; margin-top: 0; } #side-bar:focus-within { left: 0; } #side-bar:not(:has(.close-menu:hover)):not(:focus-within):hover { left: 0; } #side-bar .side-block { margin-top: 1rem; background-color: rgb(0, 0, 0, 0); border-radius: 0; border-left-width: 0px; border-right-width: 0px; } #main-content::before { content: ""; display: block; position: fixed; top: 0; right: 0; z-index: -1; opacity: 0; transition: opacity 500ms cubic-bezier(0.4, 0, 0.2, 1) 100ms, width 500ms cubic-bezier(0.4, 0, 0.2, 1) 100ms; margin-left: var(--sidebar-width-on-desktop); background: rgba(var(--swatch-menubg-black-color), .3) 1px 1px repeat; padding-right: 0; width: 100%; height: 100vh; pointer-events: none; z-index: 99; } #side-bar:focus-within ~ #main-content::before { width: calc(100% - var(--sidebar-width-on-desktop)); opacity: 1; pointer-events: all; } #side-bar:not(:has(.close-menu:hover)):not(:focus-within):hover ~ #main-content::before { width: calc(100% - var(--sidebar-width-on-desktop)); opacity: 1; pointer-events: all; } @supports (-moz-appearance:none) and (background-attachment:local) and (not (-moz-osx-font-smoothing:auto)) { #side-bar { padding: inherit; } } #content-wrap { display: flex; flex-direction: row; width: calc(100vw - (100vw - 100%)); min-height: calc(100vh - calc(var(--final-header-height-on-desktop, 10.125rem))); flex-grow: 2; height: auto; position: relative; margin: 0 auto; max-width: inherit; } #main-content { width: 100%; position: initial; max-height: 100%; padding: 2rem 1rem; max-width: var(--body-width-on-desktop, 45.75rem); margin: 0 auto; } #page-content { max-width: min(90vw, var(--body-width-on-desktop, 45.75rem)); } @supports (-webkit-hyphens:none) { #side-bar { transition: left 500ms cubic-bezier(0.4, 0, 0.2, 1) 100ms, padding-right 500ms cubic-bezier(0.4, 0, 0.2, 1) 100ms, background-color 500ms cubic-bezier(0.4, 0, 0.2, 1) 100ms; padding-right: 0; background-color: rgb(0, 0, 0, 0); pointer-events: all; overflow-x: visible; overflow-y: visible; z-index: 999; } #side-bar::-webkit-scrollbar { opacity: 0; -webkit-transition: opacity 500ms cubic-bezier(0.4, 0, 0.2, 1) 100ms; transition: opacity 500ms cubic-bezier(0.4, 0, 0.2, 1) 100ms; } #side-bar .close-menu::before { z-index: 999; } #side-bar .close-menu::after { z-index: 998; } #side-bar:hover .close-menu::before, #side-bar:hover .close-menu::after { opacity: 0; } #side-bar:hover { left: 0; background-color: rgba(var(--swatch-menubg-color), 1); padding-right: 0; } #side-bar:hover::-webkit-scrollbar { opacity: 1; } #side-bar:hover~#main-content::before { width: calc(100% - var(--sidebar-width-on-desktop)); opacity: 1; pointer-events: all; } } } }
恒有二者,余畏敬焉。
位我上者,灿烂星空;
道德律令,在我心中。
——康德

图为Alkaid博士的画像
姓名:Alkaid Talloran
中文名:瑶光
性别:女
年龄:██
出生年月:20██/██/██
国籍:瑞典
常驻站点:Site-CN-19
安保权限等级:3级
简介:Alkaid Talloran,斯德哥尔摩籍华裔,身高约为170cm,体重约为45公斤,由于未知原因,其外观如一位十七岁少女。浅栗色长发,直发,眼睛为蓝色。喜欢穿深蓝色长裙,有时加一件外套,胸前挂着一个蓝宝石项链,被人问起时她称是“一个很重要的人送给我的”。
记录显示,Alkaid Talloran博士毕业于茱莉亚学院作曲系及小提琴系及密█████大学[已编辑]系,在████年加入蛇之手并在其高层工作,后自愿加入基金会并在Site-CN-19工作。入职测试记录显示,Alkaid博士具有极高水平的奇术知识和应用天赋,其专业为乐理,奇术和[数据删除],武器为一把刻有北斗七星图案的深蓝色匕首。
Alkaid Talloran博士性格较为冷淡,十分沉着冷静,从不拒绝帮助别人并乐意为别人做力所能及的事,但有时较为自卑,从不说脏话。据██████博士说,她从没有笑过,据推测其性格为幼年时期[数据删除]事件所致。被问其原因,她总是称“只是习惯了而已”。
原创SCP
SCP-CN-2121
+44 … 18
最新评论: tianlipa 于 07 Sep 2023 12:00
最新编辑: Alkaid Talloran 于 09 Mar 2021 05:23
标签: cn2000 scp site-cn-19 人形生物 传送 原创 感知力 无效化 机密分级 移情作用 触觉影响
原创故事
救赎
+48 … 11
最新评论: Alkaid Talloran 于 30 Nov 2020 12:58
最新编辑: Alkaid Talloran 于 24 May 2021 14:25
作品名称:救赎 alkaid-talloran華年閣▸ 该作者的更多作品 ◂(原文链接)alkaid-talloran▸ 该作者的更多作品 ◂ 其他语言 常见问题 ...
标签: 2021新人竞赛 原创 故事 研究员塔罗兰
原创图书馆页面
长夜漫漫,星辰不再
+27 … 4
最新评论: Alkaid Talloran 于 03 Apr 2021 15:12
最新编辑: Alkaid Talloran 于 28 Jun 2021 06:51
著作信息 名称:长夜漫漫,星辰不再 作者:Alkaid Talloran 阅读作者的更多文章 她收拾好了行李...
标签: wanderers 原创 苍树与血
归去定知还向月,梦来何处更为云
+25 … 3
最新评论: Alkaid Talloran 于 18 Apr 2021 06:14
最新编辑: Alkaid Talloran 于 18 Apr 2021 03:01
著作信息 名称:归去定知还向月,梦来何处更为云 作者:Alkaid Talloran 我在坠落。 四周无声,我却感到一阵压力将我往下压。周围都是...
标签: wanderers 原创 苍树与血
结
+12 … 6
最新评论: Forestar 于 15 Jun 2021 05:19
最新编辑: Alkaid Talloran 于 13 Jun 2021 13:55
著作信息 名称:结 作者:Alkaid Talloran 阅读作者的更多文章 结散了。很彻底,再也没有系上的可能了。 望向周围一片黑白的世界,我又一次徒劳地将绳结拉紧。绳结立刻松开。 我叹了口气,努力说服自己接受这个本以为已经接受的结局。我捂住了嘴,却捂不住眼角的泪。也罢,痛痛快快地哭一场吧。 总是记得长辈们那句耳熟能详的话:...
标签: wanderers 原创 灰烬残页
迩遥
+27 … 13
最新评论: Alkaid Talloran 于 16 Aug 2021 11:21
最新编辑: Alkaid Talloran 于 15 May 2022 03:19
著作信息 作品名称:迩遥 作者:Alkaid Talloran 阅读作者的更多文章...
标签: wanderers 原创 苍树与血
更多页面
写出的文章都不是自己满意的,以后会慢慢修改/重写的
再见了,各位前辈们
不知不觉两年了呢…真的有些舍不得
但总有离开的时候嘛,也是时候磨炼下自己的文笔了
感谢各位前辈的支持与建议,有缘再见
格式:[留言]——[[*user wikidot ID]]
有什么想说的或者想问的就写在这里吧。——Alkaid Talloran
难怪你的id里有个“塔罗兰”,果真是和3999有“孽缘”呀2333~ ——Cryer Walker does not match any existing user name
回复Cryer Walker does not match any existing user name:就是因为喜欢塔罗兰才取了这个名字的哈哈~——Alkaid Talloran
从《结》过来的,您的文笔很吸引人! ——Forestar
回复Forestar:谢谢森星前辈夸奖啊啊啊——
Alkaid Talloran
瑶光yyds😭——Dragon Misaya
回复Dragon Misaya:感谢缥缈前辈QwQ——
Alkaid Talloran
各位前辈好,这里是Alkaid Talloran,可以叫我瑶光。初来乍到,请多多关照。
是个学生党,平常爱好是小提琴,钢琴,作曲,看书,听音乐,素描,写文等。
大约是在2017年的暑假,我在看DW的时候看到一个叫“哭泣天使”的雕像,在评论区看到一堆人在吵说这个抄了173/173抄这个,然后因为好奇就去查了173是什么,就知道了SCP基金会这么一个东西。
当时我其实对173不是很感兴趣,但是因为好奇“这么大一个网站到底写了多少SCP啊”,于是在阴差阳错间看完了3999(笑)。由于当时发生的一些事情,看完之后真的哭了好久,然后瞬间决定入坑。
其实现在十分庆幸当时的自己没有刷烂梗,总之就是秉承着“我是萌新其他人都是大佬”的想法,看一些自己喜欢的skip/外围/图书馆
大概半年后,我因为生活中的一些事,我退了混过的所有圈子,然后在接下来的3年里就再也没有回来。
2020年5月份的时候,b站突然给我推送了配音团配的5999,然后因为感慨“3年不见都出到6系列了”,于是就回来了,也就是在差不多那时候注册了账号。
其实17年时我从来不看中分的文章,第一次入坑中分是因为看了Simon大佬的星陨如雨,从此入坑中分,粉上西蒙。
在新人竞赛的时候,我终于发了自己的第一篇文,本来已经做好了被down爆的准备,结果没有被down爆,我当时其实挺惊喜的,毕竟自己真的不是一个擅长写文章的人。
从我发第一篇文以来已经半年了。感谢所有大佬对我的指导与支持,我会继续加油!