Line 17: |
Line 17: |
| div.vectorTabs ul li, | | div.vectorTabs ul li, |
| #p-variants, | | #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, | | #p-variants-label, |
| div.vectorTabs, | | div.vectorTabs, |
Line 337: |
Line 327: |
| } | | } |
| /* 页脚 */ | | /* 页脚 */ |
− | #footer-info-copyright {
| |
− | background: url(//img.moegirl.org/weixin_mengbai.png) 0 15px no-repeat;
| |
− | padding: 15px 0 30px 0;
| |
− | font-family: Helvetica Neue, Arial, Helvetica, Geneva, sans-serif;
| |
− | }
| |
| #footer-moegirl { | | #footer-moegirl { |
| padding-left: 160px; | | padding-left: 160px; |
Line 394: |
Line 379: |
| float: left; | | float: left; |
| padding-left: 10px; | | padding-left: 10px; |
− | }
| |
− | #breadcrumb a {
| |
− | display: block;
| |
− | background: url(//img.moegirl.org/breadcrumb/bc_separator.png) no-repeat right;
| |
− | padding-right: 15px;
| |
− | color: #454545;
| |
| } | | } |
| #breadcrumb a:hover { | | #breadcrumb a:hover { |
Line 649: |
Line 628: |
| * 12/29/2014 | | * 12/29/2014 |
| */ | | */ |
− | /* 以下内容已被萌百格式化,注释已被翻译 */
| |
| .container { | | .container { |
| position: relative; | | position: relative; |
Line 833: |
Line 811: |
| } | | } |
| } | | } |
− | /*
| + | |
− | * 感谢[[User:Great Brightstar]]的贡献,源码来自[[special:diff/834104]]
| |
− | * 以下是原注释:
| |
− | * 在这里使用 font-feature-settings 属性会让使用“lang”标签的元素强制使用 OpenType 技术显示本地化的变体字(通过激活 locl 标签,即便浏览器本身不直接激活)。
| |
− | * 如果你使用思源黑体(非 CN、JP、KO、TW 版)、Noto Sans CJK 显示文字的话就有可能看到效果。
| |
− | * 关于上述这个 CSS 属性的用法,参阅:https://developer.mozilla.org/en-US/docs/Web/CSS/font-feature-settings 注意:此文引用的 OpenType Feature Tags list 同样需要关注。
| |
− | * 如有任何问题请即刻禁用之
| |
− | * Nbdd0121: 将原来的[lang]改为span[lang],这样就不会影响非{{lang}}的[lang]了 (e.g. div#mw-content-text)
| |
− | */
| |
| span[lang] { | | span[lang] { |
| font-family: initial; | | font-family: initial; |