“MediaWiki:Gadget-site.css”的版本间的差异
(创建页面,内容为“div#mw-page-base { background: none; height: 100px; }”) |
|||
第1行: | 第1行: | ||
− | + | #mw-page-base { | |
− | + | height: 5em; | |
− | + | background-position: bottom left; | |
− | } | + | background-repeat: repeat-x; |
+ | /* background-image:url(/skins/Vector/images/page-fade.png?1d168); */ | ||
+ | /* background-color:#f6f6f6; */ | ||
+ | /* background-image:-webkit-linear-gradient(top,#ffffff 50%,#f6f6f6 100%); */ | ||
+ | background-image: -moz-linear-gradient(top,#ffffff 50%,#f6f6f6 100%); | ||
+ | /* background-image:linear-gradient(#ffffff 50%,#f6f6f6 100%); */ | ||
+ | /* background-color:#ffffff; */ | ||
+ | } |
2022年7月9日 (六) 11:16的版本
#mw-page-base {
height: 5em;
background-position: bottom left;
background-repeat: repeat-x;
/* background-image:url(/skins/Vector/images/page-fade.png?1d168); */
/* background-color:#f6f6f6; */
/* background-image:-webkit-linear-gradient(top,#ffffff 50%,#f6f6f6 100%); */
background-image: -moz-linear-gradient(top,#ffffff 50%,#f6f6f6 100%);
/* background-image:linear-gradient(#ffffff 50%,#f6f6f6 100%); */
/* background-color:#ffffff; */
}