黑暗教会 版式

注意

此页为于 SCP 维基内部使用的“组件”页。用于在其他页面中引用

未经组件作者或工作人员允许,请勿修改此页的内容。


这是为GOI黑暗教会所制作的版式。

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

[[module CSS]]
@import url(http://scp-wiki-mc.wikidot.com/component:ministryofdarknesstheme/code/1);
[[/module]]

背景图由

示例

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


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

此为分页(tab view)。

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


一条分割线

嵌套引用块

这是 表格
你应该老早 就知道怎么
做这个了吧

源代码:

[[module CSS]]
/*
黑暗教会版式
作者guzl
 
*/
 
a:visited {
    color: rgb(207, 171, 5);
}
 
/* HEADER */
 
#header {
    height: 140px;
    position: relative;
    z-index: 10;
    padding-bottom: 30px; /* FOR MENU */
    background: url() 10px 35px no-repeat;
}
 
#header h1 a {
    content: "黑暗教会";
}
 
#header h1 a::before {
    content: "黑暗教会";
    color: rgba(212, 0, 0, 1);
    text-shadow: 3px 3px 5px #242424;
}
 
#header h1 a span{
    display: block;
    content: "";
    visibility: hidden;
}
 
#header h2 {
    margin-left: 120px;
    padding: 0;
    clear: left;
    float: left;
    font-size: 105%;
    max-height: 38px;
}
#header h2 span {
    display: block;
    margin: 0;
    padding: 19px 0;
    line-height: 0px;
    max-height: 0px;
    font-weight: bold;
    color: transparent;
    text-shadow: none;
}
#header h2 span::before {
    content: " H.I.M. ";
    display: block;
    margin: 0;
    padding: 0px 0;
    line-height: 0px;
    max-height: 0px;
    font-weight: bold;
    color: #ffffff;
    text-shadow: 1px 1px 1px #000;
    text-shadow: 1px 1px 1px rgba(0,0,0,.8);
}
 
div#container-wrap {
    background-image: url(http://guzl-tupian.wikidot.com/local--files/start/background.png);
}
 
/* SIDEBAR */
#side-bar .side-block {
    border-color: rgba(255,0,51,1);
    box-shadow: 0 2px 6px rgba(0,0,51,0.3);
}
 
#side-bar .heading {
    color: rgba(255, 0, 0, 1);
    border-bottom: solid 1px #0e7dcd;
}
 
#side-bar div.menu-item.inactive a {
    color: rgba(255, 0, 0, 1);
}
 
#side-bar a:visited {
    color: rgb(207, 171, 5);
}
 
#side-bar div.menu-item .sub-text {
    color: rgba(255, 0, 0, 1);
}
 
#side-bar .collapsible-block-folded {
    background-image: none;
}
#side-bar .collapsible-block-unfolded-link {
    border-bottom: solid 1px rgba(255, 0, 0, 0.5);
}
#side-bar .collapsible-block-unfolded-link .collapsible-block-link {
    color: rgba(255, 0, 0, 0.5);
}
 
.interwiki_title {
    color: rgba(255, 0, 0, 0.5);
}
 
.interwiki_entry a {
    color: rgba(255, 0, 0, 0.5);
}
 
