版式:无尽迷宫/安全出口

无法获取插入的页面 ":r-sandbox-cn.wikidot.com:theme:Exit",可能是站点缩写有误,或您无权在该站点查看此页面

评分: +6+x

无法获取插入的页面 ":scp-wiki:component:theme-squares",可能是站点缩写有误,或您无权在该站点查看此页面

这个版式由 wd:AEXSIA wd:AEXSIA 制作,不服务于任何组织。
想要用这个版式,可以把

[[include :r-sandbox-cn.wikidot.com:theme:Exit]]

塞到你的文档里!


3

无尽的迷宫。

正常的行走
迷茫的走过
巨大的障碍
逝去的遗憾
像素的错乱
坚信向上奔走
不再拘泥低谷
1
哪怕已知
哪怕不存在
也要珍爱已经有了的一切


右,左,右,死


终点死路
最后一个分岔口

[[div class="lightblock"]]

[[/div]]

[[div class="darkblock"]]
[[/div]]

[[div class="styled-quote"]]

[[/div]]

[[div class="dark-styled-quote"]]

[[/div]]


div#container-wrap {
    background: url("http://r-sandbox-cn.wikidot.com/local--files/Theme:Exit/2") top left repeat-x;
}
div#side-bar div.side-block {
    background: rgb(109, 158, 235);
}
:root {

--theme-base: "black-highlighter";

    /* Header */
    --logo-image: url("http://r-sandbox-cn.wikidot.com/local--files/Theme:Exit/1");
       --header-title: "无尽迷宫";
       --header-subtitle: "出口在何方?";

  /* 标准色 */
    --white-monochrome: 179,255,255;
    /* 白色 */
    --very-light-gray-monochrome: 237, 237, 237;
    /* 次强调色(应用于杂项) */
    --light-gray-monochrome: 0,206,209;
    /* 次强调色(登录时) */
    --gray-monochrome: 60,179,113;
    --dark-gray-monochrome: 32,178,170;
    /* 灰色 */
    --black-monochrome:    47,79,79;
    /* 黑色 */
    --medium-accent: 102,205,170;
    /* 中灰色*/
    --dark-accent: 0,139,139;
    /* 深灰色 */
   --pale-gray-monochrome: 102,205,170;
    /* 我也不知道这个叫啥色 */
   --bright-accent: 127,255,212;

/* 链接颜色 */
   --link-color: 100,149,237;
   --hover-link-color: 100,149,237;
   --visited-link-color: 112,128,144;
   --newpage-color: 60,179,113;

    /* 主要主题色 */
    --swatch-background: 176,224,230;
    --swatch-primary: 0,191,255;
    --swatch-primary-darker: 112,128,144;

    /* 版头斜线颜色 */

}
/*
    Powered on 2022/12/21 17:20:13
    [2022 Wikidot Theme]
    Created by AEXSIA
    CC BY-SA 3.0
*/

h1,h2,h3,h4,h5,h6 {
    color: rgb(25, 81, 53);
}
div.yui-navset div.yui-content {
    background: rgb(--link-color);
}
div.yui-navset ul.yui-nav a,
div.yui-navset div.yui-navset-top ul.yui-nav a {
    background: rgb(164, 194, 244);
    color: rgb(7, 55, 99);
    border:  solid rgb(7, 55, 99);
}
div.yui-navset ul.yui-nav a:hover,
div.yui-navset ul.yui-nav a:focus {
    background: rgb(61, 133, 198);
    color: rgb(32, 18, 77);
}
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(7, 55, 99);
    color: rgb(164, 194, 244);
    border: solid rgb(12, 52, 61);
}

.scp-image-block .scp-image-caption {
background-color: rgb(135,206,250)/*背景颜色*/;
border: solid/*(边框样式)*/ 4px/*边框宽度*/ #008B8B/*边框颜色*/;
}
#toc{
background:rgb(127,255,212);/*背景颜色*/
border: 0.1rem solid rgb(46,139,87);/*边框设置*/
}
/*表格标题更改_背景_文字颜色*/
table.wiki-content-table th {
background-color: rgb(0,139,139);/*背景颜色*/
color: rgb(175,238,238);/*文字颜色*/
border: 2px solid #2F4F4F;/*非标题表格的边框*/
}
/*表格内容更改_背景_文字颜色_边框*/
table.wiki-content-table td{
border: 2px solid #2F4F4F;/*非标题表格的边框*/
background-color: rgb(127,255,212);/*背景颜色*/
}
/*全部表格更改_边框*/
table.wiki-content-table{
border: 4px solid #2F4F4F;/*整个表格外边框设置*/
}
.dark-styled-quote {
   background-color:rgb(0,128,128);
   border-left: 0.6rem solid #3CB371;
   color:rgb(245,245,245);
   padding: 0.1rem 1rem;
   margin: 0.5rem 0 0.5rem 0.25rem;
   box-shadow: 0.05rem 0.1rem 0.3rem #000000;

}
.styled-quote {
   background-color:rgb(64,224,208);
   border-left: 0.6rem solid #00FA9A;
   color:#676767
   padding: 0.1rem 1rem;
   margin: 0.5rem 0 0.5rem 0.25rem;
   box-shadow: 0.05rem 0.1rem 0.3rem #000000;

}
 .lightblock{
   background-color:rgb(64,224,208);
   color:#676767
   padding: 0.1rem 1rem;
   margin: 0.5rem 0 0.5rem 0.25rem;
   box-shadow: 0.05rem 0.1rem 0.3rem #000000;

}
.darkblock {
   background-color:rgb(0,128,128);

   color:rgb(245,245,245);
   padding: 0.1rem 1rem;
   margin: 0.5rem 0 0.5rem 0.25rem;
   box-shadow: 0.05rem 0.1rem 0.3rem #000000;

}

@import url('https://fonts.googleapis.com/css2?family=Gemunu+Libre:wght@800&display=swap');
@import url("http://vivarium.wdfiles.com/local--files/backrooms%3Avivtheme/stylesheet.css");
@media screen and (prefers-reduced-motion: no-preference) {
    #page-title, #breadcrumbs, #page-content > * {
      animation-name: fadeIn;
      animation-duration: 1s;
      animation-iteration-count: 1;
      animation-timing-function: ease-out;
      animation-fill-mode: backwards;
    }
  }
  #page-title { animation-delay: 0s; }

  @keyframes fadeIn {
    from {
      opacity: 0;
      transform: translate(0,30px);
    }
    to {
      opacity: 1;
      transform: translate(0,0);
    }
  }
 body {
    color: 179,255,255;
}
div#side-bar div.side-block {
    background: rgb(179,255,255);
}
body {
    color: 179,255,255;
}
div#side-bar div.side-block {
    background: rgb(179,255,255);
    border: 2px groove rgb(--dark-accent);
}

_default: 原创 版式
页面版本:38,最后编辑:2026年8月5日 06:32(UTC)
除非特别注明,本页内容采用以下授权方式:Creative Commons Attribution-ShareAlike 3.0 License