User:森雨/style.css
< User:森雨
跳到导航
跳到搜索
/*边框*/ .infoBoxContent, .toc, pre, table { border: none !important; } /*圆角*/ .infoBox, .infoBoxContent, .toc, pre, .wikitable, .card, .radius, div.bottomnotice, table.navbox { border-radius: 6px; } /* 调整黑幕颜色 */ .heimu { background-color: #294273; color: #294273; } /* 链接样式 */ a:link { color: #294273; } a:visited { color: #47658B; } a:hover { text-decoration: underline dotted; } a.new { color: #4B71A2; } /* 标题优化 */ h2 { overflow: visible; font: 700 1.6em serif; border-bottom: none !important; margin-top: 1.6em; } h2 .mw-headline { display: inline-block; } h2 .mw-headline:after { content: ''; display: block; background: linear-gradient(66deg, #F2DA91, #FDEEAB); height: 0.7em; margin: -0.5em 0 0 -0.5em; width: 100%; border-radius: 0.35em; } h2:hover, h2:focus, h3:hover, h4:hover, h3:focus, h4:focus { letter-spacing: 0.3em; transition: letter-spacing 1s ease 200ms; } h3 { font: 700 1.4em serif; } h4 { font: 400 1.2em sans-serif; } h5 { font: 400 1.1em serif; } h2, h3, h4, h5, h6 { color: #294273; } h2:after, .mw-parser-output h2:after { display:none !important; } /*修改维基表格*/ .wikitable th { border: none !important; border-radius: 4px; background-color: #294273; } .wikitable td { border: none !important; }