打开/关闭菜单
打开/关闭外观设置菜单
打开/关闭个人菜单
未登录
未登录用户的IP地址会在进行任意编辑后公开展示。

Pie chart with legend/style.css

来自EaseCation Wiki
/* 来源:Miraheze Developers Wiki */
.pie-chart + p {
    display: none;
}

.pie-chart-with-legend {
    display: table !important;
}

.pie-chart-with-legend tr td:nth-child(2) {
    text-align: right;
}

.pie-chart-float-left {float: left !important; clear: left;}
.pie-chart-float-right {float: right !important; clear: right;}

.pie-chart-with-legend td > p {
    margin: 0;
}

@media only screen and (max-width: 720px) {
    .pie-chart-with-legend {
        width: 100% !important;
        float: none !important;
        display: table !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
}