big steppy
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
 
 
 

41 行
484 B

  1. body {
  2. background: #eee;
  3. font-family: Arial;
  4. }
  5. #log {
  6. height:600px;
  7. width:1000px;
  8. border:1px solid #ccc;
  9. background-color: #fff;
  10. overflow:auto;
  11. float:left;
  12. }
  13. .stat-header-self {
  14. font-weight: bold;
  15. font-size: 150%;
  16. min-width:250px;
  17. float:left;
  18. }
  19. .stat-header {
  20. font-weight: bold;
  21. font-size: 150%;
  22. min-width:130px;
  23. }
  24. .stat-line {
  25. font-weight: normal;
  26. font-size: 12pt;
  27. }
  28. .flex-container {
  29. display: flex;
  30. flex-wrap: wrap;
  31. }
  32. .action-button {
  33. }