ファイルのアップロード対策用暫定CSS
/****暫定ファイルアップロード対策用CSS****/
#show-upload-button::after{
content:"\aアップロードするファイルは100kb以下にして下さい";
white-space: pre;
color:#333;
font-size:85%;
}
/****このCSSは容量問題が解決したら取り外してください****/
Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution-ShareAlike 3.0 License