麦克斯韦的银锤 CSS 版式

源页面
2021年5月21日
修订 5
评分
16
↑ 16
↓ 0
支持率
100%
总票数 16
Wilson 95% 下界
80.6%
在相同票数下更稳健的支持率估计
争议指数
0.000

评分趋势

按周聚合
加载图表中...

最近修订

1 / 2
SOURCE_CHANGED
1 年前
SOURCE_CHANGED
1 年前
更新至原文版本18
SOURCE_CHANGED
3 年前
添加合著作者

最近投票

1 / 2
2025-06-09
2024-09-03
2024-09-03
2022-12-08
2022-05-24
2022-05-24
2022-05-24
2022-05-24
2022-05-24

相关页面

暂无推荐

页面源码

[[module CSS]] @import url(https://scp-wiki-cn.wikidot.com/theme:maxwell-s-silver-hammer/code/1); [[/module]] [[include :scp-wiki-cn:component:interwiki-style | priority=1 | type=sidebar | theme=https://scp-wiki.wikidot.com/theme:maxwell-s-silver-hammer/code/1 ]] [[iftags +版式]] + 麦克斯韦的银锤 CSS 版式 [[>]] **评分:** [[module Rate]] [[/>]] 这是由[[*user c_bonefish]]与[[*user Denevola]]为[[[https://scp-wiki.wikidot.com/church-of-the-broken-god-hub|麦克斯韦宗]]] GoIF 或别的类似东西制作的麦克斯韦的银锤 CSS 版式。 若需将该版式导入到你的页面中,请将以下文本放置到任意位置: [[div class="code"]] @@[[include :scp-wiki-cn:theme:maxwell-s-silver-hammer]]@@ [[/div]] @@@@ ----- + 页面元素 @@@@ [[include component:image-block name=https://scp-wiki.wikidot.com/local--files/theme:maxwell-s-silver-hammer/logo.png|caption=asdf|width=200px]] + 标题1 ++ 标题2 +++ 标题3 ++++ 标题4 +++++ 标题5 ++++++ 标题6 @@@@ @@@@ @@@@ [[tabview]] [[tab tab1]] [[=]] > + 链接 > [# 未访问的链接] | [[[theme:maxwell-s-silver-hammer|已访问的链接]]] > ----- >> 文本[[footnote]]敲敲门[[/footnote]] [[/=]] [[/tab]] [[tab tab2]] [[/tab]] [[/tabview]] @@@@ ----- + CSS 版式代码 @@@@ [[code type="css"]] /*     Powered on 2021/05/15 12:11:56     [2021 Wikidot Theme]     Created by c_bonefish & Denevola     Header Code adopted from The Buck Stops Here CSS Theme by thd-glasses     Info Bar and Page Rating Code adopted from Technoblast Theme by EstrellaYoshte     Background Image1: https://pixabay.com/vectors/blue-hexagons-backdrop-3330475/     Background Image2: https://pixabay.com/vectors/computer-cyber-circuitry-circuits-3163436/     CC BY-SA 3.0 */ @import url('https://fonts.googleapis.com/css2?family=Titillium+Web&display=swap'); @import url('https://fonts.googleapis.com/css2?family=Noto+Sans+SC&display=swap'); /* Header */ div#container-wrap {     background: url(https://scp-wiki.wikidot.com/local--files/theme:maxwell-s-silver-hammer/background.png) center top repeat-x;     background-size: 914px 400px;     z-index: -2; } #header {     background: none; } #header h1 {     z-index: 10; } #header h1 a {     font-size: 0px;     font-family: 'Titillium Web', 'Noto Sans SC', sans-serif;     letter-spacing: 0.5px; }   #header h1 a::before {     display: inline-block;     width: 100%;     text-align: center;     content: "麦克斯韦宗";     color: #FFFFFF;     font-size: 60px;     text-shadow: 3px 3px #4D4D80;     position: absolute;     left: 50%;     transform: translateX(-50%);     top: 0;     padding-top: 75px; } #header h2 {     font-size: 0px; } #header #header-extra-div-1 {     z-index: -1;     animation: neon 3s ease-in-out infinite alternate;     width: 155px;     height: 155px;     border-radius: 50%;     position: absolute;     left: 50%;     transform: translateX(-50%);     top: 0;     margin-top: 0px; }   #header #header-extra-div-1::before {     z-index: -1;     content: "";     width: 100px;     height: 100px;     position: absolute;     background-repeat: no-repeat;     background-position: center center;     background-size: 155px     flex: 1; } #header #header-extra-div-1 {     background: url(https://scp-wiki.wikidot.com/local--files/theme:maxwell-s-silver-hammer/logo.png) center top no-repeat;     background-size : 155px; } /* Login & Search & Top Bar */ #login-status {     z-index: 2; } #login-status {     color: #B3F4FF;     font-family: 'Titillium Web', 'Noto Sans SC', sans-serif; } #login-status ul a {     color: #050099; }   #search-top-box {   position: absolute;   top: 105px;   right: 0px;   width: 250px;   text-align: right;   font-family: 'Titillium Web', 'Noto Sans SC', sans-serif;   z-index: 1; } #search-top-box-input, #search-top-box-input:hover, #search-top-box-input:focus {     border: solid 1px #B3F4FF;     border-radius: 5px;     color: #B3F4FF;     font-family: 'Titillium Web', 'Noto Sans SC', sans-serif;     background-color: #03004D;     box-shadow: inset 1px 1px 3px rgba(0,0,0,.5); } #search-top-box-form input[type=submit], #search-top-box-form input[type=submit]:hover, #search-top-box-form input[type=submit]:focus {     border: solid 1px #B3F4FF;     border-radius: 5px;     padding: 2px 5px;     font-size: 90%;     font-family: 'Titillium Web', 'Noto Sans SC', sans-serif;     color: #B3F4FF;     background-color: #DAD9FF;     background: #03004D;     box-shadow: 0 1px 3px rgba(0,0,0,.5); } #top-bar {     width: 100%;     top: 160px;     z-index: 20;       display: flex;     justify-content: center;      }   .top-bar {     position: relative;     margin: 0 auto; } /* Page Elements */ #page-title {     font-size: 2.1em;     color: #030066;     font-family: 'Titillium Web', 'Noto Sans SC', sans-serif;     font-weight: bold; } #content-wrap {     margin: 30px auto 0; } h1,h2,h3,h4,h5,h6 {     color: #030066;     font-family: 'Titillium Web', 'Noto Sans SC', sans-serif;     font-weight: bold; } a:link {     color: #006275; } a:visited {     color: #00A0BD; } .scp-image-block {     background: #ffffff;     border: solid 1px #000000;     box-shadow: none; } .scp-image-block .scp-image-caption {     color: #000000;     background: #F0FBFC;     border-top: solid 1px #000000; } /* Side Bar */ #side-bar {     background: none; }   #side-bar .side-block, #interwiki .side-block {     background-color: #03004D !important;     border: 2px solid #B3F4FF !important;     border-radius: 10px 0px !important; }   #side-bar .heading, #interwiki .heading, #side-bar .collapsible-block-unfolded-link {     color: #ffffff;     border-bottom: solid 1px #ffffff; } #side-bar .collapsible-block-folded-link .collapsible-block-link:hover, #side-bar .collapsible-block-unfolded-link .collapsible-block-link:hover {     color: #9DCFFF; } #side-bar .collapsible-block-folded-link .collapsible-block-link, #side-bar .collapsible-block-unfolded-link .collapsible-block-link {     color: #ffffff; } #side-bar .menu-item .image, #interwiki .menu-item .image, #side-bar .collapsible-block-folded, #side-bar .collapsible-block-unfolded-link .collapsible-block-content .image {     filter: hue-rotate(300deg); } #side-bar .collapsible-block-folded a:link {     filter: hue-rotate(-300deg); } #side-bar a:link, #interwiki a:link {     color: #C1CCE6; }   #side-bar a:visited, #interwiki a:visited {     color: #D9E5FF; } #side-bar a:link:hover, #side-bar a:visited:hover, #interwiki a:link:hover, #interwiki a:visited:hover {     color: #B2ADFF; } div.open-menu a {     color: #03004D!important;     border-color: #03004D!important; } /* Rate Module */ .page-rate-widget-box {     box-shadow: none;     margin: unset; }   .page-rate-widget-box .rate-points {     background-color: #03004D !important;     color: #ffffff!important; } .page-rate-widget-box .rateup, .page-rate-widget-box .ratedown {     background: #ffffff;     color: #03004D; }   .page-rate-widget-box .rateup a, .page-rate-widget-box .ratedown a {     background: #ffffff;     color: #03004D; }   .page-rate-widget-box .rateup a:hover, .page-rate-widget-box .ratedown a:hover {     background: #03004D;     color: #ffffff; }   .page-rate-widget-box .cancel {     background: transparent;     background-color: #03004D; }   .page-rate-widget-box .cancel a {     color: #ffffff; } .page-rate-widget-box .cancel a:hover {     background: #ffffff;     color: #03004D; }    .info-container .collapsible-block-content .wiki-content-table{      width: 100%; }   #page-content .creditRate{      margin: unset; } #page-content .creditRate .creditButtonStandalone, #page-content .rate-box-with-credit-button {     background-color: #03004D;     border: solid 1px #03004D;     box-shadow: none; } #page-content .creditRate .creditButtonStandalone .fa-info, #page-content .rate-box-with-credit-button .fa-info {     border: none;     color: #ffffff; }   #page-content .creditRate .creditButtonStandalone .fa-info:hover, #page-content .rate-box-with-credit-button .fa-info:hover {     background: #ffffff;     color: #03004D; } #page-content .creditRate .creditButtonStandalone p a {     background: #03004D; } /* Tab */ div.yui-navset div.yui-content {     background: #ffffff; } div.yui-navset ul.yui-nav a, div.yui-navset div.yui-navset-top ul.yui-nav a {     background: #fefefe;     color: #000000; } div.yui-navset ul.yui-nav a:hover, div.yui-navset ul.yui-nav a:focus {     background: rgb(232, 244, 255); } 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(32, 18, 77);     color: #ffffff; } /* Blockquote */ blockquote, blockquote p, div.blockquote, div.blockquote p {     background: #F0FFFF; } /* etc. */ @media (max-width: 499px) {   #header h1 a::before {     font-size: 50px;     padding-top: 80px;   } } @media (max-width: 767px) {   #content-wrap {     margin: 45px auto 0;   }   #side-bar {     background-color: #00D8FF33;   } } @keyframes neon {   0% {     box-shadow: 0 0 11px white   }   50% {     box-shadow: none;     opacity: .6;   }   100% {     box-shadow: 0 0 11px white   } } [[/code]] [[/iftags]]