|
|
| 第70行: |
第70行: |
| } | | } |
|
| |
|
| /* 提升背景颜色纯度 */
| |
| div.vectorTabs ul li,
| |
| #p-variants,
| |
| #p-cactions {
| |
| background-image: url(//img.moegirl.org/skin/tab-normal-fade.png);
| |
| background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0), rgba(255, 255, 255, .5) 30%, rgba(255, 255, 255, 1));
| |
| background-color: transparent;
| |
| }
| |
| div.vectorTabs li.selected {
| |
| background-image: url(//img.moegirl.org/skin/tab-current-fade.png);
| |
| background-image:-webkit-linear-gradient(top, rgba(167, 215, 249, 0), rgba(167, 215, 249, .5) 30%, rgba(167, 215, 249, 1));/* rgba(167, 215, 249, 1) = #a7d7f9 */
| |
| background-color: transparent;
| |
| }
| |
| #p-variants-label,
| |
| div.vectorTabs,
| |
| div.vectorTabs span,
| |
| div.vectorTabs ul,
| |
| div#mw-head div.vectorMenu h3 {
| |
| background-image: none;
| |
| }
| |
| /* mutilmediaViewer 信息栏修复 */
| |
| .mw-mmv-image-metadata-column.mw-mmv-image-metadata-desc-column {
| |
| width: 30%;
| |
| }
| |
| .mw-mmv-image-metadata-column.mw-mmv-image-metadata-links-column {
| |
| width: 70%;
| |
| max-width: 70%;
| |
| }
| |
| ul.mw-mmv-image-links li {
| |
| float: left;
| |
| padding: .3em 1em;
| |
| }
| |
| div.mw-mmv-image-desc-div,
| |
| div.mw-mmv-image-links-div{
| |
| display:block
| |
| }
| |
| div.metadata-panel-is-closed .mw-mmv-image-links li.mw-mmv-license-li {
| |
| height:inherit;
| |
| line-height:inherit;
| |
| }
| |
| /* info类模板 */ | | /* info类模板 */ |
| .infoBox { | | .infoBox { |