MediaWiki:Common.css
注意:在发布之后,您可能需要清除浏览器缓存才能看到所作出的变更的影响。
- Firefox或Safari:按住Shift的同时单击刷新,或按Ctrl-F5或Ctrl-R(Mac为⌘-R)
- Google Chrome:按Ctrl-Shift-R(Mac为⌘-Shift-R)
- Internet Explorer或Edge:按住Ctrl的同时单击刷新,或按Ctrl-F5
- Opera:按 Ctrl-F5。
/* LicenseImage */
.license-description {
clear: both;
/* visibility: hidden; */
margin: 18px 0 18px 12px;
height: 31px;
}
.license-description:before {
display: inline-block;
float: right;
visibility: visible;
margin-left: 5.6px;
width: 88px;
height: 31px;
content: "";
background: url(https://static.wikia.nocookie.net/worldpedias/images/a/ac/Poweredby_mediawiki_176x62.png/revision/latest?cb=20210417133930&path-prefix=zh);
background-size: 88px 31px;
}
.license-description:after {
display: inline-block;
float: right;
visibility: visible;
margin-left: 5.6px;
width: 88px;
height: 31px;
content: "";
background: url(https://static.wikia.nocookie.net/worldpedias/images/a/a9/CC-BY-SA.png/revision/latest?cb=20170704005519&path-prefix=zh);
}