Site-81UO 版式


版式名称:UO版式
制作者stengan774stengan774

这是一个被用于与基金会站点-81UO及Nx-54(“四十八町”)相关作品的版式。要使用本版式,将以下代码复制到你的页面中。

[[include :scp-wiki-cn:theme:81uo]]

例样

Rating: +3

Rating: +3

普通文字 | Alphabet

粗体 | 斜体 | 下划线 | 删除线 | 等宽字 | 上标下标

链接 不存在页面的链接

用5个连字符「-----」创建分割线,除在某些情况的内部(如:引用)之外会分割整个页面。分隔本文档各部分的线即为分割线。


标题通过在行首添加1~6文字个「+」实现。

Table of Contents
+ 标题- 标题

一级标题

二级标题

三级标题

四级标题

五级标题
六级标题
制表器Tab做好了长Tab第一个Tab第二个Tab第三个Tab第四个Tab第五个Tab第六个Tab

这是个分页(tab view)。1

这是一个引用块,在行首加上半角的「> 」来创建。

更多文字

这是一个嵌套的引用块



81UO.png

图片标题2

这是表格。
你应该老早就知道
怎么做这个了吧。
  1. 列表对象
  2. 列表对象
  3. 列表对象
  • 列表对象
  • 列表对象
  • 列表对象

源代码

+ open block- hide block
css
@import url('https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Zen+Old+Mincho&display=swap');

/* ---- VARS ---- */
 :root{
   --titleColor: hsl(219, 44%, 57%);
   --subtitleColor: hsl(56, 100%, 10%);
   --lgurl: url(https://scp-jp-storage.wdfiles.com/local--files/file%3A5644609-150-txz2/81UO.png);
}

/* ---- SITE BANNER ---- */
 #header,
 div#header{
     background-image: none;
}

 #header::before{
     position: absolute;
     width: 100%;
     height: 100%;
     content: "";

     background-image: var(--lgurl);
     background-position: center top;
     background-repeat: no-repeat;
     background-size: auto 10.55em;
     opacity: .40;
}

 #header h1,
 #header h2{
     float: none;
     margin-left: 0;

     text-align: center;
}

 #header h1 span,
 #header h2 span{
   /* Hide the Existing Text */
     display: none;
}

 #header h1 a::before{
     font-family: 'Shippori Mincho',serif;
}
 #header h2::before{
   /* Style the New Text */
     font-family: 'Zen Old Mincho',serif;
}

 #header h1 a::before{
     position: relative;
     bottom: .15em;

     color: var(--titleColor);

     font-size: 130%;
     font-weight: 700;
     text-shadow:
   -1.5px -1.5px 0 rgb(242,242,242),  
    1.5px -1.5px 0 rgb(242,242,242),
    -1.5px 1.5px 0 rgb(242,242,242),
     1.5px 1.5px 0 rgb(242,242,242);
}

 #header h2::before{
     position: relative;
     top: .1em;

     color: var(--subtitleColor);

     font-size: 140%;
     font-weight: 400;
     text-shadow:
   -0.5px -0.5px 0 rgb(242,242,242),  
    0.5px -0.5px 0 rgb(242,242,242),
    -0.5px 0.5px 0 rgb(242,242,242),
     0.5px 0.5px 0 rgb(242,242,242);
}

 #header h1 a::before{
   /* Set the New Text's Content From Variable */
     content: var(--header-title, "Site-81UO");
}

 #header h2::before{
     content: var(--header-subtitle, "死者于此开口说话");
}

 div#container-wrap {
background: url(https://scp-jp-storage.wdfiles.com/local--files/file%3A5644609-152-xhsj/Background.png) top left repeat-x;
}

/* ---- SEARCH ---- */
 #search-top-box{
     top: 1em;
     right: 0;
}

 #search-top-box-form input.button{
     margin-right: 0;
}

 #search-top-box-input,
 #search-top-box-input:hover,
 #search-top-box-input:focus,
 #search-top-box-form input[type=submit],
 #search-top-box-form input[type=submit]:hover,
 #search-top-box-form input[type=submit]:focus{
     border-radius: 0;
     box-shadow: none;

     font-size: 100%;
}

