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.
 
 
 
 

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