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.

site.css 4.5KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265
  1. .select2-selection__rendered {
  2. line-height: 31px !important;
  3. }
  4. .select2-container .select2-selection--single {
  5. height: 38px !important;
  6. }
  7. .select2-selection__arrow {
  8. height: 34px !important;
  9. }
  10. .default-layout {
  11. margin-left: 0px !important;
  12. }
  13. .answerable {
  14. background-color: rgb(96, 208, 86);
  15. border-color: rgb(96, 208, 86);
  16. }
  17. .answered {
  18. background-color: rgb(102, 170, 96);
  19. border-color: rgb(102, 170, 96);
  20. }
  21. .correct {
  22. background-color: rgb(126, 232, 116);
  23. border-color: rgb(126, 232, 116);
  24. }
  25. .correct.answered {
  26. background-color: rgb(247, 247, 247);
  27. border-color: rgb(0, 255, 0);
  28. }
  29. .wrong {
  30. background-color: rgb(242, 119, 119);
  31. border-color: rgb(242, 119, 119);
  32. }
  33. .wrong.answered {
  34. background-color: rgb(247, 247, 247);
  35. border-color: rgb(255, 0, 0);
  36. }
  37. body{
  38. background: url('../img/gradient.png') no-repeat center center fixed;
  39. -webkit-background-size: cover;
  40. -moz-background-size: cover;
  41. -o-background-size: cover;
  42. background-size: cover;
  43. size: 16px;
  44. font-weight: bold;
  45. }
  46. .image-logo {
  47. margin-top: 0;
  48. margin-bottom: 25px;
  49. align-items: center;
  50. justify-content: center;
  51. display: flex;
  52. }
  53. .modal {
  54. display: flex;
  55. flex-direction: column;
  56. /*justify-content: center;*/
  57. /*align-items: center;*/
  58. padding: 32px;
  59. gap: 24px;
  60. position: absolute;
  61. width: 600px;
  62. height: 800px;
  63. left: calc(50vw - 300px);
  64. top: calc(50vh - 400px);
  65. overflow-y: auto;
  66. scrollbar-width: thin;
  67. scrollbar-color: #ddd;
  68. background-color: #FFFFFF;
  69. color: #0D1C52;
  70. box-shadow: none;
  71. border-radius: 32px;
  72. }
  73. .modal::-webkit-scrollbar {
  74. width: 5px;
  75. }
  76. .modal::-webkit-scrollbar-track {
  77. background: #ddd;
  78. }
  79. .modal::-webkit-scrollbar-thumb {
  80. background: #777;
  81. }
  82. .share-files {
  83. text-align: left !important;
  84. align-items: initial;
  85. color: #0D1C52;
  86. width: 100%;
  87. }
  88. .share-files-form {
  89. color: #0D1C52;
  90. width: 100%;
  91. }
  92. .button-box {
  93. text-align:center;
  94. margin-top:10px;
  95. margin-bottom: 0;
  96. display: flex;
  97. flex-direction: row;
  98. justify-content: space-between;
  99. gap: 8px;
  100. padding: 0;
  101. }
  102. .single-button-input {
  103. flex: 1;
  104. }
  105. .radio-input {
  106. display: none;
  107. color: #B9CFE4;
  108. }
  109. .label-available {
  110. cursor: pointer;
  111. border: 1px solid #0D1C52;
  112. border-radius: 5px;
  113. width: 100%;
  114. height: 55px;
  115. padding-top: 15px;
  116. }
  117. .label-text {
  118. font-size: 23px;
  119. padding-left: 4px;
  120. }
  121. .label-text-lower{
  122. font-size: 16px;
  123. color: #FFA463;
  124. }
  125. .radio-input:checked ~ .label-available {
  126. /*background-color: #FFA463 !important;*/
  127. background-color: #90278F;
  128. color: #FFFFFF;
  129. }
  130. .share-button {
  131. /* Auto layout */
  132. display: flex;
  133. flex-direction: row;
  134. justify-content: center;
  135. align-items: center;
  136. padding: 32px;
  137. gap: 10px;
  138. width: 100%;
  139. height: 94px;
  140. margin-top: 14px;
  141. background: #90278F;
  142. border-radius: 30px;
  143. /* Inside auto layout */
  144. flex: none;
  145. order: 2;
  146. align-self: stretch;
  147. flex-grow: 0;
  148. color: #FFFFFF;
  149. font-size: 35px;
  150. }
  151. .share-button:hover {
  152. /* Auto layout */
  153. display: flex;
  154. flex-direction: row;
  155. justify-content: center;
  156. align-items: center;
  157. padding: 32px;
  158. gap: 10px;
  159. width: 100%;
  160. height: 94px;
  161. margin-top: 14px;
  162. background: #FFA463;
  163. border-radius: 30px;
  164. /* Inside auto layout */
  165. flex: none;
  166. order: 2;
  167. align-self: stretch;
  168. flex-grow: 0;
  169. color: #FFFFFF;
  170. font-size: 35px;
  171. }
  172. .input-message {
  173. box-sizing: border-box;
  174. width: 100%;
  175. height: 90px;
  176. /* white */
  177. background: #FFFFFF;
  178. border: 1px solid #8F9DCE;
  179. border-radius: 4px;
  180. }
  181. .drop-here {
  182. box-sizing: border-box;
  183. width: 100%;
  184. height: 90px;
  185. /* white */
  186. background: #FFFFFF;
  187. border: 1px dashed #8F9DCE;
  188. border-radius: 4px;
  189. display: inline-block; /* [4] */
  190. vertical-align: middle;
  191. text-align: center;
  192. }
  193. .default-text {
  194. margin-top: 15px;
  195. height: 100%;
  196. /*text-align: center;*/
  197. }
  198. .link-show {
  199. align-items: center;
  200. align-self: center;
  201. align-content: center;
  202. border: 1px solid #8F9DCE;
  203. border-radius: 10px;
  204. color: #0D1C52;
  205. margin-bottom: 15px;
  206. }
  207. .browse-button {
  208. color: dodgerblue;
  209. margin-bottom: 3px;
  210. margin-left: 0px;
  211. }
  212. .image-file-upload {
  213. position: center;
  214. margin-top: 12px;
  215. margin-bottom: 3px;
  216. padding: 0 !important;
  217. }
  218. .text-files-upload {
  219. margin-top: 2px;
  220. margin-right: 0;
  221. }
  222. p{
  223. margin-bottom: 0;
  224. }