/* ---- TOP BAR ---- */
 #top-bar{
     right: 0;
     display: flex;
     justify-content: center;
}

 #top-bar ul li ul{
     border-bottom: 1px solid hsl(0, 0%, 40%);
     box-shadow: none;
}

/* ---- LOGIN ---- */
 #login-status{
     top: 1.1em;
     right: initial;

     color: black;
}

#login-status a {
      color: black;
}

#login-status ul a {
      color: black;
}
 #account-topbutton{
      color: black;
      background: #ccc;
      font-size: 100%;
}

/* ---- SIDE BAR ---- */
 #interwiki a {
    color: #6283C2;
}

/* ---- TABVIEW ----*/
div.yui-navset div.yui-content {
    background: rgb(255, 255, 255);
    background-image: none;
    margin: 0em 0em 1em 0em;
    border: none;
    box-shadow: rgb(0 0 0 / 24%) 0 2px 5px;
}
div.yui-navset ul.yui-nav a,
div.yui-navset div.yui-navset-top ul.yui-nav a {
    background: rgb(255, 255, 255);
    color: var(--titleColor);
    background-image: none;
}
.yui-navset .yui-nav, .yui-navset .yui-navset-top .yui-nav {
    border-color: var(--titleColor);
}
div.yui-navset ul.yui-nav a:hover,
div.yui-navset ul.yui-nav a:focus {
    background: rgb(217, 217, 217);
    color: #ff0000;
    background-image: none;
    text-decoration: none;
}

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(0, 1, 108);
    color: #FFFFFF;
    background-image: none;
}

#page-content .yui-nav a {
  text-decoration: none;
}

/* ---- MOBILE DISPLAY ---- */
 @media (max-width: 767px){
     #search-top-box{
          top: 1.85em;
          width: unset;
    }

     .mobile-top-bar{
          position: relative;
          left: 0;
          display: flex;
          justify-content: center;
    }

     #login-status{
          top: 0;
          right: 0;
    }

     #header .printuser{
          font-size: 0;
    }

     #header .printuser img.small{
          margin: 0;

          transform: translate(6px, 4px);
    }

     #my-account{
          display: none;
    }

     #account-topbutton{
          margin-left: 2px;
    }
}

/* ---- LINK ---- */

a {
    color: #6283C2;
}

a.newpage {
    color: #00AEEF;
}

#side-bar a:visited {
    color: #6283C2;
}

a:visited {
    color: #6283C2;
}


图片协议

[[collapsible]]

文件页:81UOロゴ

源链接: http://scp-jp-storage.wikidot.com/file:5644609-150-txz2
License: CC BY-SA 3.0

标题:81UOロゴ
著作权人:stengan774stengan774
公开年份:2023
备注:
使用了以下媒体

源链接: http://scp-int.wikidot.com/jp-hub
License: CC BY-SA 3.0

标题:SCP-JPロゴ
著作权人:Nanimono DemonaiNanimono Demonai
公开年份:2017

源链接: https://commons.wikimedia.org/wiki/File:Japanese_Crest_mitu_Tomoe_1.svg
License: CC BY-SA 3.0

标题:Japanese Crest mitu Tomoe 1.svg
著作权人:Mukai
公开年份:2009

源链接: https://commons.wikimedia.org/wiki/File:Siddham_ph.svg
License: パブリックドメイン

标题:Siddham ph.svg
著作权人:Mhss
公开年份:2009

源链接: https://commons.wikimedia.org/wiki/File:Siddham_ng.svg
License: パブリックドメイン

标题:Siddham ng.svg
著作权人:Mhss
公开年份:2009

源链接: https://commons.wikimedia.org/wiki/File:Siddham_b.svg
License: パブリックドメイン

标题:Siddham b.svg
著作权人:Mhss
公开年份:2009

文件页:UOテーマ背景

源链接: http://scp-jp.wikidot.com/author:mitan
License: CC BY-SA 3.0

标题:バックグラウンド
著作权人:MitanMitan
公开年份:2020
备注:
上述页面中用作特殊CSS版式背景的图片基于CC BY-SA 3.0协议引用。

[[/collapsible]]

Footnotes
  1. 1.然后这是个脚注。
  2. 2.这是另一个脚注。
页面版本:⁨0⁩, 最后编辑于: ⁨2025/4/13 15:01:03⁩ (⁨⁨521⁩ 日前⁩), 现时评分: 3