FisherYu的CSS存放处
h1, #page-title {
    color: #3366cc; /*1级标题、页面标题颜色*/
}
a {
    color: #3366cc; /*链接颜色*/
}
a.newpage {
    color: #3366cc; /*链接新页面颜色*/
}
a:visited {
    color: #3366cc; /*访问过的链接颜色*/
}
a:hover {
    color: #3399ff; /*鼠标悬停链接颜色*/
}
div#container-wrap {
    background-image: url(http://scpsandboxcn.wdfiles.com/local--files/fisher-yu/margin01.png); /*顶栏背景图片*/
    background-repeat: repeat-x; /*顶栏背景图片平铺方式:X轴方向平铺*/
}
#header {
    background-image: url(http://scpsandboxcn.wdfiles.com/local--files/fisher-yu/Logo34.png); /*logo图片*/
    background-repeat: no-repeat; /*logo平铺方式:不平铺*/
}
#search-top-box-input {
    color: #0c4d66; /*搜索栏文字颜色*/
    background-color: #c9f2ff; /*搜索栏背景颜色*/
}
#search-top-box-input:hover,
#search-top-box-input:focus {
    color: #fff; /*搜索栏悬停文字颜色*/
    background-color: #ddf5fd; /*搜索栏悬停背景颜色*/
}
#search-top-box-form input[type=submit] {
    border-color: #eee; /*搜索按钮边框颜色*/
    color: #95b2de; /*搜索按钮文字颜色*/
    background-color: #478bad; /*搜索按钮背景颜色*/
    background: linear-gradient(to bottom, #225c7c, #15486b, #0b3851); /*搜索按钮渐变背景*/
}
#search-top-box-form input[type=submit]:hover,
#search-top-box-form input[type=submit]:focus {
    border-color: #f0fcff; /*搜索按钮悬停边框颜色*/
    color: #f0fcff; /*搜索按钮悬停文字颜色*/
    background-color: #6499b4; /*搜索按钮悬停背景颜色*/
    background: linear-gradient(to bottom, #225c7c, #15486b, #0b3851); /*搜索按钮悬停渐变背景*/
}
#login-status {
    color: #92e5ff; /*账户信息文字颜色*/
}
#login-status a {
    color: #6699ff; /*账户信息链接颜色*/
}
#login-status ul a {
    color: #3366cc; /*账户信息下拉菜单链接颜色*/
}
#account-topbutton {
    color: #3366cc; /*账户信息下拉菜单文字颜色*/
}
 
#header h1 a { /*标题*/
    line-height: 0px;
    max-height: 0px;
    color: transparent;
    text-shadow: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
#header h1 a::before {
    content: "Site-CN-34";
    white-space: nowrap;
    color: #c9f2ff;
    text-shadow: 3px 3px 5px #0c4d66;
}
#header h2 span { /*副标题*/
    line-height: 0px;
    max-height: 0px;
    color: transparent;
    text-shadow: none;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}
#header h2 span::before {
    content: "My Dreamland, My Graveyard";
    white-space: nowrap;
    color: #92e5ff;
    text-shadow: 1px 1px 1px #0c4d66;
}
 
/* TOP MENU */
#top-bar ul li.sfhover a,
#top-bar ul li:hover a {
    color: #3366ff; /*顶栏菜单打开时文字颜色*/
}
/* SIDE MENU */
#side-bar a {
    color: #3366cc; /*侧边栏链接颜色*/
}
#side-bar a:visited {
    color: #3366cc; /*侧边栏访问过链接颜色*/
}
#side-bar a:hover {
    color: #3399ff; /*侧边栏链接悬停颜色*/
}
#side-bar .side-block { /*侧边栏方块*/
    border-color: #006666; /*边框颜色*/
    background-color: #edfaff; /*背景颜色*/
    box-shadow: 0 2px 6px rgba(12,77,102,.5); /*阴影*/
}
#side-bar .heading { /*侧边栏标题*/
    color: #336666; /*颜色*/
    border-color: #333333; /*边框颜色,下面那一条*/
}
#side-bar div.menu-item .sub-text {
    color: #336666; /*侧边栏副标题颜色,SCP系列后面的(X000-X999*/
}
 
#side-bar .collapsible-block-folded {
    background-image: none; /*侧边栏折叠背景,一个小十字,隐藏*/
}
#side-bar .collapsible-block-unfolded-link {
    border-color: #663366; /*侧边栏折叠打开是边框颜色,下面那一条*/
}
#side-bar .collapsible-block-unfolded-link .collapsible-block-link {
    color: #edfaff; /*侧边栏折叠链接颜色*/
}
#side-bar .collapsible-block-unfolded-link .collapsible-block-link:hover {
    color: #336666; /*侧边栏折叠链接悬停颜色*/
}
/* YUI-TABS */
.yui-navset .yui-content{
    background-color: #eeeeee; /*Tab背景颜色*/
}
 
