Signed-off-by: WaitSpring <me@waitspring.com>
这个提交包含在:
WaitSpring 2023-10-22 13:40:46 +08:00
父节点 e3896d0756
当前提交 07506fb61e
找不到此签名对应的密钥
共有 9 个文件被更改,包括 24 次插入24 次删除

查看文件

@ -263,7 +263,7 @@ html {
}
a {
.ca-icon( '../images/page-tools-grey' );
.ca-icon( '/images/page-tools-grey' );
&:hover {
text-decoration: none;
@ -281,44 +281,44 @@ html {
}
#ca-watch a {
.ca-icon( '../images/star' );
.ca-icon( '/images/star' );
.ca-icon-only();
}
#ca-unwatch a {
.ca-icon( '../images/star-filled' );
.ca-icon( '/images/star-filled' );
.ca-icon-only();
}
#ca-unwatch.mw-watchlink-temp a {
.ca-icon( '../images/star-half-filled' );
.ca-icon( '/images/star-half-filled' );
.ca-icon-only();
}
#ca-edit a {
.ca-icon( '../images/pencil-grey' );
.ca-icon( '/images/pencil-grey' );
}
#ca-history a,
#ca-undelete a {
.ca-icon( '../images/clock-grey' );
.ca-icon( '/images/clock-grey' );
}
#ca-talk a {
.ca-icon( '../images/talk-grey' );
.ca-icon( '/images/talk-grey' );
}
#ca-addsection a {
.ca-icon( '../images/plus-grey' );
.ca-icon( '/images/plus-grey' );
}
#ca-viewsource a {
.ca-icon( '../images/wikitext-grey' );
.ca-icon( '/images/wikitext-grey' );
}
#ca-view a,
#ca-view-foreign a {
.ca-icon( '../images/eyeball-grey' );
.ca-icon( '/images/eyeball-grey' );
}
#ca-view {
@ -331,21 +331,21 @@ html {
/* Wikiplus */
#Wikiplus-Edit-TopBtn a {
.ca-icon( '../images/wikiplus-grey' );
.ca-icon( '/images/wikiplus-grey' );
}
/* ToolsRedirect */
#ca-redirect a {
.ca-icon( '../images/redirect-grey-ltr' );
.ca-icon( '/images/redirect-grey-ltr' );
}
.mw-content-rtl #ca-redirect a {
.ca-icon( '../images/redirect-grey-rtl' );
.ca-icon( '/images/redirect-grey-rtl' );
}
/* MassEditRegex */
#ca-masseditregex a {
.ca-icon( '../images/pencil-batch-grey' );
.ca-icon( '/images/pencil-batch-grey' );
}
/* Namespaces */
@ -359,7 +359,7 @@ html {
/* Fallback */
.tools-inline li[ id^='ca-nstab-' ] a {
.ca-icon( '../images/page-grey' );
.ca-icon( '/images/page-grey' );
}
#siteNotice {

查看文件

@ -180,7 +180,7 @@ div.mw-notification-area {
h3 {
.dropdown-header();
.ca-icon( '../images/languages-grey' );
.ca-icon( '/images/languages-grey' );
padding-bottom: 1em;
border-bottom: transparent;
margin: 0 0 -1em;

查看文件

@ -81,25 +81,25 @@
"resources/content.media/screen.less": {
"media": "screen"
},
"resources/screen/common.less": {
"resources/screen-common.less": {
"media": "screen"
},
"resources/screen/desktop.less": {
"resources/screen-desktop.less": {
"media": "screen and (min-width: 851px)"
},
"resources/screen/desktop-full.less": {
"resources/screen-desktop-full.less": {
"media": "screen and (min-width: 1200px)"
},
"resources/screen/desktop-mid.less": {
"resources/screen-desktop-mid.less": {
"media": "screen and (min-width: 851px) and (max-width: 1199px)"
},
"resources/screen/mobile.less": {
"resources/screen-mobile.less": {
"media": "screen and (max-width: 850px)"
},
"resources/screen/mobile-small.less": {
"resources/screen-mobile-small.less": {
"media": "screen and (max-width: 375px)"
},
"0": "resources/screen/misc.less",
"0": "resources/screen-misc.less",
"resources/content.media/print.less": {
"media": "print"
},
@ -110,7 +110,7 @@
"media": "print"
}
},
"@NOTE": "Remember to also update variables.less if you change the width cutoffs here. screen/misc.less and mobile.js may also need updating."
"@NOTE": "Remember to also update variables.less if you change the width cutoffs here. screen-misc.less and mobile.js may also need updating."
},
"skins.gongbi.js": {
"targets": [ "desktop", "mobile" ],