愚人节版式
@charset "utf-8"; @import url('https://cdn.jsdelivr.net/gh/scp-cn-tech/sigma9@cn/fonts/font-bauhaus.css'); @import url('https://fonts.googleapis.com/earlyaccess/nanumgothic.css'); @import url('https://fonts.googleapis.com/earlyaccess/nanumgothiccoding.css'); @import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css'); @import url('http://xyz-studios.wikidot.com/local--files/component:theme/verify.css'); /* [2021 Wikidot Theme] XUpsilon-4m1d22 Created by by H Based on XUpsilon-21 CC BY-SA 3.0 */ :root { --themeColor: #aa0; --accentColor: #fbfbf0; counter-reset: counter 0; } body { background: #ffffff; color: rgb(0, 0, 0); font-family: 'Exo 2'; } a,a:visited { color: rgb(255, 0, 0); } h1 { color: rgb(74, 134, 232); } h1,h2,h3,h4,h5,h6 { font-family: 'Exo 2'; } blockquote { border: 1px dashed #999; background: #f4f4f4; } div#container-wrap { background: url(https://scp-sandbox-3.wdfiles.com/local--files/component%3Atheme/body_bg.png) top left repeat-x; } div#header { background: url(http://xyz-studios.wikidot.com/local--files/major/gsc) 10px 40px no-repeat; background-position: 1em 4em; background-size: 88px 88px; } div#header h1 a span { font-size: 0px; } div#header h1 a:before { content: "gold sports club"; color: rgb(255, 165, 0); text-shadow: 3px 3px 5px #000; } div#header h2 span { font-size:0px; padding: 4px; } div#header h2:after { content: "健康即人生之本钱也"; font-weight: bold; color: rgb(218, 165, 32); padding: 19px 0; text-shadow: 1px 1px 1px rgba(0,0,0,.8); white-space: pre; } div#side-bar div.side-block { background: rgb(204, 204, 204); border: 1px solid #333333; box-shadow: 0 2px 6px rgba(102,0,0,0.5); border-radius: 5px; } div#side-bar div.side-block div.heading, div#side-bar div.collapsible-block-unfolded-link, div#side-bar div.collapsible-block-unfolded-link div.collapsible-block-link { color: rgb(67, 67, 67); border-color: rgb(67, 67, 67); } div.yui-navset div.yui-content { background: #f5f5f5; } div.yui-navset ul.yui-nav a, div.yui-navset div.yui-navset-top ul.yui-nav a { background: #d8d8d8; color: #000000; border: solid #a3a3a3; } div.yui-navset ul.yui-nav a:hover, div.yui-navset ul.yui-nav a:focus { background: #dd8888; color: #000000; } 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: #770000; color: #ffffff; border: solid #243356; } div.page-rate-widget-box, div.page-rate-widget-box span.rate-points, div.page-rate-widget-box span.cancel { background-color: rgb(237, 55, 55)!important; border: solid rgb(237, 55, 55) 1px!important; } div.page-rate-widget-box span.rateup, div.page-rate-widget-box span.ratedown { border: solid rgb(237, 55, 55)!important; border-width: 1px 0!important; } div.page-rate-widget-box span.rate-points, div.page-rate-widget-box span.cancel a, div.page-rate-widget-box span.cancel a:hover { color: rgb(67, 67, 67); } div.page-rate-widget-box span.rateup, div.page-rate-widget-box span.ratedown { background-color: rgb(0, 0, 0)!important; } div.page-rate-widget-box span.rateup a, div.page-rate-widget-box span.ratedown a { color: rgb(0, 0, 0)!important; } div.page-rate-widget-box span.cancel a:hover, div.page-rate-widget-box span.rateup a:hover, div.page-rate-widget-box span.ratedown a:hover { background: transparent!important; color: transparent!important; } div.open-menu a { color: rgb(67, 67, 67)!important; border-color: rgb(67, 67, 67)!important; } @keyframes c-change { from {color: #b01;} to {color: #000;} }