.yui-navset .yui-nav .selected a,
.yui-navset .yui-nav .selected a:focus,
.yui-navset .yui-nav .selected a:hover {
    background-color: #3399ff; /*当前Tab标签背景颜色,无图模式下有用*/
    background-image: url(http://scpsandboxcn.wdfiles.com/local--files/fisher-yu/colorrr.png); /*当前Tab标签背景图片*/
    color: #000000; /*当前Tab标签文字颜色*/
}
.yui-navset .yui-nav a:hover,
.yui-navset .yui-nav a:focus {
    background-color: #66ccff; /*Tab标签悬停背景颜色,无图模式下有用*/
    background-image: url(http://scpsandboxcn.wdfiles.com/local--files/fisher-yu/colorrr.png); /*Tab标签悬停背景图片*/
}
 
/* Page Rating Module Customizations */
.page-rate-widget-box .rate-points {
  background-color: #3399ff !important; /*评分分数背景颜色*/
  border-color: #006666; /*评分分数边框颜色*/
}
.page-rate-widget-box .rateup,
.page-rate-widget-box .ratedown {
  background-color: #66ccff; /*评分updown按钮背景颜色*/
  border-color: #006666; /*评分updown按钮边框颜色*/
}
.page-rate-widget-box .rateup a,
.page-rate-widget-box .ratedown a {
  background-color: transparent; /*评分updown按钮文字背景颜色*/
  color: #3366cc; /*评分updown按钮文字颜色*/
}
.page-rate-widget-box .rateup a:hover,
.page-rate-widget-box .ratedown a:hover {
  background-color: #3399ff; /*评分updown按钮悬停文字背景颜色*/
  color: #ffffff; 评分updown按钮悬停文字颜色*/
}
.page-rate-widget-box .cancel {
  background-color: #3399ff; /*评分cancel按钮背景颜色*/
  border-color: #006666; /*评分cancel按钮边框颜色*/
}
.page-rate-widget-box .cancel a {
  background-color: transparent; /*评分cancel按钮文字背景颜色*/
  color: #478bad; /*评分cancel按钮文字颜色*/
}
.page-rate-widget-box .cancel a:hover {
  background-color: #3399ff; /*评分cancel按钮悬停文字背景颜色*/
  color: #ffffff; /*评分cancel按钮悬停文字颜色*/
}
 
.yui-navset .yui-nav,
.yui-navset .yui-navset-top .yui-nav {
    border-color: #0099ff; /*Tab标签与内容之间的边框颜色*/
}
@media (max-width: 767px) {
#side-bar {
    background-color: transparent; /*移动端侧边栏背景颜色*/
}
[[/module]]
/* 
Fadeout Page-Contents
- Copyright (c) 2020 ukwhatn
- Released under the MIT License
- http://expunged.xyz/MIT.txt
*/
 
/*== variables ==*/
:root {
 
  /* Background Color (Default: white) */
  --fadeout-background: white;
 
  /* FadeOut Duration */
  --fadeout-time: 1s;
 
  /* Image FadeIn Duration (If you use image fade-in) */
  --img-fadein-time: 1s;
 
  /* Image Fadein Delay (If you use image fade-in) */
  --img-fadein-delay: 1s;
 
  /* Text FadeIn Duration (If you use image fade-in) */
  --txt-fadein-time: 1s;
 
  /* Text Fadein Delay (If you use image fade-in) */
  --txt-fadein-delay: 1s;
 
  /* Cropped Header (To erace the shadow under the header)
      If you use themes other than Sigma-9(Default), pls change this variable. */
  --cropped-header: url(http://smlt.wdfiles.com/local--files/ukwhatn:fadeout/header-crop.png);
 
}
 
/*== BASE CODE ==*/
 
div#container-wrap {
  background-image: var(--cropped-header);
}
 
.fadeout-wrapper  {
  position: relative;
  overflow: hidden;
}
 
.fadeout-wrapper .cover{
  width: 100%;
  height: 200%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 2;
  background: var(--fadeout-background);
  color: transparent;
  animation: cover-anim var(--fadeout-time) linear 0s 1 forwards;
}
 
@keyframes cover-anim {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
 
.fadeout-wrapper .escape {
  position: relative;
  display: inline-block;
  z-index: 3;
}
 
.fadeout-wrapper .fadein-img img{
  position: relative;
  z-index: 3;
  opacity: 0;
  animation: cover-anim var(--img-fadein-time) linear var(--img-fadein-delay) 1 forwards;
}
 
.fadeout-wrapper .fadein-txt {
  position: relative;
  z-index: 3;
  opacity: 0;
  animation: cover-anim var(--txt-fadein-time) linear var(--txt-fadein-delay) 1 forwards;
}
 
#extra-div-1 {
  background: url("http://expunged.xyz/log.jpg");
  display: none;
}
除非特别注明,本页内容采用以下授权方式: Creative Commons Attribution 3.0 License