西部梦神 主题版式

评分:

评分: +23+x

评分模块与著作信息模块:

评分: +23+x

关于本页

这是一个可用于梦神相关页面的版式,由 MercuresphereMercuresphere 基于 feitagfeitag夢神美食指南:安布羅斯幻夢茶屋 制作。

此版式只是对梦神GOI的其中一种诠释,它并非梦神GOI专用,梦神GOI格式的页面也不必须应用此版式。

在你的作品开头添加如下语法以应用此版式:

[[include :scp-wiki-cn:theme:oneiroi-west]]

可以通过添加如下语法修改左上角的标题和副标题:

[[module CSS]]
#header h1 a::before {
content: "标题";
}
#header h2 span::before {
content: "副标题";
}
[[/module]]

示例

可通过五个连字符“-----”创建水平分割线。若它未被放在其他部件(诸如引用块)中,则会左右延伸贯穿页面。这种将文件分割为多个部分的线就是分割线。


标题可通过在一行字起始处输入 1 至 6 个加号“+”来创建



此为分页(tab view)。

这是一个引用块,在一行字的起始处加上“> ”来创建。
更多文字


一条分割线

嵌套引用块

可以通过为元素添加“neon”类(class)将其显示为蓝光字。如:

[[span class="neon"]] 蓝光字 [[/span]]

效果如下:

蓝光字


/*
    Oneiroi West Theme
    [2022 Wikidot Theme]
    Edited by Mercuresphere
    Based on "Oneiroi Food Guide: Ambrose Dreams Teashop" by Feitag
    Based on SCP Sigma 9 Theme created by Aelanna and Dr Devan
    CC BY-SA 3.0
*/
 
@import url('https://fastly.jsdelivr.net/gh/Crimone/wanderers-dustjacket-fonts@4.2.0/noto-fonts.css');
 
/* header */
 
#header {background-image: url(http://scpsandboxcn.wdfiles.com/local--files/feitag/go.png);}
#header h1 a {
    display: block;
    margin: 0;
    padding: 80px 0 25px;
    line-height: 0px;
    max-height: 0px;
    color: transparent;
    background: transparent;
    font-family: 'Noto Serif SC','Noto Serif TC', serif;
    text-decoration: none;
    text-shadow: none;
    letter-spacing: 0.9px;
}
 
#header h1 a::before {
    content: "西 部 梦 神";
    color: #fff;
    letter-spacing: -0.02em;
    text-shadow: 3px 3px 5px #000;
}
 
#header h2 span {
    display: block;
    margin: 0;
    padding: 19px 0;
    line-height: 0px;
    max-height: 0px;
    font-family: 'Noto Sans SC','Noto Sans TC';
    font-weight: bold;
    color: transparent;
    text-shadow: none;
}
 
#header h2 span::before {
    content: '万 般 皆 为 幻 梦';
    color: #fff;
    font-style: italic;
    text-shadow: 1px 1px 1px #000;
    text-shadow: 1px 1px 1px rgba(0,0,0,.8);
}
 
sup {
  vertical-align: top;
  position: relative;
  top: -0.5em;
}
 
div#container-wrap {
    background: url(http://kaktuskontainer.wdfiles.com/local--files/stormbreath-hub-page/body_bg.png) top left repeat-x;}
 
/* neon */
.neon {
color:#8ec3f9;
text-shadow: 0 0 5px #f0f, 0 0 1px #00f, 0 0 1px #f00, 0 0 1px #00f,
0 0 5px #0ff, 0 0 10px #0ff, 0 0 1px #f0f, 0 0 1px #fff;
}
 
/* link-color */
 
a{color: #2200AA}
a:link{color: #2200AA}
a:visited{color: #2200AA}
a:hover{color: #cd00bd}
a.newpage{color: #9900FF}
 
#side-bar a:visited{color: #2200AA}
#side-bar a:hover{color: #cd00bd}
 
#login-status ul a {color: #2200AA}
#login-status ul a:hover{color: #cd00bd}
 
#top-bar ul li.sfhover a, #top-bar ul li:hover a,#top-bar ul li ul a, #top-bar a:hover{color: #2200AA}
 
.underline-on-hover a:link{color: black}
 
.blur {color: transparent; text-shadow: 0 0 6px rgba(0,0,0,.3); }
 
/* rate-box */
.page-rate-widget-box .rate-points {
background-color: #61006c !important;
border: solid 1px #61006c;
}
.page-rate-widget-box .rateup,
.page-rate-widget-box .ratedown {
background-color: #f0f8ff;
border-top: solid 1px #61006c;
border-bottom: solid 1px #61006c;
}
.page-rate-widget-box .rateup a,
.page-rate-widget-box .ratedown a {
color: #61006c;
}
.page-rate-widget-box .rateup a:hover,
.page-rate-widget-box .ratedown a:hover {
background: #61006c;
color: #f0f8ff;
}
.page-rate-widget-box .cancel {
background-color: #61006c;
border: solid 1px #61006c;
}
.page-rate-widget-box .cancel a {
color: #f0f8ff;
}
.page-rate-widget-box .cancel a:hover {
background: #dccdea;
color: #f0f8ff;
}
 
/* info-module-compatibility */
#page-content .rate-box-with-credit-button {
    background-color: #61006c;
    border-color: #61006c;
    border-radius: 5px;
    box-shadow: 1px 1px 3px rgba(0,0,0,.5);
}
#page-content .creditButton p a {
    border-left-color: #dccdea;
}
 
.close-credits,
.credit-back {
    filter: hue-rotate(294deg);
}
 
#page-content .modalbox {
    box-shadow: 0 2px 6px rgba(28, 0, 31, 0.5);
}
 
/* title */
h1, #page-title {
    color: #61006c;
}
 
/* search-bar */
#search-top-box-input,
#search-top-box-input:hover,
#search-top-box-input:focus {
    filter: hue-rotate(294deg);
-webkit-filter: hue-rotate(294deg);
}
 
#search-top-box-form input[type=submit] {
    filter: hue-rotate(294deg);
-webkit-filter: hue-rotate(294deg);
}
 
