#side-bar { /* ===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-medium-color); --swatch-alternate-color: var(--swatch-menubg-light-color); /* Text Colors for Secondary & Tertiary items like Sidebar Headers and Top-Bar Menu Text */ --swatch-text-secondary-color: var(--swatch-menutxt-dark-color); --swatch-text-tertiary-color: var(--swatch-menutxt-light-color); /* ===SIDE-BAR ELEMENTS=== */ /* ===SIDE-BAR GENERAL=== */ --sidebar-bg-color: var(--swatch-menubg-dark-color); --sidebar-resources-bg-color: 0, 0, 0, 0; --sidebar-media-bg-color: 0, 0, 0, 0; /* ===SIDEBLOCK MENU=== */ --sideblock-heading-border-color: var(--bright-accent); --sideblock-heading-bg-color: 0, 0, 0, 0; /* Transparent */ --sideblock-heading-text-color: var(--swatch-text-tertiary-color); /* ===MENU-ITEMS=== */ --sidebar-border-color: var(--swatch-primary), 0.08; --sidebar-subtest-color: var(--swatch-text-tertiary-color); --sidebar-links-text: var(--swatch-text-tertiary-color); --sidebar-links-hover-bg-color: var(--bright-accent); --sidebar-links-hover-text-color: var(--swatch-text-tertiary-color); /* ===SIDEBAR COLLAPSIBLES=== */ /*Folded Colors */ --sidebar-collapsible-fld-link-bg: var(--swatch-primary), 0.25; --sidebar-collapsible-fld-link-color: var(--swatch-text-tertiary-color); --sidebar-collapsible-fld-link-hover-color: var(--swatch-text-tertiary-color); --sidebar-collapsible-fld-arrow-hover-color: var(--swatch-text-tertiary-color); /*Unfolded Colors */ --sidebar-collapsible-ufld-link-bg: var(--swatch-primary-darker), 0.25; --sidebar-collapsible-ufld-link-color: var(--swatch-text-tertiary-color); --sidebar-collapsible-ufld-link-hover-color: var(--swatch-text-tertiary-color); --sidebar-collapsible-ufld-arrow-hover-color: var(--swatch-text-tertiary-color); /* Unfolded Body Colors */ --sidebar-collapsible-link-color: var(--swatch-text-tertiary-color); --sidebar-collapsible-link-hover-color: var(--swatch-text-tertiary-color); scrollbar-color: rgba(var(--swatch-primary-darker), 0.1) /* Thumb */ rgba(var(--swatch-secondary-color), 0.05); /* Track */ border-color: rgba(var(--swatch-secondary-color), 0.4); } /* Hover Scrollbar Behavior */ #side-bar:hover, #side-bar:active { scrollbar-color: rgb(var(--swatch-primary-darker), 1) /* Thumb */ rgb(var(--swatch-menubg-dark-color), 1); /* Track */ } #side-bar:focus-within { scrollbar-color: rgb(var(--swatch-primary-darker), 1) /* Thumb */ rgb(var(--swatch-menubg-dark-color), 1); /* Track */ } #side-bar::-webkit-scrollbar-track { background-color: rgba(var(--swatch-tertiary-color), 0.8); } #side-bar::-webkit-scrollbar, #side-bar::-webkit-scrollbar-thumb, #side-bar::-webkit-scrollbar-corner { background-color: rgba(var(--swatch-menubg-dark-color), 0); } #side-bar .side-block.media a:-webkit-any-link { background: rgba(var(--swatch-menubg-light-color), 0.75) !important; } #side-bar .side-block.media a:-moz-any-link { background: rgba(var(--swatch-menubg-light-color), 0.75) !important; } #side-bar .side-block.media a:any-link { background: rgba(var(--swatch-menubg-light-color), 0.75) !important; } #side-bar .side-block.media a::before { background: rgb(var(--social-color)); } #side-bar .side-block.media a[href*="tiktok"]::before, #side-bar .side-block.media a[href*="tiktok"]::after { transition: background 200ms cubic-bezier(0.4, 0, 0.2, 1), background-color 200ms cubic-bezier(0.4, 0, 0.2, 1), background-image 200ms cubic-bezier(0.4, 0, 0.2, 1), -webkit-clip-path 200ms cubic-bezier(0.4, 0, 0.2, 1); transition: clip-path 200ms cubic-bezier(0.4, 0, 0.2, 1), background 200ms cubic-bezier(0.4, 0, 0.2, 1), background-color 200ms cubic-bezier(0.4, 0, 0.2, 1), background-image 200ms cubic-bezier(0.4, 0, 0.2, 1); transition: clip-path 200ms cubic-bezier(0.4, 0, 0.2, 1), background 200ms cubic-bezier(0.4, 0, 0.2, 1), background-color 200ms cubic-bezier(0.4, 0, 0.2, 1), background-image 200ms cubic-bezier(0.4, 0, 0.2, 1), -webkit-clip-path 200ms cubic-bezier(0.4, 0, 0.2, 1); } #side-bar .side-block.media a[href*="tiktok"]:hover::before { --clip-path: polygon(-15% 0, 115% 0, 100% 100%, 0 100% ); } #side-bar .side-block.media a[href*="tiktok"]:hover::before, #side-bar .side-block.media a[href*="tiktok"]:active::before { --clip-path: polygon(-15% 0, 115% 0, 100% 100%, 0 100% ); background-image: var(--tiktok-icon-gradient); background-size: contain; } #side-bar .side-block.media a[href*="tiktok"]:focus-within::before { --clip-path: polygon(-15% 0, 115% 0, 100% 100%, 0 100% ); background-image: var(--tiktok-icon-gradient); background-size: contain; } #side-bar .side-block.media a[href*="tiktok"]::after { --clip-path: polygon(0 0, 0 0, 0 100%, 0 100% ); background: rgba(var(--swatch-menubg-light-color), 0.75) !important; } #side-bar .side-block.media a[href*="tiktok"]:hover::after, #side-bar .side-block.media a[href*="tiktok"]:active::after { --clip-path: polygon(-15% 0, 115% 0, 100% 100%, 0 100% ); background: rgba(var(--swatch-menubg-light-color), 0.75) !important; } #side-bar .side-block.media a[href*="tiktok"]:focus-within::after { --clip-path: polygon(-15% 0, 115% 0, 100% 100%, 0 100% ); background: rgba(var(--swatch-menubg-light-color), 0.75) !important; } #side-bar .side-block.media a img { -webkit-filter: drop-shadow(0 0 0 rgba(var(--swatch-alternate-color), 0)); filter: drop-shadow(0 0 0 rgba(var(--swatch-alternate-color), 0)); transition: -webkit-filter 200ms cubic-bezier(0.4, 0, 0.2, 1); transition: filter 200ms cubic-bezier(0.4, 0, 0.2, 1); transition: filter 200ms cubic-bezier(0.4, 0, 0.2, 1), -webkit-filter 200ms cubic-bezier(0.4, 0, 0.2, 1); } #side-bar .side-block.media a:hover img, #side-bar .side-block.media a:active img { -webkit-filter: drop-shadow(0.1875rem 0.1875rem 0 rgb(var(--swatch-alternate-color))); filter: drop-shadow(0.1875rem 0.1875rem 0 rgb(var(--swatch-alternate-color))); } #side-bar .side-block.media a:focus-within img { -webkit-filter: drop-shadow(0.1875rem 0.1875rem 0 rgb(var(--swatch-alternate-color))); filter: drop-shadow(0.1875rem 0.1875rem 0 rgb(var(--swatch-alternate-color))); } html:not(:lang(cn)) div.scpnet-interwiki-wrapper p::before { box-shadow: inherit; } #side-bar iframe.scpnet-interwiki-frame:not(:lang(cn)) { -webkit-filter: invert(1); filter: invert(1); } #side-bar .scpnet-interwiki-wrapper:not(:lang(cn))::before, #side-bar .scpnet-interwiki-wrapper:not(:lang(cn)) p::before, #side-bar .scpnet-interwiki-wrapper:not(:lang(cn)) p::after { background-color: rgb(var(--swatch-menubg-dark-color)); } #side-bar .scpnet-interwiki-wrapper:not(:lang(cn))::before { mix-blend-mode: lighten; }
<html> <head> </head> <body> <script type="text/javascript"> function sendStyle() { try { window.parent.window.interwikiFrame.bhlDark(); } catch(e) {} } sendStyle(); </script> </body> </html>

