/*MinervaNeue皮膚下圖片縮放*/ .infobox2 img { width:100%; max-width:312px !important; height:auto; } /*移除信息欄中tab的邊框*/ .infobox2 .TabContent{ border:0; } /*標題風格化*/ h2 { max-width: 100%; border-bottom-color:transparent; } h2 .mw-headline { display: inline-block; position: relative; color: #FFFFFF; font-family: SimHei; font-weight: bolder; letter-spacing: 3px; background: #46A4B7; padding: 5px 10px 5px 40px; font-size: 110%; border-radius: 0 30px 30px 0; margin-left: 15px; line-height: 1.4; width: 40%; } h2 span.mw-headline::before { content: url("http://img.moegirl.tw/common/3/34/Slow_Loop_title_icon.png" ); display: inline-block; position: absolute; left: -0.8em; top: -2%; } h3 .mw-headline { color: #1568A2; font-size: 120%; padding: 0 10px; border-bottom: solid 2px #0B7698; } h4 .mw-headline { border-left: solid 10px #0C7698; color: rgba(4,87,146,1.00); color: rgba(4,87,146,1.00); padding-left: 7px; position: relative; font-size: 118%; padding-bottom: 5px; } h5 .mw-headline { padding-left: 10px; font-size: 108%; position: relative; font-weight: 900; } /*圓角化*/ .infoBox,.infoBoxContent,.infoBox2,.toc,pre,.card,.radius,.TabContent { border-radius: 7px; } /*目錄在寬屏下改為兩欄顯示*/ @media screen and (min-width:1000px) { .toc ul { column-count: 2; } .toc ul > li > ul { column-count: 1; } .toctoggle { float: right; } } /*移動版允許使用small、big標籤*/ small { font-size:smaller; } big { font-size:larger; } /*表格樣式*/ .stubborn>table { border-radius: 15px; border: #46a4b7 3px solid; overflow: hidden; } .wikitable th { border: 1.2px solid #7fcad9; color:#0b7698; background-color: rgba(161, 212, 218, 0.4); } .wikitable td { border: 1.2px solid #7fcad9; background-color: rgba(135, 206, 235, 0.1); } /* 摺疊窗優化 */ table.wikitable { border-radius: 15px; text-align: center; } table.wikitable img { height: auto; max-width: 90%; } table.wikitable > tr > th, table.wikitable > * > tr > th { background-color: #cde5ea; } .mw-collapsible-text { color: #0b7698; } table.wikitable tbody{ display: contents; } hr { margin: 1em 10% 0.5em; width: 80%; border-bottom: 2px dashed #3fa8bd; background: none; } .flex_wrapper{ position: relative; overflow: hidden; display: flex; flex-wrap: wrap; justify-content: space-between; }