/* for [[Pieces系列]] 系列條目 */ /* 標題前圖片 */ h2 .mw-headline::before { content: "\00A0"; background: url("http://img.moegirl.tw/common/4/4a/Pieces_feather_left.png") center/contain no-repeat; display: inline-block; width: 1.2em; filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, .5)); } /* 標題後圖片 */ h2 .mw-headline::after { content: "\00A0"; background: url("http://img.moegirl.tw/common/6/6d/Pieces_feather_right.png") center/contain no-repeat; display: inline-block; width: 1.2em; filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, .5)); } h2 { padding-left: 0 !important; border: 0 !important; } h2::before { display: none !important; } /* 目錄分列 */ @media screen and (min-width:800px) { .toc ul { column-count: 2; } .toc ul > li > ul { column-count: 1; } .toctoggle { float: right; } } .chara div.TabLabelText { width: 90px; height: 90px; border-width: 1px !important; margin: 1px; border-radius: 50%; transition: all .2s !important; } .chara div.TabLabelText.select { border-bottom: 1px solid green; } .chara div.TabLabelText img{ border-radius: 50%; } /* 標籤卡鼠標懸停效果 */ .chara .TabLabelText:hover { box-shadow: 0px 1rem 1rem rgba(55, 55, 55, 0.15); transform: translate(0, -5px); } /* Cquote內文字樣式 */ .cquote_text { font-size: 1.5em; font-family: kozuka-mincho-pro, 思源宋體, 'Source Han Serif', serif; font-weight: 700; text-align: center; } /* toggle按鈕樣式 */ .display_button { display:inline-block; border:1px solid rgb(93, 142, 201); background:rgba(93, 142, 201, .05); padding:0.2em 0.4em; user-select: none; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; } /* [[Category:在主名字空間下的CSS頁面]] */