/* 嗯,是久違的新企畫。把用戶頁整的花哨一點(x */ /*因為自己啥也不會,所以參考了很多大佬的頁面,包括但不限於:[[User:あめろ/style.css]]、[[User:一位史蒂夫/style.css]]、[[User:竹林煙雨/style.css]](第一次看到真的大受震撼,大佬nb) */ /*配色方面大體是偏向清新的配色方案,選用了以藍、綠色系為主的偏冷色搭配*/ /*******分割線********/ /*去除快速編輯*/ .mw-editsection { display: none; } /*標題*/ h2 { border-bottom: none; font-family: "SimSun"; font-weight: bolder; margin-top: 1.6em; color: #226A6D; text-shadow: 0px 0px 10px #EEF5FC; } h2 .mw-headline { display: inline-block; } h2 .mw-headline::after { content: ''; background: linear-gradient(90deg,#C5E7DC, #C1EAEB 90%, transparent ); display: block; margin: -30px 0px 0px -30px; width: 160%; border-radius: 6px; height: 33px; } h3 { color: #1E483B; text-shadow: 0px 0px 5px #8CCFBB; } h4, h5, h6 { color: #30735E; } /*圓角*/ .infoBox ,.infoBoxContent, .toc, pre, .card , .wikitable,.backToTop { border-radius: 10px; } /*陰影*/ .infoBox ,.userbox ,.userbox-b ,.wikitable, .toc ,.card, .shadow { box-shadow: 0px 0px 20px #34A0A4; } /* 黑幕 */ .heimu { background-color: #1D5B5D; color: #1E483B; } /* 選中 */ ::selection { color: #36816B; background-color: #A9DBCB; text-decoration: underline dashed; } /* 摺疊窗優化 */ table.wikitable img { height: auto; max-width: 80%; } table.wikitable > tr > th, table.wikitable > * > tr > th { background-color: #C5E7DC; } .mw-collapsible-text { color: #1E483B; } table.wikitable tbody{ display: contents; } /*其它*/ a:hover { text-decoration: underline dashed; } a:link, a:visited { color: #2C878C; } code { background: #B7E1D5; border-width: 0 0 2px; border-color: #2C888C; margin: 0 2px; color: inherit; border-radius: 3px; padding: 1px 3px 0; }