본 경연은 2021년 2월 21일 (일) 17시 정각에 원만히 종료되었습니다. 열띤 참여 모두 감사드립니다.
순위 발표
1등: SCP-ZH-2005-EX 인터넷 스타
작가:
AbyssDream
SCP-ZH-2005-EX 관련 사안으로 저한테 여러 차례 문의를 주셨던 것 같습니다만, 이전에 설명드린 내용이 불분명했을 수도 있었겠다고 생각하여 다시 한 번 공식적으로 설명을 말씀드리고자 합니다.
안타깝지만, SCP-ZH-2005-EX는 변칙현상이 아닙니다.
2등: SCP-ZH-140 字義相悖
작가: BlockTheJudge
你理解背後的意思嗎,我們必須採取放縱。
總有一天我們的存在都會被肯定,活到最後一刻。直到那刻之前,我們保守初衷。
控制,收容,保護,活著。
3등: 節慶的顏色
작가:
Bales20147
我看著貼在204辦公室門上那張有點歪斜的紙張。
那是一張隨處可見的尋常春聯,將裁切成正方的紅紙轉個四十五度成菱形之後,在中間用黑色墨水書寫『春』字,接著顛倒過來貼著,象徵『春到』。
每年春節時分,都會在家家戶戶妝點的鮮明紅色。
是節慶的顏色。
주제
어느새 또 정기 동계 경연의 날이 찾아왔습니다. 이번 2021 동계 경연 주제는 "紅"입니다. "紅"을 출발점으로 삼아 어떤 소재를 창작해낼지 궁리해보세요. 紅이라는 글자와 관련된 것, 빨간색, 인기1, 기타등등 "紅"과 연결고리가 있기만 하다면 어떤 소재든지 모두 이번 경연에서 규정 서식에 맞춰 투고작을 쓰실 수 있습니다.
규칙
- 투고작은 반드시 자신이 작성해야 합니다.
- 투고작 내용을 꼭 제목이랑 같이 표시해 주세요.
- 이번 경연에서 투고할 수 있는 서식은 "SCP 보고서 / 001 제안 / 이야기 / -EX / -J / GoIF / 크리피파스타 / 방랑자의 도서관" 8가지입니다. 투고 개수에 제한은 없으며, 기한 종료 시 평점 1 ~ 3위 작품이 2021 동계경연의 수상작이 됩니다.
주최측은 규칙을 최종 유권해석하고 세부 규칙을 변경할 권리를 지닙니다.
일정
회원 대다수가 같은 시간대에 있으므로, 이하 설명하는 날짜 및 시간은 GMT+8을 기준으로 삼습니다.
이번 경연의 준비 기간은 【2021년 1월 18일】~【1월 22일 23:59】입니다. 이 기간에는 아직 투고작을 "미리 올리지 말아주세요."
투고 기간은 【2021년 1월 23일】~【2월 17일 23:59】입니다. 투고 시에는 페이지에 "2021-동계zh" 태그를 달아 독자가 접속하기 편하도록 해주세요.
평가 기간은 【2021년 1월 23일】~【2월 21일 17:00】입니다.
준비 기간【2021년 1월 18일】~【1월 22일 23:59】에 먼저 투고작을 일반 작품으로서 업로드하고 나중에 정식 투고작으로 삼거나 태그를 붙이면 안됩니다. 정 출품하려면 삭제 후 재투고해야 하며, 이를 준수하지 않으면 위반 기록 및 실격 처리합니다.
마지막으로, 새로 오신 회원들께는 평가 시에 자기 작품에 추천할 수 없으며 평가 오류 및 변경/취소 시에는 모듈 옆에 있는 X표를 누르면 된다는 점을 알려주세요.
상품2
- 1등상: 【보커라이】 전 상품 전자 기프트카드 2600위안 or 스팀 지갑 2500위안 충전 택일
- 2등상: 【보커라이】 전 상품 전자 기프트카드 1600위안 or 스팀 지갑 1500위안 충전 택일
- 3등상: 【보커라이】 전 상품 전자 기프트카드 600위안 or 스팀 지갑 500위안 충전 택일
- 참가상: ZH지부 로고 배지 1개, 수취 주소 필요 (배송비 무료, 일반등기3 or 보통우편4 선택)
※ 참가상 자격: 투고작이 있으며 평점 결산 시 생존한 분은 수령 여부를 선택할 수 있으며, 1인당 1개만 수령 가능합니다.
※ 주의 2021년 2월 21일 ~ 3월 7일 기간에 스탭의 연락을 받지 못한다면 기권으로 간주하는 점 너른 양해 부탁드리겠습니다. - ※ 주최측은 기타 등수 수상 여부 및 세부사항을 조정할 수 있습니다.
- 궁금한 점이 있다면 문의글을 남기거나 챗방 등 각종 지원 창구를 찾아주세요.
요약정리
- 날짜 및 시간은 GMT+8 기준
- 준비: 2021. 01. 18. ~ 01. 22. 23:59
- 투고: 2021. 01. 23. ~ 02. 17. 23:59
- 평가: 2021. 01. 23. ~ 02. 21. 17:00
- 사전 투고 시 삭제 후 재투고 않으면 실격
- "2021-동계zh" 태그 붙이기
- 서식은 SCP / 001 제안 / 이야기 / -EX / -J / GoIF / 크리피파스타 / 방랑자의 도서관, 이상 8개
- 투고작 개수 무제한
- 위키닷 계정이 있으며 위키에 가입한 회원만 투표/투고 가능
- 그 밖에 주최측이 유권해석 및 규칙 변경 맡음