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

95 行
1.6 KiB

  1. #home {
  2. text-align: center;
  3. h2 {
  4. font-size: 40px;
  5. }
  6. @media (min-width: @screen-sm-min) {
  7. padding: 50px;
  8. h2 {
  9. font-size: 45px;
  10. margin-top: -10px;
  11. margin-bottom: 45px;
  12. }
  13. }
  14. }
  15. #from-terminal, #from-web {
  16. h3 {
  17. font-size: 30px;
  18. }
  19. }
  20. #web {
  21. .transition(all @animation-duration ease);
  22. i {
  23. font-size: 100px;
  24. color: @blue;
  25. display: block;
  26. margin-top: -20px;
  27. }
  28. .btn-cta {
  29. padding: 5px 10px;
  30. font-size: 14px;
  31. }
  32. .click {
  33. margin-top: -50px;
  34. color: #fff;
  35. }
  36. .queue {
  37. margin: 0;
  38. list-style: none;
  39. padding: 0;
  40. }
  41. a {
  42. color: #fff;
  43. }
  44. }
  45. #terminal {
  46. min-height: 150px;
  47. @media (min-width: @screen-sm-min) {
  48. min-height: 350px;
  49. }
  50. .examples {
  51. padding: 10px 0px;
  52. }
  53. code {
  54. font-family: @font-family-mono;
  55. }
  56. }
  57. #web .uploading {
  58. i {
  59. .transition(font @animation-duration ease);
  60. font-size: 40px;
  61. }
  62. p.click {
  63. font-size: 14px;
  64. }
  65. }
  66. .dragged {
  67. background: @light-gray;
  68. }
  69. #terminal {
  70. text-align: left;
  71. color: #fff;
  72. background: @dark-blue;
  73. background: url(../images/terminal.svg);
  74. background-repeat: no-repeat;
  75. background-size: 100% auto;
  76. font-family: @font-family-mono;
  77. font-size: 15px;
  78. @media (min-width: @screen-sm-min) {
  79. padding: 10px 20px;
  80. }
  81. }
  82. .progress {
  83. max-width: 80%;
  84. margin: 0 auto;
  85. }
  86. .all-files {
  87. display: none;
  88. }
  89. .all-files .show {
  90. display: block;
  91. }