/*{{用戶 允許他人編輯}}*/ /* 頁面[[User:伍昱物起/Sandbox]]專用樣式表 */ /*用於對[[夏川玥玥]]頁面進行css測試*/ /*此css可能與原css[[夏川玥玥/style.css]]有些許差異,這是更新不及時或者測試者導致的,不過您可以繼續測試想要的內容*/ /*標題修改*/ h2 .mw-headline::before { content: 'ᕱ️'; }/*標題左符號*/ h2 .mw-headline::after { content: 'ᕱ️'; }/*標題右符號*/ h3 .mw-headline { color: #B07D9D; }/*第二標題顏色*/ h2 .mw-headline { color: #9D708D; }/*主標題顏色*/ h2 .mw-headline { text-shadow:1px 0 #f2cce4, 0 1px #f2cce4, -1px 0 #f2cce4, 0 -1px #f2cce4, 0.5px 0.5px #f2cce4, 0.5px -0.5px #f2cce4, -0.5px 0.5px #f2cce4, -0.5px -0.5px #f2cce4; transition:all 0.5s ease; }/*主標題描邊*/ h2{ border-bottom: 1px solid #ffccdd!important; }/*針對vector下邊框的修改*/ /*歷程相關修改*/ th { color: #fa4e79; }/*副標題顏色*/ .commemoratetime{ text-shadow:0.5px 0 #f2cce4, 0 0.5px #f2cce4, -0.5px 0 #f2cce4, 0 -0.5px #f2cce4, 0.5px 0.5px #f2cce4, 0.5px -0.5px #f2cce4, -0.5px 0.5px #f2cce4, -0.5px -0.5px #f2cce4; color:#e68da1; }/*重大里程碑修改*/ /*編輯按鈕修改*/ .mw-editsection { float: right; font-size: 13px; opacity: 0.4; transition: opacity 0.5s; }/*主參數*/ .mw-editsection:hover { opacity: 1; }/*光標觸碰後明亮*/ /*信息欄修改*/ .infobox2{ background-color:rgba(254, 254, 254, 0.5)!important; border: 2px solid #fd8da6; }/*背景色修改*/ .infobox-image-container img{ width:312px!important; height:328px!important; }/*頭圖圖片大小修改*/ /* 黑幕及刪除線修改 */ .heimu{ background-color: #eac0cc; color: #eac0cc; }/*主體顏色*/ .heimu rt{ background-color: #eac0cc!important; }/*針對黑幕中嵌套ruby的修復*/ .heimu a:link, .heimu a:visited{ color: #eac0cc; }/*鏈接偽黑幕*/ .heimu:hover a:visited, .heimu:hover a:link{ color:#e86983; }/*黑幕顯示後防黑幕下鏈接變藍*/ s{ text-decoration-color:#ed3157; }/*刪除線*/ .just-kidding-text{ text-decoration-color:#ed3157!important; }/*刪除線*/ del{ text-decoration-color:#ed3157; }/*刪除線*/ /*頁面內鏈接修改*/ a:link, a:visited{ color:#e86983; }/*鏈接顏色*/ .columns-list a:visited, .columns-list a:link, .bilibili-title a:visited, .bilibili-title a:link, .external.text, .bilibili-toggle, .mw-cite-backlink{ color:#e86983!important; }/*針對外部鏈接修改顏色*/ .heimu a{ color: #eac0cc!important; }/*黑幕下注釋鏈接文本偽黑幕*/ .heimu:hover a{ color: #e86983!important; }/*黑幕下注釋鏈接文本偽黑幕後顯色*/ /*形象,作品,經典永流傳三欄整體修改*/ /*這幾欄大部分修改在條目中體現,若想修改可以直接在條目裡找到對應div及模板參數進行修改,修改後在編輯摘要中說明即可*/ .TabLabelText.selected .hovers-fade.tabslabelbt{ font-weight:600; color:#ff5c70!important; background-color:#fd8da6; width:50px; border-radius:10px; text-align:center; padding:4px 6px; }/*當前顯示tab的LabelText的顏色加深*/ .TabContent{ border-radius:10px; }/*tabs內部邊框圓角化*/ /*moehover修改*/ .onhover-inline-block>table>tbody>tr:first-child>td{ padding:3.4px!important; }/*防止錯位導致頁面偏移*/ .moe-hover .onhover-fade-slow{ transition: opacity 1s!important; }/*修改過渡時間*/