#search-top-box-form input[type=submit]:hover,
#search-top-box-form input[type=submit]:focus {
    filter: hue-rotate(294deg);
-webkit-filter: hue-rotate(294deg);
}
 
/* yui-tabs */
.yui-navset .yui-nav a,
.yui-navset .yui-navset-top .yui-nav a {
    filter: hue-rotate(294deg);
-webkit-filter: hue-rotate(294deg);
}
.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 */
    filter: hue-rotate(294deg);
-webkit-filter: hue-rotate(294deg);
}
.yui-navset .yui-nav a:hover,
.yui-navset .yui-nav a:focus {
    filter: hue-rotate(294deg);
-webkit-filter: hue-rotate(294deg);
}
 
/* side-bar */
 
#side-bar .heading {
    color: #5c0066;
    border-bottom: solid 1px #5c0066;
    width: 80%;
    margin: auto;
    margin-top: 1em;
}
 
#side-bar .side-block {
    border: 1px solid #5a0c38;
    box-shadow: 0 2px 6px rgb(90 12 56 / 50%);
}
 
.side-block .menu-item > .image {
    filter: hue-rotate(294deg);
    -webkit-filter: hue-rotate(294deg);
}
div.scpnet-interwiki-wrapper {
    filter: hue-rotate(294deg);
    -webkit-filter: hue-rotate(294deg);
}
 
#side-bar .collapsible-block-folded {
    background-image: url(http://scpsandboxcn.wikidot.com/local--files/mercuresphere/expand.png);
}
 
#side-bar .collapsible-block-unfolded-link {
    border-bottom: solid 1px #5c0066;
}
#side-bar .collapsible-block-unfolded-link .collapsible-block-link {
    color: #2200AA;
}
#side-bar .collapsible-block-unfolded-link .collapsible-block-link:hover {
    color: #cd00bd;
}
 
@media (max-width: 767px){
#side-bar {
    background-color: #8b7a8c;
}
}
 
/* Non Savingpage Module, by R74 */
 
body[class="wait"] #odialog-shader-iframe, body[class="wait"] #odialog-shader {
  display: none !important;
}
#odialog-container {
  position: fixed !important;
}
body[class="wait"] #odialog-container {
  z-index: -1;
}
body[class="wait"] #odialog-container #owindow-1 {
  display: none !important;
}
body[class="wait"] a[name="page-top"][target]+div #main-content #action-area div#lock-info {
  background-color: #ffcdd2;
  border: 1px solid #e53935;
}
div#lock-info {
  font-size: 0;
  margin: .8rem 0;
  padding: 0.4rem .8rem;
}
div#lock-info::before {
  content: '您握有一个独占的15 分钟锁定,这将会阻止其他人编辑您正在作业的页面。\A这个锁定将在闲置 ';
  display: inline;
  font-size: .82rem;
  white-space: pre-wrap;
}
div#lock-info > strong {
  font-size: .82rem;
}
div#lock-info > br {
  display: none;
}
div#lock-info::after {
  content: ' 秒后失效。';
  display: inline;
  font-size: .82rem;
}
body[class="wait"] a[name="page-top"][target]+div #main-content #action-area div#lock-info::before {
  content: '保存页面中……\A若此提示已经显示了很长时间,建议将编辑框中的内容复制到剪切板然后刷新本页重新编辑。';
  display: inline;
  font-size: .82rem;
  color: red;
  white-space: pre-wrap;
}
body[class="wait"] a[name="page-top"][target]+div #main-content #action-area div#lock-info::after {
  font-size: 0;
}
body[class="wait"] a[name="page-top"][target]+div #main-content #action-area div#lock-info>strong {
  font-size: 0;
}
body[class="wait"] a[name="page-top"][target]+div #main-content #action-area div#lock-info::after {
  font-size: 0;
}
除非特别注明,本页内容采用以下授权方式: Creative Commons Attribution-ShareAlike 3.0 License