重要声明:本版式含有大量冗余代码,原因是本人制作水平有限。希望有朝一日我能把它改好。
这是一个离谱风格的 CSS,可用于任何你想使用的地方。它不与任何 GoI/设定或其他世界观内的概念相关。在你的作品开头添加如下语法以应用此版式1:
[[include :scpsandboxcn:neon-theme
|title=SCP基金会
|subtitle=控制,收容,保护]]
通过 [[include]] 来引入版式可以将你的页面加入到一系列“反向链接”清单之中。当本版式更新升级时,此方式可以看到哪些页面会受到影响,且可以更快留意、修正升级所导致的任何错误,故而十分有用。
你可以通过点击页面底部的“+ 选项”、“反向链接”来查看任何页面的反向链接。
示例
隨便一張圖片,讓你看看就好了。
可通过五个连字符“-----”创建水平分割线。若它未被放在其他部件(诸如引用块)中,则会左右延伸贯穿页面。这种将文件分割为多个部分的线就是分割线。
标题可通过在一行字起始处输入 1 至 6 个加号“+”来创建。
此为分页(tab view)。
看,这有更多文字。
多么精巧绝伦。
这是一个长的 tab,它有很多文字。
这是一个长的 tab,它有很多文字。
这是一个长的 tab,它有很多文字。
这是一个长的 tab,它有很多文字。
这是一个长的 tab,它有很多文字。
这是一个长的 tab,它有很多文字。
这是一个长的 tab,它有很多文字。
这是一个长的 tab,它有很多文字。
这是一个长的 tab,它有很多文字。
这是一个长的 tab,它有很多文字。
这是一个长的 tab,它有很多文字。
这是一个长的 tab,它有很多文字。
这是一个引用块,在一行字的起始处加上“> ”来创建。
更多文字
一条分割线
嵌套引用块
color: #FFF;
text-shadow: 0 0 5px #f0f, 0 0 1px #00f, 0 0 1px #f00, 0 0 1px #00f,
0 0 5px #0ff, 0 0 10px #0ff, 0 0 1px #f0f, 0 0 1px #fff;
| 这是 | 表格 |
|---|---|
| 你应该老早 | 就知道怎么 |
| 做这个了吧 其实还可以表格内换行,嘻嘻 |
|
/* FONTS AND COLORS */ :root { --textColor: #FFF; --textColorAlt: hsl(212, 3%, 79%); --bgColor: #000; background: var(--bgColor); --fgColor: hsl(222, 16%, 15%); --alphaColor: hsl(0, 0%, 100%); --keyColor: hsl(0, 0%, 5%); --linkColor: #FFF; --linkColor-newpage: #999; --accentColor: var(--textColor); --accentColorLite: hsla(325, 80%, 70%, .5); --titleColor: var(--accentColor); --subtitleColor: var(--accentColor); body { color: var(--textColor); text-shadow: 0 0 5px #f0f, 0 0 1px #00f, 0 0 1px #f00, 0 0 1px #00f, 0 0 5px #0ff, 0 0 10px #0ff, 0 0 1px #f0f, 0 0 1px #fff; } } body, div#container-wrap { background: linear-gradient(#000, #000) repeat-x, #000; background-size: 1px 180px; } div#content-wrap { margin-top: 3em; } #header { position: relative; z-index: 10; padding-bottom: 22px; /* FOR MENU */ background: url( no ); } #header h1 { margin-left: 20%; padding: 10px 0px 0px 0px; float: left; max-height: 90px; } #header h2 { margin-left: 24%; padding: 0; clear: left; float: left; font-size: 120%; max-height: 38px; } #header h1 a { display: block; margin: 0; padding: 80px 0 25px; line-height: 0px; max-height: 0px; color: transparent; background: transparent; font-family: BauhausLTDemi, Arial, sans-serif; font-size: 120%; text-shadow: none; text-decoration: none; border:none; } #header h1 a::before { font-family: 'Work Sans'; color: #FFF; text-shadow: 0 0 5px #f0f, 0 0 1px #00f, 0 0 1px #f00, 0 0 1px #00f, 0 0 5px #0ff, 0 0 10px #0ff, 0 0 1px #f0f, 0 0 1px #fff; font-size: 1.2em; font-weight: 400; } #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 { display: block; margin: 0; padding: 0px 0; line-height: 0px; max-height: 0px; font-weight: bold; color: #ffffff; text-shadow: 0 0 5px #f0f, 0 0 1px #00f, 0 0 1px #f00, 0 0 1px #00f, 0 0 5px #0ff, 0 0 10px #0ff, 0 0 1px #f0f, 0 0 1px #fff; } h1, h2, h3, h4, h5, h6, div#page-title { color: #ffffff; text-shadow: 0 0 5px #f0f, 0 0 1px #00f, 0 0 1px #f00, 0 0 1px #00f, 0 0 5px #0ff, 0 0 10px #0ff, 0 0 1px #f0f, 0 0 1px #fff; } a { color: #ffffff; text-shadow: 0 0 5px #f0f, 0 0 1px #00f, 0 0 1px #f00, 0 0 1px #00f, 0 0 5px #0ff, 0 0 10px #0ff, 0 0 1px #f0f, 0 0 1px #fff; transition: 0.2s; } /* 侧边栏颜色和内容 */ #side-bar{ background-color: transparent; } #side-bar .side-block { border: 1px solid #000; } #side-bar .heading { color: #ffffff; text-shadow: 0 0 5px #f0f, 0 0 1px #00f, 0 0 1px #f00, 0 0 1px #00f, 0 0 5px #0ff, 0 0 10px #0ff, 0 0 1px #f0f, 0 0 1px #fff; border-bottom: solid 1px #000; } #side-bar div.menu-item.inactive a { color: #ffffff; text-shadow: 0 0 5px #f0f, 0 0 1px #00f, 0 0 1px #f00, 0 0 1px #00f, 0 0 5px #0ff, 0 0 10px #0ff, 0 0 1px #f0f, 0 0 1px #fff; border:none; } #side-bar div.menu-item .sub-text { color: #ffffff; text-shadow: 0 0 5px #f0f, 0 0 1px #00f, 0 0 1px #f00, 0 0 1px #00f, 0 0 5px #0ff, 0 0 10px #0ff, 0 0 1px #f0f, 0 0 1px #fff; border:none; } #side-bar .side-block, #interwiki .side-block { background-color: #000 !important; border: 1px solid #fff; box-shadow: 0 2px 6px #000; } #side-bar .heading, #interwiki .heading { color: #ffffff; text-shadow: 0 0 5px #f0f, 0 0 1px #00f, 0 0 1px #f00, 0 0 1px #00f, 0 0 5px #0ff, 0 0 10px #0ff, 0 0 1px #f0f, 0 0 1px #fff; border-bottom: 1px solid #fff; } #side-bar .collapsible-block-unfolded-link { border-bottom: 1px solid #fff; } #side-bar .collapsible-block-unfolded-link .collapsible-block-link { color: #ffffff; text-shadow: 0 0 5px #f0f, 0 0 1px #00f, 0 0 1px #f00, 0 0 1px #00f, 0 0 5px #0ff, 0 0 10px #0ff, 0 0 1px #f0f, 0 0 1px #fff; } #side-bar .collapsible-block-unfolded-link .collapsible-block-link:hover { color: #ffffff; text-shadow: 0 0 5px #f0f, 0 0 1px #00f, 0 0 1px #f00, 0 0 1px #00f, 0 0 5px #0ff, 0 0 10px #0ff, 0 0 1px #f0f, 0 0 1px #fff; } #side-bar .menu-item img, #interwiki .menu-item img { display: none; } #side-bar .menu-item::before, #interwiki .menu-item::before { display: inline; position: relative; top: -1px; font-size: 10px; content: "> "; color: #ffffff; text-shadow: 0 0 5px #f0f, 0 0 1px #00f, 0 0 1px #f00, 0 0 1px #00f, 0 0 5px #0ff, 0 0 10px #0ff, 0 0 1px #f0f, 0 0 1px #fff; border:none; } #interwiki body { background-image: none; } #side-bar .collapsible-block-folded { background-image: none; } /* 側欄不知道什麽 */ #side-bar a, #interwiki .side-block div.menu-item a { color: #ffffff; text-shadow: 0 0 5px #f0f, 0 0 1px #00f, 0 0 1px #f00, 0 0 1px #00f, 0 0 5px #0ff, 0 0 10px #0ff, 0 0 1px #f0f, 0 0 1px #fff; border:none; } #side-bar a:visited, #interwiki .side-block div.menu-item a:visited { color: #ffffff; text-shadow: 0 0 5px #f0f, 0 0 1px #00f, 0 0 1px #f00, 0 0 1px #00f, 0 0 5px #0ff, 0 0 10px #0ff, 0 0 1px #f0f, 0 0 1px #fff; border:none; } a:hover, a:focus { color: #ffffff; text-shadow: 0 0 5px #f0f, 0 0 1px #00f, 0 0 1px #f00, 0 0 1px #00f, 0 0 5px #0ff, 0 0 10px #0ff, 0 0 1px #f0f, 0 0 1px #fff; border:none; } #side-bar a:hover, #interwiki .side-block div.menu-item a:hover, #side-bar a:focus, #interwiki .side-block div.menu-item a:focus { color: #ffffff; text-shadow: 0 0 5px #f0f, 0 0 1px #00f, 0 0 1px #f00, 0 0 1px #00f, 0 0 5px #0ff, 0 0 10px #0ff, 0 0 1px #f0f, 0 0 1px #fff; border:none; } del { color: #ffffff; text-shadow: 0 0 5px #f0f, 0 0 1px #00f, 0 0 1px #f00, 0 0 1px #00f, 0 0 5px #0ff, 0 0 10px #0ff, 0 0 1px #f0f, 0 0 1px #fff; } ins { color: #ffffff; text-shadow: 0 0 5px #f0f, 0 0 1px #00f, 0 0 1px #f00, 0 0 1px #00f, 0 0 5px #0ff, 0 0 10px #0ff, 0 0 1px #f0f, 0 0 1px #fff; } /* 链接色 */ a { color: #ffffff; text-shadow: 0 0 5px #f0f, 0 0 1px #00f, 0 0 1px #f00, 0 0 1px #00f, 0 0 5px #0ff, 0 0 10px #0ff, 0 0 1px #f0f, 0 0 1px #fff; border-bottom: solid 1px var(--linkColor); background-size: 100% 0; background-position: 0 100%; } a.newpage { color: #ffffff; text-shadow: 0 0 5px #f0f, 0 0 1px #00f, 0 0 1px #f00, 0 0 1px #00f, 0 0 5px #0ff, 0 0 10px #0ff, 0 0 1px #f0f, 0 0 1px #fff; border-bottom: solid 1px var(--linkColor); background-size: 100% 0; background-position: 0 100%; } #side-bar a:visited{ color: #ffffff; text-shadow: 0 0 5px #f0f, 0 0 1px #00f, 0 0 1px #f00, 0 0 1px #00f, 0 0 5px #0ff, 0 0 10px #0ff, 0 0 1px #f0f, 0 0 1px #fff; border:none; } a:visited { color: #ffffff; text-shadow: 0 0 5px #f0f, 0 0 1px #00f, 0 0 1px #f00, 0 0 1px #00f, 0 0 5px #0ff, 0 0 10px #0ff, 0 0 1px #f0f, 0 0 1px #fff; border:none; } /* 标题图像 */ div#container-wrap { background-color:#000000; } #reader { background: url( ) no-repeat; width=250px } /* 引用块 */ blockquote { border-width: 2px; border-style: dotted; border-color: #fff; background:#000; color: #ffffff; text-shadow: 0 0 5px #f0f, 0 0 1px #00f, 0 0 1px #f00, 0 0 1px #00f, 0 0 5px #0ff, 0 0 10px #0ff, 0 0 1px #f0f, 0 0 1px #fff; } .code { border: 1px dashed; border-color: #fff; background-color: transparent; font-family: "Courier", "Courier New", "Roboto Mono", '仿宋', monospace; font-size: 1em; text-color:#fff; text-shadow:none !important; } .hl-identifier, .hl-code, .hl-brackets { color: #ffffff !important; } /* 搜索栏色 */ #search-top-box-input, #search-top-box-input:hover, #search-top-box-input:active { border: #000; color: #000; background-color: #000; } #search-top-box-input:hover,#search-top-box-input:focus { border: solid 1px #000; background-color: #000; } #search-top-box-form input[type=submit] { border: solid 1px #000; color: #ffffff; text-shadow: 0 0 5px #f0f, 0 0 1px #00f, 0 0 1px #f00, 0 0 1px #00f, 0 0 5px #0ff, 0 0 10px #0ff, 0 0 1px #f0f, 0 0 1px #fff; background: #000; } #search-top-box-form input[type=submit]:hover, #search-top-box-form input[type=submit]:focus { border: solid 1px #ffffff; color: #ffffff; text-shadow: 0 0 5px #f0f, 0 0 1px #00f, 0 0 1px #f00, 0 0 1px #00f, 0 0 5px #0ff, 0 0 10px #0ff, 0 0 1px #f0f, 0 0 1px #fff; background-color: #000; background: #000; } #search-top-box-input { color: #ffffff; opacity: 1.0;/* 这里好像没什么用,但是留一个代码存着.jpg */ } #search-top-box-input:hover, #search-top-box-input:focus { background: #000; border: 1px solid #000; color: #ffffff; text-shadow: 0 0 5px #f0f, 0 0 1px #00f, 0 0 1px #f00, 0 0 1px #00f, 0 0 5px #0ff, 0 0 10px #0ff, 0 0 1px #f0f, 0 0 1px #fff; opacity: 1.0; } /* 账号信息 */ #login-status { color: #ffffff; text-shadow: 0 0 5px #f0f, 0 0 1px #00f, 0 0 1px #f00, 0 0 1px #00f, 0 0 5px #0ff, 0 0 10px #0ff, 0 0 1px #f0f, 0 0 1px #fff; } #login-status a { color: #ffffff; text-shadow: 0 0 5px #f0f, 0 0 1px #00f, 0 0 1px #f00, 0 0 1px #00f, 0 0 5px #0ff, 0 0 10px #0ff, 0 0 1px #f0f, 0 0 1px #fff; } #login-status ul a { color: #ffffff; text-shadow: 0 0 5px #f0f, 0 0 1px #00f, 0 0 1px #f00, 0 0 1px #00f, 0 0 5px #0ff, 0 0 10px #0ff, 0 0 1px #f0f, 0 0 1px #fff; } #account-topbutton { background: #000; color: #ffffff; text-shadow: 0 0 5px #f0f, 0 0 1px #00f, 0 0 1px #f00, 0 0 1px #00f, 0 0 5px #0ff, 0 0 10px #0ff, 0 0 1px #f0f, 0 0 1px #fff; } #account-options { background: #000; } /* 图像块色 */ .scp-image-block { border: solid 1px #000; } .scp-image-block .scp-image-caption { background-color: #000; border-top: solid 1px #000; } /* 评分模组色 */ .page-rate-widget-box .rate-points { background-color: #000 !important; border: solid 1px #000; } .page-rate-widget-box .rateup, .page-rate-widget-box .ratedown { background-color: #000; border-top: solid 1px #000; border-bottom: solid 1px #000; } .page-rate-widget-box .rateup a, .page-rate-widget-box .ratedown a { background: transparent; color: #ffffff; text-shadow: 0 0 5px #f0f, 0 0 1px #00f, 0 0 1px #f00, 0 0 1px #00f, 0 0 5px #0ff, 0 0 10px #0ff, 0 0 1px #f0f, 0 0 1px #fff; } .page-rate-widget-box .rateup a:hover, .page-rate-widget-box .ratedown a:hover { background: #000; color: #ffffff; text-shadow: 0 0 5px #f0f, 0 0 1px #00f, 0 0 1px #f00, 0 0 1px #00f, 0 0 5px #0ff, 0 0 10px #0ff, 0 0 1px #f0f, 0 0 1px #fff; } .page-rate-widget-box .cancel { background: transparent; background-color: #000; border: solid 1px #000; } .page-rate-widget-box .cancel a { color: #ffffff; text-shadow: 0 0 5px #f0f, 0 0 1px #00f, 0 0 1px #f00, 0 0 1px #00f, 0 0 5px #0ff, 0 0 10px #0ff, 0 0 1px #f0f, 0 0 1px #fff; border:none; } .page-rate-widget-box .cancel a:hover { background: #000; color: #ffffff; text-shadow: 0 0 5px #f0f, 0 0 1px #00f, 0 0 1px #f00, 0 0 1px #00f, 0 0 5px #0ff, 0 0 10px #0ff, 0 0 1px #f0f, 0 0 1px #fff; border:none; } .page-options-bottom a { border:none; } .page-rate-widget-box .cancel a:hover { border:none; } /* tab重新着色 */ div.yui-navset div.yui-content { background: #000; } div.yui-navset ul.yui-nav a, div.yui-navset div.yui-navset-top ul.yui-nav a { background: #000; color: #ffffff; text-shadow: 0 0 5px #f0f, 0 0 1px #00f, 0 0 1px #f00, 0 0 1px #00f, 0 0 5px #0ff, 0 0 10px #0ff, 0 0 1px #f0f, 0 0 1px #fff; border: solid 1px #ffffff; } div.yui-navset ul.yui-nav a:hover, div.yui-navset ul.yui-nav a:focus { background: #000; color: #ffffff; text-shadow: 0 0 5px #f0f, 0 0 1px #00f, 0 0 1px #f00, 0 0 1px #00f, 0 0 5px #0ff, 0 0 10px #0ff, 0 0 1px #f0f, 0 0 1px #fff; } 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: #000; color: #ffffff; text-shadow: 0 0 5px #f0f, 0 0 1px #00f, 0 0 1px #f00, 0 0 1px #00f, 0 0 5px #0ff, 0 0 10px #0ff, 0 0 1px #f0f, 0 0 1px #fff; border: solid 0.5px border-color: #fff; } .yui-navset .yui-nav a, .yui-navset .yui-navset-top .yui-nav a { background-color:#000000;/* 未选择便签灰 */ background-image: url(../images/yuitabs.png); } .yui-navset .yui-nav .selected a, .yui-navset .yui-nav .selected a:focus, /* 可选择没有聚焦效果(不是很知道这是啥意思) */ .yui-navset .yui-nav .selected a:hover { /* 可选择没有悬停效果(同上) */ background: #000; color: #ffffff; text-shadow: 0 0 5px #f0f, 0 0 1px #00f, 0 0 1px #f00, 0 0 1px #00f, 0 0 5px #0ff, 0 0 10px #0ff, 0 0 1px #f0f, 0 0 1px #fff; border: solid 2px #000; } .yui-navset ul.yui-nav a:hover, .yui-navset ul.yui-nav a:focus { background: #000; color: #ffffff; text-shadow: 0 0 5px #f0f, 0 0 1px #00f, 0 0 1px #f00, 0 0 1px #00f, 0 0 5px #0ff, 0 0 10px #0ff, 0 0 1px #f0f, 0 0 1px #fff; text-decoration: none; } .yui-navset .yui-nav, .yui-navset .yui-navset-top .yui-nav { border-color: #000;/* 上边线色 */ } .yui-navset .yui-nav, .yui-navset .yui-navset-top .yui-nav { border-color: #000;/* 好像是更细的边线 */ } .yui-navset ul.yui-nav a, .yui-navset .yui-navset-top ul.yui-nav a { background: #000; color: #ffffff; text-shadow: 0 0 5px #f0f, 0 0 1px #00f, 0 0 1px #f00, 0 0 1px #00f, 0 0 5px #0ff, 0 0 10px #0ff, 0 0 1px #f0f, 0 0 1px #fff; border: solid 1px #ffffff; } .yui-navset li { line-height: normal; } /* 顶栏重新着色 */ #top-bar { background: linear-gradient(); } #top-bar ul li a { color: #ffffff; text-shadow: 0 0 5px #f0f, 0 0 1px #00f, 0 0 1px #f00, 0 0 1px #00f, 0 0 5px #0ff, 0 0 10px #0ff, 0 0 1px #f0f, 0 0 1px #fff; } #top-bar ul li.sfhover a, #top-bar ul li:hover a { background: #000; border: 0px !important; color: #ffffff; text-shadow: 0 0 5px #f0f, 0 0 1px #00f, 0 0 1px #f00, 0 0 1px #00f, 0 0 5px #0ff, 0 0 10px #0ff, 0 0 1px #f0f, 0 0 1px #fff; } #top-bar ul li.sfhover a:hover, #top-bar ul li:hover a:hover { background: #000; color: #ffffff; text-shadow: 0 0 5px #f0f, 0 0 1px #00f, 0 0 1px #f00, 0 0 1px #00f, 0 0 5px #0ff, 0 0 10px #0ff, 0 0 1px #f0f, 0 0 1px #fff; } #top-bar ul li.sfhover ul li a, #top-bar ul li:hover ul li a { padding-top: 3px; } #top-bar ul li ul { border: solid 1px #fff; } #top-bar a{ color: #ffffff; text-shadow: 0 0 5px #f0f, 0 0 1px #00f, 0 0 1px #f00, 0 0 1px #00f, 0 0 5px #0ff, 0 0 10px #0ff, 0 0 1px #f0f, 0 0 1px #fff; border:none; } #top-bar .open-menu a{ color: #ffffff; text-shadow: 0 0 5px #f0f, 0 0 1px #00f, 0 0 1px #f00, 0 0 1px #00f, 0 0 5px #0ff, 0 0 10px #0ff, 0 0 1px #f0f, 0 0 1px #fff; background-color: #000; border-width: .1em; border-color: #fff; } /* 尻来的侧边栏细节修改 */ #side-bar img { filter:hue-rotate(50deg) brightness(50%) invert(50%) drop-shadow(8px 8px 10px gray); -webkit-filter: hue-rotate(50deg) brightness(50%) invert(50%) drop-shadow(8px 8px 10px gray); } /* 页脚内容 */ #footer { background: #aaa; color: #ffffff; text-shadow: 0 0 5px #f0f, 0 0 1px #00f, 0 0 1px #f00, 0 0 1px #00f, 0 0 5px #0ff, 0 0 10px #0ff, 0 0 1px #f0f, 0 0 1px #fff; } /* 表格 */ table.wiki-content-table th { background-color: #000; } /* 选择时的颜色 */ ::-moz-selection { background: #000; } ::selection { background: #aaa; } /* 系統 */ #page-content .rate-box-with-credit-button { background-color: #000; border: 1px solid #fff; } #page-content .rate-box-with-credit-button .creditButton p a { border-left-color: #aaa; } #page-content .rate-box-with-credit-button .page-rate-widget-box .cancel { border-radius: 0; } #page-content .rate-box-with-credit-button .page-rate-widget-box .rate-points { border-left: 0; } #page-content .creditButtonStandalone p a { background: #000; box-shadow: 0 0 3px #aaa; } #page-content .creditButtonStandalone p a:hover { background: #000; } #page-content .modalbox { background: linear-gradient(#000 51px,#aaa 51px,#aaa); color: #000; box-shadow: 0 2px 6px #aaa; } .close-credits, .credit-back { filter: hue-rotate(230deg) invert(100%) brightness(150%); } #footer { background: #aaa; } ins, del { color: black; } /* 懸浮模塊 */ .hovertip { border: 1px solid #fff !important; border-radius: 0.5em; background-color: #000 !important; box-shadow: 0 0 6px 1px #000; } .hovertip .f-heading { color: #FFF; text-shadow: 0 0 5px #f0f, 0 0 1px #00f, 0 0 1px #f00, 0 0 1px #00f, 0 0 5px #0ff, 0 0 10px #0ff, 0 0 1px #f0f, 0 0 1px #fff; } /* 鍵入 */ input.text, input.button, #search-top-box-input, #search-top-box-form input[type=submit], div.buttons input, input.button, button, file, a.button { background: transparent; color: #FFF; text-shadow: 0 0 5px #f0f, 0 0 1px #00f, 0 0 1px #f00, 0 0 1px #00f, 0 0 5px #0ff, 0 0 10px #0ff, 0 0 1px #f0f, 0 0 1px #fff; border: 1px solid #fff; border-radius: 0; font-size: 1em; outline: 0; } div.buttons input:hover, div.buttons input:focus, input.button:hover, input.button:focus, button:hover, button:focus, file:hover, file:focus, a.button:hover, a.button:focus { border-color: #fff; background: transparent; color: #FFF; text-shadow: 0 0 5px #f0f, 0 0 1px #00f, 0 0 1px #f00, 0 0 1px #00f, 0 0 5px #0ff, 0 0 10px #0ff, 0 0 1px #f0f, 0 0 1px #fff; } input.text:hover, input.button:hover, input.text:focus, input.button:focus, #search-top-box-input:hover, #search-top-box-input:focus, #search-top-box-form input[type=submit]:hover, #search-top-box-form input[type=submit]:focus { color: #FFF; text-shadow: 0 0 5px #f0f, 0 0 1px #00f, 0 0 1px #f00, 0 0 1px #00f, 0 0 5px #0ff, 0 0 10px #0ff, 0 0 1px #f0f, 0 0 1px #fff; background: transparent; border: 1px solid #fff; outline: 0; } /* 加載界面 */ .owindow { background:#000; } .owindow .title { background-color: #000; } .owindow.body { color: #FFF !important; text-shadow: 0 0 5px #f0f, 0 0 1px #00f, 0 0 1px #f00, 0 0 1px #00f, 0 0 5px #0ff, 0 0 10px #0ff, 0 0 1px #f0f, 0 0 1px #fff; } .owindow h1, .owindow h2, .owindow h3, .owindow h4, .owindow h5, .owindow h6 { color: #FFF; text-shadow: 0 0 5px #f0f, 0 0 1px #00f, 0 0 1px #f00, 0 0 1px #00f, 0 0 5px #0ff, 0 0 10px #0ff, 0 0 1px #f0f, 0 0 1px #fff; } .owindow a { color: #FFF; text-shadow: 0 0 5px #f0f, 0 0 1px #00f, 0 0 1px #f00, 0 0 1px #00f, 0 0 5px #0ff, 0 0 10px #0ff, 0 0 1px #f0f, 0 0 1px #fff; } .owindow .button-bar a { background-color: #000; border: 1px solid #fff; } table.page-files .highlight { background-color: #000; } input.text { border: 1px dashed #fff; color: #FFF; text-shadow: 0 0 5px #f0f, 0 0 1px #00f, 0 0 1px #f00, 0 0 1px #00f, 0 0 5px #0ff, 0 0 10px #0ff, 0 0 1px #f0f, 0 0 1px #fff; } input.text:focus { border: 1px dashed #000; color: #FFF; text-shadow: 0 0 5px #f0f, 0 0 1px #00f, 0 0 1px #f00, 0 0 1px #00f, 0 0 5px #0ff, 0 0 10px #0ff, 0 0 1px #f0f, 0 0 1px #fff; } input.text:hover { border: 1px dashed #000; color: #FFF; text-shadow: 0 0 5px #f0f, 0 0 1px #00f, 0 0 1px #f00, 0 0 1px #00f, 0 0 5px #0ff, 0 0 10px #0ff, 0 0 1px #f0f, 0 0 1px #fff; } div#lock-info { background-color: #000; } .preview-message { background-color: #000; } .page-source { text-shadow:none; } /* 著作信息模塊 */ #page-content .rate-box-with-credit-button { background-color: #000; border: #000; } #page-content .rate-box-with-credit-button .creditButton p a { border-left-color: #000; } #page-content .rate-box-with-credit-button .page-rate-widget-box .cancel { border-radius: 0; } #page-content .rate-box-with-credit-button .page-rate-widget-box .rate-points { border-left: 0; } #page-content .modalbox { background: #000; color: #000; box-shadow: 0 0 5px #f0f, 0 0 1px #f0f, 0 0 1px #f00, 0 0 1px #f0f, 0 0 5px #0ff, 0 0 10px #0ff, 0 0 1px #f0f, 0 0 1px #fff; color: #FFF; text-shadow: 0 0 5px #f0f, 0 0 1px #00f, 0 0 1px #f00, 0 0 1px #00f, 0 0 5px #0ff, 0 0 10px #0ff, 0 0 1px #f0f, 0 0 1px #fff; } .close-credits, .credit-back { color: #556b2f; } #footer { background: #000; color: #FFF; text-shadow: 0 0 5px #f0f, 0 0 1px #00f, 0 0 1px #f00, 0 0 1px #00f, 0 0 5px #0ff, 0 0 10px #0ff, 0 0 1px #f0f, 0 0 1px #fff; } table.form td div.sub, form div.sub { color: #fff; } #license-area { color: #fff; } #toc{ background-color: unset; }






