伦理委员会 主题

组件展示

存储特定组件的源代码。你可以使用他们。

在得到管理人员许可前请勿擅自编辑。


example.png

一张插图

伦理委员会主题
aismallardaismallard创建。
基于 Aelanna 的 Sigma 9 与 Yossi 的实验性伦理委员会主题

一些片段来自Darkbody

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

[[include component:ethics-committee-theme]]


1 级标题

2 级标题

3 级标题

4 级标题

5 级标题
6 级标题

粗体 | 斜体 | 下划线 | 删除线 | teletype text 上标下标

标题 标题 标题 标题 标题 标题
子内容 子内容 子内容 子内容 子内容 子内容

<开始记录>

听到巨大的爆炸声。人们尖叫着逃窜。

未知:你永远都不会知道真相。

屏幕闪烁着中断。

<记录结束>

ABC

DEF

GHI

一个链接 (另一个链接)

这是个测试!


@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Alegreya');
@import url('https://fonts.googleapis.com/css?family=Cutive+Mono');
 
/*
    Ethics Committee Theme
    [2019 Wikidot Theme]
    Based on http://kontainer.djkakt.us/component:yossijusttestingsomethingdontmindme
    Heavily edited by aismallard
    Color scheme: https://www.colourlovers.com/palette/580974/Adrift_in_Dreams
    Colors: #cff09e, #a8dba8, #79bd9a, #57a884, #3b8686, #0b486b
*/
 
/* HEADER */
#header {
    height: 140px;
    position: relative;
    z-index: 10;
    padding-bottom: 30px; /* FOR MENU */
    background: url(http://www.scp-wiki.net/local--files/component:ethics-committee-theme/ec-header-logo.png) 10px 35px no-repeat !important;
}
 
#header h1 a::before {
     content: "伦理委员会";
    text-shadow: 1px 1px 1px black;
    font-family: 'Alegreya', serif;
}
 
#header h1 a span {
    content: "";
    visibility: hidden;
}
 
div#header h2:after {
    content: "世界毁灭,正义犹行";
    font-family: 'Alegreya' Futura, "Trebuchet MS", Arial, sans-serif;
    color: #fff;
    padding: 15px 0;
    text-shadow: 1px 1px 1px black;
    font-size: 12pt;
    white-space: pre;
    line-height: 3;
 
/* PAGE TITLES */
h1, h2, h3, h4, h5, h6, h7, #page-title {
    color: #004c18;
}
 
/* LINKS */
a,
a:visited,
#side-bar div.menu-item a {
    color: #236778;
    text-decoration: bold;
    background: transparent;
}
 
a.newpage {
    color: #236778;
    text-decoration: bold;
    background: transparent;
}
 
a:hover {
    text-decoration: underline;
}
 
/* BLOCKQUOTE & MONOSPACE */
blockquote {
    border: 2px dotted #0b486b;
    font-family: 'Open Sans', serif;
    line-height: 0.8rem;
}
 
tt {
    font-family: 'Cutive Mono', monospace;
    font-size: 10pt;
    line-height: 0.8rem;
}
 
/* TABLE */
.wiki-content-table {
    border: 2px solid #0b486b;
    color: black;
}
 
table.wiki-content-table th,
table.wiki-content-table td {
    border: 1px solid #0b486b;
    background-color: transparent;
}
 
/* TABS */
.yui-navset .yui-nav .selected a,
.yui-navset .yui-nav .selected a:focus,
.yui-navset .yui-nav .selected a:hover {
    background: #0b486b;
    color: white;
    border: 0px solid #0b486b;
    border-bottom: 2px solid #79bd9a;
}
 
.yui-navset .yui-nav a,
.yui-navset .yui-navset-top .yui-nav a,
.yui-navset .yui-navset-top .yui-nav a:focus,
.yui-navset .yui-navset-top .yui-nav a:hover {
    background: #484848;
    color: white;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 2px solid #868686;
}
 
.yui-navset .yui-nav a:focus,
.yui-navset .yui-nav a:hover {
    background: #3b8686;
    border-bottom: 2px solid #a8dba8;
}
 
.yui-navset .yui-nav a em,
.yui-navset .yui-navset-top .yui-nav a em {
    border: 0px;
}
 
/* SIDEBAR */
#side-bar .side-block {
    box-shadow: none;
}
 
#side-bar .side-block h2 {
    color: #054100;
}
 
#side-bar div.side-block {
    border: 5px double #79bd9a;
    background: #eee !important;
}
 
