匿名用戶
無編輯摘要
imported>DC 無編輯摘要 |
imported>DC 無編輯摘要 |
||
(未顯示同一使用者於中間所作的 5 次修訂) | |||
第65行: | 第65行: | ||
/* 條目顯示 */ | /* 條目顯示 */ | ||
.skin-vector .mw-body-content, .skin-darkvector .mw-body-content{ font-size: | .skin-vector .mw-body-content, .skin-darkvector .mw-body-content{ font-size: 1em; } | ||
/* Navbox */ | /* Navbox */ | ||
第563行: | 第563行: | ||
.infotemplatebox>table td>.Tabs .TabContent { | .infotemplatebox>table td>.Tabs .TabContent { | ||
margin: 0 -1px; | margin: 0 -1px; | ||
} | |||
/* Styling for jQuery makeCollapsible, matching that of collapseButton */ | |||
.mw-parser-output .mw-collapsible-toggle:not(.mw-ui-button) { | |||
font-weight: normal; | |||
/* @noflip */ | |||
text-align: right; | |||
padding-right: 0.2em; | |||
padding-left: 0.2em; | |||
} | |||
.mw-collapsible-leftside-toggle .mw-collapsible-toggle { | |||
/* @noflip */ | |||
float: left; | |||
/* @noflip */ | |||
text-align: left; | |||
} | |||
body.skin-minerva .infobox table { | |||
display: table; | |||
} | |||
body.skin-minerva .infobox caption { | |||
display: table-caption; | |||
} | } |