100 Kb Css
/****暫定ファイルアップロード対策用CSS****/
#file-action-area p:nth-child(3) {
    font-size: 0;
    text-align: center;
    border: 1px solid #ccc;
    border-radius: 8px;
    padding: 16px;
    margin: 10px;
    line-height: 30px;
}
 
#file-action-area p:nth-child(3)::before {
    content:'\f06a';
    font-size: 20px;
    font-family: 'FontAwesome';
    margin-right: 8px;
    color: #b01;
}
 
#file-action-area p:nth-child(3)::after{
    content:"\aアップロードするファイルは100kb以下にして下さい";
    color:#b01;
    font-size: 20px;
    font-weight: bold;
}
/****このCSSは容量問題が解決したら取り外してください****/
Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution-ShareAlike 3.0 License