MediaWiki:Common.css:修订间差异

来自Quickpedia wiki
使用 "→‎LicenseImage:​ .license-description { clear: both; →‎visibility: hidden;:​ margin: 18px 0 18px 12px; height: 31px; } .license-description:before {…" 取代內容
无编辑摘要
第24行: 第24行:
     height: 31px;
     height: 31px;
     content: "";
     content: "";
     background: url(https://licensebuttons.net/l/by-sa/3.0/88x31.png);
     background: url(https://internetpedia.wikia.org/zh-tw/wiki/%E6%AA%94%E6%A1%88:CC-BY-SA.png);
}
}

2021年5月6日 (四) 14:10的版本

/* 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://upload.wikimedia.org/wikipedia/commons/thumb/c/c0/MediaWiki-2020-button.svg/88px-MediaWiki-2020-button.svg.png);
}
.license-description:after {
    display: inline-block;
    float: right;
    visibility: visible;
    margin-left: 5.6px;
    width: 88px;
    height: 31px;
    content: "";
    background: url(https://internetpedia.wikia.org/zh-tw/wiki/%E6%AA%94%E6%A1%88:CC-BY-SA.png);
}