You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

141 lines
2.4 KiB

  1. #home {
  2. text-align: center;
  3. .page-title {
  4. font-size: 30px;
  5. }
  6. @media (min-width: @screen-sm-min) {
  7. padding: 50px;
  8. .page-title {
  9. font-size: 45px;
  10. margin-top: -20px;
  11. margin-bottom: 20px;
  12. }
  13. }
  14. .btn-home {
  15. margin: 50px 0 25px 0;
  16. }
  17. }
  18. #web, .terminal {
  19. word-wrap: break-word;
  20. font-size: 12px;
  21. .code-title {
  22. color: @red;
  23. }
  24. padding: 25px 0 0 10px;
  25. @media (min-width: @screen-sm-min) {
  26. padding: 25px 0 0 20px;
  27. font-size: 15px
  28. }
  29. code {
  30. font-family: @font-family-mono;
  31. }
  32. font-family: @font-family-mono;
  33. text-align: left;
  34. color: #fff;
  35. .transition(all @animation-duration ease);
  36. }
  37. #web {
  38. margin-top: -2px;
  39. padding-top: 0;
  40. padding-bottom: 50px;
  41. width: 100%;
  42. display: block;
  43. background: @dark-blue;
  44. .transition(all @animation-duration ease);
  45. .btn-cta {
  46. padding: 5px 10px;
  47. font-size: 14px;
  48. border-color: #fff;
  49. }
  50. .queue {
  51. margin: 0;
  52. list-style: none;
  53. padding: 0;
  54. }
  55. a {
  56. color: #fff;
  57. }
  58. .border-bottom-radius (5px);
  59. }
  60. .dragged {
  61. background: lighten(@dark-blue, 5%)!important;
  62. }
  63. .terminal {
  64. a {
  65. color: #fff
  66. }
  67. .border-top-radius (0);
  68. .border-bottom-radius (5px);
  69. background: @dark-blue;
  70. // background: url(../images/terminal.svg);
  71. backbground-repeat: no-repeat;
  72. background-size: cover;
  73. }
  74. .terminal-top {
  75. .border-top-radius (5px);
  76. background: url(../images/terminal-top.svg);
  77. background-repeat: no-repeat;
  78. background-size: cover;
  79. height: 30px;
  80. }
  81. .upload-progress {
  82. max-width: 80%;
  83. .bar {
  84. word-wrap: normal;
  85. overflow: hidden;
  86. }
  87. span {
  88. float: right;
  89. }
  90. padding-top: 4px;
  91. }
  92. .all-files {
  93. display: none;
  94. }
  95. .all-files .show {
  96. display: block;
  97. }
  98. #thank-you {color: #fff;
  99. text-align: center;
  100. .col-md-4 {
  101. text-align: center;
  102. a {
  103. font-size: 20px;
  104. text-decoration: none;
  105. line-height: 25px;
  106. color: #fff;
  107. }
  108. }
  109. i {
  110. vertical-align: middle;
  111. }
  112. padding: 40px 0;
  113. .donate {
  114. img {
  115. max-width: 200px;
  116. }
  117. }
  118. h3 {color: #fff;
  119. font-size: 25px;
  120. }
  121. background: @blue;
  122. .btn-cta {
  123. border-color: @dark-blue;
  124. }
  125. }