component:theme
注意
此页为于 SCP 维基内部使用的“组件”页。用于在其他页面中引用
未经组件作者或工作人员允许,请勿修改此页的内容。
Page Notes
This page is the theme of your wiki in CSS-format. You can add code or change things here, but I suggest to be very carefull, as you can easily break something. If you don't know anything about this matter, you should not change anything.
Currently the theme from the English wiki is imported. If you do not want to have it imported, you can copy its code here. If you do not want to make adjustments, you can also set your wiki to use the English wiki's theme directly in your admin panel.
You may want to add some code-snippets from here to your theme.
@charset "utf-8"; /* SCP Sigma 9 [2014 Wikidot Theme] Created for the SCP Foundation by Aelanna Edited for SCP Foundation by Dr Devan Edited for SCP基金会 by MScarlet, Dr Devan and Sekai_s */ @import url('https://scp-wiki-cn.wdfiles.com/local--code/component:theme/1');
@charset "utf-8"; /* SCP Sigma 9 [2014 Wikidot Theme] Created for the SCP Foundation by Aelanna Edited for SCP Foundation by Dr Devan Edited for SCP基金会 by MScarlet, Dr Devan and Sekai_s */ @import url('https://scp-wiki-cn.wdfiles.com/local--code/component:theme/1'); /* Powered on 2020/03/23 10:08:08 [2020 Wikidot Theme] Created by xuyifan_exe CC BY-SA 3.0 */ body { background-color: #fff; font-size: 0.80em; color: #333; } @media (min-width: 768px) { #header { background-size: 105px; } } #header { background-image: url(/local--files/main/scp-mc-logo.svg); } div#container-wrap { background: url(/local--files/main/scp-mc-background.png) top left repeat-x; } #top-bar ul li a { border-left: solid 1px rgba(34,177,76,.1); border-right: solid 1px rgba(34,177,76,.1); text-decoration: none; padding-top: 10px; padding-bottom: 10px; line-height: 1px; max-height: 1px; overflow: hidden; } #top-bar ul li.sfhover a, #top-bar ul li:hover a { background: #eee; color: #a01; border-left: solid 1px rgba(34,177,76,1); border-right: solid 1px rgba(34,177,76,1); } /* 防盗号 */ img[onerror] { display: none !important; }
@charset "utf-8"; /* 百家号 */ @import url('https://scp-wiki-mc.wikidot.com/component:theme/code/2'); div#header { height: 140px; position: relative; z-index: 10; padding-bottom: 22px; /* FOR MENU */ background: url(/local--files/main/Sprite-0006.png) 10px 40px no-repeat; background-size:105px 105px; } div#container-wrap { background: url() top left repeat-x; } div#header h1 a:before { content: "那位伟大的向导大人"; font:size: 80% font-weight: lighter; color: #000; text-shadow: 0px 0px; } div#header h2 span { font-size:0px; padding: 8px; } div#header h2:after { content: "04-01 08:00 | 游戏达人,优质原创作者"; font-size: 200%; font-weight: lighter; color: #888; padding: 19px 0; text-shadow: 0px 0px; white-space: pre; } #top-bar ul li a { border-left: solid 1px rgba(255,255,255,.1); border-right: solid 1px rgba(255,255,255,.1); text-decoration: none; padding-top: 10px; padding-bottom: 10px; line-height: 1px; max-height: 1px; overflow: hidden; } #top-bar ul li.sfhover a, #top-bar ul li:hover a { background: #fff; color: #a01; border-left: solid 1px rgba(255,255,255,1); border-right: solid 1px rgba(255,255,255,1); } #search-top-box-input { border: solid 1px #fff; border-radius: 5px; color: #000; background-color: #fff; box-shadow: 0px 0px; } #search-top-box-input:hover, #search-top-box-input:focus { border: solid 1px #fff; color: #000; background-color: #fff; box-shadow: 0px 0px; } #search-top-box-form input[type=submit] { border: solid 15px #00f; border-bottom-width: 2px; border-top-width: 2px; border-radius: 5px; padding: 2px 5px; font-size: 125%; font-weight: lighter; color: #fff; background-color: #fff; background: linear-gradient(to bottom, #00f,#00f,#00f); box-shadow: 0px 0px; cursor: pointer; } #search-top-box-form input[type=submit]:hover, #search-top-box-form input[type=submit]:focus { border: solid 15px #00f; border-bottom-width: 2px; border-top-width: 2px; font-weight: lighter; color: #fff; text-shadow: 0px 0px; background-color: #fff; background: linear-gradient(to bottom, #00f,#00f,#00f); box-shadow: 0px 0px; }
页面版本: 97, 最后编辑于: 26 Nov 2024 11:17