雾中漫步 版式

源页面
2024年10月3日
修订 3
评分
6
↑ 6
↓ 0
支持率
100%
总票数 6
Wilson 95% 下界
61.0%
在相同票数下更稳健的支持率估计
争议指数
0.000

评分趋势

按周聚合
加载图表中...

最近修订

1 / 2
修改标签
11 个月前
已新增标签:ko。
SOURCE_CHANGED
11 个月前
原文版本22
修改标签
11 个月前
已新增标签:版式。

最近投票

1 / 1
2024-10-26
2024-10-17
2024-10-03
2024-10-02

相关页面

暂无推荐

页面源码

[[iftags +版式]]   [[>]] [[module Rate]] [[/>]] [[include :scp-wiki-cn:credit:start]] **雾中漫步 版式** **作者:**[[*user thd-glasses]] 图像来源: # https://commons.wikimedia.org/wiki/File:Lady_Liberty-New_Year%27s_Day-2022-0661_-_Flickr_-_Pat_Bianculli.jpg # https://commons.wikimedia.org/wiki/File:John_o%27Groats_lighthouse_fog_1.jpeg 字体来源: # https://noonnu.cc/font_page/51 [[include :scp-wiki-cn:credit:end]] + 如何使用:雾中漫步 CSS 版式 * 这是为[[[mujin-yarn|雾津奇谭]]]设定所做的版式。 * 在您的页面开头添加如下代码以应用此版式。 > @@[[include :scp-wiki-cn:theme:fogwalker]]@@ > @@[[include :scp-wiki-cn:theme:fogwalker dark=a]]@@ + How to use: Fogwalker CSS THEME * This is the original theme for the [[[mujin-yarn|Mujin Yarn]]] canon. * Add the following code on the top of your page. > @@[[include :scp-wiki-cn:theme:fogwalker]]@@ > @@[[include :scp-wiki-cn:theme:fogwalker dark=a]]@@ [[/iftags]] [[div [[iftags -版式]]style="display: none"[[/iftags]]]] [[module CSS show="true"]] @import url('https://fonts.googleapis.com/css2?family=ZCOOL+KuaiLe&display=swap'); @import url(https://fonts.googleapis.com/earlyaccess/jejuhallasan.css); @font-face {     font-family: 'GowunBatang-Bold';     src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2108@1.1/GowunBatang-Bold.woff') format('woff');     font-weight: normal;     font-style: normal; } /* 배경 */ div#container-wrap {   background: url(https://scpko.wdfiles.com/local--files/theme%3Afogwalker/bg.jpg) 65% top no-repeat;   background-color: #DBDBDB; } /* 헤더 */ #header {   background: transparent; } #header h1, #header h2 {   margin-left: 0; } #header h1 a {   color: transparent;   font-size: 180% !important;   font-family: /* 'Jeju Hallasan', */ 'ZCOOL KuaiLe', cursive;   text-shadow: none; }   #header h1 a::before {   content: "雾津奇谭";   color: #EEE;   text-shadow: 3px 3px 5px #000;   font-weight: 500; } #header h2 span {   color: transparent;   font-family: 'GowunBatang-Bold', Arial, sans-serif;   font-size: 90%;   text-shadow: none;   margin: 5px 0 0 15px; } #header h2 span::before {   content: "“从镇里延伸到海边的河堤...”";   font-style: italic;   color: #555; } /* 상단바 */ #top-bar a{   color: #ABABAB;   transition-duration: 0s; } #header:hover #top-bar a {   color: #000;   transition-duration: 0s; } #top-bar ul li ul {   border: solid 1px #DBDBDB;   box-shadow: none; } #top-bar ul li.sfhover a, #top-bar ul li:hover a {   background: #DBDBDB;   color: #555 !important; } #top-bar ul li.sfhover ul li a, #top-bar ul li:hover ul li a {   border-top: 1px solid #DBDBDB; } #top-bar ul li.sfhover a:hover, #top-bar ul li:hover a:hover {   background: #CBCBCB; } #top-bar ul li ul a, #top-bar a:hover, .c_topbar_arrow {   color: #555; } #top-bar ul li ul li ul {   border: none; } #search-top-box-input {   display: none; } #search-top-box-form input[type=submit] {   border: transparent;   color: #000;   background: none !important;   background-color: transparent; } /* 검색기 및 로그인 정보 */   #search-top-box-form input[type=submit]:hover, #search-top-box-form input[type=submit]:focus {   border: solid 0.5px #000;   color: #000;   background: none !important;   background-color: transparent; } #login-status, #login-status a, #login-status ul a {   color: #000;   text-decoration: none; } #account-options {   background-color: #DBDBDB;   border: none;   transition-duration: 0.5s; } #account-options li:hover {   background-color: #CBCBCB;   transition-duration: 0.5s; } /* 사이드바 */ #side-bar .side-block {   background: transparent !important;   box-shadow: none;   border: none; } #side-bar, #side-bar .heading, #side-bar a, #side-bar a:visited, #side-bar a::after {   color: #ABABAB !important;   transition-duration: 0.5s } #side-bar:hover, #side-bar:hover .heading, #side-bar:hover a, #side-bar:hover a:visited, #side-bar:hover a::after{   color: #000 !important;   transition-duration: 0.5s } #side-bar a { text-decoration: none; } #side-bar a:hover { text-decoration: underline; } #side-bar .heading, #side-bar .collapsible-block-folded, #side-bar .collapsible-block-unfolded, #side-bar .collapsible-block-unfolded-link {   border-color: #ABABAB; } #side-bar img, #side-bar div.scpnet-interwiki-wrapper {   filter: grayscale(100%);   opacity: 50%;   transition-duration: 0.5s; } #side-bar:hover img, #side-bar:hover div.scpnet-interwiki-wrapper {   opacity: 100%;   transition-duration: 0.5s; } /* 스크롤바 */ :root {   scrollbar-color: #CBCBCB #DBDBDB; } body {   overflow-x: hidden; } body::-webkit-scrollbar {   width: 15px; } body::-webkit-scrollbar-thumb {   background: #CBCBCB; } body::-webkit-scrollbar-track {   background: #DBDBDB; } /* 평가 모듈 */ .page-rate-widget-box .rate-points, .page-rate-widget-box .cancel, .rate-box-with-credit-button {   background-color: #CBCBCB !important;   border: solid 1px #CBCBCB;   color: #000; } .page-rate-widget-box .rateup, .page-rate-widget-box .ratedown {   background-color: #DBDBDB;   border-top: solid 1px #CBCBCB;   border-bottom: solid 1px #CBCBCB; } .page-rate-widget-box .rateup a, .page-rate-widget-box .ratedown a {   color: #000; } .page-rate-widget-box .rateup a:hover, .page-rate-widget-box .ratedown a:hover {   background: #CBCBCB;   color: #000; } .page-rate-widget-box .cancel a, .rate-box-with-credit-button .creditButton p a {   color: #000; } .page-rate-widget-box .cancel a:hover {   background: #DBDBDB;   color: #000; } .rate-box-with-credit-button .creditButton p a:hover {   color: #EEE; } .rate-box-with-credit-button {   box-shadow: 1px 1px 3px rgba(0,0,0,.3); } /* 본문 - 제목 */ #page-title, .meta-title {   color: #000;   font-family: /* 'Jeju Hallasan', */ 'ZCOOL KuaiLe', cursive;   text-align: center; } h1 {   color: #000;   font-family: /* 'Jeju Hallasan', */ 'ZCOOL KuaiLe', cursive; } /* 본문 - 링크 */ a { color: #000; } a:visited { color: #555; } a.newpage { color: #ABABAB; } #breadcrumbs { color: #999; } #breadcrumbs a, #breadcrumbs a:visited { color: #999; text-decoration: none; } a, #page-content a:visited, #page-content a.newpage {   text-decoration: underline #ABABAB;   transition-duration: 0.5s; } a:hover {   color: #000;   text-decoration: underline #000;   transition-duration: 0.5s; } /* 본문 - 인용구와 탭 */ blockquote, div.blockquote {   border-color: transparent;   background: rgba(180, 180, 180, 0.25); } .yui-navset .yui-content{   background-color: rgba(255, 255, 255, 0.25);   border: none;   border-bottom: solid 1px #555; } .yui-navset .yui-nav a, .yui-navset .yui-navset-top .yui-nav a {   background: #EBEBEB url(none) repeat-x;   border: none;   color:#000; } .yui-navset .yui-nav .selected a, .yui-navset .yui-nav .selected a:focus, /* no focus effect for selected */ .yui-navset .yui-nav .selected a:hover { /* no hover effect for selected */   background: #555; /* selected tab background */   color: #EEE; } .yui-navset .yui-nav a:hover, .yui-navset .yui-nav a:focus {   background: #DBDBDB;   text-decoration: none; } .yui-navset .yui-nav, .yui-navset .yui-navset-top .yui-nav {   border-color: #555; } /* 모바일 */ @media (max-width: 767px) {   #side-bar {     background: #DBDBDB;   }   #side-bar .side-block {     background: #DBDBDB !important;   }   #side-bar, #side-bar .heading, #side-bar a, #side-bar a:visited, #side-bar a::after {     color: #000 !important;   }   #top-bar .open-menu a {     filter: opacity(50%);     text-decoration: none;   } } @media (min-width: 1921px) { div#container-wrap {   background-position: center top; } } [[/module]] >[[ift{$dark}gs +테마]] >[!-- >[[/ift{$dark}gs]] [[module CSS show="true"]] div#container-wrap {   background-image: url(https://scpko.wdfiles.com/local--files/theme%3Afogwalker/bg_d.png);   background-color: #525252; } #header h2 span::before {   color: #DEDEDE; } #top-bar a, #header:hover #top-bar > .top-bar > ul > li > a {   color: #DEDEDE;   transition-duration: 0s; } :root {   scrollbar-color: #767676 #525252; } body::-webkit-scrollbar-thumb {   background: #767676; }   body::-webkit-scrollbar-track {   background: #525252; } #page-title, .meta-title, #page-options-container, #action-area, #license-area, #page-content, h1, h2, h3, h4, h5, h6 {   color: #DEDEDE; } .scp-image-block .scp-image-caption > p, .modalbox, .modalbox h2 {   color: #525252; } a { color: #ABABAB; } a:visited { color: #ABABAB; } a.newpage { color: #EDEDED; }   a, #page-content a:visited, #page-content a.newpage {   text-decoration: underline #ABABAB;   transition-duration: 0.5s; }   a:hover {   color: #9A9A9A;   text-decoration: underline #9A9A9A; } .yui-navset .yui-nav a, .yui-navset .yui-navset-top .yui-nav a {   background: #555 url(none) repeat-x;   color:#EEE; } .yui-navset .yui-nav .selected a, .yui-navset .yui-nav .selected a:focus, /* no focus effect for selected */ .yui-navset .yui-nav .selected a:hover { /* no hover effect for selected */   background: #EBEBEB;   color: #000; } @media (min-width: 768px) { #side-bar, #side-bar .heading, #side-bar a, #side-bar a:visited, #side-bar a::after {   color: #767676 !important;   transition-duration: 0.5s } #side-bar:hover, #side-bar:hover .heading, #side-bar:hover a, #side-bar:hover a:visited, #side-bar:hover a::after{   color: #DEDEDE !important;   transition-duration: 0.5s } } @media (min-width: 1921px) { div#container-wrap {   background-position: center top; } } [[/module]] [!----] [[/div]]