#side-bar .side-block .heading {
    color: #57a884;
    box-shadow: none;
}
 
/* SEARCH BAR */
#search-top-box-input,
#search-top-box-input:hover,
#search-top-box-input:active {
    border: solid 1px #0b486b;
    background-color: black;
    color: lime;
    border-radius: 0px 0px 0px 0px;
}
 
#search-top-box-input:hover,
#search-top-box-input:focus {
    border: solid 1px #0b486b;
    background-color: black;
    border-radius: 0px 0px 0px 0px;
}
 
#search-top-box-form input[type=submit] {
    border: solid 1px #0b486b;
    background-color: black;
    color: white;
    background: grey;
    border-radius: 0px 0px 0px 0px;
}
 
#search-top-box-form input[type=submit]:hover,
#search-top-box-form input[type=submit]:focus {
    border: solid 1px #0b486b;
    color: white;
    background-color: black;
    background: black;
    border-radius: 0px 0px 0px 0px;
}
 
#search-top-box-input {
   color: lime;
   border-radius: 0px 0px 0px 0px;
}
 
#search-top-box-input:hover, #search-top-box-input:focus {
    background: black;
    border: 1px solid #0b486b;
    color: lime;
    border-radius: 0px 0px 0px 0px;
}
 
div#container-wrap {
    background: url(http://scp-wiki.wikidot.com/local--files/component:ethics-committee-theme/background-theme.png) top left repeat-x;
}
 
/* RATING MODULE */
.page-rate-widget-box {
    display: inline-block;
    border-radius: 5px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.8);
    margin-bottom: 10px;
    margin-right: 2em;
}
 
.page-rate-widget-box .rate-points {
    background-color: #0b486b !important;
    border: solid 1px #0b486b;
    border-right: 0;
    border-radius: 5px 0 0 5px;
}
 
.page-rate-widget-box .rateup,
.page-rate-widget-box .ratedown {
    background-color: #0b486b;
    border-top: solid 1px #0b486b;
    border-bottom: solid 1px #0b486b;
    font-weight: bold;
}
 
.page-rate-widget-box .rateup a,
.page-rate-widget-box .ratedown a {
    background: #eee;
    color: #0b486b;
    padding: 0 4px;
    margin: 0 1px;
}
 
.page-rate-widget-box .rateup a:hover,
.page-rate-widget-box .ratedown a:hover {
    background: #3b8686;
    color: #ccc;
    text-decoration: none;
}
 
.page-rate-widget-box .cancel {
    background-color: #0b486b;
    border: solid 1px #0b486b;
    border-left: 0;
    border-radius: 0 5px 5px 0;
}
 
.page-rate-widget-box .cancel a {
    background: transparent;
    text-transform: uppercase;
    color: #ccc;
}
 
.page-rate-widget-box .cancel a:hover {
    background: #3b8686;
    color: #ccc;
    text-decoration: none;
    border-radius: 0 3px 3px 0;
}
 
.rate-box-with-credit-button {
    border: solid 1px #0b486b !important;
    background: #0b486b !important;
}
 
/* SEARCH BOX */
#search-top-box {
    position: absolute;
    top: 79px;
    right: 9px;
    width: 250px;
    text-align: right;
}
 
#search-top-box-input {
    border: solid 1px #002120;
    border-radius: 5px;
    color: #ccc;
    background-color: #002f20;
    box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.5);
}
 
#search-top-box-input:hover,
#search-top-box-input:focus {
    border: solid 1px #002120;
    color: white;
    background-color: #002f20;
    box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.8);
}
 
#search-top-box-form input[type=submit] {
    border: solid 1px #002120;
    border-radius: 5px;
    padding: 2px 5px;
    font-size: 90%;
    font-weight: bold;
    color: #a6a6a6;
    background-color: #002f20;
    background: linear-gradient(to bottom, #003e20, #002120, #003e20);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
    cursor: pointer;
}
 
#search-top-box-form input[type=submit]:hover,
#search-top-box-form input[type=submit]:focus {
    border: solid 1px #002120;
    color: #ccc;
    text-shadow: 0 0 1px rgba(255,255,255,.25)
    background-color: #003e20;
    background: linear-gradient(to bottom, #003e20, #002120, #003e20);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.8);
}
 
.printuser img.small {
    margin-right: 1px;
}
除非特别注明,本页内容采用以下授权方式: Creative Commons Attribution-ShareAlike 3.0 License