A little extension to filter out reminder spam from the front page of FA.
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 
 

17 行
214 B

  1. body {
  2. min-width: 250pt;
  3. min-height: 150pt;
  4. font-size: 24pt;
  5. }
  6. #blacklist {
  7. width: 100%;
  8. height: 70%;
  9. font-size: 16pt;
  10. }
  11. #confirm {
  12. width: 100%;
  13. height: 20%;
  14. font-size: 24pt;
  15. }