|
|
| 第102行: |
第102行: |
| background-position: bottom left; | | background-position: bottom left; |
| background-repeat: repeat-x; | | background-repeat: repeat-x; |
| }
| |
| div.vectorTabs ul li,
| |
| #p-variants,
| |
| #p-cactions {
| |
| background-image: url(//img.moegirl.org.cn/skin/tab-normal-fade.png);
| |
| background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
| |
| background-color: transparent;
| |
| }
| |
| div.vectorTabs li.selected {
| |
| background-image: url(//img.moegirl.org.cn/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;
| |
| } | | } |
| #mw-head { | | #mw-head { |