/* BODY */
body {
    background: rgb(0, 0, 0);
    color: rgb(255, 255, 255);
}
a,a:visited {
    color: rgb(207, 171, 5);
}
blockquote, div.blockquote {
    border: solid 16px;
    border-image: url("http://ah-sandbox.wikidot.com/local--files/theme:better-minecraft-theme/blockquote_bg.png");
    border-image-slice: 8 8 8 8 fill;
    background-color: transparent;
}
div.yui-navset div.yui-content {
    background: rgb(61, 61, 61);
}
div.yui-navset ul.yui-nav a,
div.yui-navset div.yui-navset-top ul.yui-nav a {
    background: rgb(175, 175, 175);
    color: rgb(255, 0, 0);
}
div.yui-navset ul.yui-nav a:hover,
div.yui-navset ul.yui-nav a:focus {
    background: rgb(175, 175, 175);
    color: rgb(255, 0, 0);
}
div.yui-navset ul.yui-nav .selected a,
div.yui-navset ul.yui-nav .selected a:focus,
div.yui-navset ul.yui-nav .selected a:hover {
    background: rgb(175, 175, 175);
    color: rgb(255, 0, 0);
}
div.page-rate-widget-box,
div.page-rate-widget-box span.rate-points,
div.page-rate-widget-box span.cancel {
    background-color: rgb(175, 175, 175)!important;
    border: solid rgb(175, 175, 175) 1px!important;
}
div.page-rate-widget-box span.rateup,
div.page-rate-widget-box span.ratedown {
    border: solid rgb(175, 175, 175)!important;
    border-width: 1px 0!important;
}
div.page-rate-widget-box span.rate-points,
div.page-rate-widget-box span.cancel a,
div.page-rate-widget-box span.cancel a:hover {
    color: rgb(255, 0, 0);
}
div.page-rate-widget-box span.rateup,
div.page-rate-widget-box span.ratedown {
    background-color: rgba(0, 0, 0, 0.74)!important;
}
div.page-rate-widget-box span.rateup a,
div.page-rate-widget-box span.ratedown a {
    color: rgb(255, 0, 0)!important;
}
div.page-rate-widget-box span.cancel a:hover,
div.page-rate-widget-box span.rateup a:hover,
div.page-rate-widget-box span.ratedown a:hover {
    background: transparent!important;
    color: transparent!important;
}
div.open-menu a {
    color: rgb(255, 0, 0)!important;
    border-color: rgb(255, 0, 0)!important;
}
/* LINKS
 
a {
    color: rgba(255, 0, 0, 1);
    text-decoration: none;
    background: transparent;
}
a.newpage {
    color: rgba(255, 0, 0, 1);
    text-decoration: none;
    background: transparent;
}
  */
 
/* PAGE TITLEs */
h1, #page-title {
    color: rgba(255, 255, 255, 255);
}
 
/* NAV DROPDOWN */
 
#top-bar ul li.sfhover a,
#top-bar ul li:hover a {
    color: rgba(255, 0, 0, 1);
}
 
/* SEARCH BAR */
#search-top-box-input {
    border: solid 1px rgba(255, 0, 0, 0);
    background-color: rgba(255, 0, 0, 0.3);
}
 
#search-top-box-input:hover,
#search-top-box-input:focus {
    border: solid 1px rgba(255, 0, 0, 1);
    background-color: rgba(255, 0, 0, 0.3);
}
 
#search-top-box-form input[type=submit] {
    border: solid 1px rgba(255, 0, 0, 1);
    background-color: rgba(255, 0, 0, 0.3);
    color: rgba(255, 255, 255, 255);
    background: linear-gradient(to bottom, rgba(255, 0, 0, 0.9),rgba(232, 0, 0, 0.9),rgba(232, 0, 0, 0.3));
}
 
#search-top-box-form input[type=submit]:hover,
#search-top-box-form input[type=submit]:focus {
    border: solid 1px rgba(255, 0, 0, 0.4);
    color: rgba(255, 255, 255, 255);
    background-color: rgba(255, 0, 0, 0.1);
    background: linear-gradient(to bottom, rgba(255, 0, 0, 0.3),rgba(232, 0, 0, 0.9),rgba(232, 0, 0, 0.9);
}
 
.scpnet-interwiki-frame{
     filter: hue-rotate(260deg) brightness(150%);
}
 
/* LOGIN STATUS */
#login-status ul a {
    color: rgba(255, 0, 0, 0.3);
}
 
/* Changes background for collapsed sidebar */
@media (max-width: 767px) {
#side-bar{background-color: rgba(255, 0, 0, 0.5)}
}
/* footer */
 
#footer, #license-area {
    background: var(--fg-accent);
    color: #111;
}
 
#license-area {
    background: var(--fg-accent-dark);
}
 
#footer a, #license-area a {
    color: #fff;
}
 
/* code highlighter stuff */
 
.hl-identifier, .hl-code, .hl-brackets {
    color: var(--fg);
}
 
.hl-var {
    color: #21ff00;
}
 
.hl-special {
    color: #ffff00;
}
 
.hl-reserved {
    color: #00b2ff;
}
 
.hl-number, .hl-string {
    color: #ff0020;
}
[[/module]]
除非特别注明,本页内容采用以下授权方式: Creative Commons Attribution-ShareAlike 3.0 License